.about-page {
    --about-brand: #19a806;
    background: var(--color-white);
}

.about-hero {
    position: relative;
    height: 530px;
    min-height: 460px;
    overflow: hidden;
    color: var(--color-white);
    background: #020910 url("../img/img_01.png") center / cover no-repeat;
}

.about-title {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 71px;
    transform: translate(-50%, -32%);
}

.about-introduction {
    display: flex;
    height: 477px;
    min-height: 477px;
    padding: 98px var(--page-gutter) 0;
    flex-direction: column;
    align-items: center;
    color: #333333;
    text-align: center;
}

.about-introduction-logo {
    width: 134px;
    height: 162px;
    margin-bottom: 43px;
    object-fit: contain;
}

.about-introduction h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 48px;
}

.about-introduction h2 strong {
    color: var(--about-brand);
    font-weight: 700;
}

.about-introduction p {
    width: min(902px, 100%);
    margin: 27px 0 0;
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 31px;
}

.about-mission-vision {
    min-height: 0;
    padding: 87px var(--page-gutter) 39px;
    background: var(--color-white);
}

.about-mission-vision-title {
    width: min(var(--container-2xl), 100%);
    margin: 0 auto 48px;
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 36px;
}

.about-mission-vision-graphic {
    position: relative;
    width: min(739px, 100%);
    margin: 0 auto;
}

.about-mission-vision-graphic img {
    display: block;
    width: 100%;
    height: auto;
}

.about-content-container {
    width: min(var(--container-2xl), calc(100% - (var(--page-gutter) * 2)));
    margin: 0 auto;
}

.about-approach {
    padding: 102px 0 50px;
    background: var(--color-white);
}

.about-approach-grid {
    display: grid;
    grid-template-columns: minmax(300px, 410px) minmax(0, 978px);
    gap: 51px;
    align-items: start;
}

.about-section-copy h2,
.about-business-title {
    margin: 0;
    color: #333333;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 36px;
}

.about-section-copy h2 {
    font-size: 30px;
    white-space: nowrap;
    transform: translateY(-32px);
}

.about-business-title {
    font-size: 30px;
    white-space: nowrap;
}

.about-section-copy h3 {
    margin: 23px 0 22px;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.about-section-copy p {
    margin: 0 0 21px;
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 31px;
}

.about-section-copy p:first-of-type,
.about-section-copy p:nth-of-type(2) {
white-space: nowrap;
}

.approach-card-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 478px));
    gap: 22px;
    margin-top: 55px;
}

.approach-card {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 478px;
    height: 220px;
    min-height: 0;
    padding: 43px 30px 28px;
    overflow: hidden;
    border: 1px solid #d5d5d5;
    border-radius: 20px;
    background: #ffffff;
}

.approach-card img {
position: absolute;
top: 42px;
right: 60px;
width: 136px;
height: 136px;
object-fit: contain;
}

.approach-card:nth-child(3) img {
top: 42px;
right: 60px;
width: 136px;
height: 136px;
}

.approach-card h3 {
position: absolute;
z-index: 1;
bottom: 55px;
left: 30px;
margin: 0;
color: var(--about-brand);
font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", Arial, sans-serif;
font-size: 20px;
font-weight: 700;
letter-spacing: 0px;
line-height: 24px;
}

.approach-card p {
position: absolute;
z-index: 1;
bottom: 28px;
left: 30px;
margin: 0;
color: #707070;
font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", Arial, sans-serif;
font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
line-height: 23px;
}

.about-business {
    padding: 54px 0 140px;
    background: var(--color-white);
}

.about-business .about-content-container {
    width: min(var(--container-2xl), calc(100% - (var(--page-gutter) * 2)));
}

.about-business-title {
    margin-bottom: 28px;
}

.business-card-grid {
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 19px;
    isolation: isolate;
}

.business-card-grid::after {
position: absolute;
z-index: 0;
right: calc(12.5% - 6.75px);
    bottom: -80px;
left: calc(12.5% - 6.75px);
height: 2px;
background: #9de6ec;
content: "";
}

.business-card {
position: relative;
display: flex;
height: 527px;
min-height: 527px;
flex-direction: column;
overflow: visible;
border: 1px solid #dddddd;
border-top: 19px solid #00c5de;
background: #ffffff;
}

.business-card--ux {
border-top-color: #19a806;
}

.business-card--consulting {
border-top-color: #0080de;
}

.business-card--development {
border-top-color: #09cc98;
}

.business-card::after {
position: absolute;
z-index: 1;
    bottom: -80px;
left: 50%;
width: 2px;
    height: 81px;
background: #9de6ec;
content: "";
transform: translateX(-50%);
}

