@charset "utf-8";

/* 비전 섹션 전체 */
.vision-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 120px;
    padding: 0px 0 180px 0;
    box-sizing: border-box;
}

/* 비전 헤더 섹션 */
.vision-header-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
}

.vision-header-container {
    width: 817px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding: 0;
    box-sizing: border-box;
}

.vision-header-content {
    width: 100%;
    height: 303.519px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.vision-header-icon {
    width: 91px;
    height: 129px;
    min-width: 91px;
    min-height: 129px;
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vision-header-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.vision-header-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    text-align: center;
    line-height: 0;
    font-style: normal;
}

.vision-title {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.3;
    color: #000000;
    margin: 0;
    padding: 0;
    width: 817px;
    text-align: center;
}

.vision-subtitle {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.5;
    color: #000000;
    margin: 0;
    padding: 0;
    width: 817px;
    text-align: center;
}

/* 비전 카드 섹션 */
.vision-card-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    margin-top: -120px;
}

.vision-card-container {
    width: 1422px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: flex-end;
    padding: 0;
    box-sizing: border-box;
}

.vision-card {
    width: 1420px;
    height: 452px;
    position: relative;
    background: linear-gradient(162.34321622885085deg, rgba(0, 70, 172, 1) 0%, rgba(0, 70, 172, 1) 26.923%, rgba(0, 0, 0, 1) 100%);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(162.34321622885085deg, rgba(0, 70, 172, 1) 0%, rgba(0, 70, 172, 1) 26.923%, rgba(0, 0, 0, 1) 100%);
    border-radius: 32px;
    padding: 120px 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}

.vision-card-watermark {
    position: absolute;
    top: 13.05%;
    right: 34px;
    bottom: 13.07%;
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
    opacity: 0.05;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.vision-card-watermark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.vision-card-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.vision-card-title {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 700;
    font-size: 0;
    line-height: 1.3;
    color: #ffffff;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.vision-card-title-line1 {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.vision-card-title-line2 {
    font-size: 64px;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    padding: 0;
}

.vision-card-subtitle {
    font-family: 'faceshop', sans-serif;
    font-size: 40px;
    line-height: 1.3;
    color: #ffffff;
    margin: 0;
    padding: 0;
    min-width: 0;
}

/* 발전목표 섹션 */
.vision-goals-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
}

.vision-goals-container {
    width: 1422px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: flex-start;
    padding: 0;
    box-sizing: border-box;
}

.vision-goals-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    text-align: center;
    line-height: 0;
    font-style: normal;
}

.vision-goals-title {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    color: #003179;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.vision-goals-description {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.5;
    color: #000000;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.vision-goals-image-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    box-sizing: border-box;
}

.vision-goals-image {
    background: #f9f9f9;
    border-radius: 60px;
    width: 100%;
    max-width: 1420px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    box-sizing: border-box;
}

.vision-goals-image img {
    width: 650px;
    height: 650px;
    max-width: 100%;
    display: block;
    object-fit: contain;
}

.vision-goals-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
}

.vision-goals-tabs {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
}

.vision-tab-btn {
    background: #f2f2f2;
    border: none;
    border-radius: 12px;
    padding: 20px 0;
    width: 700px;
    max-width: 100%;
    font-family: 'Paperlogy', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.5;
    color: #0046ac;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.vision-tab-btn.active {
    background: #f2f2f2;
    color: #0046ac;
}

