@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;800;900&family=Noto+Serif+KR:wght@600;700;800;900&display=swap');

body.tk-hub-page #sh_content {
    max-width: none;
    padding: 0;
}

#tk-hub-page {
    --tk-navy: #1a2740;
    --tk-navy-2: #111c30;
    --tk-ink: #1a2740;
    --tk-muted: #4d596d;
    --tk-line: rgba(26, 39, 64, .16);
    --tk-gold: #b8922a;
    --tk-gold-2: #d4a843;
    --tk-red: #b8922a;
    font-family: "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
}

#tk-hub-page h1,
#tk-hub-page h2,
#tk-hub-page h3 {
    font-family: "Noto Serif KR", "Malgun Gothic", serif;
    letter-spacing: -.035em;
}

#tk-hub-page .tk-hero {
    min-height: 640px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(17, 28, 48, .97), rgba(26, 39, 64, .9) 55%, rgba(26, 39, 64, .54)),
        url("../main_banner/main_img02.jpg") center / cover no-repeat;
}

#tk-hub-page .tk-eyebrow,
#tk-hub-page .tk-summary-grid span {
    color: var(--tk-gold-2);
}

#tk-hub-page .tk-btn--gold {
    color: #fff;
    background: linear-gradient(135deg, #d4a843, #b8922a);
}

#tk-hub-page .tk-section:nth-of-type(even) {
    background: #f7f5ef;
}

#tk-hub-page .tk-section__head h2,
#tk-hub-page .tk-cta h2 {
    color: var(--tk-navy);
}

#tk-hub-page .tk-case-summary {
    border-color: var(--tk-navy);
    box-shadow: 0 22px 54px rgba(26, 39, 64, .08);
}

#tk-hub-page .tk-summary-grid div {
    border-left-color: var(--tk-gold);
}

#tk-hub-page .tk-summary-grid b a {
    color: var(--tk-navy);
}

#tk-hub-page .tk-summary-grid span {
    font-weight: 700;
}

#tk-hub-page .tk-press-list a {
    min-height: 240px;
    display: flex;
    flex-direction: column;
    padding: 25px;
    border-top: 4px solid var(--tk-gold);
    box-shadow: 0 16px 42px rgba(26, 39, 64, .07);
}

#tk-hub-page .tk-press-list a strong {
    padding-right: 22px;
    color: var(--tk-navy);
    font-family: "Noto Serif KR", serif;
    font-size: 19px;
    line-height: 1.48;
}

#tk-hub-page .tk-press-list a span {
    margin-top: 14px;
    color: var(--tk-muted);
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
}

#tk-hub-page .tk-press-list a small {
    margin-top: auto;
    padding-top: 18px;
    color: var(--tk-gold);
    font-size: 13px;
    font-weight: 800;
}

#tk-hub-page [role="note"] {
    margin: 24px 0 0;
    text-align: right;
}

#tk-hub-page [role="note"] a {
    color: var(--tk-navy);
    font-weight: 800;
}

#tk-hub-page .tk-review-grid article {
    border-top: 4px solid var(--tk-gold) !important;
}

#tk-hub-page .tk-review-grid article span {
    color: var(--tk-gold) !important;
}

#tk-hub-page .tk-table-head {
    background: var(--tk-navy);
}

#tk-hub-page .tk-proof {
    padding: 90px 20px;
    background: #eef1f5;
}

#tk-hub-page .tk-proof > .tk-section__head {
    width: min(1180px, 100%);
    margin: 0 auto 30px;
}

#tk-hub-page .tk-proof__inner {
    grid-template-columns: repeat(4, 1fr);
    border-color: var(--tk-gold);
    background: var(--tk-gold);
}

#tk-hub-page .tk-proof__inner div {
    min-height: 150px;
}

#tk-hub-page .tk-proof__inner b {
    color: var(--tk-navy);
}

#tk-hub-page .tk-cta {
    background: var(--tk-navy);
}

#tk-hub-page .tk-cta h2 {
    color: #fff;
}

#tk-hub-page .tk-cta .tk-btn {
    margin: 14px 5px 0;
}

#tk-hub-page details {
    border-top: 1px solid var(--tk-line);
}

#tk-hub-page details:first-child {
    border-top: 0;
}

#tk-hub-page summary {
    position: relative;
    padding: 21px 48px 21px 4px;
    color: var(--tk-navy);
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    list-style: none;
}

#tk-hub-page summary::-webkit-details-marker {
    display: none;
}

#tk-hub-page summary:after {
    content: "+";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--tk-gold);
    font-size: 24px;
}

#tk-hub-page details[open] summary:after {
    content: "−";
}

#tk-hub-page details > p {
    margin: 0;
    padding: 0 48px 22px 4px;
    color: var(--tk-muted);
    font-size: 14px;
    line-height: 1.85;
}

@media (max-width: 1023px) {
    #tk-hub-page .tk-hero {
        min-height: auto;
    }

    #tk-hub-page .tk-proof__inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    #tk-hub-page {
        word-break: normal;
    }

    #tk-hub-page .tk-hero {
        padding: 82px 20px 44px;
        background:
            linear-gradient(180deg, rgba(17, 28, 48, .96), rgba(26, 39, 64, .88)),
            url("../main_banner/main_img02.jpg") center / cover no-repeat;
    }

    #tk-hub-page .tk-hero h1 {
        font-size: 36px;
        line-height: 1.25;
    }

    #tk-hub-page .tk-hero__copy {
        font-size: 15px;
    }

    #tk-hub-page .tk-section,
    #tk-hub-page .tk-proof {
        padding: 64px 18px;
    }

    #tk-hub-page .tk-section__head h2,
    #tk-hub-page .tk-cta h2 {
        font-size: 29px;
    }

    #tk-hub-page .tk-press-list {
        grid-template-columns: 1fr;
    }

    #tk-hub-page .tk-press-list a {
        min-height: 0;
        padding: 22px 20px;
    }

    #tk-hub-page .tk-press-list a small {
        margin-top: 18px;
        padding-top: 0;
    }

    #tk-hub-page .tk-proof__inner {
        grid-template-columns: 1fr;
    }

    #tk-hub-page .tk-proof__inner div {
        min-height: 0;
    }

    #tk-hub-page .tk-case-summary {
        padding: 18px;
    }

    #tk-hub-page summary {
        font-size: 15px;
    }
}
