@charset "UTF-8";

/* 이미지 보기 */
.contImg img {
    width: 100%;
}

.viewImageBtn {
    display: none;
    margin-top: 1rem;
    padding: 0.8rem 1.6rem;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    background: #ffffff;
    color: #00879e;
    border-radius: 0.5rem;
    text-decoration: none;
    border: 1px solid #00879e;
}

.viewImageBtn:hover {
    color: #00879e;
    background: #f4fdff;
}

@media all and (max-width: 768px) {
    .viewImageBtn {
        display: block;
    }
}


/* Step Box */

.stepBox {
    margin-top: 4rem;
}

.stepBox>ul {
    display: flex;
    gap: 6.5rem;
}

.stepBox>ul>li {
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 1.5rem;
    padding: 3rem;
}

.stepBox.step4>ul>li {
    width: 25%;
}

.stepNum {
    position: absolute;
    width: 4.5rem;
    height: 4.5rem;
    top: -22px;
    left: calc(50% - 2.25rem);
    text-align: center;
    color: #fff;
    border-radius: 2.5rem;
    font-weight: 600;
    padding: 1rem;
}

.stepNum.col1 {
    background: #90c31f;
}

.stepNum.col2 {
    background: #27a65a;
}

.stepNum.col3 {
    background: #00879e;
}

.stepBox>ul>li::after {
    content: '';
    position: absolute;
    display: inline-flex;
    width: 4.5rem;
    height: 4.5rem;
    right: -5.4rem;
    top: calc(50% - 2rem);
    background: url("/images/sub/right_arrow.png") no-repeat;
    background-size: 100%;
    /*background: #ccc;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
    -webkit-mask-image: url(/krds/img/icon/ico_angle_disabled.svg);
    mask-image: url(/krds/img/icon/ico_angle_disabled.svg);
    transform: rotate(270deg);*/
}

.stepBox>ul>li:last-child::after {
    display: none;
}

.stepTit {
    font-size: 1.8rem;
    color: #1d1d1d;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #d1d1d1;
    padding: 1rem 0 2rem 0;
    margin-bottom: 2rem;
}

.stepCont {
    font-size: 1.6rem;
    color: #515151;
    font-weight: 400;
}

.stepCont>div.scGroup {
    margin-bottom: .5rem;
}

.stepCont>div:last-child.scGroup {
    margin-bottom: 0;
}

.stepBox.step6>ul {
    flex-wrap: wrap;
}

.stepBox.step6>ul>li {
    width: calc(33.3% - 5rem);
}

.subContSection .stepCont .krds-info-list>li {
    font-size: 1.6rem
}

@media all and (max-width:1200px) {
    .stepBox>ul {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 3.5rem;
    }

    .stepBox.step4>ul>li {
        width: calc(50% - 1.80rem);
    }

    .stepBox>ul>li::after {
        width: 3rem;
        height: 3rem;
        right: -3.4rem;
        top: calc(50% - 1.5rem);
    }

    .stepBox.step6>ul>li {
        width: calc(33.3% - 3rem);
    }
}

@media all and (max-width:768px) {
    .stepBox>ul {
        flex-direction: column;
        gap: 6rem;
    }

    .stepBox.step4>ul>li {
        width: 100%;
    }

    .stepBox>ul>li::after {
        bottom: -3.6rem;
        right: unset;
        top: unset;
        left: calc(50% - 1.5rem);
        transform: rotate(90deg);
    }

    .stepBox>ul>li {
        padding: 2rem;
    }

    .stepTit {
        padding: 1rem 0 1.5rem 0;
        margin-bottom: 1.5rem;
    }

    .stepCont {
        font-size: 1.6rem;
    }

    .stepBox.step6>ul>li {
        width: 100%;
    }
}


/* Step Flow */

.stepCircleFlow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5rem;
    margin: 0;
    padding: 0;
}

.stepCircleFlow .stepCircle {
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    color: #1d1d1d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: .4rem;
    font-weight: 600;
    position: relative;
    flex-shrink: 0;
    transition: transform .3s ease, background-color .3s ease;
    background: linear-gradient(316deg, rgba(225, 245, 249, 1) 0%, rgba(252, 255, 244, 1) 100%);
    border: 1px solid #cfeeef;
}

.stepCircleFlow .stepCircle:hover {
    transform: scale(1.05);
    background: #00879e;
    color: #fff;
}


/* 원형 내부 텍스트도 범위 지정 */

.stepCircleFlow .circleNum {
    font-size: 1.6rem;
    color: #00879e;
}

.stepCircleFlow .stepCircle:hover .circleNum {
    color: #fff;
}

.stepCircleFlow .circleTitle {
    font-size: 1.8rem;
    line-height: 1.3;
}


/* 스텝 사이 구분 화살표 */

.stepCircleFlow .stepCircle:not(:last-child)::after {
    content: "";
    position: absolute;
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    right: -3.7rem;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    background-color: #ccc;
    -webkit-mask: url(/krds/img/icon/ico_angle_disabled.svg);
    mask: url(/krds/img/icon/ico_angle_disabled.svg);
}

@media all and (max-width:768px) {
    .stepCircleFlow {
        flex-direction: column;
        gap: 3rem;
    }

    .stepCircleFlow .stepCircle {
        width: 12rem;
        height: 12rem;
    }

    .stepCircleFlow .circleNum {
        font-size: 1.4rem;
    }

    .stepCircleFlow .circleTitle {
        font-size: 1.6rem;
    }

    .stepCircleFlow .stepCircle:not(:last-child)::after {
        top: auto;
        right: auto;
        bottom: -2.8rem;
        left: 50%;
        transform: translateX(-50%) rotate(0deg);
        width: 2.5rem;
        height: 2.5rem;
    }
}


