@charset "utf-8";

/*PXR 성과창출 프로세스 3C,5S*/

.main-sec-03 {
    padding: 10px 0;
}

/* ====== Vision Diagram ====== */
.vision-value-diagram {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 32px 0;
}

.vision-title-imgbox {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 20px auto 32px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vision-title-imgbox img {
    width: 100%; height: 100%; display: block;
}
.vision-title-text {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    text-align: center;
    pointer-events: none;
    font-size: 29px;
    letter-spacing: 0px;
    line-height: 23px;
    color: #231f20;
    font-weight: 800;
}
.vision-title-text .vision-title-sub {
    display: block;
    margin-top: 4px;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 23px;
    color: #231f20;
    font-weight: 500;
    text-align: center;
}

/* ====== 상단 4단계 프로세스 ====== */
.vision-steps-row-imgbox {
    position: relative;
    width: 100%;
    max-width: 1100px;
    height: 100px;
    margin: 0 auto 36px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vision-steps-row-bg {
    width: 100%; height: 100%; display: block;
}
.vision-steps-row-texts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    padding: 0 36px;
    z-index: 2;
}
.vision-step-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    font-size: 23px;
    letter-spacing: 0px;
    line-height: 29px;
    color: #231f20;
    font-weight: bold;
}
.vision-step-text span {
    display: block;
    font-size: 14px;
    color: #231f20;
    font-weight: 400;
    margin-top: 2px;
}
.vision-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
}
.vision-arrow img {
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
}

/* ====== Bottom 5단계 ====== */
.vision-steps-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    margin: 40px auto 24px auto;
    width: 100%;
    max-width: 1260px;
}

.vision-bottom-step {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 20%;
    min-width: 180px;
}

/* 타이틀 박스 (1~5) */
.vision-bottom-title-imgbox {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 18px;
    margin-bottom: 14px;
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
}

.arrow-bg-1 { background-image: url('/assets/img/vision-step1.svg'); }
.arrow-bg-2 { background-image: url('/assets/img/vision-step2.svg'); }
.arrow-bg-3 { background-image: url('/assets/img/vision-step3.svg'); }
.vision-bottom-title-imgbox.arrow-bg-4 {
    background-image: url('/assets/img/vision-step4.svg');
    background-size: 90%;
    background-position: left center;
    background-repeat: no-repeat;
    height: 74px;             /* 기존보다 크게! */
}

.vision-bottom-title-imgbox.arrow-bg-5 {
    background-image: url('/assets/img/vision-step5.svg');
    background-size: 90%;
    background-position: left center;
    background-repeat: no-repeat;
    height: 74px;             /* 기존보다 크게! */
}

.vision-bottom-title {
    word-break: keep-all;
    text-align: left;
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 23px;
    color: #231f20;
    font-weight: bold;
}
.high-title { height: 58px !important; }
.arrow-bg-4, .arrow-bg-5 { height: 58px; }

/* 하단 리스트 (li에 .main만 첫줄, 나머지는 점 표시) */
.vision-bottom-desc {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.vision-bottom-desc li {
    margin-bottom: 2px;
    position: relative;
    padding-left: 22px;
    text-indent: -8px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #58595b;

}
.vision-bottom-desc li.main {
    padding-left: 12px;
    text-indent: 0;
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #231f20;
    font-weight: 500;

}
.vision-bottom-desc li.main::before {
    display: none;
}
.vision-bottom-desc li:not(.main)::before {
    color: #4bb0da;
    position: absolute;
    left: 12px;
    top: 0;
}
.arrow-bg-5 + .vision-bottom-desc li:not(.main)::before,
.high-title + .vision-bottom-desc li:not(.main)::before {
    color: #c1a200;
}

/* ====== Footer ====== */
.vision-footer-imgbox {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 24px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vision-footer-imgbox img {
    width: 100%; height: 100%; display: block;
}
.vision-footer-text {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    text-align: center;
    pointer-events: none;
    font-size: 23px;
    letter-spacing: 0px;
    line-height: 29px;
    color: #231f20;
    font-weight: bold;
}
.vision-footer-text span {
    font-size: 16px;
    color: #231f20;
    display: block;
    margin-top: 2px;
}