.business-card::before {
position: absolute;
z-index: 1;
bottom: -4px;
left: 50%;
    width: 10px;
    height: 10px;
border-radius: 50%;
background: #00c5de;
content: "";
transform: translateX(-50%);
}

.business-card--ux::before {
background: #19a806;
}

.business-card--ux::after {
background: #7bd884;
}

.business-card--consulting::before {
background: #0080de;
}

.business-card--consulting::after {
background: #72bce9;
}

.business-card--development::before {
background: #09cc98;
}

.business-card--development::after {
background: #7bdfc8;
}

.business-card-main {
    display: flex;
    height: 280px;
    min-height: 280px;
    padding: 37px clamp(17px, 1.770833vw, 34px) 35px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.business-card-main img {
    width: clamp(72px, 4.583333vw, 88px);
    height: clamp(72px, 4.583333vw, 88px);
    margin-bottom: 5px;
    object-fit: contain;
}

.business-card-main h3 {
    margin: 0 0 15px;
    color: #707070;
    font-size: clamp(17px, 1.041667vw, 20px);
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 24px;
}

.business-card-main p {
    width: 100%;
    margin: 0;
    color: #707070;
    font-size: clamp(12px, 0.833333vw, 16px);
    letter-spacing: 0px;
    line-height: clamp(20px, 1.302083vw, 25px);
}

.business-card ul {
    display: flex;
    height: 227px;
    min-height: 227px;
    padding: clamp(18px, 1.666667vw, 32px) 14px 0;
    margin: auto 0 0;
    flex-direction: column;
    justify-content: flex-start;
    gap: clamp(11px, 1.354167vw, 26px);
    color: #707070;
    background: #f7f7f7;
    font-family: var(--font-sans);
    font-size: clamp(12px, 1.041667vw, 20px);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: clamp(18px, 1.25vw, 24px);
    text-align: center;
}

.business-conclusion {
position: relative;
width: 560px;
margin: 114px auto 0;
color: #333333;
font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", Arial, sans-serif;
font-size: 25px;
font-weight: 700;
    letter-spacing: 0px;
line-height: 30px;
text-align: center;
white-space: nowrap;
}

@media (min-width: 1501px) {
    .about-section-copy p:first-of-type,
    .about-section-copy p:nth-of-type(2) {
        width: 450px;
    }
}

.business-conclusion strong {
color: var(--about-brand);
font-weight: 700;
}

.locale-en .about-introduction {
    height: auto;
    min-height: 477px;
}

.locale-en .about-introduction p {
    width: min(var(--container-2xl), 100%);
}

.locale-en .about-mission-vision-summary {
    width: min(900px, 100%);
    margin-top: 36px;
    white-space: normal;
}

.locale-en .about-business .business-conclusion {
    width: min(1100px, 100%);
    white-space: normal;
}

.locale-en .business-card-main {
    padding-right: 8px;
    padding-left: 8px;
}

.locale-en .business-card--data ul {
    gap: 25px;
}

@media (min-width: 1021px) and (max-width: 1180px) {
    .locale-en .business-card-main p {
        line-height: 18px;
    }
}

@media (min-width: 1021px) {
    .locale-ko .about-business {
        padding-bottom: 153px;
    }

    .locale-en .approach-card img {
        top: 30px;
    }
}

@media (max-width: 1500px) {
    .about-approach-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .approach-card-grid {
        margin-top: 0;
    }

    .about-section-copy p:first-of-type,
    .about-section-copy p:nth-of-type(2) {
        white-space: normal;
        overflow-wrap: break-word;
    }
}

.about-contact {
    display: flex;
    height: 542px;
    min-height: 542px;
    padding: 180px var(--page-gutter) 0;
    align-items: flex-start;
    justify-content: center;
    color: var(--color-white);
    background: #020910 url("../img/img_08.png") center / cover no-repeat;
    text-align: center;
}

.about-contact-content h2 {
    margin: 0;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 50px;
}

.about-contact-content h2 strong {
font-weight: 700;
}

.about-contact-content p {
    width: min(646px, 100%);
    margin: 16px auto 38px;
    color: var(--color-white);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 31px;
}

.about-contact-content p strong {
color: var(--color-white);
font-weight: 700;
}

.about-contact-button {
    display: inline-flex;
    width: 180px;
    height: 60px;
    padding: 0 30px;
    border: 2px solid var(--color-white);
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 500;
    line-height: 37px;
    transition: color 160ms var(--ease-standard), background-color 160ms var(--ease-standard);
}

.about-contact-button:hover,
.about-contact-button:focus-visible {
color: #12202b;
background: var(--color-white);
}

@media (max-width: 1020px) {
.about-hero {
    height: 460px;
    min-height: 0;
}

.about-title {
    font-size: 48px;
    line-height: 58px;
}

.about-introduction {
    height: auto;
    min-height: 440px;
    padding-top: 72px;
    padding-bottom: 72px;
}

.about-mission-vision {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 88px;
}

.about-mission-vision-title {
    margin-bottom: 42px;
}

.about-approach {
    padding-top: 82px;
}

.about-approach-grid {
    grid-template-columns: 1fr;
    gap: 48px;
}

.approach-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
}

.approach-card {
    display: grid;
    width: auto;
    height: auto;
    min-height: 180px;
    padding: 28px 24px;
    align-content: center;
    column-gap: 16px;
    grid-template-columns: minmax(0, 1fr) 96px;
    grid-template-rows: auto auto;
}

.approach-card img,
.approach-card:nth-child(3) img {
    position: static;
    width: 96px;
    height: 96px;
    align-self: center;
    grid-column: 2;
    grid-row: 1 / span 2;
}

.approach-card h3 {
    position: static;
    margin: 0 0 6px;
    grid-column: 1;
    grid-row: 1;
}

.approach-card p {
    position: static;
    grid-column: 1;
    grid-row: 2;
}

.about-section-copy h3 {
    margin-top: 28px;
}

.about-section-copy p:first-of-type,
.about-section-copy p:nth-of-type(2) {
    white-space: normal;
    overflow-wrap: break-word;
}

.business-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 58px;
}

