/* section */
section:not(:first-of-type) {
    padding: 64px 0px;
}

/* HERO */
section.hero .title-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 32px 0px;
}

@media (min-width: 768px) {
    section.hero .title-wrap {
        margin: 64px 0px 48px 0px;
    }
}

@media (min-width: 768px) {
    section.hero .title-wrap {
        margin: 64px 0px 64px 0px;
    }
}

section.hero .title-wrap .title {
    color: var(--Primary);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.22px;
}

section.hero .title-wrap .description {
    color: var(--Gray-2);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

section.hero .title-wrap .description .point-text {
    color: var(--Gray-7);
    font-weight: 700;
    line-height: 26px;
}

section.hero .img-wrap {
    aspect-ratio: 72 / 25;
}

section.hero .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* 태블릿 */
@media (min-width: 768px) {
    section.hero .title-wrap {
        gap: 24px;
        margin-bottom: 48px;
    }

    section.hero .title-wrap .title {
        font-size: 36px;
        line-height: 48px;
        letter-spacing: -0.72px;
    }

    section.hero .title-wrap .description {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -0.22px;
    }

    section.hero .title-wrap .description .point-text {
        line-height: 32px
    }
}

/* 데스크탑 */
@media (min-width: 1200px) {
    section.hero .title-wrap {
        flex-direction: row;
        gap: 24px;
        margin-bottom: 64px;
    }

    section.hero .title-wrap .title {
        flex: 1;
        font-size: 36px;
        line-height: 48px;
        letter-spacing: -0.72px;
    }

    section.hero .title-wrap .description {
        flex: 1;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -0.22px;
    }
}



section .inner .section-title-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 32px;
}

@media (min-width:768px) {
    section .inner .section-title-wrap {
        margin-bottom: 48px;
    }
}

@media (min-width:1200px) {
    section .inner .section-title-wrap {
        margin-bottom: 64px;
    }
}

section .inner .section-title-wrap .heading {
    color: var(--Primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

section .inner .section-title-wrap .title {
    color: var(--Black);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.22px;
}

@media (min-width: 768px) {
    section .inner .section-title-wrap .title {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: -0.56px;
    }
}

@media (min-width: 1200px) {
    section .inner .section-title-wrap .title {}
}


/* WHAT WE DO */
section.what-we-do .product-list {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    section.what-we-do .product-list {
        grid-auto-flow: row;
        overflow-x: visible;
        gap: 24px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    section.what-we-do .product-list {
        grid-template-columns: repeat(3, 1fr);
    }
}


section.what-we-do .product-list .product-container {
    position: relative;
}

section.what-we-do .product-list .product-container .title {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 999;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    color: var(--White);
}

section.what-we-do .product-list .product-container .img-wrap.icon {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    margin: 24px 0px 0px 24px;
}

section.what-we-do .product-list .product-container .img-wrap.icon img {
    display: flex;
    width: 32px;
    height: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

section.what-we-do .product-list .product-container .img-wrap.background-img {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    aspect-ratio: 368.00 / 208.79;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

section.what-we-do .product-list .product-container .img-wrap.background-img::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.00) 0%,
            rgba(0, 0, 0, 0.50) 100%); */
}

section.what-we-do .product-list .product-container .img-wrap.background-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}





/* BRAND IDENTITY */
section.brand-identity .inner {
    display: flex;
    flex-direction: column;
}

section.brand-identity .inner .logo-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 48px;
}

@media (min-width: 768px) {}

@media (min-width: 1200px) {
    section.brand-identity .inner .logo-container {
        flex-direction: row;
        margin-bottom: 64px;
    }
}

section.brand-identity .inner .logo-container .img-wrap.logo {
    flex: 1;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    aspect-ratio: 343.00/175.15;
    padding: 45.452px 107.726px;
    box-sizing: border-box;
    position: relative;
    max-height: 175px;
    border-radius: 12px;
}

section.brand-identity .inner .logo-container .img-wrap.logo img {
    width: 100%;
    height: 100%;
}

section.brand-identity .inner .logo-container .description {
    color: var(--Gray-2);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (min-width: 768px) {
    section.brand-identity .inner .logo-container {
        gap: 24px;
    }

    section.brand-identity .inner .logo-container .img-wrap.logo {
        padding: 93.289px 221.106px 93.289px 221.105px;
        aspect-ratio: 704.00/359.49;
        max-height: 360px;
    }

    section.brand-identity .inner .logo-container .description {
        flex: auto;
        margin: auto 0px;
        text-align: left;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.2px;
    }
}

@media (min-width: 1200px) {
    section.brand-identity .inner .logo-container .img-wrap.logo {
        flex: 1 0 0;
        padding: 74.737px 177.136px;
        aspect-ratio: 368.00 / 208.79;
        max-height: 288px;
    }

    section.brand-identity .inner .logo-container .description {
        max-width: 564px;
    }
}

section.brand-identity .inner .identity-color-container {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    section.brand-identity .inner .identity-color-container {
        gap: 24px;
    }
}

section.brand-identity .inner .identity-color-container .identity-color {
    flex: 1;
    padding: 16px;
    border-radius: 12px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

@media (min-width: 768px) {
    section.brand-identity .inner .identity-color-container .identity-color {
        height: 124px;
        box-sizing: border-box;
        padding: 24px;
    }
}

@media (min-width: 1200px) {
    section.brand-identity .inner .identity-color-container .identity-color {
        height: 209px;
        box-sizing: border-box;
        padding: 24px;
    }
}

section.brand-identity .inner .identity-color-container .identity-color .title {
    color: var(--White);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

section.brand-identity .inner .identity-color-container .identity-color .description {
    color: var(--White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.21px;
}

section.brand-identity .inner .logo-type-container {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

@media (min-width: 768px) {
    section.brand-identity .inner .logo-type-container {
        flex-direction: row;
    }
}

section.brand-identity .inner .logo-type-container .logo-type {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    aspect-ratio: 343.00 / 175.15;
    border-radius: 12px;
    max-height: 200px;
}

@media (min-width: 768px) {
    section.brand-identity .inner .logo-type-container .logo-type {
        aspect-ratio: 218.67/111.66;
    }

    section.brand-identity .inner .logo-type-container .logo-type {
        max-height: none;
    }
}

section.brand-identity .inner .logo-type-container .logo-type .img-wrap {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
    position: relative;
}

section.brand-identity .inner .logo-type-container .logo-type .img-wrap img {
    height: 25%;
}

@media (min-width: 768px) {
    section.brand-identity .inner .logo-type-container .logo-type .img-wrap img {
        width: 90%;
    }
}