.corp-site h1,
.corp-site .h1 {
    font-size: 64px;
    font-weight: 250;
    line-height: 67px;
    letter-spacing: 6.4px;

}

.corp-site h2,
.corp-site .h2 {
    font-size: 50px;
    font-weight: 250;
    line-height: 65px;
}

.corp-site {
    font-size: 16px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0em;
    color: #232323;
}

.corp-site h3,
.corp-site .h3 {
    font-size: 45px;
    font-weight: 250;
    line-height: 55px;
}

.corp-site h4,
.corp-site .h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.2px;
}

.corp-site h5,
.corp-site .h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
    font-family: "Noto Sans KR";
}

.corp-site h6,
.corp-site .h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
}

.line-gradient {
    position: relative;
    margin: 0;
    padding-bottom: 46px;

}

.breadcrumb .breadcrumb-item {
    pointer-events: none;
}

.line-gradient:after {
    content: '';
    position: absolute;
    background-image: url('../images/archive-blok.png');
    width: 98px;
    height: 6px;
    left: 0;
    bottom: 0;
}

.corp-site .swiper-pagination {
    background: #ffffff;
    padding: 5px;
    max-width: fit-content;
    height: 24px;
    border-radius: 100px;
    position: relative;
}

.corp-site .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 2px 4px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
    cursor: pointer;
}

.corp-site .swiper-pagination .swiper-pagination-bullet-active,
.corp-site .swiper-pagination .swiper-pagination-bullet:hover {
    background: #D11E3B;
    opacity: 1;
}

.border-content-brands .content-single-panel.tone-of-voice .content-block {
    padding: 34px 31px;
    max-width: 847px;
}

.border-content-brands .content-single-panel.brand-lexicon .content-block {
    max-width: 785px;
}

.tone-of-voice .label {
    color: #D11E3B;
    font-weight: bold;

}

.border-content-brands .content-single-panel ul {
    margin: 0;
}

.border-content-brands .content-single-panel.brand-lexicon .content-block {
    padding: 0;
}

.border-content-brands .content-single-panel.brand-lexicon .content-block ul li::after {
    top: -5px;
}

.content-single-panel.brand-lexicon .content-block ul li {
    padding-bottom: 20px;
}

.content-single-panel.brand-lexicon .content-block ul li:not(:last-child):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(83, 84, 104, 0.2);
    left: 0;
    bottom: 0;
}

.corp-site div#content {
    padding-top: 113px;
}

table {
    table-layout: fixed;
    width: 100%;
}

table thead {
    text-align: left;
}

.corp-site .ex-link{font-size:14px;}

@media (max-width: 1024px) {

    .corp-site h1,
    .corp-site .h1 {
        font-size: 50.572px;
        font-style: normal;
        font-weight: 250;
        line-height: 65.744px;
    }

    .corp-site h2,
    .corp-site .h2 {
        font-size: 40px;
        font-style: normal;
        font-weight: 250;
        line-height: 65px;
    }

    .corp-site h3,
    .corp-site .h3 {
        font-size: 36px;
        font-style: normal;
        font-weight: 300;
        line-height: 45px;
    }

    .corp-site .h4,
    .corp-site h4 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 2.4px;
    }

    .line-gradient {
        padding-bottom: 36px;
    }
}