.chief-page {
    margin: -20px 0;
    font-family: "Pretendard", "Noto Sans KR", sans-serif;
    color: #333;
}

.chief-page__inner {
    width: calc(100% - 20px);
    max-width: 340px;
    margin: 30px auto 80px;
}

.chief-page__title {
    margin: 0;
    font-size: 33px;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: #333;
}

.chief-page__hero {
    margin: 30px 0 0;
    border-radius: 10px;
    overflow: hidden;
}

.chief-page__hero img {
    width: 100%;
    aspect-ratio: 1280 / 380;
    object-fit: cover;
    display: block;
}

.chief-page__profile {
    margin-top: 30px;
}

.chief-page__name-wrap {
    margin: 0 0 30px;
}

.chief-page__name {
    margin: 0;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: #000;
}

.chief-page__name-en {
    margin: 10px 0 0;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: #c9c9c9;
}

.chief-page__history {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.chief-page__history li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 0 22px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.03em;
    font-weight: 500;
    color: #333;
    word-break: keep-all;
}

.chief-page__history li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #599034;
}

.chief-page__history li + li {
    margin-top: 10px;
}

@media (min-width: 361px) {
    .chief-page__inner {
        width: calc(100% - 20px);
        max-width: 747px;
    }

    .chief-page__name-en {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    .chief-page__inner {
        width: calc(100% - 60px);
        max-width: 963px;
        margin-top: 30px;
        margin-bottom: 100px;
    }

    .chief-page__title {
        font-size: 44px;
    }

    .chief-page__profile {
        margin-top: 30px;
        width: 100%;
        display: block;
    }

    .chief-page__name-wrap {
        margin-bottom: 30px;
    }

    .chief-page__name {
        font-size: 33px;
        line-height: 28px;
    }

    .chief-page__name-en {
        margin-top: 20px;
        font-size: 28px;
        line-height: 28px;
    }

    .chief-page__history li {
        font-size: 18px;
        line-height: 30px;
        padding-left: 22px;
        width: 100%;
    }

    .chief-page__history li::before {
        top: 9px;
        width: 12px;
        height: 12px;
    }
}

@media (min-width: 1024px) {
    .chief-page {
        max-width: 1660px;
        margin: 0 auto;
    }

    .chief-page__inner {
        width: calc(100% - 30px);
        max-width: 1600px;
        margin-top: 30px;
        margin-bottom: 120px;
    }

    .chief-page__title {
        font-size: 55px;
        letter-spacing: -0.03em;
    }

    .chief-page__hero {
        margin-top: 60px;
    }

    .chief-page__profile {
        margin-top: 60px;
        display: grid;
        grid-template-columns: 481px minmax(0, 1fr);
        gap: 159px;
        align-items: start;
    }

    .chief-page__name-wrap {
        margin: 0;
    }

    .chief-page__name {
        font-size: 33px;
        line-height: 28px;
    }

    .chief-page__name-en {
        margin-top: 20px;
        font-size: 28px;
        line-height: 28px;
    }

    .chief-page__history li {
        font-size: 18px;
        line-height: 30px;
    }
}
