/**
 * ITF Korea — 홈 섹션
 * #THE LATEST · #ARCHIVE · #INFORMATION
 * Figma 6185:5931 · 6182:5737 · 6036:5804
 */

/* —— shared —— */
.itf-site .page-home .latest-sect {
    padding: 10rem 0;
    background: #fff;
}

/* ARCHIVE: 하단만 100 — 직전 섹션 pb와 합쳐 간격 유지 */
.itf-site .page-home .archive-sect {
    padding: 0 0 10rem;
    background: #fff;
}

/* INFORMATION: 하단만 100 — ARCHIVE pb와 합쳐 간격 유지 */
.itf-site .page-home .info-sect {
    padding: 0 0 10rem;
    background: #fff;
}

.itf-site .latest-sect__tit,
.itf-site .archive-sect__tit,
.itf-site .info-sect__tit {
    margin: 0;
    font-size: 7.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}

.itf-site .latest-sect__tit {
    color: #000;
}

.itf-site .archive-sect__tit,
.itf-site .info-sect__tit {
    color: #e6e6e6;
}

/* 도장 「자세히보기」와 동일 스킨 */
.itf-site .latest-sect__more,
.itf-site .archive-sect__more {
    flex-shrink: 0;
    align-self: flex-end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 10px 16px;
    border-radius: 8px;
    background: #000;
    color: #fff;
    font-size: var(--tinyTxt);
    font-weight: 600;
    line-height: var(--txtLine);
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
}

@media (hover: hover) {
    .itf-site .latest-sect__more:hover,
    .itf-site .archive-sect__more:hover {
        background: #333;
        color: #fff;
    }
}

.itf-site .latest-sect__more-icon,
.itf-site .archive-sect__more-icon {
    display: none;
}

/* —— #THE LATEST —— */
.itf-site .latest-sect__in {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.itf-site .latest-sect__body {
    display: flex;
    align-items: stretch;
    gap: 10rem;
    width: 100%;
}

.itf-site .latest-sect__news {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2.8rem;
}

.itf-site .latest-sect__toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.6rem;
    width: 100%;
}

