/* =========================================
   Gongjindan Page
========================================= */

.gongjindan-page {
    background: #fff;
    color: #111;
}

/* =========================================
   Gongjindan Hero
========================================= */

.gongjindan-hero {
    position: relative;
    overflow: hidden;
}

.gongjindan-hero__inner {
    width: min(1440px, calc(100% - 96px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    align-items: center;
    gap: 40px;
    position: relative;
}

.gongjindan-hero__content {
    position: relative;
    z-index: 3;
    padding: 80px 0 86px;
}

.gongjindan-hero__brand {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 52px;
}

.gongjindan-hero__brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 52px;
    color: #111;
}

.gongjindan-hero__brand-text {
    color: #111;
    white-space: nowrap;
}

.gongjindan-hero__title {
    margin: 0;
    color: #111;
}

.gongjindan-hero__sub {
    position: relative;
    margin: 34px 0 24px;
    padding-left: 42px;
    color: #333;
}

    .gongjindan-hero__sub::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 26px;
        height: 1px;
        background: #111;
        transform: translateY(-50%);
    }

.gongjindan-hero__desc {
    margin: 0;
    color: #222;
}

.gongjindan-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    min-width: 300px;
    height: 66px;
    margin-top: 42px;
    padding: 0 30px 0 34px;
    border: 1.5px solid #111;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.72);
    color: #111;
    cursor: pointer;
    transition: 0.24s ease;
}

    .gongjindan-hero__btn:hover {
        background: #111;
        color: #fff;
    }

.gongjindan-hero__btn-arrow {
    transform: translateY(-1px);
}

.gongjindan-hero__visual {
    position: relative;
    z-index: 2;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.gongjindan-hero__visual-mobile {
    display: none;
}

.gongjindan-hero__visual img {
    width: min(860px, 62vw);
    max-width: none;
    height: auto;
    object-fit: contain;
    object-position: right bottom;
    filter: grayscale(1);
}

.only-pc {
    display: block;
}


/* =========================================
   Gongjindan Principles
========================================= */

.gongjindan-principles {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: #fbfcfa;
}

.gongjindan-principles__inner {
    position: relative;
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.gongjindan-principles__head {
    position: relative;
    text-align: center;
    margin-bottom: 48px;
    z-index: 3;
}

.gongjindan-principles__head,
.gongjindan-principles__grid {
    position: relative;
    z-index: 3;
}

.gongjindan-principles__eyebrow {
    margin: 0 0 16px;
    color: #555;
}

.gongjindan-principles__title {
    margin: 0;
    color: #111;
}

.gongjindan-principles__summary {
    margin: 18px 0 0;
    color: #666;
}

.gongjindan-principles__divider {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
    color: #464646;
}

    .gongjindan-principles__divider span {
        width: 64px;
        height: 1px;
        background: #464646;
    }

    .gongjindan-principles__divider i {
        display: inline-flex;
    }

.gongjindan-principles__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.gongjindan-principles__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 360px;
    padding: 34px 24px 30px;
    border: 1px solid #464646;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 5px #bebebe;
}

.gongjindan-principles__icon {
    width: 86px;
    height: 86px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .gongjindan-principles__icon img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        display: block;
    }

.gongjindan-principles__card-body {
    width: 100%;
}

.gongjindan-principles__no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 28px;
    padding: 0 8px;
    border: 1px solid #d8d2c9;
    background: #fff;
    color: #666;
    margin-bottom: 16px;
}

.gongjindan-principles__card-title {
    margin: 0;
    color: #111;
}

.gongjindan-principles__card-en {
    margin: 8px 0 14px;
    color: #777;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-style: italic;
}

.gongjindan-principles__card-desc {
    margin: 0;
    color: #555;
}


/* =========================================
   Gongjindan Formulation
========================================= */

.gongjindan-formulation {
    background: #fff;
    padding: 120px 0;
}