.vision-goals-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.vision-goal-item {
    width: 100%;
    background: linear-gradient(to right, #ffffff 0%, #f1f3f7 100%);
    border-radius: 12px;
    padding: 20px 32px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.vision-goal-letter {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 1.5;
    color: #0046ac;
    width: 36px;
    height: 47px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.vision-goal-divider {
    width: 281px;
    height: 0;
    flex-shrink: 0;
    border-top: 1px solid #0046ac;
    margin: 0;
}

.vision-goal-keyword {
    font-family: 'Pretendard', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
    width: 265px;
    flex-shrink: 0;
}

.vision-goal-keyword-highlight {
    color: #003179;
}

.vision-goal-description {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.8;
    color: #000000;
    width: 493px;
    flex-shrink: 0;
}

/* 발전전략 섹션 */
.vision-strategy-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
}

.vision-strategy-container {
    width: 1422px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    padding: 0;
    box-sizing: border-box;
}

.vision-strategy-title {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    color: #003179;
    margin: 0;
    padding: 0;
    width: 100%;
    font-style: normal;
}

.vision-strategy-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vision-strategy-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* 모바일용 이미지 컨테이너 (PC에서 숨김) */
.vision-strategy-image-mobile {
    display: none;
}

.vision-strategy-image-half {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.vision-strategy-image-half img {
    width: 200%;
    height: auto;
    display: block;
    object-fit: contain;
}

.vision-strategy-image-left img {
    object-position: left center;
}

.vision-strategy-image-right img {
    object-position: right center;
}

/* 모바일 반응형 */
@media (max-width: 1024px) {
    .vision-section {
        gap: 40px;
        padding: 0 0 40px;
        overflow-x: hidden;
    }

    .vision-header-container {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .vision-header-content {
        height: auto;
        min-height: 200px;
    }

    .vision-header-icon {
        width: 60px;
        height: 85px;
        min-width: 60px;
        min-height: 85px;
    }

    .vision-title {
        font-size: 30px;
        width: 100%;
    }

    .vision-subtitle {
        font-size: 20px;
        width: 100%;
    }

    .vision-card-container {
        width: 100%;
        padding: 0 20px;
        gap: 40px;
        box-sizing: border-box;
    }
    .vision-card-section {
        margin-top: -40px;
    }

    .vision-card {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 300px;
        padding: 40px 24px;
        border-radius: 16px;
        align-items: center;
    }

    .vision-card-watermark {
        display: none;
    }

    .vision-card-title-line1 {
        font-size: 24px;
    }
    .vision-card-title {
        align-items:center;
    }
    .vision-card-content{
        align-items:center;
    }

    .vision-card-title-line2 {
        font-size: 30px;
    }

    .vision-card-subtitle {
        font-size: 22px;
        text-align: center;
    }

    .vision-goals-container {
        width: 100%;
        padding: 30px 20px;
        gap: 20px;
        box-sizing: border-box;
    }

    .vision-goals-header {
        gap: 20px;
        padding: 0;
    }

    .vision-goals-title {
        font-size: 24px;
    }

    .vision-goals-description {
        font-size: 18px;
        width: 100%;
        line-height: 1.6;
    }

    .vision-goals-image-container {
        padding: 40px 0;
    }

    .vision-goals-image {
        border-radius: 30px;
        padding: 40px 20px;
    }

    .vision-goals-image img {
        width: 100%;
        height: auto;
        max-width: 350px;
    }

    .vision-goals-content {
        gap: 24px;
    }

    .vision-goals-tabs {
        flex-direction: column;
        gap: 12px;
    }

    .vision-tab-btn {
        width: 100%;
        max-width: 100%;
        padding: 16px 0;
        font-size: 18px;
    }

    .vision-goal-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 12px;
    }

    .vision-goal-letter {
        font-size: 22px;
        width: auto;
        height: auto;
    }

    .vision-goal-divider {
        width: 100%;
        max-width: 100%;
    }

    .vision-goal-keyword {
        font-size: 18px;
        width: 100%;
    }

    .vision-goal-description {
        font-size: 18px;
        width: 100%;
    }

    .vision-strategy-container {
        width: 100%;
        padding: 0 20px;
        gap: 24px;
        box-sizing: border-box;
    }

    .vision-strategy-title {
        font-size: 24px;
    }

    /* PC 이미지 숨김 */
    .vision-strategy-image-pc {
        display: none;
    }

    /* 모바일 이미지 표시 */
    .vision-strategy-image-mobile {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .vision-strategy-image-half {
        width: 100%;
        overflow: hidden;
    }

}