.itf-site .latest-sect__tabs {
    display: flex;
    align-items: center;
    padding: 0.6rem;
    border-radius: 8px;
    background: var(--primaryBg, #f7f7f7);
}

.itf-site .latest-sect__tab {
    margin: 0;
    padding: 0.8rem 1.4rem;
    border: 0;
    border-radius: 8px;
    background: transparent;
    font-size: var(--txt);
    font-weight: 500;
    line-height: var(--txtLine);
    color: var(--txtGray3, #888);
    cursor: pointer;
}

.itf-site .latest-sect__tab.is-active {
    background: #000;
    color: #fff;
}

.itf-site .latest-sect__panel[hidden] {
    display: none;
}

.itf-site .latest-sect__list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 2px solid #000;
}

.itf-site .latest-sect__item {
    border-bottom: 1px solid var(--borderColor1, #e6e6e6);
}

.itf-site .latest-sect__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
    padding: 2rem 1.2rem;
    color: inherit;
    text-decoration: none;
    transition: background 0.2s ease;
}

/* 리스트 게시판과 동일 — 마우스(hover 가능)에서만 배경 */
@media (hover: hover) {
    .itf-site .latest-sect__link:hover {
        background: color-mix(in srgb, var(--primaryBg) 35%, #fff);
    }
}

.itf-site .latest-sect__item-tit {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 4rem;
    font-size: var(--midTxt);
    font-weight: 600;
    line-height: var(--txtLine);
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.itf-site .latest-sect__item-aside {
    display: flex;
    align-items: center;
    gap: 4rem;
    flex: 0 0 auto;
}

.itf-site .latest-sect__file {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    color: #000;
}

.itf-site .latest-sect__file svg {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
}

.itf-site .latest-sect__file--empty {
    visibility: hidden;
}

.itf-site .latest-sect__date {
    font-size: var(--smTxt);
    font-weight: 400;
    line-height: var(--txtLine);
    color: var(--txtGray1);
    white-space: nowrap;
}

.itf-site .latest-sect__empty {
    margin: 0;
    padding: 2rem 1.2rem;
    font-size: var(--txt);
    color: var(--txtGray2);
}

.itf-site .latest-sect__posters {
    flex: 1 1 0;
    min-width: 0;
}

.itf-site .latest-sect__poster-swiper {
    width: 100%;
    height: auto;
    margin: 0;
}

.itf-site .latest-sect__poster-pag {
    display: none;
}

.itf-site .latest-sect__poster {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.2rem;
    width: 100%;
    height: 450px;
    color: inherit;
    text-decoration: none;
    box-sizing: border-box;
}

/* PC only — 스와이퍼 마크업을 2열로 (태블릿 스와이프 transform 방해 금지) */
@media screen and (min-width: 1025px) {
    .itf-site .latest-sect__poster-swiper {
        overflow: visible;
    }

    .itf-site .latest-sect__poster-swiper .swiper-wrapper {
        display: flex;
        align-items: stretch;
        gap: 2rem;
        transform: none !important;
    }

    .itf-site .latest-sect__poster-swiper .swiper-slide {
        flex: 1 1 0;
        min-width: 0;
        width: auto !important;
        height: auto;
        margin: 0 !important;
    }
}

.itf-site .latest-sect__poster-media {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    height: auto;
    aspect-ratio: auto;
    border: 1px solid var(--borderColor1, #e6e6e6);
    border-radius: var(--radius);
    overflow: hidden;
    background: #f0f0f0;
}

.itf-site .latest-sect__poster-media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.itf-site .latest-sect__poster-badge {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: calc(100% - 32px);
    margin: 0;
    padding: 6px 10px;
    border-radius: 4px;
    background: #fff;
    color: #000;
    font-size: var(--tinyTxt);
    font-weight: 600;
    line-height: var(--txtLine);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    pointer-events: none;
}

.itf-site .latest-sect__poster-tit {
    margin: 0;
    flex: 0 0 auto;
    width: fit-content;
    max-width: 100%;
    min-width: 0;
    font-size: var(--midTxt);
    font-weight: 600;
    line-height: var(--txtLine);
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration-line: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.14em;
    transition: text-decoration-color 0.16s ease;
}

@media (hover: hover) {
    .itf-site .latest-sect__poster:hover .latest-sect__poster-media img {
        transform: scale(1.08);
    }

    .itf-site .latest-sect__poster:hover .latest-sect__poster-tit {
        text-decoration-color: currentColor;
    }
}

/* —— #ARCHIVE —— */
.itf-site .archive-sect > .in,
.itf-site .archive-sect__in {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.itf-site .archive-sect__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.6rem;
}

.itf-site .archive-sect__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.itf-site .archive-sect__card-link {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    color: inherit;
    text-decoration: none;
}

.itf-site .archive-sect__media {
    position: relative;
    width: 100%;
    aspect-ratio: 460 / 297;
    border: 1px solid var(--borderColor1, #e6e6e6);
    border-radius: var(--radius);
    overflow: hidden;
    background: #f0f0f0;
}

.itf-site .archive-sect__media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.itf-site .archive-sect__card-tit {
    margin: 0;
    width: fit-content;
    max-width: 100%;
    font-size: var(--midTxt);
    font-weight: 600;
    line-height: var(--txtLine);
    color: #000;
    text-decoration-line: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.14em;
    transition: text-decoration-color 0.16s ease;
}

/* 갤러리 게시판과 동일 — 마우스(hover 가능)에서만 */
@media (hover: hover) {
    .itf-site .archive-sect__card-link:hover .archive-sect__media img {
        transform: scale(1.08);
    }

    .itf-site .archive-sect__card-link:hover .archive-sect__card-tit {
        text-decoration-color: currentColor;
    }
}

.itf-site .archive-sect__empty {
    margin: 0;
    font-size: var(--txt);
    color: var(--txtGray2);
}

/* —— #INFORMATION —— Figma 6036:5804 · 지도 938 + 페이스북 422 · h 500 —— */
.itf-site .info-sect > .in {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.itf-site .info-sect__grid {
    display: grid;
    grid-template-columns: minmax(0, 938fr) minmax(0, 422fr);
    gap: 4rem;
    width: 100%;
    height: 50rem;
}

.itf-site .info-sect__slot {
    position: relative;
    min-width: 0;
    min-height: 0;
    height: 100%;
    border: 1px solid var(--borderColor1, #e6e6e6);
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--primaryBg, #f7f7f7);
}

.itf-site .info-sect__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
}

.itf-site .info-sect__slot--map {
    padding: 0;
    background: #fff;
}

.itf-site .info-sect__map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* 공통 kakao-map-wrap 의 --inPd · max-width 제거 · 슬롯을 채움 */
.itf-site .info-sect__map .kakao-map-wrap {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    padding: 0;
}

.itf-site .info-sect__map .kakao-map__canvas-wrap,
.itf-site .info-sect__map .kakao-map__canvas-wrap--rich {
    width: 100%;
    height: 100%;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    overflow: hidden;
}

.itf-site .info-sect__map .kakao-map__stage,
.itf-site .info-sect__map .kakao-map__canvas,
.itf-site .info-sect__map .kakao-map__placeholder {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.itf-site .info-sect__map-bar {
    position: absolute;
    left: auto;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8rem;
    width: fit-content;
    max-width: calc(100% - 32px);
    padding: 20px;
    border-radius: 1.2rem;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    box-sizing: border-box;
}

.itf-site .info-sect__map-copy {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    max-width: 36.4rem;
}


.itf-site .info-sect__map-address-feedback {
    position: absolute;
    left: 0;
    bottom: calc(100% + 1rem);
    margin: 0;
    padding: 1rem 1.4rem;
    border-radius: 0.8rem;
    background: rgba(0, 0, 0, 0.92);
    color: #fff;
    font-size: var(--smTxt);
    font-weight: 600;
    line-height: var(--txtLine);
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.itf-site .info-sect__map-address-feedback.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.itf-site .info-sect__map-address-feedback[hidden] {
    display: none !important;
}

.itf-site .info-sect__map-name {
    margin: 0;
    font-size: var(--lgTxt);
    font-weight: 700;
    line-height: var(--txtLine);
    color: #fff;
}

.itf-site .info-sect__map-addr-row {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    min-width: 0;
}

.itf-site .info-sect__map-addr {
    margin: 0;
    min-width: 0;
    font-size: var(--txt);
    font-weight: 500;
    line-height: var(--txtLine);
    color: #fff;
}

.itf-site .info-sect__map-addr-copy {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
}

@media (hover: hover) {
    .itf-site .info-sect__map-addr-copy:hover {
        background: rgba(255, 255, 255, 0.2);
    }
}

.itf-site .info-sect__map-addr-copy svg {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
}

.itf-site .info-sect__map-addr-copy.is-copied {
    background: rgba(255, 255, 255, 0.24);
}

.itf-site .info-sect__map-link {
    flex: 0 0 auto;
    font-size: var(--txt);
    font-weight: 500;
    line-height: var(--txtLine);
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    white-space: nowrap;
}


.itf-site .info-sect__slot--facebook {
    background: #fff;
}

.itf-site .info-sect__fb {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.itf-site .info-sect__fb-stage {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
}

.itf-site .info-sect__fb iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    vertical-align: top;
}

.itf-site .info-sect__fb-open {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 1.6rem;
    border-top: 1px solid var(--borderColor1, #e6e6e6);
    background: #fff;
    color: #000;
    font-size: var(--smTxt);
    font-weight: 600;
    line-height: var(--txtLine);
    text-decoration: none;
}

@media (hover: hover) {
    .itf-site .info-sect__fb-open:hover {
        background: var(--primaryBg, #f7f7f7);
    }
}

.itf-site .info-sect__fb-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--txt);
    font-weight: 600;
    color: #000;
    text-decoration: none;
}


/* 홈 도장 — 다른 홈 섹션과 동일 상·하 100 · 타이틀 톤 */
.itf-site .page-home .dojang-club-sect {
    padding: 10rem 0;
}

.itf-site .page-home .dojang-club-sect__tit {
    font-size: 7.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #e6e6e6;
    text-align: left;
}

/* Tablet */
@media screen and (max-width: 1024px) {
    .itf-site .latest-sect__tit,
    .itf-site .archive-sect__tit,
    .itf-site .info-sect__tit,
    .itf-site .page-home .dojang-club-sect__tit {
        font-size: 50px;
    }

    .itf-site .latest-sect__tabs {
        border-radius: 8px;
    }

    .itf-site .latest-sect__tab {
        padding: 1rem 1.6rem;
        border-radius: 8px;
    }

    /* 데스크탑과 동일 좌우 · 포스터만 슬라이드 */
    .itf-site .latest-sect__body {
        flex-direction: row;
        align-items: flex-start;
        gap: 4rem;
    }

    .itf-site .latest-sect__news {
        flex: 1 1 0;
        min-width: 0;
    }

    .itf-site .latest-sect__item-aside {
        gap: 2.4rem;
    }

    .itf-site .latest-sect__item-tit {
        padding-right: 2rem;
    }

    .itf-site .latest-sect__posters {
        flex: 0 0 clamp(26rem, 34%, 32rem);
        width: clamp(26rem, 34%, 32rem);
        max-width: 32rem;
    }

    .itf-site .latest-sect__poster-swiper {
        overflow: hidden;
        width: 100%;
        height: auto;
        padding-bottom: 2.8rem;
        box-sizing: border-box;
    }

    .itf-site .latest-sect__poster-swiper .swiper-wrapper {
        margin-bottom: 1.6rem;
    }

    .itf-site .latest-sect__poster-swiper .swiper-wrapper {
        display: flex;
        align-items: flex-start;
        gap: 0;
        height: auto !important;
        /* PC의 transform:none 이 여기까지 오면 안 됨 — 스와이퍼가 이동 */
    }

    .itf-site .latest-sect__poster-swiper .swiper-slide {
        flex: 0 0 100%;
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
        margin: 0 !important;
        box-sizing: border-box;
        overflow: visible;
    }

    .itf-site .latest-sect__poster {
        width: 100%;
        height: auto;
        min-width: 0;
    }

    .itf-site .latest-sect__poster-media {
        flex: 0 0 auto;
        width: 100%;
        aspect-ratio: 3 / 4;
        height: auto;
        min-height: 0;
    }

    .itf-site .latest-sect__poster-pag {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.8rem;
        position: relative;
        bottom: 0 !important;
        top: auto !important;
        left: 0 !important;
        width: 100%;
    }

    .itf-site .latest-sect__poster-pag .swiper-pagination-bullet {
        width: 0.8rem;
        height: 0.8rem;
        margin: 0 !important;
        background: var(--borderColor1, #e6e6e6);
        opacity: 1;
    }

    .itf-site .latest-sect__poster-pag .swiper-pagination-bullet-active {
        background: #000;
    }

    .itf-site .archive-sect__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 20px;
    }

    .itf-site .archive-sect__card-tit {
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .itf-site .info-sect__grid {
        grid-template-columns: 1fr;
        gap: 0;
        height: 350px;
    }

    .itf-site .info-sect__slot--facebook {
        display: none;
    }

    .itf-site .info-sect__slot--map {
        width: 100%;
        height: 100%;
    }

    .itf-site .info-sect__slot {
        height: 100%;
    }

    .itf-site .info-sect__placeholder {
        font-size: 3.6rem;
    }

    /* 태블릿: 맵 바 가로 채움 · [협회정보 | 오시는 길] 1행 */
    .itf-site .info-sect__map-bar {
        left: 16px;
        right: 16px;
        bottom: 16px;
        width: auto;
        max-width: none;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-end;
        justify-content: space-between;
        gap: 24px;
        padding: 20px;
    }

    .itf-site .info-sect__map-copy {
        flex: 1 1 auto;
        min-width: 0;
        max-width: none;
    }

    .itf-site .info-sect__map-name,
    .itf-site .info-sect__map-addr {
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    .itf-site .info-sect__map-link {
        flex: 0 0 auto;
        align-self: flex-end;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    .itf-site .page-home .latest-sect {
        padding: 4.8rem 0;
    }

    .itf-site .page-home .archive-sect {
        padding: 0 0 4.8rem;
    }

    .itf-site .page-home .info-sect {
        padding: 0 0 4.8rem;
    }

    .itf-site .page-home .dojang-club-sect {
        padding: 4.8rem 0;
    }

    .itf-site .latest-sect__tit,
    .itf-site .archive-sect__tit,
    .itf-site .info-sect__tit,
    .itf-site .page-home .dojang-club-sect__tit {
        font-size: 4rem;
    }

    .itf-site .latest-sect > .in,
    .itf-site .archive-sect > .in,
    .itf-site .info-sect > .in,
    .itf-site .latest-sect__news {
        gap: 2.4rem;
    }

    .itf-site .latest-sect__body {
        flex-direction: column;
        gap: 3.2rem;
    }

    .itf-site .latest-sect__posters {
        flex: 1 1 auto;
        width: 100%;
        max-width: none;
    }

    /* 슬라이드 없이 1행 2열 · 사이갭 12 · 가로 균등 채움 */
    .itf-site .latest-sect__poster-swiper {
        overflow: visible;
        width: 100%;
        height: auto !important;
        padding-bottom: 0;
    }

    .itf-site .latest-sect__poster-swiper .swiper-wrapper {
        display: flex;
        align-items: stretch;
        gap: 12px;
        width: 100%;
        transform: none !important;
        height: auto !important;
    }

    .itf-site .latest-sect__poster-swiper .swiper-slide {
        flex: 1 1 0;
        width: calc((100% - 12px) / 2) !important;
        max-width: calc((100% - 12px) / 2);
        min-width: 0;
        height: auto !important;
        margin: 0 !important;
        box-sizing: border-box;
    }

    .itf-site .latest-sect__poster {
        height: auto;
        min-width: 0;
    }

    .itf-site .latest-sect__poster-media {
        flex: 0 0 auto;
        width: 100%;
        aspect-ratio: 3 / 4;
        height: auto;
        min-height: 0;
    }

    .itf-site .latest-sect__poster-pag {
        display: none;
    }

    .itf-site .latest-sect__link {
        padding: 1.6rem 0.8rem;
    }

    .itf-site .latest-sect__item-tit {
        padding-right: 0;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .itf-site .archive-sect__grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px 12px;
    }

    .itf-site .archive-sect__card-tit {
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .itf-site .info-sect__grid {
        height: 350px;
    }

    /* 홈 맵 바 — 모바일 only (PC/태블릿 유지) */
    .itf-site .info-sect__map-bar {
        left: auto;
        right: 10px;
        bottom: 10px;
        width: fit-content;
        max-width: calc(100% - 20px);
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0;
        padding: 14px;
    }

    .itf-site .info-sect__map-copy {
        width: fit-content;
        max-width: 100%;
        flex: 0 1 auto;
    }

    .itf-site .info-sect__map-name,
    .itf-site .info-sect__map-addr {
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    .itf-site .info-sect__map-addr-row {
        width: fit-content;
        max-width: 100%;
    }

    .itf-site .info-sect__map-link {
        display: none;
    }
}