.gongjindan-formulation__inner {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.gongjindan-formulation__head {
    text-align: center;
    margin-bottom: 42px;
}

.gongjindan-formulation__title {
    margin: 0;
    color: #111;
}

.gongjindan-formulation__sub {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
    color: #777;
}

    .gongjindan-formulation__sub span {
        width: 38px;
        height: 1px;
        background: #d8d2c8;
    }

    .gongjindan-formulation__sub em {
        font-style: normal;
    }

.gongjindan-formulation__desc {
    margin: 18px 0 0;
    color: #333;
}

.gongjindan-formulation__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.gongjindan-formulation__card {
    overflow: hidden;
    border: 1px solid #ded8d0;
    background: #fff;
    min-height: 380px;
    display: flex;
    flex-direction: column;
}

.gongjindan-formulation__content {
    order: 1;
    position: relative;
    padding: 26px 18px 22px;
    text-align: center;
}

.gongjindan-formulation__no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #666;
    color: #fff;
    margin-bottom: 14px;
}

.gongjindan-formulation__text {
    width: 100%;
}

.gongjindan-formulation__card-title {
    margin: 0 0 12px;
    color: #111;
}

.gongjindan-formulation__card-desc {
    margin: 0;
    color: #444;
}

.gongjindan-formulation__image {
    order: 2;
    height: 230px;
    overflow: hidden;
    background: #fafafa;
    margin-top: auto;
}

    .gongjindan-formulation__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(1);
    }

/* =========================================
   About Gongjindan
========================================= */

.gongjindan-about {
    background: #fbfcfa;
    padding: 120px 0;
}

.gongjindan-about__inner {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    grid-template-areas:
        "visual head"
        "visual features";
    align-items: center;
    gap: 34px 56px;
}

.gongjindan-about__visual {
    grid-area: visual;
}

    .gongjindan-about__visual img {
        width: 100%;
        height: auto;
        display: block;
        filter: grayscale(1);
    }

.gongjindan-about__head {
    grid-area: head;
}

.gongjindan-about__eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    color: #777;
}

    .gongjindan-about__eyebrow span {
        flex: 1;
        height: 1px;
        background: #464646;
    }

    .gongjindan-about__eyebrow em {
        white-space: nowrap;
        font-style: normal;
    }

.gongjindan-about__title {
    margin: 0 0 24px;
    color: #111;
}

.gongjindan-about__desc {
    margin: 0 0 18px;
    color: #333;
}

    .gongjindan-about__desc:last-child {
        margin-bottom: 0;
    }

.gongjindan-about__features {
    grid-area: features;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.gongjindan-about__feature {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-height: 78px;
    padding: 16px 18px;
    border: 1px solid #ded8d0;
    background: rgba(255, 255, 255, 0.94);
}

.gongjindan-about__feature-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #d8d2c8;
    color: #111;
}

.gongjindan-about__feature-text h3 {
    margin: 0 0 4px;
    color: #111;
}

    .gongjindan-about__feature-text h3 small {
        margin-left: 4px;
        color: #777;
    }

.gongjindan-about__feature-text p {
    margin: 0;
    color: #444;
}

.only-mobile {
    display: none;
}

/* =========================================
   Gongjindan Constitution Test
========================================= */

