@charset "UTF-8";


/* ********

섹션1: Mission 

******** */

#about {
    overflow-x: hidden;
}

.about-hero {
    padding-top: 96px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/about/about_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100svh;
}

.about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
}

.about-hero__content {
    width: 100%;
    max-width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.about-hero__title {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga'off, 'clig'off;
    font-size: 72px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -2.16px;
}

.about-hero__list {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    /* row-gap: 64px; */
    gap: 64px;
    align-items: start;
}

.about-hero__item {
    display: contents;
}

.about-divider {
    grid-column: 1 / -1;
    height: 1px;
    background-color: #D9D9D9;
}

.about-hero__item_title {
    color: #FFF;
    font-feature-settings: 'liga'off, 'clig'off;
    font-size: 48px;
    font-weight: 700;
    line-height: 125%;
    /* 60px */
    letter-spacing: -1.44px;
}

.about-hero__item_txt {
    color: #FFF;
    font-feature-settings: 'liga'off, 'clig'off;
    font-family: Pretendard;
    font-size: 24px;
    font-weight: 600;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: -0.72px;
    max-width: 560px;
}


@media (max-width: 1023px) {}



@media (max-width: 767px) {

    .about-hero {
        padding-top: 6.4rem;
    }

    .about-hero__title {
        font-size: 32px;
        font-weight: 700;
        line-height: 160%;
        /* 51.2px */
        letter-spacing: -0.96px;
    }

    .about-hero__list {
        display: grid;
        grid-template: none;
        width: 100%;
        justify-content: stretch;
        row-gap: 48px;
    }

    .about-hero__item_title {
        font-size: 24px;
        font-weight: 700;
        line-height: 125%;
        /* 30px */
        letter-spacing: -0.72px;
    }

    .about-hero__item_txt {
        font-size: 20px;
        font-weight: 600;
        line-height: 160%;
        /* 32px */
        letter-spacing: -0.6px;
    }

    .about-hero__content {
        padding: 0 16px 130px;

    }

}








/* ********

섹션: Values 

******** */

.about-value {
    width: 100%;
    padding-top: 180px;
    overflow: visible;
}

.about-value__content {
    /* width: 90%; */
    /* padding: 0 20px; */
    padding: 0 10px;
    max-width: 1280px;
    margin: 0 auto;
    overflow: visible;
}

.about-value__title {
    color: #111;
    text-align: center;
    font-feature-settings: 'liga'off, 'clig'off;
    font-size: 72px;
    font-weight: 700;
    line-height: 160%;
    /* 115.2px */
    letter-spacing: -2.16px;
    text-align: center;
}

.about-value__item {
    padding-block: 60px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 124px;
    overflow: visible;
}

.about-value__title {
    color: #111;
    text-align: center;
    font-feature-settings: 'liga'off, 'clig'off;
    font-size: 72px;
    font-weight: 700;
    line-height: 160%;
    /* 115.2px */
    letter-spacing: -2.16px;
    text-align: center;
}


.about-value__item_image_container {
    position: relative;
    display: flex;
    /* align-items: center; */
    border-radius: 24px;
}

.about-value__item_image_container::before {
    content: '';
    position: absolute;
    /* left: min(0px, calc(-50vw + 620px)); */
    left: min(-80px, calc(-50vw + 620px));
    bottom: -48px;
    width: 644px;
    height: 280px;
    opacity: 0.15;
    background: #0065FF;
    z-index: 0;
}

.about-value__item_image_container--label-right::before {
    display: none;
}

/*  */
.about-value__item_image_container--label-right::after {
    content: '';
    position: absolute;
    left: auto;
    /* right: min(0px, calc(-50vw + 620px)); */
    right: min(-80px, calc(-50vw + 620px));
    bottom: -48px;
    width: 644px;
    height: 280px;
    opacity: 0.15;
    background: #0065FF;
    z-index: 0;
}

.about-value__item_image_container .about-value__item_image_img {
    position: relative;
    border-radius: 24px;
    z-index: 1;
}


.about-value__item_image_label_wrapper {
    position: absolute;
    left: calc(-72px - 8px);
    top: 0;
    width: 72px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 2;
}

.about-value__item_image_container--label-right .about-value__item_image_label_wrapper {
    left: calc(100% + 8px);
    right: auto;
}

.about-value__item_image_label {
    display: block;
}

.about-value__item_image_label::before {
    content: attr(data-label);
    display: block;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    color: #142E56;
    font-feature-settings: 'liga'off, 'clig'off;
    font-family: Pretendard;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -2.16px;
}

.about-value__item_text_container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}