/* 주거복지사업 */
:root {
    --colorText: #1d1d1d;
    --colorMuted: #1d1d1d;
    --colorLine: #e5e7eb;
    --colorLineAlt: #e2e8f0;
    --colorBg: #ffffff;
    --colorAccent: #0b8892;
    --colorAccentLite: #e6f7f8;
    --radius: 1rem;
    --shadowSm: 0 .2rem .6rem rgba(2, 8, 23, .06);
    --shadowMd: 0 .4rem 1.2rem rgba(2, 8, 23, .06);
}

.introHeader {
    position: relative;
    background: #E1F5F9;
    background: linear-gradient(270deg, rgba(225, 245, 249, 1) 0%, rgba(252, 255, 244, 1) 100%);
    border-radius: 1rem;
    padding: 3.5rem;
    margin-bottom: 5rem;
    text-align: center;
    overflow: hidden;
}

.introInner {
    position: relative;
}

.introTitle {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: #222;
    margin: 0;
}

.introHighlight {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    color: #00879e;
    position: relative;
}

.sectionTitle {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 2.4rem 0 1.2rem;
}

.housingGrid {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
    margin: 2rem 0 7rem 0;
}

@media all and (max-width:1024px) {
    .housingGrid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media all and (max-width:768px) {
    .housingGrid {
        grid-template-columns: 1fr;
    }

    .introHeader {
        padding: 2rem;
        margin-bottom: 2rem;
    }

    .introTitle {
        font-size: 2rem;
    }

    .introHighlight {
        font-size: 1.6rem;
    }
}

.housingCard {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--colorLine);
    overflow: hidden;
}