.gongjindan-test {
    position: relative;
    overflow: hidden;
    padding: 96px 0 82px;
    color: #fff;
    background-color: #060a10;
    background-image: url('/assets/images/gongjindan/gongjindan-test-bg-pc.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.gongjindan-test__inner {
    position: relative;
    z-index: 2;
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.gongjindan-test__intro {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.gongjindan-test__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0 0 24px;
    color: rgba(235, 226, 209, 0.94);
}

    .gongjindan-test__eyebrow span {
        width: 76px;
        height: 1px;
        background: rgba(220, 204, 176, 0.7);
    }

    .gongjindan-test__eyebrow em {
        font-style: normal;
        letter-spacing: 0.18em;
        white-space: nowrap;
    }

.gongjindan-test__title {
    margin: 0;
    color: #fff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.24);
}

.gongjindan-test__desc {
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.82);
}

.gongjindan-test__visual {
    width: min(100%, 760px);
    margin: 5rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .gongjindan-test__visual img {
        width: 100%;
        max-width: 600px;
        height: auto;
        display: block;
    }

.gongjindan-test__actions {
    text-align: center;
}

.gongjindan-test__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: 360px;
    height: 74px;
    padding: 0 36px;
    border: 0;
    border-radius: 10px;
    background: #f4efe7;
    color: #111;
    cursor: pointer;
    transition: 0.22s ease;
}

    .gongjindan-test__btn:hover {
        transform: translateY(-1px);
        background: #fff;
    }

.gongjindan-test__btn-arrow {
    line-height: 1;
}

.gongjindan-test__note {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.64);
}

/* =========================================
   Authentic Musk
========================================= */

.gongjindan-musk {
    background: #fdfdfd;
    padding: 6rem 0;
    overflow: hidden;
}

.gongjindan-musk__inner {
    position: relative;
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    grid-template-areas:
        "brand brand"
        "visual content";
    align-items: center;
    gap: 48px 72px;
}

.gongjindan-musk__brand {
    grid-area: brand;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    width: fit-content;
}

.gongjindan-musk__brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 52px;
    border: 1.5px solid #111;
    color: #111;
}

.gongjindan-musk__brand-text {
    color: #111;
    white-space: nowrap;
}

.gongjindan-musk__visual {
    grid-area: visual;
}

    .gongjindan-musk__visual img {
        width: 100%;
        height: auto;
        display: block;
        filter: grayscale(1);
    }

.gongjindan-musk__visual-mobile {
    display: none;
}

.gongjindan-musk__content {
    grid-area: content;
}

.gongjindan-musk__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 34px;
    color: #555;
}

    .gongjindan-musk__eyebrow span {
        width: 70px;
        height: 1px;
        background: #d8d2c8;
    }

    .gongjindan-musk__eyebrow em {
        white-space: nowrap;
    }

.gongjindan-musk__title {
    margin: 0 0 34px;
    color: #111;
}

.gongjindan-musk__text {
    display: grid;
    gap: 28px;
    color: #222;
}

    .gongjindan-musk__text p {
        margin: 0;
    }

.gongjindan-musk__checks {
    display: grid;
    gap: 0;
    margin-top: 46px;
}

.gongjindan-musk__check {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    min-height: 60px;
    border-bottom: 1px solid #ded8d0;
}

    .gongjindan-musk__check:first-child {
        border-top: 1px solid #ded8d0;
    }

    .gongjindan-musk__check span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border: 1.5px solid #111;
        color: #111;
    }

    .gongjindan-musk__check p {
        margin: 0;
        color: #111;
    }

/* =========================================
   Premium Ingredients
========================================= */

.gongjindan-ingredients {
    background: #fff;
    padding: 6rem 0;
    overflow: hidden;
}

.gongjindan-ingredients__inner {
    position: relative;
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    grid-template-areas:
        "head visual"
        "list list";
    align-items: center;
    gap: 70px 50px;
}

.gongjindan-ingredients__brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    width: fit-content;
}

.gongjindan-ingredients__brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 52px;
    border: 1.5px solid #111;
    color: #111;
}

.gongjindan-ingredients__brand-text {
    color: #111;
    white-space: nowrap;
}

.gongjindan-ingredients__head {
    grid-area: head;
    align-self: center;
    padding-top: 20px;
}

.gongjindan-ingredients__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 30px;
    color: #555;
}

    .gongjindan-ingredients__eyebrow span {
        width: 46px;
        height: 1px;
        background: #d8d2c8;
    }

    .gongjindan-ingredients__eyebrow em {
        white-space: nowrap;
    }

.gongjindan-ingredients__title {
    margin: 0 0 28px;
    color: #111;
}