.about-value__item_text_title {
    color: #0A2144;
    font-feature-settings: 'liga'off, 'clig'off;
    font-size: 42px;
    font-weight: 700;
    line-height: 160%;
    /* 67.2px */
    letter-spacing: -1.26px;
}

.about-value__item_text_title span {
    color: #111;
    font-feature-settings: 'liga'off, 'clig'off;
    font-size: 42px;
    font-weight: 700;
    line-height: 160%;
    /* 67.2px */
    letter-spacing: -1.26px;
    margin-left: 8px;
}

.about-value__item_text_desc {
    color: #333;
    font-feature-settings: 'liga'off, 'clig'off;
    font-family: Pretendard;
    font-size: 24px;
    font-weight: 600;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: -0.72px;
}


@media (max-width: 1023px) {}



@media (max-width: 767px) {
    .about-value {
        padding-top: 80px;
    }

    .about-value__content {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .about-value__list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 60px;
    }

    .about-value__title {
        font-size: 32px;
        font-weight: 700;
        line-height: 160%;
        /* 51.2px */
        letter-spacing: -0.96px;
    }

    .about-value__item {
        padding: 0;
    }

    .about-value__item {
        flex-direction: column;
        gap: 32px;
    }

    .about-value__item_image_container--label-right {
        order: -1;
        padding-inline: 16px 52px !important;
    }

    /* Expertise: 모바일에서 이미지 → 라벨 순서 */
    .about-value__item_image_container--label-right .about-value__item_image_img {
        order: -1;
    }

    .about-value__item_image_container--label-right .about-value__item_image_label_wrapper {
        order: 0;
    }

    .about-value__item_image_container {
        align-items: flex-start;
        /* justify-content: center; */
        justify-content: flex-start;
        gap: 8px;
        width: 100%;
        padding-right: 60px;
    }

    .about-value__item_image_label_wrapper {
        position: static;
        width: auto;
        display: block;
        align-items: inherit;

    }

    .about-value__item_image_label::before {
        font-size: 36px;
    }

    .about-value__item_image_container::before {
        width: 300px;
        height: 122px;
        bottom: -16px;
    }

    .about-value__item_image_container .about-value__item_image_img {
        /* width: 309px; */
        /* height: 206px; */
        /* aspect-ratio: 3/2; */
        width: 100%;
    }

    .about-value__item_text_container {
        gap: 8px;
        width: 100%;
        padding-inline: 16px;
        /* align-items: center; */
    }

    .about-value__item_text_title {
        font-size: 28px;
        font-weight: 700;
        line-height: 160%;
        /* 44.8px */
        letter-spacing: -0.84px;
    }

    .about-value__item_text_title span {
        font-size: 28px;
        font-weight: 700;
        line-height: 160%;
        /* 44.8px */
        letter-spacing: -0.84px;
    }

    .about-value__item_text_desc {
        font-size: 20px;
        font-weight: 600;
        line-height: 160%;
        /* 32px */
        letter-spacing: -0.6px;
    }

    .about-value__item_image_container--label-right::after {
        width: 300px;
        height: 122px;
        bottom: -16px;
    }

}

/* ********

섹션: CEO 

******** */

.about-ceo {
    padding-top: 168px;
    padding-bottom: 180px;
    overflow-x: clip;
}

.about-ceo__content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 124px;
    max-width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
    overflow: visible;
}

.about-ceo__item_image_container {
    position: relative;
    width: 100%;
    max-width: 524px;
    aspect-ratio: 524 / 656;
    min-width: 0;
}