.cardImage {
    margin: 0;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.cardImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cardContent {
    padding: 2.5rem;
}

.cardContent>div:last-child {
    margin-bottom: 0;
}

.cardTitle {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 1.5rem;
}

.cardDesc {
    font-size: 1.6rem;
    color: var(--colorMuted);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.infoTag {
    display: inline-block;
    margin-left: .4rem;
    padding: .2rem 1rem;
    background: #f3f4f6;
    border-radius: 999px;
    font-size: 1.5rem;
}

.cardBadge {
    display: flex;
    flex-direction: row;
    gap: 1.1rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #063a74;
}

.cardBadge .krds-badge {
    font-size: 1.5rem;
}

@media all and (max-width:768px) {
    .cardContent {
        padding: 2rem;
    }

    .cardDesc {
        font-size: 1.5rem;
    }
}

/* ========== Support / Feature (타임라인 카드형) ========== */
.featurePanel {
    display: grid;
    grid-template-columns: 50rem 1fr;
    gap: 5rem;
    align-items: center;
    margin: 3rem 0 0 0;
}

.featureMedia {
    margin: 0;
    overflow: hidden;
    align-self: center;
    margin: 0 auto;
}

.featureMedia img {
    display: block;
    width: 100%;
    max-width: 40rem;
    height: auto;
    transform: scale(1.001);
}

@media all and (max-width:1024px) {
    .featurePanel {
        grid-template-columns: 1fr;
        gap: 5rem;
    }
}

@media all and (max-width:768px) {
    .featurePanel {
        gap: 3rem;
    }

    .featureMedia img {
        max-width: 25rem;
    }
}

/* 타임라인 세로선 */
.featureList {
    position: relative;
}

/* 카드 */
.cardList {
    margin: 5rem 0;
}

.featureItem {
    position: relative;
    background: var(--colorBg);
    border: 1px solid var(--colorLine);
    border-left: .4rem solid var(--colorAccent);
    border-radius: .8rem;
    padding: 2rem;
    margin-bottom: 2rem;
    transition: transform .2s ease, border-color .2s ease;
}

.featureItem:hover {
    transform: translateY(-2px);
    border-color: #1397a1;
}

.featureItem-blue {
    background: var(--color2Bg);
    border: 1px solid var(--color2Line);
    border-left: .4rem solid var(--color2Accent);
}

.featureItem-blue:hover {
    transform: translateY(-2px);
    border-color: var(--color2Accent);
}


/* 제목 + 배지(내부) */
.featureTitle {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin: 0 0 .6rem;
    font-size: 1.8rem;
    line-height: 1.45;
    color: var(--colorText);
    font-weight: 700;
}

.featureBadge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 3.5rem;
    height: 3.5rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    background: var(--colorAccent);
    border-radius: 50%;
}

.featureBadge-blue {
    background: var(--color2Accent);
}

/* 본문/불릿 */
.featureDesc {
    margin: 0;
    color: var(--colorMuted);
    line-height: 1.7;
    font-size: 1.6rem;
}

.featureBullets {
    margin: .2rem 0 0 0;
    padding: 0 0 0 1.6rem;
    color: var(--colorMuted);
    line-height: 1.7;
    font-size: 1.4rem;
}

.featureBullets li {
    margin: .2rem 0;
}

@media all and (max-width:768px) {
    .cardList {
        margin: 1.5rem 0;
    }

    .featureItem {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .featureList>article:last-child {
        margin-bottom: 0;
    }

    .featureBadge {
        min-width: 3rem;
        height: 3rem;
        font-size: 1.5rem;
    }

    .featureTitle {
        font-size: 1.6rem;
        margin: 0 0 .4rem;
    }

    .featureItem .krds-info-list li {
        font-size: 1.5rem;
    }
}


/* 고객서비스헌장 */
.bmcBgBox {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    background: url("/images/sub/bmc_bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5%;
}

.largeBold {
    font-size: 2.8rem;
    font-weight: 700;
}

.charterBox {
    width: 80rem;
    max-width: 70%;
    border: 1px solid #e0e0e0;
    padding: 6%;
    margin: 0 auto;
}

.charterLogo {
    text-align: center;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 5px solid #f6f6f6;
}

.charterList {
    font-size: 1.8rem;
    color: #515151;
    font-weight: 400;
}

.charterList>ul>li {
    margin-bottom: 3rem;
}

@media all and (max-width:900px) {
    .bmcBgBox {
        font-size: 1.8rem;
    }

    .largeBold {
        font-size: 2.5rem;
    }

    .charterBox {
        width: 100%;
        max-width: 100%;
    }
}

@media all and (max-width:768px) {
    .bmcBgBox {
        font-size: 1.5rem;
        padding: 8%;
    }

    .largeBold {
        font-size: 1.8rem;
    }

    .charterLogo img {
        max-width: 20rem;
    }

    .charterLogo {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    .charterList {
        font-size: 1.6rem;
    }

    .charterList>ul>li {
        margin-bottom: 2rem;
    }
}


/* 주민참여예산제 */

.fullBox {
    border: 1px solid #e0e0e0;
    padding: 3%;
}

.nmTit {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    border-bottom: 5px solid #f6f6f6;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.boxInfoList>ul>li {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    font-size: 1.8rem;
    color: #515151;
    font-weight: 400;
    margin-bottom: 1rem;
}

.badgeWrap .krds-badge {
    height: auto;
}

.biAtc {
    color: #000;
    font-weight: 700;
    background: #e5f2eb;
    padding: 0.3rem 1rem;
    border-radius: .5rem;
}

@media all and (max-width:900px) {
    .fullBox {
        padding: 5%;
    }

    .nmTit {
        font-size: 2.2rem;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .boxInfoList>ul>li {
        font-size: 1.7rem;
    }
}

@media all and (max-width:768px) {
    .fullBox {
        padding: 8%;
    }

    .nmTit {
        font-size: 2.0rem;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .boxInfoList>ul>li {
        gap: .8rem;
        flex-direction: column;
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }
}


/* 정보공개제도 */

.flex2Box {
    display: flex;
    gap: 3.5rem;
}

.cardInline {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 50%;
    border-radius: 1.5rem;
    border: 1px solid #e0e0e0;
    padding: 4.5rem;
}

.ciContWrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: .8rem;
}

.ciTit {
    font-size: 2.3rem;
    color: #1d1d1d;
    font-weight: 700;
    line-height: 1.2;
}

.ciSText {
    font-size: 1.6rem;
    color: #515151;
}

.flex3Box {
    display: flex;
    gap: 3.5rem;
}

.cardBlock {
    width: 33.3%;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: .8rem;
    border-radius: 1.5rem;
    border: 1px solid #e0e0e0;
    padding: 4.5rem 0;
}

@media all and (max-width:1200px) {
    .cardInline {
        padding: 2.5rem;
    }
}

@media all and (max-width:900px) {
    .cardInline {
        text-align: center;
        flex-direction: column;
    }
}

@media all and (max-width:768px) {
    .flex2Box {
        flex-direction: column;
        gap: 0;
        row-gap: 2rem;
    }

    .cardInline {
        width: 100%;
        gap: .5rem;
    }

    .ciIcon img {
        max-width: 8rem;
    }

    .ciTit {
        font-size: 1.8rem;
    }

    .ciSText {
        font-size: 1.5rem;
    }

    .flex3Box {
        flex-direction: column;
        gap: 0;
        row-gap: 2rem;
    }

    .cardBlock {
        width: 100%;
        padding: 2.5rem;
    }
}


/* SG 경영 전략체계 */

.esgBoxWrap {
    display: flex;
    gap: 4rem;
}

.esgBox {
    width: 33.3%;
    border: 1px solid #dedede;
}

.esgTit {
    text-align: center;
    color: #fff;
    font-size: 2.3rem;
    font-weight: 600;
    padding: 1.2rem 0;
}

.esgTit.green {
    background: #2b8772;
}

.esgTit.yellow {
    background: #9a7100;
}

.esgTit.pink {
    background: #bb1a48;
}

.esgCont {
    padding: 3rem;
}

.gAtc {
    display: inline-flex;
    color: #000;
    font-size: 1.8rem;
    font-weight: 500;
    border-radius: 3rem;
    background: #eaeaea;
    padding: .2rem 1.3rem;
    margin-bottom: .8rem;
}

.goalsTxt {
    font-size: 2.2rem;
    color: #1d1d1d;
    font-weight: 700;
    line-height: 1.3;
}

.esgCont>div.esgGroup {
    margin-bottom: 2rem;
}

.esgIcon>ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.esgIcon>ul>li {
    width: calc(25% - 1.125rem);
    text-align: center;
}

@media all and (max-width:900px) {
    .esgBoxWrap {
        gap: 1.5rem;
    }

    .esgTit {
        font-size: 2rem;
        padding: 1rem 0;
    }

    .esgCont {
        padding: 2rem;
    }

    .gAtc {
        font-size: 1.6rem;
        padding: .2rem 1.0rem;
    }

    .goalsTxt {
        font-size: 2rem;
    }

    .esgIcon>ul {
        gap: 1rem;
    }

    .esgIcon>ul>li {
        width: calc(33.3% - 0.7rem);
    }
}

@media all and (max-width:768px) {
    .esgBoxWrap {
        flex-direction: column;
        gap: 0;
        row-gap: 2rem;
    }

    .esgBox {
        width: 100%;
    }

    .esgTit {
        font-size: 1.8rem;
        padding: .8rem 0;
    }

    .gAtc {
        font-size: 1.5rem;
        padding: .2rem .8rem;
    }

    .esgContTxt {
        font-size: 1.6rem;
    }
}


/* 윤리강령 */


/* txt-box.bg-white */

.custom-txt-box {
    --txt-box-width-border: var(--krds-light-border-width-static-regular);
    --txt-box-color-border: var(--krds-light-color-border-gray);
    --txt-box-color-background: var(--krds-light-color-surface-gray-subtler);
    padding: var(--krds-pc-padding-card-large);
    border: var(--txt-box-width-border) solid var(--txt-box-color-border);
    background-color: var(--txt-box-color-background);
    border-radius: var(--krds-radius-xlarge1);
}

.custom-txt-box:not(:first-of-type) {
    margin-top: var(--krds-gap-7);
}

.custom-txt-box.custom-bg-white {
    --bg-white-color-background: var(--krds-light-color-surface-white-subtle);
    --bg-white-color-background-gray: var(--krds-light-color-surface-gray-subtler);
    --bg-white-color-border: var(--krds-light-color-divider-gray-light);
    --bg-white-color-text: var(--krds-light-color-text-subtle);
    display: flex;
    gap: var(--krds-gap-7);
    align-items: normal;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    background-color: var(--bg-white-color-background);
}

.custom-txt-box.custom-bg-white .custom-box-sec {
    display: flex;
    gap: 4rem;
    align-items: normal;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}


/* custom-box-tit1 */

.custom-txt-box.custom-bg-white .custom-box-tit1 {
    font-size: var(--krds-pc-font-size-heading-medium);
    color: var(--krds-light-color-text-bolder);
}


/* custom-box-tit2 */

.custom-txt-box.custom-bg-white .custom-box-tit2 {
    display: flex;
    gap: var(--krds-gap-3);
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    position: relative;
    font-size: var(--krds-pc-font-size-heading-small);
    font-weight: var(--krds-font-weight-bold);
}


/* 약관 */

.custom-agree-body {
    width: 100%;
    padding: var(--krds-padding-2);
    border: var(--krds-light-border-width-static-regular) solid var(--krds-light-color-divider-gray-light);
    overflow: hidden;
    height: 36.4rem;
    border-radius: var(--krds-radius-xlarge1);
    border-radius: var(--krds-radius-medium3);
}

.custom-agree-body .custom-in {
    display: flex;
    gap: var(--krds-gap-7);
    align-items: normal;
    justify-content: flex-start;
    flex-direction: column;
    padding: var(--krds-padding-7);
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
}

.custom-agree-t1 {
    font-size: var(--krds-pc-font-size-heading-small);
    font-weight: var(--krds-font-weight-bold);
}

@media all and (max-width:768px) {
    .custom-txt-box {
        padding: unset;
        border: unset;
    }

    .custom-txt-box.custom-bg-white .custom-box-sec {
        flex-direction: column;
    }
}


/* 인권경영 안내 */

.flex4Box {
    display: flex;
    gap: 5rem;
}

.blockBox {
    width: 25%;
    border: 1px solid #dedede;
}

.bTop {
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
    background: #00879e;
    padding: 2rem 0;
}

.bBottom {
    padding: 2rem;
}

.subDot.krds-info-list.decimal>li::before {
    width: 0.3rem;
    height: 0.3rem;
}

@media all and (max-width:900px) {
    .flex4Box {
        gap: 2rem;
    }

    .bTop {
        font-size: 1.7rem;
        padding: 1.5rem 0;
    }

    .bBottom {
        padding: 1rem;
    }
}

@media all and (max-width:768px) {
    .flex4Box {
        flex-direction: column;
        gap: 0;
        row-gap: 1.5rem;
    }

    .flex4Box.mt50 {
        margin-top: 3rem !important;
    }

    .blockBox {
        width: 100%;
    }

    .bTop {
        font-size: 1.6rem;
        padding: 1rem 0;
    }

    .subDot.krds-info-list.decimal>li {
        font-size: 1.5rem;
    }
}

/* 인권경영체계 */
@media all and (max-width:768px) {
    .wtImg img {
        max-width: 13rem;
    }
}

/* 조직 및 임무 */
/* ===== Base ===== */
.orgMap-wrap {
    max-width: 108rem;
    margin: 0 auto;
    padding: 2.4rem 1.6rem;
}

.orgMap-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #222;
    text-align: center;
    margin-bottom: 2.4rem;
}

/* 카드 공통 */
.orgMap-card {
    width: 42rem;
    border: 1px solid #cfe4e5;
    background: #fff;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.orgMap-cardHead {
    font-size: 1.8rem;
    color: #515151;
    font-weight: 600;
    background: #E1F5F9;
    background: linear-gradient(270deg, rgba(225, 245, 249, 1) 0%, rgba(252, 255, 244, 1) 100%);
    padding: 1.2rem 0;
}

.orgMap-card.orgMap-card--mid {
    border: 1px solid #ccdcff;
}

.orgMap-cardHead--sub {
    background: #E1F5F9;
    background: linear-gradient(270deg, rgba(225, 232, 249, 1) 0%, rgba(244, 250, 255, 1) 100%);
}

.orgMap-cardBody {
    border-top: 1px solid #cfe4e5;
    padding: 1.6rem 1.2rem;
    color: #515151;
    line-height: 1.65;
}

/* 수직 연결선 */
.orgMap-connector--v {
    width: 0;
    height: 3.2rem;
    margin: 0 auto;
    border-left: .1rem solid #e0e0e0;
}

.orgMap-connector--mid {
    height: 4rem;
}

/* 하단 그리드 */
.orgMap-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    position: relative;
}

/* 그리드 상단 가로 연결선 */
.orgMap-grid::before {
    content: "";
    position: absolute;
    top: 2.8rem;
    left: 1rem;
    right: 1rem;
    border-top: .1rem solid #e0e0e0;
}

/* 각 칸 위로 내려오는 짧은 수직선 */
.orgMap-unit {
    position: relative;
    border: 1px solid #d5d8de;
    background: #fff;
    overflow: hidden;
    min-height: 20rem;
}

.orgMap-unit::before {
    content: "";
    position: absolute;
    top: -2.4rem;
    left: 50%;
    transform: translateX(-50%);
    border-left: .2rem solid #cdd3dc;
    height: 2.4rem;
}

/* 하단 칸 제목(상단 회색 띠) */
.orgMap-unitHead {
    background: #f2f4f7;
    border-bottom: 1px solid #e0e3ea;
    color: #515151;
    text-align: center;
    padding: 1.1rem 1rem;
}

/* 리스트 */
.orgMap-unitList {
    list-style: none;
    margin: 0;
    padding: 1.2rem 1.6rem;
}

.orgMap-unitList li {
    color: #515151;
    text-align: center;
    padding: .6rem 0;
}

/* 고대 브라우저 대비(글자 줄바꿈 안정) */
.orgMap-cardBody p,
.orgMap-unitList li {
    word-break: keep-all;
    overflow-wrap: anywhere;
}

/* 접근성: 모션 최소화 */
@media (prefers-reduced-motion: no-preference) {

    .orgMap-unit,
    .orgMap-card {
        transition: transform .2s ease, box-shadow .2s ease;
    }

    .orgMap-unit:hover,
    .orgMap-card:hover {
        transform: translateY(-2px);
    }
}

/* ===== Responsive ===== */
@media all and (max-width: 1024px) {
    .orgMap-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media all and (max-width: 768px) {
    .orgMap-card {
        width: 100%;
    }

    .orgMap-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
        padding-top: 0;
    }

    .orgMap-cardHead {
        font-size: 1.6rem;
        padding: 1rem 0;
    }

    .orgMap-cardBody {
        font-size: 1.5rem
    }

    .orgMap-unitList li {
        padding: 0;
        font-size: 1.5rem;
    }

    .orgMap-grid::before,
    .orgMap-unit::before {
        display: none;
    }

    /* 모바일은 연결선 제거 */
    .orgMap-unit {
        min-height: auto;
    }
}

/* 재난발생시 보고체계 */
/* 3컬럼 래퍼 */
.notifyCol-wrap {
    margin-top: 1.6rem
}

.notifyCol-grid {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    justify-content: space-between;
}

.notifyCol-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    min-width: 0;
    flex: 1
}

/* 카드 공통 */
.notifyCol-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.notifyCol-head {
    text-align: center;
    font-weight: 600;
    color: #515151;
    background: #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
    padding: 1.3rem 0;
    margin: 0;
}

.notifyCol-card.notifyCol-card--accent {
    border: 1px solid #ccdcff;
}

.notifyCol-card--accent .notifyCol-head {
    color: #515151;
    border-bottom-color: #ccdcff;
    background: #E1F5F9;
    background: linear-gradient(270deg, rgba(225, 232, 249, 1) 0%, rgba(244, 250, 255, 1) 100%);
}

.notifyCol-body {
    padding: 1.2rem 1.4rem
}

/* 정의목록 */
.notifyCol-dl {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.notifyCol-dl>div {
    display: flex;
    gap: .4rem;
}

.notifyCol-dl dt {
    color: #515151;
}

.notifyCol-dl dd {
    margin: 0;
    color: #374151
}

.notifyCol-dl a {
    color: #515151;
}

.notifyCol-note {
    color: #818181;
    font-size: 1.4rem;
    text-align: center;
}

.notifyCol-desc {
    color: #515151;
    text-align: center;
}

/* 목록형 카드 */
.notifyCol-card--list .notifyCol-bullets {
    margin: 0;
    padding-left: 1.2rem
}

.notifyCol-card--list .notifyCol-bullets li {
    list-style: disc;
    line-height: 1.6;
    color: #374151
}

.stBlack {
    font-weight: 700;
    color: #000;
}

/* 반응형: 태블릿 2열, 모바일 1열 */
@media all and (max-width: 1100px) {
    .notifyCol-grid {
        flex-wrap: wrap
    }

    .notifyCol-col {
        flex: 1 1 calc(50% - 1rem)
    }
}

@media all and (max-width: 768px) {
    .notifyCol-col {
        flex-basis: 100%
    }

    .notifyCol-head {
        font-size: 1.6rem
    }

    .notifyCol-body {
        font-size: 1.5rem;
    }
}

div

/* 조직안내 */
.orgSimple,
.orgSimple * {
    box-sizing: border-box;
}

.orgSimple-srOnly {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.orgRoot {
    --line: #d5d8de;
    --radius: 12px;
    --card: #fff;
    --txt: #0b2533;

    max-width: 1100px;
    margin: 2.4rem auto 3.2rem;
    color: var(--txt);
    position: relative;
    padding: 0 1rem;
}

/* ========== 사장(가운데 정렬 보정) ========== */
.orgChief {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 5rem;
}

.orgChief .orgTitle {
    display: inline-block;
    min-width: 20rem;
    text-align: center;
    border: 1px solid #cfe4e5;
    font-size: 1.8rem;
    color: #515151;
    font-weight: 600;
    background: #E1F5F9;
    background: linear-gradient(270deg, rgba(225, 245, 249, 1) 0%, rgba(252, 255, 244, 1) 100%);
    padding: 1rem 1.6rem;
}

.orgChiefLine {
    position: absolute;
    left: 50%;
    top: 4.8rem;
    width: .1rem;
    background: var(--line);
    height: 24.8rem;
}

/* ========== 중앙 세로 축(스파인) ========== */
.orgAxis {
    position: absolute;
    left: 50%;
    top: 6.2rem;
    bottom: 8.8rem;
    width: 2px;
    background: var(--line);
    transform: translateX(-50%);
    pointer-events: none;
}

/* ========== 중간 레이어 ========== */
.orgMid {
    display: grid;
    grid-template-columns: 1fr minmax(50px, 120px) 1fr;
    /* 가운데는 여백+라인 */
    align-items: center;
    gap: 0;
    margin: 0 auto 2.2rem;
    max-width: 760px;
    position: relative;
}

/* 노드 카드 */
.orgNode {
    min-width: 20rem;
    text-align: center;
    font-size: 1.8rem;
    color: #515151;
    font-weight: 600;
    border: 1px solid #ccdcff;
    padding: 1rem 1.6rem;
}

.orgNode--safety {
    background: #E1F5F9;
    background: linear-gradient(270deg, rgba(225, 232, 249, 1) 0%, rgba(244, 250, 255, 1) 100%);
    justify-self: end;
}

.orgNode--audit {
    background: #E1F5F9;
    background: linear-gradient(270deg, rgba(225, 232, 249, 1) 0%, rgba(244, 250, 255, 1) 100%);
}

.orgNode--auditSub {
    background: #0a56a1;
    opacity: .97;
}

/* 감사 스택 */
.orgStack {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-self: start;
}

/* 중간 가로 연결선(안전관리실 ↔ 감사 스택) */
.orgMidLine {
    position: absolute;
    left: calc(50% - 6.6rem);
    top: 50%;
    width: 6.6rem;
    height: .1rem;
    background: var(--line);
    z-index: -1;
}

.orgMidLine2 {
    position: absolute;
    right: calc(50% - 16rem);
    top: 50%;
    height: 6.1rem;
    width: .1rem;
    background: var(--line);
    transform: translateY(-50%);
    z-index: -1;
}

/* 중앙 빈칸(축 보이게만) */
.orgMidSpacer {
    height: 1px;
}

/* ========== 본부 레이어 ========== */
.orgBranches {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem;
    margin-top: 5rem;
    position: relative;
}

/* 상단 분배 가로선 */
.orgBranchBar {
    position: absolute;
    left: 0;
    right: 0;
    top: 2.8rem;
    height: .1rem;
    background: var(--line);
}

/* 본부 카드 */
.orgBranch {
    background: var(--card);
    border: 1px solid var(--line);
    padding: 1.6rem 1.2rem 1.2rem;
    position: relative;
}

/* 본부 타이틀 */
.orgBranchTitle {
    text-align: center;
    background: #f2f4f7;
    color: #515151;
    font-size: 1.8rem;
    border-bottom: 1px solid var(--line);
    padding: .9rem 1.2rem;
    margin: -1.6rem -1.2rem 1.2rem;
}

/* 하위 부서 리스트 */
.orgList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: .6rem;
}

.orgList>li {
    text-align: center;
    color: #515151;
    padding: .6rem 0;
}

@media all and (max-width: 900px) {
    .orgBranches {
        grid-template-columns: repeat(2, 1fr);
    }

    .orgMidLine {
        left: 41.2%;
        width: 6.6rem;
    }
}

@media all and (max-width: 768px) {

    /* 모바일에선 라인 단순화 */
    .orgAxis,
    .orgChiefLine,
    .orgMidLine,
    .orgMidLine2,
    .orgBranchBar {
        display: none;
    }

    .orgChief {
        margin-bottom: 2rem;
    }

    .orgChief .orgTitle {
        font-size: 1.6rem;
    }

    .orgNode {
        font-size: 1.6rem;
    }

    .orgMid {
        grid-template-columns: 1fr;
        gap: 1rem;
        max-width: none;
    }

    .orgNode--safety,
    .orgStack {
        justify-self: center;
    }

    .orgStack {
        gap: 1rem;
    }

    .orgBranches {
        grid-template-columns: 1fr;
        gap: 1.2rem;
        margin-top: 2rem;
    }

    .orgStack.mGroup {
        border: 1px solid #ccdcff;
        padding: 1rem;
    }

    .orgStack.mGroup .orgNode {
        min-width: 18rem;
    }

    .orgBranchTitle {
        font-size: 1.6rem;
    }

    .orgList>li {
        font-size: 1.5rem;
        padding: 0;
    }
}

/* 전략목표 및 중점추진방향 */
.hCont {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-bottom: 1.5rem;
}

.hCont.col1 {
    border: 1px solid #cfe4e5;
}

.hCont.col2 {
    border: 1px solid #ccdcff;
}

.hContTit {
    width: 18%;
    min-width: 17rem;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 600;
    color: #515151;
    padding: 1.2rem 0;
}

.hCont.col1 .hContTit {
    background: #E1F5F9;
    background: linear-gradient(270deg, rgba(225, 245, 249, 1) 0%, rgba(252, 255, 244, 1) 100%);
}

.hCont.col2 .hContTit {
    background: #E1F5F9;
    background: linear-gradient(270deg, rgba(225, 232, 249, 1) 0%, rgba(244, 250, 255, 1) 100%);
}

.hContTxt {
    font-size: 1.8rem;
    font-weight: 500;
    color: #1d1d1d;
}

.vContTit {
    width: 13%;
    min-width: 15rem;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    background: #00879e;
    padding: 1.2rem 0;
}

.vContBox {
    margin-bottom: 5rem;
}

.vCont {
    border: 1px solid #dedede;
    padding: 3rem;
}

.vCont>ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.vCont.li4>ul>li {
    width: 24.5%;
}

.vCont.li2>ul>li {
    width: 49.5%;
}

@media all and (max-width: 1200px) {
    .vCont.li4>ul>li {
        width: 49.5%;
    }

    .vCont.li2>ul>li {
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .hCont {
        flex-direction: column;
        gap: 0;
    }

    .hContTit {
        width: 100%;
        font-size: 1.8rem;
        padding: 1rem 0;
    }

    .hContTxt {
        text-align: center;
        font-size: 1.6rem;
        padding: 1rem 0;
    }

    .hCont.col1 .hContTxt {
        border-top: 1px solid #cfe4e5;
    }

    .hCont.col2 .hContTxt {
        width: 100%;
        border-top: 1px solid #ccdcff;
    }

    .vCont.li4>ul>li {
        width: 100%;
    }

    .vContTit {
        min-width: 12rem;
        font-size: 1.6rem;
        padding: 1rem 0;
    }

    .vCont {
        padding: 1.5rem;
    }

    .vContBox {
        margin-bottom: 2.5rem;
    }
}

/* 적극행정 안내 */
.cardFull {
    display: flex;
    gap: 4rem;
    align-items: center;
    border-radius: 1.5rem;
    border: 1px solid #e0e0e0;
    padding: 4.5rem;
}

.flexBlock>div.cardFull {
    margin-bottom: 5rem;
}

.flexBlock>div:last-child.cardFull {
    margin-bottom: 0;
}

.flexBlock .cfIcon {
    flex-shrink: 0;
}

.cfTit {
    font-size: 2.4rem;
    color: #1d1d1d;
    font-weight: 700;
}

.cfSTxt {
    font-size: 1.8rem;
    color: #1d1d1d;
    font-weight: 600;
    margin: 1rem 0;
}

.greenUdine {
    text-decoration: underline;
    color: #00879e;
}

@media all and (max-width: 768px) {
    .cardFull {
        gap: 2rem;
        padding: 2.5rem;
        flex-direction: column;
    }

    .flexBlock>div.cardFull {
        margin-bottom: 2rem;
    }

    .cfIcon img {
        max-width: 10rem;
    }

    .cfTit {
        font-size: 2rem;
    }

    .cfSTxt {
        font-size: 1.6rem;
        margin: 1.5rem 0;
    }
}

/* 사회공헌활동 안내 */
.flex2BoxT2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.5rem;
}

.cardInlineT2 {
    display: flex;
    gap: 5rem;
    align-items: center;
    width: calc(50% - 1.75rem);
    border-radius: 1.5rem;
    border: 1px solid #e0e0e0;
    padding: 4.5rem;
}

.ciLeftWrap {
    width: 40%;
}

.ciIconT2 {
    margin-bottom: 1rem;
}

.ciTitT2 {
    font-size: 2.2rem;
    color: #1d1d1d;
    font-weight: 700;
}

.greenTxt {
    color: #00879e;
}

.blueTxt {
    color: var(--color3Accent);
}

@media all and (max-width: 1200px) {
    .cardInlineT2 {
        gap: 3rem;
        align-items: flex-start;
        flex-direction: column;
    }

    .ciLeftWrap {
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .flex2BoxT2 {
        flex-direction: column;
        gap: 2rem;
    }

    .cardInlineT2 {
        width: 100%;
        gap: 1.5rem;
        padding: 2.5rem;
    }

    .ciTitT2 {
        font-size: 2rem;
        line-height: 1.1;
    }
}

/* CEO 인사말 */
.ceoBox {
    background: #E1F5F9;
    background: linear-gradient(270deg, rgba(225, 245, 249, 1) 0%, rgba(252, 255, 244, 1) 100%);
}

.ceoContWrap {
    padding: 7rem;
}

.ceoContWrap {
    background: url("/images/sub/ceo_img.png") no-repeat;
    background-position: bottom right;
}

.ceoIntroWrap {
    width: 50%;
}

.ceoTxt {
    font-size: 2.3rem;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    padding: 5rem 0;
}

.ceoWrite {
    text-align: right;
}

.ceoIntroTxtWrap {
    display: flex;
    gap: 5rem;
    margin-top: 5rem;
}

.ceoIntroTxtWrap>div {
    width: 50%;
}

@media all and (max-width: 1200px) {
    .ceoIntroWrap {
        width: 100%;
    }

    .ceoTxt {
        font-size: 2rem;
    }

    .ceoWrite {
        text-align: left;
    }
}

@media all and (max-width: 900px) {
    .ceoContWrap {
        background-size: 50%;
    }
}

@media all and (max-width: 768px) {
    .ceoContWrap {
        background: none;
        padding: 3rem;
    }

    .bmcLogo img {
        max-width: 20rem;
    }

    .ceoTxt {
        font-size: 1.8rem;
        padding: 3rem 0;
    }

    .ceoIntroTxtWrap {
        flex-direction: column;
        gap: 2rem;
        font-size: 1.5rem;
        margin-top: 2.5rem;
    }

    .ceoIntroTxtWrap>div {
        width: 100%;
    }

    .ceoWrite {
        text-align: right;
    }

    .ceoWrite img {
        max-width: 20rem;
    }
}

/* 공사소개 */
.introdceBox {
    border: 1px solid #e0e0e0;
    background: url("/images/sub/company_img.png") no-repeat;
    background-position: bottom right;
    padding: 7rem;
}

.introHeadTit {
    font-size: 2.5rem;
    color: #1d1d1d;
    font-weight: 400;
    padding: 3rem 0;
}

.introTxt {
    color: #5a5a5a;
}

@media all and (max-width: 900px) {
    .introdceBox {
        background: none;
    }
}

@media all and (max-width: 768px) {
    .introdceBox {
        padding: 3rem;
    }

    .introLogo img {
        max-width: 18rem;
    }

    .introHeadTit {
        font-size: 2rem;
    }

    .introTxt {
        font-size: 1.5rem;
    }
}

/* CI, BI */
.signatureList>ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.signatureList>ul>li {
    width: calc(50% - 2rem);
    text-align: center;
    border: 1px solid #e0e0e0;
}

.sgntImg {
    height: calc(100% - 4.8rem);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.sgntImg img {
    /* width: 100%; */
}

.sgntTxt {
    font-size: 1.8rem;
    color: #1d1d1d;
    font-weight: 500;
    border-top: 1px solid #e0e0e0;
    background: #f8f8f8;
    padding: 1rem 0;
}

@media all and (max-width: 768px) {

    .signatureList>ul {
        gap: 2rem;
        flex-direction: column;
    }

    .signatureList>ul>li {
        width: 100%;
    }

    .signatureList.mt30 {
        margin-top: 1.5rem !important;
    }

    .sgntTxt {
        font-size: 1.6rem;
        padding: .5rem 0;
    }
}

/* 양궁팀 */
.imgList3>ul {
    display: flex;
    gap: 3rem;
}

.imgList3>ul>li {
    width: calc(33.3% - 1.8rem);
}

.imgList3>ul>li img {
    width: 100%;
}

.imgNameList5>ul {
    display: flex;
    gap: 2rem;
}

.imgNameList5>ul>li {
    width: calc(20% - 1.6rem);
    text-align: center;
    border: 1px solid #e0e0e0;
}

.imgNameList5>ul>li img {
    width: 100%;
}

.inl5Txt {
    font-size: 1.8rem;
    color: #1d1d1d;
    font-weight: 500;
    border-top: 1px solid #e0e0e0;
    background: #f8f8f8;
    padding: 1rem 0;
}

@media all and (max-width: 768px) {
    .imgList3>ul {
        flex-direction: column;
        gap: 0;
        row-gap: 1.5rem;
    }

    .imgList3>ul>li {
        width: 100%;
    }

    .imgNameList5>ul {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .imgNameList5>ul>li {
        width: calc(50% - 1rem);
    }

    .inl5Txt {
        font-size: 1.6rem;
        padding: .5rem 0;
    }
}

/* 오시는 길 */
.cfTxtGroup .cfSTxt {
    margin: 0;
}

.cfTxtGroup {
    margin-bottom: 2rem;
}

.cfContWrap>div:last-child.cfTxtGroup {
    margin-bottom: 0;
}

@media all and (max-width: 768px) {
    .cardFull.lct {
        align-items: flex-start;
    }

    .cardFull.lct .cfIcon {
        margin: 0 auto;
    }
}

/* 단지개요 */
.osiriaBgBox1 {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    padding: 10%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/images/osiria/sub/osiria_tour_bg1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media all and (max-width:900px) {
    .osiriaBgBox1 {
        font-size: 1.8rem;
    }
}

@media all and (max-width:768px) {
    .osiriaBgBox1 {
        font-size: 1.5rem;
        padding: 8%;
    }
}

/* BI 컬러카드 */
.bi_Wrap {
    display: grid;
    column-gap: 2rem;
    row-gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
}

.bi_colorWrap {
    border: 1px solid #ddd;
    color: #777;
    font-size: 1.6rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.bi_colorWrap>div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 13rem;
    color: #333;
}

.bi_colorWrap>div:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bi_colorWrap .color_box {
    background: #ef8200;
}

.bi_colorWrap .color_box02 {
    background: #fff000;
}

.bi_colorWrap .color_box03 {
    background: #6eb92c;
}

.bi_colorWrap .color_txtbox {
    grid-column: 2 / span 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:1200px) {
    .bi_colorWrap {
        display: flex;
        flex-direction: column;
    }

    .bi_colorWrap>div:nth-child(1) {
        height: 5rem;
    }

    .bi_colorWrap>div:nth-child(2) {
        padding: 2rem;
    }
}

@media (max-width:900px) {
    .bi_Wrap {
        column-gap: 1rem;
    }
}

@media (max-width:600px) {
    .bi_Wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .bi_colorWrap>div:nth-child(2) {
        padding: 1rem;
    }
}         