.gongjindan-ingredients__desc {
    margin: 0;
    color: #333;
}

.gongjindan-ingredients__visual {
    grid-area: visual;
    align-self: center;
}

    .gongjindan-ingredients__visual img {
        width: 100%;
        max-width: 500px;
        height: auto;
        display: block;
        margin: 0 auto;
        filter: grayscale(1);
    }

.gongjindan-ingredients__list {
    grid-area: list;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.gongjindan-ingredients__item {
    position: relative;
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    align-items: center;
    min-height: 142px;
    border: 1px solid #ded8d0;
    background: rgba(255, 255, 255, 0.96);
}

.gongjindan-ingredients__item-image {
    height: 142px;
    padding: 18px 24px;
    border-right: 1px solid #ded8d0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .gongjindan-ingredients__item-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        filter: grayscale(1);
    }

.gongjindan-ingredients__item-content {
    padding: 24px 38px;
}

.gongjindan-ingredients__item-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

    .gongjindan-ingredients__item-head h3 {
        margin: 0;
        color: #111;
    }

        .gongjindan-ingredients__item-head h3 small {
            margin-left: 6px;
            color: #555;
        }

.gongjindan-ingredients__tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    background: #f1efeb;
    color: #555;
}

    .gongjindan-ingredients__tag small {
        color: #777;
    }

.gongjindan-ingredients__item-desc {
    margin: 0;
    color: #333;
}

.gongjindan-ingredients__arrow {
    display: none;
}

.only-mobile-text {
    display: none;
}


/* =========================================
   Responsive ? 1180px (ÅÂºí¸´ °¡·Î)
========================================= */