.about-ceo__item_image_container .about-ceo__item_image_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.about-ceo__item_image_container::before {
    content: '';
    position: absolute;
    left: -49px;
    bottom: -40px;
    width: 100%;
    height: 100%;
    background: #306AC3;
    z-index: 0;
}

.about-ceo__item_text_container {
    width: 50%;
}


.about-ceo__item_text_title {
    color: #111;
    font-feature-settings: 'liga'off, 'clig'off;
    font-family: Pretendard;
    font-size: 42px;
    font-weight: 700;
    line-height: 160%;
    /* 67.2px */
    letter-spacing: -1.26px;
}

.about-ceo__item_text_title::after {
    content: '';
    display: block;
    height: 2px;
    background: #D9D9D9;
    margin-top: 24px;
    margin-left: calc(-524px - 124px);
    /* 이미지 영역 + 간격만큼 왼쪽으로 */
    width: 100vw;
}

.about-ceo__item_text_desc {
    color: #555;
    font-feature-settings: 'liga'off, 'clig'off;
    font-family: KingSejongInstitute;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    /* 32px */
    letter-spacing: -0.6px;
    padding-top: 24px;
}


@media (max-width: 1023px) {}



@media (max-width: 767px) {

    .about-ceo {
        padding-top: 80px;
        padding-bottom: 0;
    }

    .about-ceo__content {
        flex-direction: column;
        gap: 52px;
        padding: 0;
        align-items: center;
    }

    .about-ceo__item_image_container {
        padding-inline: 16px;
    }

    .about-ceo__item_text_container {
        width: 100%;
    }

    .about-ceo__item_image_container::before {
        bottom: -20px;
    }

    .about-ceo__item_text_title::after {
        display: none;
    }

    .about-ceo__item_text_title {
        padding: 16px;
        padding-top: 0;
        font-size: 28px;
        font-weight: 700;
        line-height: 160%;
        /* 44.8px */
        letter-spacing: -0.84px;
    }

    .about-ceo__item_text_desc {
        border-top: 1px solid #D9D9D9;
        padding: 16px;
        padding-bottom: 0;

        font-size: 18px;
        font-weight: 400;
        line-height: 160%;
        /* 28.8px */
        letter-spacing: -0.54px;
    }
}


/* ********

섹션: Why Smileway 

******** */


.about-why-smileway {
    padding-bottom: 80px;
    /* overflow-x: clip; */
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.about-why-smileway__content {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.why-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
}

.why-frame {
    position: absolute;
    left: 50%;
    top: 0;
    width: min(100vw, 1920px);
    height: 100%;
    transform: translateX(-50%);
}

:root {
    --frame: 1920px;
    --half-frame: calc(var(--frame) / 2);
    /* 960px */
}


/* 공통 패턴 */
.why-pattern {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
}

/* pattern 1*/

.why-pattern--1 {
    top: 61px;
    left: 44px;

    width: min(24.8vw, 476px);
    /* 476/1920=24.8vw */
    aspect-ratio: 476 / 476;
}

/* pattern 2 */
.why-pattern--2 {
    top: clamp(120px, 12vw, 227px);
    left: clamp(480px, 50vw, 952px);

    width: min(31.6vw, 606px);
    aspect-ratio: 606 / 1313;
}

/* pattern 3 */
.why-pattern--3 {
    top: 215px;
    right: 0;

    width: min(13vw, 249px);
    /* 249/1920=13.0vw */
    aspect-ratio: 249 / 646;
}

/* pattern 4 */
.why-pattern--4 {
    top: 900px;
    /* left: 1684px; */
    right: -100px;
    transform: translateX(-100%);

    width: min(8.9vw, 170px);
    /* 170/1920=8.85vw */
    aspect-ratio: 170 / 170;
}

/* pattern 5 */
.why-pattern--5 {
    top: 1350px;
    right: -500px;
    /* left: 1457px; */
    transform: translateX(-100%);

    width: min(24.1vw, 463px);
    /* 463/1920=24.1vw */
    aspect-ratio: 463 / 507;
}

/* pattern 6 */
.why-pattern--6 {
    top: 1485px;
    left: 0;
    width: min(31.7vw, 609px);
    /* 609/1920=31.7vw */
    aspect-ratio: 609 / 802;
}


.about-why-smileway__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;

}