.business-card::after,
.business-card::before,
.business-card-grid::after {
    display: none;
}

.business-conclusion {
    width: min(100%, 720px);
    max-width: 720px;
    margin-top: 72px;
    white-space: normal;
    overflow-wrap: break-word;
}

.about-contact {
    min-height: 490px;
}
}

@media (max-width: 600px) {
.about-mission-vision-graphic::after {
    position: absolute;
    z-index: 1;
    top: 37.8%;
    bottom: 16.6%;
    left: 50%;
    width: 1px;
    background: #00b8ce;
    content: "";
    transform: translateX(-50%);
    pointer-events: none;
}

.locale-en .about-mission-vision-graphic::after {
    top: 44.8%;
    bottom: 1.1%;
}

.about-hero {
    height: 390px;
    background-position: 58% center;
}

.about-title {
    font-size: 42px;
    line-height: 50px;
    transform: translate(-50%, -15%);
}

.about-introduction {
    min-height: 410px;
    padding-top: 60px;
    padding-bottom: 72px;
}

.about-introduction-logo {
    width: 108px;
    height: auto;
    margin-bottom: 38px;
}

.about-introduction h2 {
    font-size: 27px;
    line-height: 36px;
}

.about-introduction p {
    margin-top: 24px;
    font-size: 14px;
    line-height: 22px;
}

.about-mission-vision {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 72px;
}

.about-approach {
    padding: 62px 0 78px;
}

.about-section-copy h2,
.about-business-title {
    font-size: 27px;
}

.about-section-copy h2 {
    transform: none;
}

.about-section-copy p br,
.business-card-main p br,
.business-conclusion br,
.about-contact-content p br {
    display: none;
}

.about-section-copy p:first-of-type,
.about-section-copy p:nth-of-type(2) {
    white-space: normal;
}

.approach-card-grid,
.business-card-grid {
    grid-template-columns: 1fr;
}

.approach-card {
    min-height: 170px;
    padding: 24px 20px;
    column-gap: 12px;
    grid-template-columns: minmax(0, 1fr) 80px;
}

.approach-card img,
.approach-card:nth-child(3) img {
    width: 80px;
    height: 80px;
}

.about-business {
    padding: 42px 0 86px;
}

.business-card {
    min-height: 0;
}

.business-card-main {
    min-height: 276px;
}

.business-card::after,
.business-card::before,
.business-card-grid::after {
    display: none;
}

.business-conclusion {
    width: auto;
    margin-top: 58px;
    font-size: 18px;
    white-space: normal;
}

.about-contact {
    min-height: 440px;
    padding: 64px 22px;
    background-position: 57% center;
}

.locale-en .about-contact {
    height: auto;
}

.about-contact-content h2 {
    font-size: 28px;
    line-height: 38px;
}

.about-contact-content p {
    margin: 22px 0 30px;
    font-size: 14px;
    line-height: 22px;
}
}