@media (max-width: 1180px) {

    /* Hero */
    .gongjindan-hero__inner {
        width: min(100% - 56px, 1100px);
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .gongjindan-hero__brand {
        margin-bottom: 36px;
    }

    .gongjindan-hero__visual img {
        width: min(640px, 54vw);
    }

    /* Principles */
    .gongjindan-principles {
        padding: 100px 0;
    }

    .gongjindan-principles__inner {
        width: min(100% - 40px, 1100px);
    }

    .gongjindan-principles__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .gongjindan-principles__card {
        min-height: 300px;
    }

    /* Formulation */
    .gongjindan-formulation {
        padding: 100px 0;
    }

    .gongjindan-formulation__inner {
        width: min(100% - 40px, 1100px);
    }

    .gongjindan-formulation__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gongjindan-formulation__card {
        min-height: 320px;
    }

    /* About */
    .gongjindan-about {
        padding: 100px 0;
    }

    .gongjindan-about__inner {
        width: min(100% - 40px, 1100px);
        gap: 28px 44px;
    }

    /* Test */
    .gongjindan-test {
        padding: 86px 0 72px;
    }

    .gongjindan-test__inner {
        width: min(100% - 40px, 1100px);
    }

    /* Musk */
    .gongjindan-musk {
        padding: 100px 0;
    }

    .gongjindan-musk__inner {
        width: min(100% - 40px, 1100px);
        gap: 40px 56px;
    }

    /* Ingredients */
    .gongjindan-ingredients {
        padding: 100px 0;
    }

    .gongjindan-ingredients__inner {
        width: min(100% - 40px, 1100px);
        gap: 40px 44px;
    }

    .gongjindan-ingredients__item {
        grid-template-columns: 160px minmax(0, 1fr);
    }

    .gongjindan-ingredients__item-content {
        padding: 20px 24px;
    }
}


/* =========================================
   Responsive ? 900px (ÅÂºí¸´ ¼¼·Î ÀüÈ¯Á¡)
========================================= */

@media (max-width: 900px) {

    /* Hero: 2´Ü À¯ÁöÇÏµÇ ºñÀ² Á¶Á¤ */
    .gongjindan-hero__inner {
        width: min(100% - 40px, 860px);
        grid-template-columns: 1fr 0.9fr;
        gap: 16px;
    }

    .gongjindan-hero__content {
        padding: 60px 0 70px;
    }

    .gongjindan-hero__brand {
        margin-bottom: 28px;
        gap: 14px;
    }

    .gongjindan-hero__brand-mark {
        width: 36px;
        height: 42px;
    }

    .gongjindan-hero__sub {
        margin: 24px 0 18px;
    }

    .gongjindan-hero__btn {
        min-width: 260px;
        gap: 24px;
    }

    .gongjindan-hero__visual img {
        width: min(500px, 48vw);
    }

    /* Principles: 2´Ü À¯Áö */
    .gongjindan-principles {
        padding: 86px 0;
    }

    .gongjindan-principles__inner {
        width: min(100% - 32px, 860px);
    }

    /* Formulation: 1´Ü ÀüÈ¯ */
    .gongjindan-formulation {
        padding: 86px 0;
    }

    .gongjindan-formulation__inner {
        width: min(100% - 32px, 860px);
    }

    .gongjindan-formulation__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* About: 1´Ü ÀüÈ¯ */
    .gongjindan-about {
        padding: 86px 0;
    }

    .gongjindan-about__inner {
        width: min(100% - 32px, 860px);
        grid-template-columns: 1fr;
        grid-template-areas:
            "head"
            "visual"
            "features";
        gap: 32px;
    }

    .gongjindan-about__eyebrow {
        justify-content: center;
    }

        .gongjindan-about__eyebrow span {
            max-width: 80px;
        }

    .gongjindan-about__title {
        text-align: center;
    }

    .gongjindan-about__desc {
        text-align: center;
    }

    .gongjindan-about__visual {
        overflow: hidden;
        margin: 0 -16px;
    }

        .gongjindan-about__visual img {
            max-width: none;
        }

    /* Test */
    .gongjindan-test {
        padding: 72px 0 60px;
    }

    .gongjindan-test__inner {
        width: min(100% - 32px, 860px);
    }

    .gongjindan-test__btn {
        min-width: 300px;
    }

    /* Musk */
    .gongjindan-musk {
        padding: 86px 0;
    }

    .gongjindan-musk__inner {
        width: min(100% - 32px, 860px);
        grid-template-columns: 1fr;
        grid-template-areas:
            "brand"
            "content"
            "visual";
        gap: 36px;
    }

    .gongjindan-musk__visual {
        display: none;
    }

    .gongjindan-musk__visual-mobile {
        display: block;
        width: 100%;
        margin-top: 28px;
    }

        .gongjindan-musk__visual-mobile img {
            width: 100%;
            max-width: 480px;
            height: auto;
            display: block;
            margin: 0 auto;
            filter: grayscale(1);
        }

    .gongjindan-musk__eyebrow {
        width: 100%;
        justify-content: center;
    }

    /* Ingredients */
    .gongjindan-ingredients {
        padding: 86px 0;
    }

    .gongjindan-ingredients__inner {
        width: min(100% - 32px, 860px);
        grid-template-columns: 1fr;
        grid-template-areas:
            "head"
            "visual"
            "list";
        gap: 32px;
        padding-top: 0;
    }

    .gongjindan-ingredients__brand {
        position: relative;
        left: auto;
        top: auto;
        z-index: auto;
        margin-bottom: 24px;
    }

    .gongjindan-ingredients__head {
        padding-top: 0;
        text-align: center;
    }

    .gongjindan-ingredients__eyebrow {
        width: 100%;
        justify-content: center;
    }

    .gongjindan-ingredients__visual img {
        max-width: 460px;
        margin: 0 auto;
    }

    .gongjindan-ingredients__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top: 0;
    }

    .gongjindan-ingredients__item {
        grid-template-columns: 140px minmax(0, 1fr);
        min-height: 130px;
    }

    .gongjindan-ingredients__item-image {
        height: 130px;
        padding: 14px 18px;
    }

    .gongjindan-ingredients__item-content {
        padding: 18px 20px;
    }
}