.about-why-smileway__content_box {
    padding-top: 60px;
    padding-inline: 10px;
}

.about-why-smileway__title {
    color: #111;
    text-align: center;
    font-feature-settings: 'liga'off, 'clig'off;
    font-size: 72px;
    font-weight: 700;
    line-height: 160%;
    /* 115.2px */
    letter-spacing: -2.16px;
}

.about-why-smileway__desc {
    color: #333;
    text-align: center;
    font-feature-settings: 'liga'off, 'clig'off;
    font-size: 24px;
    font-weight: 600;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: -0.48px;
}

.about-why-smileway__content_box_item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: fit-content;
}


.about-why-smileway__content_box_item:nth-child(1) {
    padding-left: 108px;
    margin-bottom: 60px;
}

.about-why-smileway__content_box_item:nth-child(2) {
    margin-left: auto;
    padding-right: 106px;
    margin-bottom: 86px;
}

.about-why-smileway__content_box_item:nth-child(4) {
    margin-left: auto;
}


.about-why-smileway__content_box_item_image {
    width: fit-content;
}

.about-why-smileway__content_box_item_title {
    color: #111;
    font-feature-settings: 'liga'off, 'clig'off;
    font-family: Pretendard;
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: -0.72px;
    margin-bottom: 4px;
}

.about-why-smileway__content_box_item_desc {
    color: #555;
    font-feature-settings: 'liga'off, 'clig'off;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: -0.48px;
}

@media (max-width: 1023px) {}