/* =========================================
   Responsive ? 768px (¸ð¹ÙÀÏ ÀüÈ¯)
========================================= */

@media (max-width: 768px) {

    /* Hero: 1´Ü, ¸ð¹ÙÀÏ ÀÌ¹ÌÁö */
    .gongjindan-hero__inner {
        width: 100%;
        display: block;
        padding: 0 0 48px;
    }

    .gongjindan-hero__content {
        width: min(100% - 36px, 560px);
        margin: 0 auto;
        padding: 28px 0 0;
    }

    .gongjindan-hero__visual {
        display: none;
    }

    .gongjindan-hero__visual-mobile {
        display: block;
        width: calc(100% + 36px);
        height: clamp(280px, 36svh, 340px);
        margin: 26px 0 28px -18px;
        overflow: hidden;
    }

        .gongjindan-hero__visual-mobile img {
            width: 116%;
            max-width: none;
            height: 100%;
            object-fit: cover;
            object-position: 54% 43%;
            filter: grayscale(1);
        }

    .gongjindan-hero__brand {
        gap: 12px;
        margin-bottom: 14px;
    }

    .gongjindan-hero__brand-mark {
        width: 34px;
        height: 40px;
    }

    .gongjindan-hero__sub {
        margin: 7px 0 0;
        padding-left: 28px;
    }

        .gongjindan-hero__sub::before {
            width: 18px;
        }

    .gongjindan-hero__btn {
        width: 100%;
        min-width: 0;
        height: 64px;
        margin-top: 24px;
        padding: 0 24px;
    }

    .only-pc {
        display: none;
    }

    /* Principles: 1´Ü, °¡·Î Ä«µå */
    .gongjindan-principles {
        padding: 80px 0;
    }

    .gongjindan-principles__inner {
        width: min(100% - 28px, 560px);
    }

    .gongjindan-principles__head {
        margin-bottom: 32px;
    }

    .gongjindan-principles__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gongjindan-principles__card {
        min-height: auto;
        padding: 18px 16px;
        display: grid;
        grid-template-columns: 80px minmax(0, 1fr);
        gap: 0 16px;
        align-items: center;
        text-align: left;
    }

    .gongjindan-principles__icon {
        width: 64px;
        height: 64px;
        margin: 0;
        grid-column: 1;
        grid-row: 1 / span 4;
    }

    .gongjindan-principles__card-body {
        grid-column: 2;
    }

    .gongjindan-principles__no {
        margin-bottom: 10px;
    }

    .gongjindan-principles__card-en {
        margin: 6px 0 10px;
    }

    /* Formulation: 1´Ü, °¡·Î Ä«µå */
    .gongjindan-formulation {
        padding: 72px 0;
    }

    .gongjindan-formulation__inner {
        width: min(100% - 28px, 560px);
    }

    .gongjindan-formulation__head {
        margin-bottom: 28px;
    }

    .gongjindan-formulation__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gongjindan-formulation__card {
        display: grid;
        grid-template-columns: 150px minmax(0, 1fr);
        min-height: 126px;
        flex-direction: unset;
    }

    .gongjindan-formulation__image {
        grid-column: 1;
        grid-row: 1;
        width: 150px;
        height: 126px;
        min-height: 0;
        margin: 0;
        order: unset;
    }

    .gongjindan-formulation__content {
        grid-column: 2;
        grid-row: 1;
        display: grid;
        grid-template-columns: 36px minmax(0, 1fr);
        align-items: start;
        gap: 0 10px;
        padding: 20px 16px 16px;
        text-align: left;
        order: unset;
    }

    .gongjindan-formulation__no {
        grid-column: 1;
        width: 28px;
        height: 28px;
        margin: 0 auto;
    }

    .gongjindan-formulation__text {
        grid-column: 2;
    }

    /* About: 1´Ü (900px¿¡¼­ ÀÌ¹Ì Ã³¸®) */
    .gongjindan-about {
        padding: 72px 0;
    }

    .gongjindan-about__inner {
        width: min(100% - 28px, 560px);
        gap: 28px;
    }

    .gongjindan-about__visual {
        margin: 0 -14px;
    }

    .gongjindan-about__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .gongjindan-about__feature {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 10px;
        min-height: 72px;
        padding: 14px 12px;
    }

    .gongjindan-about__feature-mark {
        width: 34px;
        height: 34px;
    }

    .only-mobile {
        display: block;
    }

    /* Test */
    .gongjindan-test {
        padding: 48px 0 36px;
        background-image: url('/assets/images/gongjindan/gongjindan-test-bg-mobile.webp');
        background-position: center top;
        background-size: cover;
    }

    .gongjindan-test__inner {
        width: min(100% - 28px, 560px);
    }

    .gongjindan-test__intro {
        max-width: none;
    }

    .gongjindan-test__eyebrow {
        gap: 10px;
        margin-bottom: 18px;
    }

        .gongjindan-test__eyebrow span {
            width: 34px;
        }

    .gongjindan-test__visual {
        width: min(100%, 420px);
        margin: 28px auto 24px;
    }

    .gongjindan-test__btn {
        width: 100%;
        min-width: 0;
        height: 60px;
        gap: 12px;
        border-radius: 8px;
    }

    /* Musk: 1´Ü (900px¿¡¼­ ÀÌ¹Ì Ã³¸®) */
    .gongjindan-musk {
        padding: 72px 0;
    }

    .gongjindan-musk__inner {
        width: min(100% - 28px, 560px);
        gap: 32px;
    }

    .gongjindan-musk__brand {
        gap: 12px;
    }

    .gongjindan-musk__brand-mark {
        width: 34px;
        height: 40px;
        border-width: 1.2px;
    }

    .gongjindan-musk__eyebrow {
        gap: 12px;
        margin-bottom: 26px;
    }

        .gongjindan-musk__eyebrow span {
            width: 56px;
        }

    .gongjindan-musk__title {
        margin-bottom: 28px;
    }

    .gongjindan-musk__text {
        gap: 22px;
    }

    .gongjindan-musk__checks {
        margin-top: 30px;
    }

    .gongjindan-musk__check {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 14px;
        min-height: 54px;
    }

        .gongjindan-musk__check span {
            width: 28px;
            height: 28px;
        }

    /* Ingredients: 1´Ü (900px¿¡¼­ ÀÌ¹Ì Ã³¸®) */
    .gongjindan-ingredients {
        padding: 72px 0;
    }

    .gongjindan-ingredients__inner {
        width: min(100% - 28px, 560px);
        gap: 28px;
    }

    .gongjindan-ingredients__brand {
        gap: 12px;
    }

    .gongjindan-ingredients__brand-mark {
        width: 34px;
        height: 40px;
        border-width: 1.2px;
    }

    .gongjindan-ingredients__list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gongjindan-ingredients__item {
        grid-template-columns: 100px minmax(0, 1fr) 24px;
        min-height: 108px;
    }

    .gongjindan-ingredients__item-image {
        height: 108px;
        padding: 12px 14px;
    }

    .gongjindan-ingredients__item-content {
        padding: 14px 14px 14px 18px;
    }

    .gongjindan-ingredients__item-head {
        gap: 8px;
        margin-bottom: 8px;
    }

    .gongjindan-ingredients__tag {
        padding: 3px 8px;
    }

    .gongjindan-ingredients__arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #111;
        padding-right: 12px;
    }

    .only-pc-text {
        display: none;
    }

    .only-mobile-text {
        display: block;
    }
}