@media (max-width: 767px) {

    .why-bg {
        display: none;
    }

    .about-why-smileway {
        padding: 0;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .about-why-smileway__title {
        font-size: 32px;
        font-weight: 700;
        line-height: 160%;
        /* 51.2px */
        letter-spacing: -0.96px;
    }

    .about-why-smileway__desc {
        font-size: 18px;
        font-weight: 600;
        line-height: 160%;
        /* 28.8px */
        letter-spacing: -0.36px;
    }

    .about-why-smileway__content_box {
        padding-top: 30px;
        padding-inline: 16px;
    }

    .about-why-smileway__content_box_item:nth-child(1) {
        padding: 0;
        padding-inline: 16px;
        margin-bottom: 47px;
    }

    .about-why-smileway__content_box_item:nth-child(2) {
        padding: 0;
        padding-left: 36px;
        padding-right: 16px;
        margin-bottom: 49px;
    }

    .about-why-smileway__content_box_item:nth-child(3) {
        padding: 0;
        padding-right: 61px;
        margin-bottom: 27px;
    }

    .about-why-smileway__content_box_item:nth-child(4) {
        padding: 0;
        padding-right: 16px;
        padding-left: 61px;
    }


    .about-why-smileway__content_box_item {
        padding: 0;
        padding-inline: 16px;
    }
}

/* ********

섹션: History 

******** */

.about-history {
    padding-block: 80px;
    background-image: url(../img/about/history.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-history__content {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.about-history__header {
    text-align: center;
}

.about-history__title {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga'off, 'clig'off;
    font-size: 72px;
    font-weight: 700;
    line-height: 160%;
    /* 115.2px */
    letter-spacing: -2.16px;
}

.about-history__desc {
    color: #EEE;
    text-align: center;
    font-feature-settings: 'liga'off, 'clig'off;
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.6px;
}

.about-history__timeline {
    position: relative;
    display: grid;
    grid-template-columns: 274px 1px 108px 1fr;
    grid-auto-rows: auto;
    gap: 0;
    align-items: start;
    margin: 0 auto;
    width: 100%;
    padding-inline: 10px;
}

.about-history__line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(290px + 0.5px);
    width: 1px;
    background: #D9D9D9;
    transform: translateX(-50%);
    pointer-events: none;
}

.about-history__year {
    grid-column: 1;
    padding-block: 24px;
    color: #FFF;
    font-feature-settings: 'liga'off, 'clig'off;
    font-size: 72px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -2.16px;

    white-space: nowrap;
}

.about-history__year_group {
    grid-column: 3 / -1;
    list-style: none;
    margin: 0;
    /* padding: 0 0 2em 0; */
    padding-block: 54px;
}

.about-history__year_group:last-child {
    /* padding-bottom: 0; */
}

.about-history__event {
    position: relative;
    display: grid;
    grid-template-columns: 108px 1fr;
    column-gap: 0;
    align-items: start;
    color: #FFF;
    font-feature-settings: 'liga'off, 'clig'off;
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.6px;
    padding-bottom: 16px;
    padding-left: 12px !important;
}

.about-history__dotline {
    width: 108px;
    height: 32px;
    background-image: url(../img/about/dotline.svg);
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 102px 32px;
    margin-top: 0.8em;
    transform: translateY(-50%);
    pointer-events: none;
}

.about-history__year_group .about-history__event:first-child::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.8em;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='9' fill='url(%23paint0_radial_776_504)' stroke='white' stroke-width='6'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_776_504' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(12 8.5) rotate(90) scale(17)'%3E%3Cstop offset='0.3' stop-color='%230A2144'/%3E%3Cstop offset='1' stop-color='%231A53AA'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat center / contain;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.about-history__event_text {
    display: inline;
    min-width: 0;
}


.about-history__event:last-child {
    padding-bottom: 0;
}

.about-history__month {
    display: inline-block;
    min-width: 28px;
    margin-inline: 12px;
    color: #FAFAEA;
    text-align: center;
    font-feature-settings: 'liga'off, 'clig'off;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.6px;
}


@media (max-width: 1023px) {}



@media (max-width: 767px) {

    .about-history {
        padding-block: 48px;
        padding-inline: 16px;
        background-image: url(../img/about/history_mobile.png);
    }

    .about-history__title {
        font-family: Pretendard;
        font-size: 32px;
        font-weight: 700;
        line-height: 160%;
        /* 51.2px */
        letter-spacing: -0.96px;
    }

    .about-history__desc {
        font-size: 18px;
        font-weight: 600;
        line-height: 160%;
        /* 28.8px */
        letter-spacing: -0.54px;
    }

    .about-history__timeline {
        grid-template-columns: 90px 1px 0 1fr;
        padding-inline: 0;
        width: fit-content;
    }

    .about-history__line {
        left: calc(90px + 0.5px)
    }



    .about-history__year {
        font-family: Pretendard;
        font-size: 32px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.96px;
    }

    .about-history__year:first-of-type,
    .about-history__year_group:first-of-type {
        padding-top: 0;
    }

    .about-history__year_group .about-history__event:first-child::before {
        width: 12px;
        height: 12px;
    }

    .about-history__year_group {
        padding-block: 24px;
    }

    .about-history__dotline {
        display: none;
    }

    .about-history__event {
        grid-template-columns: auto;
        padding-bottom: 8px;
    }

    .about-history__month {
        margin: 0;
        display: block;
        line-height: 1.4;
        margin-right: 4px;
    }

    .about-history__event_text {
        font-size: 18px;
        font-weight: 600;
        line-height: 160%;
        /* 28.8px */
        letter-spacing: -0.36px;
        display: flex;
        align-items: flex-start;
    }
}




/* ********

섹션: organization 

******** */

.about-organization {
    padding-top: 120px;
    padding-bottom: 150px;
    background-image: url(../img/about/org_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-organization__content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 120px;
}

.about-organization__title {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga'off, 'clig'off;
    font-size: 72px;
    font-weight: 700;
    line-height: 160%;
    /* 115.2px */
    letter-spacing: -2.16px;
}

@media (max-width: 1023px) {}



@media (max-width: 767px) {

    .about-organization {
        padding: 117px 0;
    }

    .about-organization__content {
        padding: 0 16px;
        gap: 32px;
    }

    .about-organization__title {
        font-size: 32px;
        font-weight: 700;
        line-height: 160%;
        /* 51.2px */
        letter-spacing: -0.96px;
    }
}