/* =========================================
   Responsive ? 480px (¼ÒÇü ¸ð¹ÙÀÏ)
========================================= */

@media (max-width: 480px) {

    /* Hero */
    .gongjindan-hero__content {
        width: min(100% - 32px, 480px);
        padding-top: 24px;
    }

    .gongjindan-hero__visual-mobile {
        width: calc(100% + 32px);
        height: clamp(260px, 34svh, 320px);
        margin-left: -16px;
    }

        .gongjindan-hero__visual-mobile img {
            width: 118%;
            object-position: 54% 43%;
        }

    .gongjindan-hero__btn {
        height: 60px;
    }

    /* Principles */
    .gongjindan-principles {
        padding: 64px 0;
    }

    .gongjindan-principles__inner {
        width: min(100% - 24px, 480px);
    }

    .gongjindan-principles__card {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 0 12px;
        padding: 14px 12px;
    }

    .gongjindan-principles__icon {
        width: 52px;
        height: 52px;
    }

    /* Formulation */
    .gongjindan-formulation {
        padding: 64px 0;
    }

    .gongjindan-formulation__inner {
        width: min(100% - 24px, 480px);
    }

    .gongjindan-formulation__card {
        grid-template-columns: 120px minmax(0, 1fr);
        min-height: 112px;
    }

    .gongjindan-formulation__image {
        width: 120px;
        height: 112px;
    }

    .gongjindan-formulation__content {
        padding: 16px 12px 14px;
    }

    /* About */
    .gongjindan-about {
        padding: 64px 0;
    }

    .gongjindan-about__inner {
        width: min(100% - 24px, 480px);
        gap: 24px;
    }

    .gongjindan-about__visual {
        margin: 0 -12px;
    }

    .gongjindan-about__features {
        gap: 8px;
    }

    .gongjindan-about__feature {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 8px;
        padding: 12px 10px;
    }

    .gongjindan-about__feature-mark {
        width: 30px;
        height: 30px;
    }

    /* Test */
    .gongjindan-test {
        padding: 36px 0 28px;
    }

    .gongjindan-test__inner {
        width: min(100% - 24px, 480px);
    }

    .gongjindan-test__visual {
        width: min(100%, 360px);
        margin: 24px auto 20px;
    }

    .gongjindan-test__btn {
        height: 56px;
    }

    /* Musk */
    .gongjindan-musk {
        padding: 64px 0;
    }

    .gongjindan-musk__inner {
        width: min(100% - 24px, 480px);
        gap: 28px;
    }

    .gongjindan-musk__eyebrow span {
        width: 46px;
    }

    .gongjindan-musk__visual-mobile img {
        max-width: 360px;
    }

    .gongjindan-musk__checks {
        margin-top: 26px;
    }

    /* Ingredients */
    .gongjindan-ingredients {
        padding: 64px 0;
    }

    .gongjindan-ingredients__inner {
        width: min(100% - 24px, 480px);
        gap: 24px;
    }

    .gongjindan-ingredients__visual img {
        max-width: 360px;
    }

    .gongjindan-ingredients__item {
        grid-template-columns: 88px minmax(0, 1fr) 22px;
        min-height: 96px;
    }

    .gongjindan-ingredients__item-image {
        height: 96px;
        padding: 10px 12px;
    }

    .gongjindan-ingredients__item-content {
        padding: 12px 10px 12px 14px;
    }

    .gongjindan-ingredients__arrow {
        padding-right: 10px;
    }
}


/* =========================================
   Responsive ? 380px (ÃÊ¼ÒÇü)
========================================= */

@media (max-width: 380px) {

    .gongjindan-hero__visual-mobile {
        height: clamp(240px, 32svh, 290px);
    }

        .gongjindan-hero__visual-mobile img {
            width: 120%;
            object-position: 55% 43%;
        }

    .gongjindan-principles__card {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 0 10px;
    }

    .gongjindan-principles__icon {
        width: 46px;
        height: 46px;
    }

    .gongjindan-about__features {
        grid-template-columns: 1fr;
    }

    .gongjindan-ingredients__item {
        grid-template-columns: 80px minmax(0, 1fr) 20px;
        min-height: 88px;
    }

    .gongjindan-ingredients__item-image {
        height: 88px;
        padding: 8px 10px;
    }
}
