@charset "utf-8";

#bo_v_con {
    & p {
        margin-bottom:30px;
    }
}

.main-wrap {
    position:relative;

    .lat-track{display:flex; align-items:center; gap:14px; margin-top:18px;}
    .lat-track{
        button.lat-prev,button.lat-next{
            background-color: transparent;
            border: 0;
        }
    }
    /* 점선 레일 + 빨간 포인터 */
    .lat-rail{position:relative; flex:1; height:46px;}
    .lat-rail::before{content:''; position:absolute; left:0; right:0; top:50%;transform:translateY(-50%); border-top:1px dashed #ddd;}
    .lat-pointer{position:absolute; left:0; top:50%;width:10px; height:10px; border-radius:50%; background:#e11;transform:translate(0,-50%);transition:transform .5s cubic-bezier(.22,.61,.36,1);}

    .main-title-h3 {
        color:#000;
        font-size:38px;
        font-weight:600;
    }

    .main-section1 {
        .main-bg-box {
            background: url('/theme/basic/img/main/main-1.jpg') center / cover no-repeat;
            height: 627px;
            position: relative;
        }
        .main-text-box {
            position: absolute;
            top:40%;
            left:20%;

            & h2 {
                font-size:55px;
                font-weight: 800;
                letter-spacing: -0.5px;
                line-height: 130%;
                color:#fff;
                margin-bottom: 20px;
            }

            & p {
                color:#fff;
                font-size:18px;
                font-weight: 400;
                line-height: 171%;
                letter-spacing: -0.5px;
            }
        }
    }

    .main-section2 {
        position:absolute;
        left:50%;
        width:100%;
        transform: translate(-50%, -50%);

        .left-col {
            padding-right:0;
        }
        .right-col {
            padding-left:0;
        }
        .select-box {
            background: var(--bs-primary);
            padding: 30px 31px 36px 31px;
            box-shadow: 2px 8px 18px 0 #0000001F;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
            height: 161px;

            /* 추가: select-content 컨테이너 */
            .select-content {
                display: flex;
                height: 100%;
                flex-direction: column;
                justify-content: space-between;
            }

            & p {
                color: var(--bs-white-100);
                font-size:22px;
                font-weight: 600;
                /*margin-bottom:10px;*/
                white-space: nowrap; /* 추가 */
            }

            .input-group {
                display: flex; /* 추가 */
                align-items: center; /* 추가 */
                column-gap:15px;

                /* 추가: region-select-wrap */
                .region-select-wrap {
                    display: flex;
                    gap: 10px;
                    flex-grow: 1;
                }

                & select {
                    width: 200px; /* 수정: 187px → auto */
                    flex: 1; /* 추가 */
                    font-size:17px;
                    font-weight:400;
                    color:#757575;
                    border-radius:6px !important;
                    height: 48px; /* 추가 */
                    padding: 10px 20px; /* 추가 */
                    border: 1px solid #ccc; /* 추가 */
                }

                & button {
                    background:none;
                    border:0;
                    height: 48px; /* 추가 */
                    width: 48px; /* 추가 */
                    flex-shrink: 0; /* 추가 */
                    cursor: pointer; /* 추가 */
                }
            }
        }
        .notice-box {
            background:#fff;
            box-shadow: 2px 8px 18px 0 #0000001F;
            padding:26px 25px;
            border-top-right-radius:20px;
            border-bottom-right-radius:20px;
            height: 161px;

            .notice-head {
                display:flex;
                align-items:center;
                justify-content:space-between;
                margin-bottom:18px;

                .notice-title-box {
                    border:solid 1.5px #e60012;
                    border-radius:30px;
                    min-width:110px;
                    min-height:41px;
                    display:flex;
                    align-items:center;
                    justify-content:center;
                    column-gap:5px;

                    & span {
                        color:#e60012;
                        font-size:16px;
                        font-weight:500;

                        & img {
                            position:relative;
                            top:-1px;
                        }
                    }

                }

                .more-box {
                    & img {
                        position:relative;
                        top:-3px;
                    }
                }
            }

            .notice-list-box {
                & ul {
                    & li {
                        margin-bottom:18px;
                        & a {
                            display:flex;
                            align-items:center;
                            justify-content:space-between;

                            & span {
                                font-size:15px;
                                font-weight:400;
                                color:#555;
                                line-height:100%;
                            }
                            .text-span {
                                display:inline-block;
                                width:80%;
                                overflow:hidden;
                                text-overflow:ellipsis;
                                white-space:nowrap;
                            }
                        }

                        &:last-child {
                            margin-bottom:0;
                        }
                    }
                }
            }

        }
    }

    .main-section3 {
        margin-top:170px;

        .main-title-h3 {
            text-align:center;
        }

        .content-body {
            margin-top:45px;

            .row {
                background:#E8F4FF;
                padding:30px;
                border-radius:20px;

                .info-box {
                    background:#fff;
                    border-radius:15px;
                    text-align:center;
                    position:relative;
                    transition: 0.3s;

                    .swap-stack { position: relative; display: inline-block; }
                    .swap-stack img.icon-swap { display:block; width:79px; height:79px; }
                    .swap-stack .icon-video {
                        position: absolute; inset: 0;
                        width: 79px; height: 79px;
                        object-fit: contain;
                        opacity: 0; pointer-events: none;
                        transition: opacity .2s ease;
                        border-radius: inherit;
                    }
                    .swap-stack.is-anim .icon-video { opacity: 1; }

                    .img-box {
                        padding-top:44px;
                        margin-bottom:15px;

                        & img {
                            width:79px;
                            height:79px;
                        }
                    }


                    .text-box {
                        padding-bottom:22px;

                        & h5 {
                            font-size:22px;
                            font-weight:600;
                            color:#555;
                        }

                        & p {
                            color:#959595;
                            font-size:15px;
                            font-weight:400;
                            line-height:23px;
                        }
                    }

                    &:after {
                        position:absolute;
                        content:'';
                        background:url('/theme/basic/img/main/main-deg-arrow.svg') no-repeat;
                        width:18px;
                        height:18px;
                        right:30px;
                        top:20px;
                    }

                    &:hover{
                        box-shadow: 1px 1px 10px #ccc;
                        transition: 0.3s;
                    }
                }

            }

        }
    }

    .main-section4 {
        background:#F6F8F9;
        margin-top:105px;
        padding:84px 0;

        .content-header {
            display:flex;
            align-items:end;
            justify-content:space-between;

            .title-box {
                & h3 {
                    & span {
                        color:var(--bs-primary);
                    }
                }
            }

            .more-box {
                & a {
                    display:flex;
                    align-items:center;
                    column-gap:10px;

                    & span {
                        font-size:18px;
                        font-weight:500;
                        color:#222;

                        & img {
                            position:relative;
                            top:-2px;
                        }
                    }
                }

            }
        }

        .content-body {
            margin-top:45px;


            .lat-swiper-box {
                width:100%;
                max-width:100%;
                margin:0 auto;

                .swiper {
                    width:100% !important;
                    max-width:100% !important;
                    overflow:hidden;
                }

                .text-box {
                    margin-top:30px;
                    .branch-name{
                        display:inline-block;
                        background:#E60012;
                        color:#fff;
                        font-size:15px;
                        padding:5px 10px;
                        border-radius:50px;
                    }

                    .sv_member {
                        display:inline-block;
                        background:#E60012;
                        color:#fff;
                        font-size:15px;
                        padding:5px 10px;
                        border-radius:50px;
                    }

                    & h6 {
                        font-size:20px;
                        color:#000;
                        font-weight:500;
                        margin-top:20px;
                    }

                    .date-box {
                        display:flex;
                        align-items:center;
                        column-gap:5px;
                        margin-top:20px;

                        & img {
                            position:relative;
                            top:-2px;
                        }
                    }
                }

                .button-control-box {
                    margin-top:50px;

                    .button-box {
                        display:flex;
                        align-items:center;
                        justify-content:space-between;
                        & button {
                            border:0 !important;
                            padding:0 !important;
                        }
                    }
                }
            }
        }
    }

    .main-section5 {
        margin-top:100px;
        margin-bottom:100px;
    }

    .main-section6 {
        margin-top:10px;
        padding:84px 0;

        .content-header {
            display:flex;
            align-items:end;
            justify-content:space-between;

            .title-box {
                & h3 {
                    & span {
                        color:var(--bs-primary);
                    }
                }
            }

            .more-box {
                & a {
                    display:flex;
                    align-items:center;
                    column-gap:10px;

                    & span {
                        font-size:18px;
                        font-weight:500;
                        color:#222;

                        & img {
                            position:relative;
                            top:-2px;
                        }
                    }
                }

            }
        }

        .content-body {
            margin-top:45px;

            .lat-swiper-box {
                width:100%;
                max-width:100%;
                margin:0 auto;

                .swiper {
                    width:100% !important;
                    max-width:100% !important;
                    overflow:hidden;
                }

                .text-box {
                    margin-top:30px;

                    .sv_member {
                        display:inline-block;
                        background:#E60012;
                        color:#fff;
                        font-size:15px;
                        padding:5px 10px;
                        border-radius:50px;
                    }

                    & h6 {
                        font-size:20px;
                        color:#000;
                        font-weight:500;
                        margin-top:20px;
                    }

                    .date-box {
                        display:flex;
                        align-items:center;
                        column-gap:5px;
                        margin-top:20px;

                        & img {
                            position:relative;
                            top:-2px;
                        }
                    }
                }

                .button-control-box {
                    margin-top:50px;

                    .button-box {
                        display:flex;
                        align-items:center;
                        justify-content:space-between;
                        & button {
                            border:0 !important;
                            padding:0 !important;
                        }
                    }
                }
            }
        }
    }

    .main-section7 {
        background:#F6F8F9;
        margin-top:18px;
        padding:84px 0;

        .content-header {
            display:flex;
            align-items:end;
            justify-content:space-between;

            .title-box {
                & h3 {
                    & span {
                        color:var(--bs-primary);
                    }
                }
            }

            .more-box {
                & a {
                    display:flex;
                    align-items:center;
                    column-gap:10px;

                    & span {
                        font-size:18px;
                        font-weight:500;
                        color:#222;

                        & img {
                            position:relative;
                            top:-2px;
                        }
                    }
                }

            }
        }

        .content-body {
            margin-top:45px;

            .gallery-latest-box {
                /* 더 부드럽게: 오직 transform만 트랜지션 */
                .content-body .gallery-latest-box .thumbnail-box{
                    transition: transform .55s cubic-bezier(.16,1,.3,1);
                    will-change: transform;
                    backface-visibility: hidden;
                }
                .content-body .gallery-latest-box .row > [class*="col-"]{
                    position: relative;
                }


                .thumbnail-box {
                    position: relative;
                    padding: 0 0 30px 30px;
                    height:312px;
                    width: 310px;
                    border-radius: 20px;
                    display:flex;
                    flex-direction: column;
                    justify-content: space-between;
                    background-size: cover;
                    &:after{
                        content: "";
                        position: absolute;
                        inset: 0;
                        background: url("/img/gallery_frame.png") center/cover no-repeat;
                        z-index: 0;
                    }
                    > * { position: relative; z-index: 1; }
                    .more-btn-box{
                        align-self: flex-end;
                        .more-button{
                            width: 49px;
                            height: 49px;
                            background-color: #868686;
                            border-radius: 50%;
                        }
                    }


                    & h6 {
                        color:#fff;
                        font-size:20px;
                        font-weight:500;
                        text-shadow: 1px 1px 5px #222;
                    }

                    .text-box{

                        & p{
                            color:#fff;
                            font-weight: 500;
                            font-size: 16px;
                            line-height: 25px;
                            letter-spacing: 0;
                            text-shadow: 1px 1px 5px #222;
                        }
                    }

                    &:hover{
                        .more-btn-box{
                            .more-button{

                                background-color: #E60012;
                            }
                        }
                    }
                }
            }
        }


    }

    .main-section8 {
        margin-top:105px;
    }

    .main-section9 {
        margin-top:105px;
        padding:84px 0;

        .content-header {
            display:flex;
            align-items:end;
            justify-content:space-between;

            .title-box {
                & h3 {
                    & span {
                        color:var(--bs-primary);
                    }
                }
            }

            .more-box {
                & a {
                    display:flex;
                    align-items:center;
                    column-gap:10px;

                    & span {
                        font-size:18px;
                        font-weight:500;
                        color:#222;

                        & img {
                            position:relative;
                            top:-2px;
                        }
                    }
                }

            }
        }

        /*  슬라이드  */
        /* ① 컨테이너 밖 노출 차단 */
        .partners-swiper-wrap{position:relative; overflow:hidden;}
        .partners-swiper-wrap .lat-swiper{overflow:hidden;} /* 스와이퍼 뷰포트 고정 */
        .partners-swiper-wrap .swiper{padding-bottom:0;}    /* 불필요한 여백 제거 */

        /* 카드 */
        .partner-card{display:flex; align-items:center; gap:16px;width:100%; padding:16px 20px; height:106px;border:1px solid #D9D9D9; border-radius:14px; background:#fff; text-decoration:none;}
        .partner-card:hover{border-color:#ddd}
        .partner-card:hover .partner-go{background-color: #E60012;}
        .partner-logo{flex:0 0 auto; display:flex; align-items:center; justify-content:center;}
        .partner-logo img{max-width:125px; max-height:69px; display:block}
        .partner-name{font-size:16px; color:#111; font-weight:500; margin-right:auto}
        .partner-go{flex:0 0 auto; width:30px; height:30px; border-radius:50%;display:flex; align-items:center; justify-content:center; border:1px solid #e5e5e5; font-size:14px; background-color: #868686;}

        /* ② 하단 트랙(양끝 버튼 + 점선 + 빨간 점) */

    }
}





.information-wrap {
    margin-top:90px;

    .title {
        margin-bottom: 65px;

        & h3 {
            font-size:43px;
            font-weight: 600;
            color:#222;
            letter-spacing: -1px;
            line-height: 100%;
            text-align: center;
        }
    }

    .first-tab-box {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        margin-bottom: 40px;
        padding-bottom: 60px;

        border-bottom: 1px solid black;

        & a {
            font-size:25px;
            font-weight: 600;
            line-height: 100%;
            letter-spacing: -1px;
            color:#ccc !important;
        }

        .active {
            color:#E60012 !important;
            position: relative;

            &:after {
                content:'';
                position: absolute;
                width:6px;
                height: 6px;
                border-radius: 100px;
                bottom:-20px;
                left:50%;
                background: #E60012;
                transform: translate(-50%, -50%);
            }
        }
    }

    .second-tab-box {
        padding-bottom:50px;
        border-bottom:solid 1px #000;
        margin-bottom:90px;

        & ul {
            column-gap:10px;
            row-gap:15px;
            justify-content:center;

            & li {
                & button {
                    border:solid 1px #D9D9D9;
                    padding:14px 28px;
                    font-size:16px;
                    font-weight:500;
                    color:#939393;
                    line-height:20px;
                    border-radius:30px;
                }

                .active {
                    background-color:#E60012;
                    color:#fff;
                }
            }
        }
    }

    .tab-content-wrap {
        #tab-content-box {
            margin-top: 90px;

        }

        .tab-content-box {

            .info-title {
                & h3 {
                    font-size: 40px;
                    font-weight: 700;
                    line-height: 55px;
                }
            }

            .info-content {
                .info-table-box {
                    margin-bottom: 60px;

                    .info-table-title-box {
                        display: flex;
                        align-items: center;
                        column-gap: 8px;
                        margin-bottom: 25px;

                        & h4 {
                            margin-bottom: 0;
                            font-size: 25px;
                            font-weight: 700;
                            line-height: 100%;
                        }

                        & img {
                            position: relative;
                            top: -1px;
                        }
                    }

                    & table {
                        width: 100%;
                        border-top: solid 2px #000;
                        border-bottom: solid 2px #000;

                        & thead {
                            & th {
                                text-align: center;
                                padding: 18px;
                                font-size: 18px;
                                font-weight: 600;
                                line-height: 100%;
                                border-right: solid 1px #D9D9D9;
                                border-bottom: solid 1px #D9D9D9;
                                color: #000;

                                &:last-child {
                                    border-right: 0;
                                }

                                /* 기본 규칙 (4열 테이블 가정) */
                                &:nth-child(2) {
                                    width: 50%;
                                }
                            }
                        }

                        & tbody {
                            & td {
                                border-right: solid 1px #D9D9D9;
                                border-bottom: solid 1px #D9D9D9;
                                font-size: 17px;
                                font-weight: 400;
                                color: #222;
                                line-height: 100%;
                                padding: 18px;
                                text-align: center; /* 기본 중앙 정렬 */

                                &:last-child {
                                    border-right: none;
                                }
                            }
                        }
                    }
                }
            }
        }

        #content-4, #content-5, #content-6, #content-7, #content-9, #content-10, #content-11, #content-12, #content-13, #content-14, #content-15, #content-16, #content-17, #content-18, #content-19, #content-20, #content-21, #content-22 {

            .tab-content-box {
                .info-content {
                    .info-table-box {
                        & table {
                            & thead {
                                & th {
                                    /* 3:1:1 비율 적용 (총 3열 테이블의 일반적인 규칙) */
                                    &:first-child { /* 작업종류 */
                                        width: 60%;
                                    }

                                    &:nth-child(2) { /* 작업시간 */
                                        width: 20%;
                                    }

                                    &:last-child { /* 공임 */
                                        width: 20%;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }

        /* ================================================================= */
        /* #content-1 영역의 규칙 시작 */
        /* ================================================================= */

        #content-1 {
            /* 1. 기본 4열 테이블 규칙 (tire-brake 클래스가 없는 경우) - 이 부분은 그대로 유지 */
            .tab-content-box {
                .info-content {
                    .info-table-box {
                        & table {
                            & thead {
                                & th {
                                    /* 4열 테이블 가정: 20% (구분), 45% (작업내용), 15% (작업시간), 20% (공임) */
                                    &:first-child { /* 1열 (구분) */
                                        width: 20%;
                                    }
                                    &:nth-child(2) { /* 2열 (작업내용) */
                                        width: 45%;
                                    }
                                    &:nth-child(3) { /* 3열 (작업시간) */
                                        width: 15%;
                                    }
                                    &:last-child { /* 4열 (공임) */
                                        width: 20%;
                                    }
                                }
                            }
                        }
                    }
                }
            }

            /* 2. 🚨 최종 수정된 규칙: #content-1.tire-brake (3열) */
            /* last-child 대신 정확히 nth-child(3)를 사용하고 너비를 강제합니다. */
            &.tire-brake { /* .tire-brake 클래스를 가진 #content-1에만 적용 */
                .tab-content-box {
                    .info-content {
                        .info-table-box {
                            & table {
                                /* table-layout: fixed는 이미 !important가 적용되어 있으므로 유지 */

                                & thead {
                                    & th {
                                        /* 3열 (작업내용, 작업시간, 공임) 기준: 50%, 25%, 25% */

                                        &:nth-child(1) { /* 1열: 작업내용 */
                                            width: 50% !important;
                                            text-align: left;
                                            padding-left: 15px;
                                        }

                                        &:nth-child(2) { /* 2열: 작업시간 */
                                            width: 25% !important;
                                            text-align: center;
                                        }

                                        &:nth-child(3) { /* 3열: 공임 (<- last-child 대신 정확히 지정) */
                                            width: 25% !important;
                                            text-align: center;
                                            border-right: 0;
                                        }

                                        /* 4열 이상의 너비 설정을 강제로 초기화하여 3열 테이블을 보장 */
                                        &:nth-child(n+4) {
                                            width: auto !important;
                                        }
                                    }
                                }

                                & tbody {
                                    & td {
                                        &:nth-child(1) {
                                            width: 50% !important;
                                            text-align: left !important;
                                            padding-left: 15px;
                                        }

                                        &:nth-child(2) {
                                            width: 25% !important;
                                            text-align: center;
                                        }

                                        &:nth-child(3) {
                                            width: 25% !important;
                                            text-align: center;
                                            border-right: 0;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        /* ================================================================= */
        /* #content-1 영역의 규칙 끝 */
        /* ================================================================= */
        /* ----------------------------------------------------------------- */
        /* 기타 ID에 대한 규칙은 유지 */
        /* ----------------------------------------------------------------- */

        #content-2 {
            .tab-content-box {
                .info-content {
                    .info-table-box {
                        & table {
                            & thead {
                                & th {
                                    /* 2:4:2:2 비율 (총 10 파트) */
                                    &:first-child { width: 55%; }
                                    &:nth-child(2) { width: 20%; }
                                    &:nth-child(3) { width: 12%; }
                                    &:last-child { width: 13%; }
                                }
                            }
                        }
                    }
                }
            }
        }

        #content-2 {
            &.import-car {
                .tab-content-box {
                    .info-content {
                        .info-table-box {
                            & table {
                                table-layout: fixed;

                                & thead {
                                    & th {
                                        &:first-child { width: 22%; }
                                        &:nth-child(2) { width: 50%; }
                                        &:nth-child(3) { width: 13%; }
                                        &:last-child { width: 15%; }
                                    }
                                }

                                & tbody {
                                    & td {
                                        &:first-child { width: 55%; }
                                        &:nth-child(2) { width: 20%; }
                                        &:nth-child(3) { width: 12%; }
                                        &:last-child { width: 13%; }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }

        /* 1. 기본 4열 테이블 (브레이크 오일) 규칙 */
        #content-3 {
            .tab-content-box {
                .info-content {
                    .info-table-box {
                        & table {
                            table-layout: fixed;
                        }
                    }

                    .info-table-box {
                        & table {
                            & thead {
                                & th {
                                    &:first-child { width: 50%; }
                                    &:nth-child(2) { width: 20%; }
                                    &:nth-child(3) { width: 15%; }
                                    &:last-child { width: 15%; }
                                }
                            }

                            & tbody {
                                & td {
                                    &:first-child { width: 20%; }
                                    &:nth-child(2) { width: 45%; }
                                    &:nth-child(3) { width: 5%; }
                                    &:last-child { width: 30%; }
                                }
                            }
                        }
                    }
                }
            }
        }

        #content-3 {
            &.import-car {
                .tab-content-box {
                    .info-content {
                        .info-table-box {
                            & table {
                                table-layout: fixed;
                            }
                        }

                        /* 1. 기본 4열 테이블 (브레이크 오일) 규칙 */
                        .info-table-box:not(.table-brake-work) {
                            & table {
                                & thead {
                                    & th {
                                        &:first-child { width: 20%; }
                                        &:nth-child(2) { width: 50%; }
                                        &:nth-child(3) { width: 15%; }
                                        &:last-child { width: 15%; }
                                    }
                                }

                                & tbody {
                                    & td {
                                        &:first-child { width: 20%; }
                                        &:nth-child(2) { width: 45%; }
                                        &:nth-child(3) { width: 5%; }
                                        &:last-child { width: 30%; }
                                    }
                                }
                            }
                        }

                        /* 2. 특수 4열 테이블 (브레이크 작업) 규칙 */
                        .info-table-box.table-brake-work {
                            & table {
                                & thead {
                                    & th {
                                        &:first-child { width: 15%; }
                                        &:nth-child(2) { width: 55%; }
                                        &:nth-child(3) { width: 15%; }
                                        &:last-child { width: 15%; }
                                    }
                                }

                                & tbody {
                                    & td {
                                        &:first-child { width: 15%; }
                                        &:nth-child(2) { width: 20%; }
                                        &:nth-child(3) { width: 35%; }
                                        &:nth-child(4) { width: 15%; }
                                        &:nth-child(5) { width: 15%; }
                                    }
                                }
                            }
                        }
                    }
                }
            }

        }

        /* ----------------------------------------------------------------- */
        /* #content-8 전용 4열 테이블 규칙 추가 (구분 축소, 작업내용/시간 확대) */
        /* ----------------------------------------------------------------- */
        #content-8 {
            .tab-content-box {
                .info-content {
                    .info-table-box {
                        & table {
                            table-layout: fixed;

                            & thead {
                                & th {
                                    &:first-child { width: 40%; }
                                    &:nth-child(2) { width: 25%; }
                                    &:nth-child(3) { width: 15%; }
                                    &:last-child { width: 20%; }
                                }
                            }
                            & tbody {
                                & td {
                                    &:first-child { width: 40%; }
                                    &:nth-child(2) { width: 25%; }
                                    &:nth-child(3) { width: 15%; }
                                    &:last-child { width: 20%; }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}






.intro-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 110px 0  77px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.01em;

    h2 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 10px;
        color: rgba(0, 174, 66, 0.89);
    }

    p {
        font-size: 40px;
        color: #222222;
    }
}


.info-section{
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    background-color: #F8FAFB;
    text-align: center;
    padding: 63px 0;
    h2 {
        font-weight: 800;
        font-size: 24px;
        line-height: 150%;
        margin-bottom: 10px;
    }
    p {
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
    }
}
.about-layout {
    .state-section {
        background: #F7F8FB;

        .state-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 90px 0;

            .state-title {
                font-weight: 700;
                font-size: 40px;
                text-align: center;
                margin-bottom: 45px;
            }

            .state-contents {
                display: flex;
                justify-content: center;
                gap: 64px;

                .status-item {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    gap: 12px;
                    color: #222222;

                    .icon-box {
                        width: 120px;
                        height: 120px;
                        border-radius: 16px;
                        background: linear-gradient(135deg, #80EB7A 4.2%, #2C9198 100%);
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin-bottom: 18px;

                        img {
                            width: 60px;
                            height: 60px;
                        }
                    }

                    .label {
                        font-size: 28px;
                        font-weight: 700;
                        Line-height: 100%;
                        letter-spacing: -1px;
                    }

                    .desc {
                        font-size: 18px;
                        font-weight: 500;
                        Line-height: 28px;
                        p:nth-child(1) {
                            text-align: center;
                        }
                        p:nth-child(2) {
                            text-align: end;
                            font-size: 12px;
                            font-weight: 300;
                            Line-height: 14px;
                            a:nth-child(1) {
                                display: inline-block;
                                margin-bottom: 10px;
                            }
                            a:hover {
                                opacity: 0.8;
                            }
                        }
                    }
                    .linkurl {
                        padding: 3px 15px;
                        border: 1px solid #00AD1D;
                        border-radius: 12px;
                        span {
                            font-weight: 700;
                            font-size: 12px;
                            Line-height: 150%;
                            color: #00AD1D;
                        }
                        img{
                            width: 7px;
                        }
                        :hover {
                            opacity: 0.8;
                        }
                    }
                }
            }
        }
    }

    .vision-section {
        position: relative;
        max-width: 1920px;
        margin: 0 auto;
        padding: 120px 0;
        background: #fff;
        overflow: hidden;

        &::before {
            content: '';
            position: absolute;
            bottom: -46%;
            left: -30%;
            width: 100%;
            height: 100%;
            background: url('/theme/basic/img/about/about_vision_bg.png') no-repeat center bottom;
            background-size: contain;
            opacity: 0.08;
            pointer-events: none;
        }

        .vision-title {
            font-size: 25px;
            font-weight: 700;
            text-align: center;
            color: rgba(0, 174, 66, 0.89);
            margin-bottom: 50px;
        }

        .vision-grid {
            display: flex;
            justify-content: space-between;
            gap: 56px;
            position: relative;
            z-index: 1;
            max-width: 1280px;
            width: 100%;
            margin: 0 auto;

            .vision-card {
                width: 544px;
                flex: 1;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 16px;

                .vision-bg {
                    width: 100%;
                    max-width: 360px;
                    aspect-ratio: 16 / 10;
                    background-size: cover;
                    background-position: center;
                    border-radius: 16px;
                    &.vision-challenge {
                        background-image: url("/theme/basic/img/about/about_vision_challenge.jpg");
                    }
                    &.vision-cooperation {
                        background-image: url("/theme/basic/img/about/about_vision_cooperation.jpg");
                    }
                    &.vision-goals {
                        background-image: url("/theme/basic/img/about/about_vision_goals.jpg");
                    }
                }



                .vision-line {
                    width: 2px;
                    height: 40px;
                    background: rgba(0, 174, 66, 0.89);
                    margin-top: -20px;
                    z-index: -1;
                }

                .vision-en {
                    font-size: 43px;
                    font-weight: 900;
                    line-height: 32px;
                    color: #222;
                }

                .vision-ko {
                    font-size: 31px;
                    font-weight: 700;
                    line-height: 32px;
                    letter-spacing: -0.03em;
                }

                .vision-desc {
                    font-size: 18px;
                    font-weight: 500;
                    color: #555;
                }
            }
        }
    }

    .others-section {
        position: relative;
        max-width: 1920px;
        width: 100%;
        height: 226px;
        display: flex;
        margin: 0 auto;

        p {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            margin-bottom: initial;

            &:nth-child(1) {
                background: url('/theme/basic/img/about/about_other_contact.jpg') center/cover no-repeat;
            }

            &:nth-child(2) {
                background: url('/theme/basic/img/about/about_other_resources.jpg') center/cover no-repeat;
            }

            .button {
                display: inline-flex;
                align-items: center;
                font-size: 28px;
                font-weight: 700;
                color: #fff !important;
                text-decoration: none;

                .arrow {
                    margin-left: 16px;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                }

                &:hover {
                    opacity: 0.8;
                }
            }
        }
    }
}



.history-container {
    margin-bottom: 155px;
    .timeline-title {
        max-width: 1280px;
        margin: 0 auto;
        padding-bottom: 100px;

        text-align: center;
        h3 {
            font-weight: 700;
            font-size: 41px;
            line-height: 140%;
            letter-spacing: -0.02em;
            padding-bottom: 9px;
        }
        p {
            font-weight: 400;
            color: #757575;
            font-size: 20px;
            line-height: 160%;
        }
    }

    .timeline-list{
        max-width: 785px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        padding: 0 13px;

        &::before {
            display: block;
            content: '';
            position: absolute;
            top: 15px;
            left: 32%;
            transform: translateX(-50%);
            width: 2px;
            height: calc(100% - 105px);
            background: #eee;
            z-index: 0;
        }

        .timeline-item {
            display: flex;
            align-items: flex-start;
            width: 100%;
            position: relative;
            margin-bottom: 57px;
            z-index: 1;
























            .timeline-date {
                flex: 0 0 200px;
                text-align: right;
                font-weight: 800;
                font-size: 29px;
                line-height: 100%;
                letter-spacing: -0.01em;
                color: #222;
                margin-right: 31px;
                transition: color 0.2s;
                padding-top: 0; // 혹시 쓰고 있으면 0으로
            }
            .timeline-dot {
                display: block;
                width: 14px;
                height: 14px;
                background: #fff;
                border: 4px solid #000000;
                border-radius: 50%;
                margin-right: 60px;
                box-sizing: border-box;
                position: relative;
                z-index: 2;
                transition: background 0.2s, border 0.2s;
                margin-top: 12px;
            }
            .timeline-content {
                ul {
                    margin-top: 6px;
                    list-style: disc;
                    li {
                        font-size: 16px;
                        color: #757575;
                        line-height: 160%;
                        margin: 0;
                        &::marker {
                            color: #C4C4C4;
                            font-size: 10px;
                        }
                    }
                }
            }

            &.highlight {
                .timeline-date {
                    color: #26D139;
                }
                .timeline-dot {
                    border: 4px solid #26D139;
                }
            }
        }
    }
}








.greeting-container{
    .tab-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        list-style: none;
        padding: 0;
        margin: 0 auto;
        border-bottom: 1px solid #ddd;
        margin-top: 25px;
    }

    .tab-item {
        position: relative;
        /*padding: 10px 0;*/
        color: #555555;
        cursor: pointer;
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: -0.01em;
        padding-bottom: 28px;
    }

    .tab-item.active {
        color: #00AD1D;
        font-weight: 600;
    }

    .tab-item.active::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #00AD1D;
        transform: translateY(50%);
    }

    .dot-separator {
        color: #ddd;
        font-size: 25px;
        pointer-events: none;
        padding-bottom: 28px;
    }

    .tab-content {
        display: none;
    }
    .tab-content.active {
        display: block;
    }
    .greeting-content-section {
        max-width: 1280px;
        margin: 0 auto;
        padding-bottom: 140px;
        .greeting-wrapper {
            display: flex;
            align-items: stretch;

            .text-wrapper {
                flex: 1;
                display: flex;
                flex-direction: column;

                .text-column {
                    flex: 1;
                    display: flex;
                    flex-direction: column;
                    padding: 0 70px 50px 70px;

                    .heading {
                        position: relative;
                        font-weight: 700;
                        font-size: 48px;
                        line-height: 132%;
                        letter-spacing: -1px;
                        color: #222;
                        margin-bottom: 47px;

                        &::before {
                            content: '';
                            position: absolute;
                            top: -16px;
                            left: 0;
                            width: 169px;
                            height: 2px;
                            background: #00AD1D;
                        }
                    }

                    .intro {
                        font-weight: 600;
                        font-size: 24px;
                        line-height: 150%;
                        color: #919191;
                        letter-spacing: -1px;
                        margin-bottom: 47px;

                        span {
                            color: #000;
                        }
                    }

                    .body-text {
                        font-weight: 400;
                        font-size: 15px;
                        line-height: 180%;
                        letter-spacing: -1px;
                        color: #555;
                    }
                }

                .signature {
                    flex: none;
                    background: #F9F9F9;
                    display: flex;
                    flex-direction: column;
                    color: #555;
                    padding: 50px 0 50px 80px;

                    .sign-text {
                        font-size: 16px;
                        font-weight: 400;
                        letter-spacing: -1px;
                        color: #555;
                        padding-bottom: 10px;
                    }

                    .sign-name {
                        font-size: 30px;
                        font-weight: 700;
                        letter-spacing: -1px;
                        line-height: 160%;
                        color: #555;
                    }
                }
            }

            .image-column {
                flex: 0 0 360px;
                background-image: url('/theme/basic/img/about/greeting.jpg');
                background-size: cover;
                background-position: center;
                border-radius: 30px 30px 0 0;
            }
        }
    }

    .president-history-content-section {
        max-width: 1280px;
        margin: 0 auto;
        padding-bottom: 140px;
        .history-list {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
        }

        .history-card {
            flex: 0 0 calc(50% - 20px);
            border: 1px solid #ddd;
            overflow: hidden;
        }

        .card-inner {
            display: flex;
            padding: 32px;
            gap: 28px;
            align-items: center;
        }

        .image-wrapper {
            height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;

            img {
                max-width: 100%;
                object-fit: contain;
            }
        }

        .card-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .card-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .header-text {
            display: flex;
            flex-direction: column;
            gap: 5px;
            line-height: 31px;

            .year-text {
                font-weight: 700;
                font-size: 17px;

            }

            .name-text {
                font-weight: 700;
                font-size: 26px;
            }
        }

        .header-symbol {
            width: 46px;
            height: 46px;
            background-image: url('/theme/basic/img/about/symbol.svg');
            background-size: cover;
            background-position: center;
        }

        .divider {
            height: 1px;
            background: #ddd;
            margin: 22px 0;
        }

        .card-period {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 17px;
            font-weight: 400;
            line-height: 150&;
            letter-spacing: -0.02em;

            span {
                font-weight: 600;
            }
        }

    }
}


.goals-section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 16px;
    margin-bottom: 46px;

    &.no-line {
        gap: 0;

        .label {
            margin: 0 auto;
        }

        .line {
            display: none;
        }
    }

    .line {
        flex: 1;
        height: 1px;
        background-color: #ccc;
    }

    .label {
        background-color: #4C4949;
        color: #fff;
        padding: 7px 58px;
        font-weight: 700;
        font-size: 25px;
        line-height: 31px;
        border-radius: 500px;
        white-space: nowrap;
        border: 3px solid #4C4949;
    }
}

.goals-vision-section {
    .circle-feature-wrapper {
        max-width: 840px;
        margin: 0 auto;

        .top-background {
            display: flex;
            justify-content: space-around;
            padding-top: 15px;
            background: #ecf5f0;
            border-radius: 150px;

            .circle-group {
                display: flex;
                flex-direction: column;
                align-items: center;

                .circle {
                    width: 200px;
                    height: 200px;
                    border-radius: 50%;
                    color: #fff;
                    font-weight: 700;
                    font-size: 21px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    line-height: 28px;

                    &.green { background-color: #4BAC87; }
                    &.blue { background-color: #3EB4BA; }
                    &.teal { background-color: #2C9198; }
                }

                .dotted-line-half {
                    width: 2px;
                    height: 20px;
                    border-left: 2px dotted #444;
                }
            }
        }

        .bottom-section {
            display: flex;
            justify-content: space-around;
            padding-top: 2px;

            .desc-block {
                display: flex;
                flex-direction: column;
                align-items: center;

                .dotted-line-remaining {
                    width: 2px;
                    height: 20px;
                    border-left: 2px dotted #444;
                }

                .dot {
                    width: 8px;
                    height: 8px;
                    background-color: #222;
                    border-radius: 50%;
                    margin: 4px 0;
                }

                .desc {
                    margin: 16px 0 0;
                    padding: 0;
                    list-style: none;
                    font-size: 14px;
                    font-weight: 500;
                    color: #757575;
                    max-width: 220px;

                    li {
                        position: relative;
                        padding-left: 8px;

                        &::before {
                            content: '•';
                            position: absolute;
                            left: 0;
                            color: #999;
                        }
                    }
                }
            }
        }
    }

    .arrow-wrapper {
        width: 392px;
        height: 224px;
        background: url('/theme/basic/img/about/goalArrow.svg') no-repeat center;
        background-size: cover;
        margin: 0 auto;
    }
}

.goals-core-section {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 60px;

    .card-list-wrapper {
        max-width: 1280px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        justify-content: center;

        .card {
            border-radius: 16px;
            overflow: hidden;
            background: white;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            flex: 1;
            max-width: 300px;

            .card-header {
                background: linear-gradient(180deg, #70DA7F, #3BA193); /* 기본 그라디언트 */
                color: #fff;
                text-align: center;
                padding: 25px;
                font-weight: 700;
                font-size: 22px;
            }

            .card-content {
                padding: 20px;

                ul {
                    list-style: none;
                    padding: 0;

                    li {
                        font-size: 14px;
                        font-weight: 500;
                        color: #555;
                        margin-bottom: 10px;
                        position: relative;
                        padding-left: 16px;

                        &::before {
                            content: '•';
                            position: absolute;
                            left: 0;
                            color: #ccc;
                        }

                        strong {
                            font-weight: 600;
                        }
                    }
                }
            }
        }
    }
}

.goals-esg-download-section {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 190px;
    .esg-card {
        display: flex;
        align-items: center;
        background: #f0faf2;
        border-radius: 12px;
        padding: 24px 32px;
        gap: 24px;
        margin-bottom: 24px;

        .label-block {
            display: flex;
            gap: 30px;
            min-width: 350px;

            .type-line {
                display: flex;
                align-items: baseline;
                gap: 8px;
                font-weight: 700;
                font-size: 28px;
                line-height: 31px;

                background: linear-gradient(90deg, #6FD880 0%, #2C9198 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                background-clip: text;
                color: transparent;

                strong {
                    font-size: 80px;
                    line-height: 1;
                }
            }

        }

        .text-block {
            .title {
                font-size: 25px;
                font-weight: 700;
                color: #000;
                line-height: 31px;
                margin-bottom: 15px;
            }

            .subtitle {
                font-size: 16px;
                font-weight: 500;
                color: #757575;
                line-height: 25px;
            }
        }
    }

    .rules-download {
        text-align: center;

        .download-button {
            margin-top: 60px;
            background-color: #00b91f;
            padding: 18px 34px;
            border-radius: 10px;
            border: none;
            cursor: pointer;

            .download-wrapper{
                font-weight: 700;
                font-size: 16px;
                line-height: 150%;
                color: #fff;
            }

            &:hover {
                background-color: #00a91a;
            }
        }
    }
}




.bylaws-section {
    margin-bottom: 100px;
    .rules-download {
        margin-bottom: 50px;
        text-align: center;

        .download-button {
            background-color: #00b91f;
            padding: 18px 34px;
            border-radius: 10px;
            border: none;
            cursor: pointer;

            .download-wrapper{
                font-weight: 700;
                font-size: 16px;
                line-height: 150%;
                color: #fff;
            }

            &:hover {
                background-color: #00a91a;
            }
        }
    }
    .rule-container {
        max-width: 980px;
        margin: 0 auto;
        font-size: 12pt;

        section {
            margin-bottom: 1.6rem;
        }

        h1 {
            text-align: center;
            font-size: 24pt;
            font-weight: bold;
            margin-bottom: 1em;
        }

        h2 {
            text-align: center;
            font-size: 16pt;
            font-weight: bold;
            letter-spacing: 2px;
        }

        h3 {
            font-size: 14pt;
            font-weight: bold;
        }

        p {
            margin: 0 0 0.75em;
            text-indent: 16pt;

        }

        ol {
            margin: 0 0 0.75em 20pt;
            list-style-type: none;
        }

        ol li {
            /*margin-bottom: 0.5em;*/
            margin-left: 16pt;
            text-indent: -16pt;
            margin-bottom: 0.75em;

            ol {
                margin-top: 0.5rem;
            }
        }

        small {
            display: block;
            font-size: 10pt;
            margin-top: 0.25em;
        }
        @media (max-width: 979px) {
            padding: 1rem;
        }

        @media (max-width: 768px) {
            h1 { font-size: 1.75rem; }
            h2 { font-size: 1.25rem; }
            h3 { font-size: 1rem; }
        }

        .other-ol1 {
            margin: initial;
            li {
                ol {
                    margin: 0.5rem 0 0 -1rem;
                }
            }
        }

        .other-li1 {
            margin-left: 10pt;
            text-indent: -10pt;
        }

        .text-center {
            text-align: center;
        }
    }
}















.organization-container {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 0;
    p{
        margin-bottom: initial;
    }
    .circle-node {
        width: 150px;
        height: 150px;
        background-color: #002f87;
        color: white;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-weight: 600;
        font-size: 20px;

        .name p {
            font-size: 16px;
            line-height: 24px;
            margin: 0;
        }
    }

    .rect-node {
        position: absolute;
        top: 230px;
        left: 50%;
        transform: translateX(-50%);
        width: 220px;
        text-align: center;
        z-index: 1;

        .title {
            background-color: #222;
            color: #fff;
            padding: 12px 0;
            font-size: 18px;
            font-weight: 600;
            border-bottom: 2px dotted #222;
        }

        .name {
            background-color: #f7f7f7;
            color: #222;
            padding: 12px 0;
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
            box-sizing: border-box;
            border: 2px dotted transparent;
            transition: border-color 0.2s ease;
        }
        &:hover .name {
            border-color: #222;
        }
    }

    .dotted-box {
        position: absolute;
        width: 220px;
        text-align: center;
        background-color: #fff;

        .title {
            background-color: #012F8B;
            color: #fff;
            padding: 12px 0;
            font-size: 18px;
            font-weight: 600;
        }

        .name {
            background: #F5F8FF;
            color: #002f87;
            padding: 12px 0;
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            box-sizing: border-box;
            border: 2px dotted transparent;
            transition: border-color 0.2s ease;
        }

        &:hover .name {
            border-color: #012F8B;
        }
    }

    .dotted-box.left {
        left: calc(50% - 300px - 220px);
    }

    .dotted-box.right {
        left: calc(50% + 300px);
    }


    .line, .right-line, .horizontal-line, .bottom-line, .vertical-line {
        position: absolute;
        background-color: #ccc;
    }

    .line {
        width: 1px;
        top: 150px;
        left: 50%;
        transform: translateX(-50%);
    }

    .right-line {
        width: 1px;
        transform: translateX(-50%);
        right: 236px;
        z-index: -1;
    }

    .horizontal-line {
        height: 1px;
        z-index: -1;
    }

    .bottom-line {
        height: 1px;
        transform: translateX(-50%);
    }

    .vertical-line {
        width: 1px;
        z-index: 0;
    }

    .company-container {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 45px;

    }

    .company-box {
        display: flex;
        flex-direction: column;
        text-align: center;

        &:hover {
            cursor: pointer;
        }

        &:hover .company-title {
            border-color: #00823D;
        }

        &:hover .company-person {
            border-color: #000000;
        }
    }

    .company-title {
        background-color: #00AE42;
        color: white;
        padding: 20px 0;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        border: 3px dotted transparent;
        margin-bottom: 10px;
    }

    .company-name {
        background-color: #5FC380;
        color: white;
        padding: 15px 0;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
    }

    .company-person {
        background-color: #ECF5EF;
        color: #00823D;
        padding: 16px 0;
        font-weight: 600;
        font-size: 20px;
        line-height: 25px;
        border: 3px dotted transparent;

        & > div:first-child {
            font-size: 18px;
        }
    }
}


.sub-organization-tab-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    margin-top: 27px;

    .tab-item {
        position: relative;
        /*padding: 10px 0;*/
        color: #555555;
        cursor: pointer;
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: -0.01em;
        padding-bottom: 28px;
    }

    .tab-item.active {
        color: #00AD1D;
        font-weight: 600;
    }

    .tab-item.active::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #00AD1D;
        transform: translateY(50%);
    }

    .dot-separator {
        color: #ddd;
        font-size: 25px;
        pointer-events: none;
        padding-bottom: 28px;
    }
}





.joint-fund-container {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 130px 0;

    .circle-node {
        width: 150px;
        height: 150px;
        background-color: #002f87;
        color: white;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 20px;
        text-align: center;

        .name {
            margin-top: 4px;

            p {
                font-size: 16px;
                margin: 0;
            }
        }
    }

    .line {
        position: absolute;
        top: 150px;
        left: 50%;
        width: 1px;
        height: 420px;
        background-color: #ccc;
        transform: translateX(-50%);
    }

    .sub-line {
        position: absolute;
        top: 125px;
        left: 63%;
        width: 1px;
        height: 295px;
        background-color: #ccc;
        transform: translateX(-50%);
    }

    .horizontal-line {
        position: absolute;
        top: 275px;
        left: calc(50% - 300px);
        width: 600px;
        height: 1px;
        background-color: #ccc;
    }

    .horizontal-sub-line {
        position: absolute;
        left: 63%;
        width: 45px;
        height: 1px;
        background-color: #ccc;
        &.up {
            top: 125px;
        }

        &.down {
            top: 420px;
        }
    }

    .dotted-box {
        position: absolute;
        width: 220px;
        background-color: #fff;
        text-align: center;

        &.left {
            left: calc(50% - 450px);
        }

        &.right {
            left: calc(50% + 210px);
        }

        .title {
            background-color: #012f8b;
            color: #fff;
            padding: 12px 0;
            font-size: 18px;
            font-weight: 600;
        }

        .name {
            background: #f5f8ff;
            color: #002f87;
            padding: 12px 0;
            font-size: 16px;
            font-weight: 600;
            border: 2px dotted transparent;
            transition: border-color 0.2s ease;

            &:hover {
                border-color: #012f8b;
            }

            p {
                margin: 0;
            }
        }
    }

    .bottom-line {
        position: absolute;
        top: 550px;
        left: 50%;
        width: 800px;
        height: 1px;
        background-color: #ccc;
        transform: translateX(-50%);
    }

    .vertical-line {
        position: absolute;
        top: 550px;
        height: 20px;
        width: 1px;
        background-color: #ccc;

        &.left {
            left: calc(50% - 400px);
        }

        &.right {
            left: calc(50% + 400px);
        }
    }

    .company-group-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 17%;
        justify-content: center;
        max-width: 1000px;
        width: 100%;
        margin: 470px auto 0;
        text-align: center;
    }

    .group-box {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .group-header {
        background-color: #00ae42;
        color: #fff;
        padding: 20px 0;
        font-size: 18px;
        font-weight: 600;
    }

    .company-item {
        .company-title {
            background-color: #757575;
            color: #fff;
            padding: 15px 0;
            font-weight: 600;
            font-size: 18px;
            line-height: 20px;
        }

        .company-person {
            background-color: #f7f7f9;
            padding: 18px 0;
            font-weight: 600;
            font-size: 20px;
            line-height: 25px;
            border: 2px dotted transparent;
            transition: border-color 0.2s ease;

            &:hover {
                border-color: #012f8b;
            }
        }
    }
}



.friendship-container {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 130px 0;

    .circle-node {
        width: 150px;
        height: 150px;
        background-color: #002f87;
        color: white;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 20px;
        text-align: center;

        .name {
            margin-top: 4px;
            p {
                font-size: 16px;
                line-height: 24px;
                margin: 0;
            }
        }
    }

    .line {
        position: absolute;
        top: 150px;
        left: 50%;
        width: 1px;
        background-color: #ccc;
        transform: translateX(-50%);
    }

    .horizontal-line {
        position: absolute;
        top: 190px;
        left: calc(62% + 7px);
        height: 1px;
        background-color: #ccc;
        transform: translateX(-50%);
    }

    .rect-node {
        position: absolute;
        top: 230px;
        left: 50%;
        transform: translateX(-50%);
        width: 220px;
        text-align: center;
        z-index: 1;

        .title {
            background-color: #222;
            color: #fff;
            padding: 12px 0;
            font-size: 18px;
            font-weight: 600;
            border-bottom: 2px dotted #222;
        }

        .name {
            background-color: #f7f7f7;
            color: #222;
            padding: 12px 0;
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
            border: 2px dotted transparent;
            transition: border-color 0.2s ease;

            &:hover {
                border-color: #222;
            }

            p {
                margin: 0;
            }
        }
    }

    .dotted-box {
        position: absolute;
        width: 220px;
        background-color: #fff;
        text-align: center;
        z-index: 1;

        .title {
            background-color: #012f8b;
            color: #fff;
            padding: 12px 0;
            font-size: 18px;
            font-weight: 600;
            line-height: 20px;
        }

        .name {
            background: #f5f8ff;
            color: #002f87;
            padding: 12px 0;
            font-size: 18px;
            font-weight: 600;
            line-height: 25px;
            border: 2px dotted transparent;
            transition: border-color 0.2s ease;

            &:hover {
                border-color: #012f8b;
            }

            p {
                margin: 0;
            }
        }
    }

    .bottom-line {
        position: absolute;
        height: 1px;
        background-color: #ccc;
        transform: translateX(-50%);
    }

    .vertical-line {
        position: absolute;
        height: 20px;
        width: 1px;
        background-color: #ccc;
    }

    .company-container {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 20px;
        max-width: 1280px;
        margin: 0 auto;
        text-align: center;
    }

    .company-box {
        border: 1px solid #ccc;
        border-top: none;
        background: #fff;
    }

    .company-title {
        background-color: #757575;
        color: #ffffff;
        padding: 15px 0;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
    }

    .company-person {
        background-color: #f7f7f9;
        padding: 18px 0;
        font-weight: 600;
        font-size: 20px;
        line-height: 25px;
        border: 2px dotted transparent;
        transition: border-color 0.2s ease;

        &:hover {
            border-color: #012f8b;
        }
    }
}

.research-members{
    display: flex;
    flex-direction: column;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 130px;


    .committee-chart {
        display: flex;
        gap: 40px;
        justify-content: center;
        margin: 40px 0;
        font-weight: 600;

        .committee-box {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 220px;
            overflow: hidden;
        }
        .connector-line {
            width: 2px;
            height: 20px;
            background-color: #D8D8D8;
        }

        .sub-height {
            height: 10px;
        }

        .committee-title {
            background-color: #00246C;
            color: #fff;
            text-align: center;
            font-weight: 600;
            font-size: 18px;
            padding: 16px 0;
            line-height: 1.4;
            width: 100%;

        }

        .committee-sub {
            width: 100%;
            text-align: center;
        }

        .committee-role {
            background-color: #012F8B;
            color: #fff;
            font-weight: 600;
            font-size: 18px;
            line-height: 20px;
            padding: 15px 0;
        }

        .committee-name {
            background-color: #F5F8FF;
            color: #012F8B;
            font-weight: 600;
            font-size: 20px;
            line-height: 25px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding: 15px 0;
            height: 82px;
            span{
                font-size: 16px;
            }
        }

        .circle-box {
            width: 160px;
            height: 160px;
            border-radius: 50%;
            background-color: #012F8B;
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 38px 0;
            box-sizing: border-box;
            font-weight: 600;
            line-height: 24px;
        }
        .circle-title {
            font-size: 20px;
        }
        .circle-subtitle {
            font-size: 16px;
        }
        .circle-name {
            font-size: 18px;
        }
        .committee-technical{
            text-align: center;
            width: 100%;
            .technical-name{
                background-color: #00AE42;
                padding: 15px 0;
                font-weight: 600;
                font-size: 18px;
                line-height: 20px;
                color:#FFFFFF;
                width: 100%;
                margin-bottom: 10px;
            }
            .technical-items{
                display: flex;
                gap: 10px;
            }
            .technical-type{
                display: flex;
                flex-direction: column;
                align-items: center;
                flex: 1;
                font-size: 18px;
                line-height: 20px;
                .technical-title {
                    min-height: 160px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background-color: #ECF5EF;
                    color: #00823D;
                    width: 100%;
                    padding: 0 10px;
                }
                .writing{
                    writing-mode: vertical-rl;
                    text-orientation: upright;
                }
                .technical-person {
                    min-height: 160px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background-color: #F7F7F9;
                    color: #555555;
                    width: 100%;
                    padding: 10px;
                    white-space: pre;
                }

            }
        }
        .committee-technical-corp{
            text-align: center;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: 20px;
            .technical-name{
                background-color: #00AE42;
                padding: 15px 0;
                font-weight: 600;
                font-size: 18px;
                line-height: 20px;
                color:#FFFFFF;
                width: 100%;
                span {
                    font-size: 15px;
                }
            }
            .corp-list{
                width: 100%;
                display: flex;
                flex-direction: column;
                gap: 20px;
                .corp-name{
                    font-size: 18px;
                    line-height: 20px;
                    background-color: #757575;
                    color: #ffffff;
                    padding: 15px 0;
                }
                .corp-person {
                    background-color: #F7F7F9;
                    color: #555555;
                    padding: 16px 0;
                    border: 2px dotted transparent;
                    transition: border-color 0.2s ease;

                    &:hover {
                        border-color: #012f8b;
                    }
                    p{
                        font-size: 18px;
                        line-height: 25px;
                        margin-bottom: initial;
                    }
                    .pre-space {
                        white-space: pre;
                    }
                }
            }
        }



    }
    .committee-steward {
        display: flex;
        justify-content: flex-end;
        gap: 20px;
        p{
            margin-bottom: initial;
        }

        .steward-items {
            width: 220px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            font-weight: 600;
            line-height: 20px;

            .steward-title {
                background-color: #222222;
                color: #FFFFFF;
                font-size: 18px;
                width: 100%;
                padding: 15px 0;
            }

            .steward-person {
                background-color: #F0F0F0;
                color: #222222;
                font-size: 17px;
                width: 100%;
                padding: 10px 0;
                height: 80px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                border: 2px dotted transparent;
                transition: border-color 0.2s ease;

                &:hover {
                    border-color: #012f8b;
                }
            }
        }
    }
}

.member-table-wrapper {
    overflow-x: auto;
    .member-table {
        width: 100%;
        max-width: 1000px;
        border-collapse: collapse;
        margin: 0 auto;
        font-size: 14px;
        color: #333;
    }

    .member-table thead th {
        background-color: #f7f9fb;
        border: 1px solid #e1e1e1;
        padding: 12px 10px;
        font-weight: 600;
        text-align: center;
    }

    .member-table tbody td {
        border: 1px solid #e1e1e1;
        padding: 12px 10px;
        text-align: center;
        background-color: #fff;
    }

    .detail-btn {
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
    }

    .detail-btn img {
        width: 20px;  /* 이미지 크기 조절 */
        height: auto;
        display: inline-block;
        vertical-align: middle;
        transition: transform 0.2s ease;
    }

    .detail-btn:hover img {
        transform: scale(1.1);
    }

}




.location-container{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    .map-container {
        width: 100%;
        border-radius: 12px;
        margin-bottom: 80px;
    }
    .info-container {
        display: flex;
        margin-bottom: 200px;
        .first-wrapper{
            margin-bottom: 30px;
        }
        .company-info {
            background-color: #F7F7F9;
            padding: 35px 40px;
            border-radius: 20px;
            flex: 1;

            h2 {
                font-weight: 700;
                font-size: 40px;
                line-height: 140%;
                letter-spacing: -0.02em;
                margin-bottom: 25px;
            }

            .info-list {
                list-style: none;
                padding: 0;
                margin: 0;
                display: flex;
                flex-direction: column;
                gap: 16px;

                li {
                    display: flex;
                    align-items: center;
                    gap: 16px;

                    .icon {
                        width: 24px;
                        height: 24px;

                        img {
                            width: 100%;
                            height: auto;
                        }
                    }

                    .text {
                        display: flex;
                        align-items: center;
                        gap: 30px;


                        strong {
                            white-space: pre;
                            flex: 0 0 80px;
                            font-weight: 700;
                            font-size: 20px;
                            line-height: 160%;
                            color: #222;
                        }
                        span {
                            flex: 1 1 auto;
                            font-weight: 400;
                            font-size: 20px;
                            line-height: 160%;
                            color: #222222;
                        }
                    }
                }
            }
        }


        .bus-info {
            display: flex;
            flex: 1;
            gap: 50px;

            h3 {
                font-weight: 600;
                font-size: 18px;
                line-height: 160%;
                white-space: nowrap;
            }

            .directions-bus {
                display: flex;
                flex-direction: column;
                gap: 24px;

                .bus-group {
                    display: flex;
                    flex-direction: column;
                    gap: 30px;
                }

                .stop-title {
                    font-weight: 700;
                    font-size: 18px;
                    line-height: 160%;

                    &.green {
                        color: #12a300;
                    }
                }

                .bus-stop {
                    display: flex;
                    flex-direction: row;
                    gap: 40px;
                    align-items: flex-start;

                    .bus-desc {
                        font-weight: 400;
                        font-size: 18px;
                        line-height: 160%;
                        white-space: nowrap;
                        min-width: 140px;
                        color: #757575;
                    }

                    .bus-lines {
                        display: flex;
                        flex-wrap: wrap;
                        gap: 8px;

                        span {
                            padding: 2px 8px;
                            border-radius: 6px;
                            font-size: 14px;
                            border: 1px solid #555555;
                            color: #555555;

                            &.blue {
                                color: #012F85;
                                border: 1px solid #012F85;
                            }
                        }
                    }
                }
            }
        }

    }
}



.corporate-wrapper {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #000;
    padding-bottom: 100px;
}
.company-form-wrapper {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}


.text-div {
    margin: 50px 0 30px 0;

    .title {
        font-weight: 700;
        font-size: 30px;
        line-height: 31px;
        margin-bottom: 15px;
    }

    .subtitle {
        font-weight: 500;
        font-size: 15px;
        line-height: 100%;
        color: #757575;
    }
}

.flex-row {
    display: flex;
    gap: 30px;
}

.division-column {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap:15px;
}

.division-box {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-image 0.3s ease;
    --second-bg: transparent;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    div:nth-child(1),
    div:nth-child(2)
    {
        /*position: relative;*/
        /*z-index: 1;*/
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 48px 0;
    }
    div:nth-child(1) {
        flex: 0.8;
        border-radius: 20px  0 0 20px;
    }
    div:nth-child(2) {
        flex: 0.2;
        border-radius: 0 20px 20px 0;
    }

    &:hover {
        color: #E8E8E8 !important;
    }


    &::before {
        transition: background 0.3s ease;
    }





    &:hover::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 6px;
        background: var(--second-bg);
        border-radius: 20px;
        pointer-events: none;
        -webkit-mask:
                linear-gradient(#fff 0 0) content-box,
                linear-gradient(#fff 0 0);
        -webkit-mask-composite: destination-out;
        mask-composite: exclude;
    }



    &.color1 {
        --second-bg: #4AAC87;
        div:nth-child(1) {
            background-color: #269A74;
        }
        div:nth-child(2) {
            background-color: #4AAC87;
        }
    }

    &.color2 {
        --second-bg: #4E88C7;
        div:nth-child(1) {
            background-color: #2C77BC;
        }
        div:nth-child(2) {
            background-color: #4E88C7;
        }
    }

    &.color3 {
        --second-bg: #FBB26A;
        div:nth-child(1) {
            background-color: #F89E53;
        }
        div:nth-child(2) {
            background-color: #FBB26A;
        }
    }

    &.color4 {
        --second-bg: #9474B4;
        div:nth-child(1) {
            background-color: #8363AA;
        }
        div:nth-child(2) {
            background-color: #9474B4;
        }
    }

    &.color5 {
        --second-bg: #F58D76;
        div:nth-child(1) {
            background-color: #F47A63;
        }
        div:nth-child(2) {
            background-color: #F58D76;
        }
    }
}

.corp-box {
    background-color: #F7F7F9;
    padding: 21px 0;
    text-align: center;
    color: #555555;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-image 0.3s ease, background-color 0.3s ease;













    &:hover {
        border-image: linear-gradient(280deg, #80EB7A, #000, #2C9198) 1;
        background-color: #e0e0e0;
    }
}



.research-section{
    .research-intro{
        max-width: 1280px;
        margin: 0 auto;
        .research-intro-text{
            max-width: 1120px;
            margin: 0 auto;
            text-align: center;
            font-weight: 600;
            font-size: 24px;
            line-height: 170%;
            letter-spacing: -0.01em;
            color: #919191;
            padding: 0 20px 70px 20px;
            span{
                color: #000000;
            }
        }
        .research-intro-effect{
            padding-bottom: 70px;
            div{
                text-align: center;
                line-height: 100%;
            }
            .effect-header {
                background: linear-gradient(90deg, #80EB7A 0%, #2C9198 100%);
                border-radius: 22px 22px 0 0;
                text-align: center;
                font-size: 28px;
                font-weight: 800;
                color: #fff;
                padding: 32px 0 42px 0;
            }

            .effect-body {
                background: #fafafd;
                border-radius: 20px;
                color: #555555;
                font-size: 20px;
                font-weight: 500;
                text-align: center;
                padding: 27px 20px;
                margin-top: -20px;
            }
        }
    }
    .content-text{
        text-align:  center;
        font-weight: 700;
        font-size: 40px;
        line-height: 100%;
        letter-spacing: -0.01em;
        color: #222222;
        margin-bottom: 44px;
    }
    .research-plan{
        background-color: #F9F9F9;
        .research-plan-content{
            max-width: 1280px;
            margin: 0 auto;
            padding: 70px 0;
            .research-plan-content-items {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 37px;
                .research-item {
                    display: flex;
                    align-items: center;
                    background: #fff;
                    border-radius: 10px;
                    box-shadow: 0 2px 12px 0 rgba(45, 79, 151, 0.06);
                    transition: box-shadow 0.2s;
                    line-height: 31px;
                    .research-order{
                        padding: 25px;
                        font-weight: 800;
                        font-size: 30px;
                        color: #FFFFFF;
                        background: linear-gradient(135deg, #80EB7A 0%, #2C9198 100%);
                        border-radius: 10px 0 0 10px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        box-shadow: 0 2px 10px 0 rgba(44, 145, 152, 0.13);
                    }
                    .research-content {
                        font-weight: 500;
                        font-size: 25px;
                        letter-spacing: -0.01em;
                        color: #757575;
                        word-break: keep-all;
                        padding-left: 30px;
                        span{
                            color: #000000;
                        }
                    }
                }

            }
        }
    }
    .research-organization {
        max-width: 1280px;
        margin: 0 auto;
        padding-top: 70px;
        .research-organization-type{
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 70px;
            gap: 10px;
            .organization-type{
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                border-radius: 50%;
                width: 220px;
                height: 220px;
                .organization-type-img{
                    width: 50px;
                    height: 55px;
                    background-image: url('/theme/basic/img/research_icon.svg');
                    background-size: contain;
                    background-repeat: no-repeat;
                    background-position: center;
                    margin-bottom: 12px;
                    filter: brightness(0) invert(1);
                }
                .organization-type-text{
                    text-align: center;
                    font-weight: 500;
                    font-size: 20px;
                    line-height: 155%;
                    letter-spacing: -0.01em;
                    color:#ffffff;
                }


            }

            .type-color1{
                background-color: #4BAC87;
            }
            .type-color2{
                background-color: #56BE89;
            }
            .type-color3{
                background-color: #41A891;
            }
            .type-color4{
                background-color: #36A7A6;
            }
            .type-color5{
                background-color: #2C9198;
            }
        }
        .organization-person{
            max-width: 1280px;
            margin: 0 auto;
            background-color: #F7F7F7;
            border-radius: 20px;
            padding: 35px;
            .person-name{
                font-weight: 700;
                font-size: 25px;
                line-height: 100%;
                color: #000000;
                margin-bottom: 18px;
            }
            .person-content{
                ul{
                    display: flex;
                    align-items: center;
                    gap: 45px;
                    li{
                        display: flex;
                        align-items: center;
                        font-weight: 700;
                        font-size: 17px;
                        line-height: 25px;
                        .icon {
                            display: flex;
                            width: 20px;
                            height: 20px;
                            margin-right: 5px;
                            img{
                                width: 100%;
                                height: auto;
                            }
                        }

                        .separator{
                            width: 1px;
                            height: 12px;
                            background: rgba(180, 180, 180, 0.2);
                            margin: 0 10px;
                        }



                    }
                }


            }
        }
    }
}

.interactio-section{
    .interactio-intro{
        max-width: 1280px;
        margin: 0 auto;
        .interactio-intro-text{
            text-align: center;
            max-width: 750px;
            margin: 0 auto;
            font-weight: 600;
            font-size: 24px;
            line-height: 170%;
            letter-spacing: -0.01em;
            color: #919191;
            padding-bottom: 70px;
            span{
                color: #000000;
            }
            .interactio-intro-text-mobile{
                display: none;
            }
        }
    }
    .interactio-plan{
        background-color: #F9F9F9;
        .interactio-plan-content{
            max-width: 1280px;
            margin: 0 auto;
            padding: 70px 0;
            .interactio-plan-content-items {
                display: flex;
                flex-direction: column;
                gap: 37px;
                .interactio-item {
                    display: flex;
                    align-items: center;
                    background: #fff;
                    border-radius: 10px;
                    box-shadow: 0 2px 12px 0 rgba(45, 79, 151, 0.06);
                    transition: box-shadow 0.2s;
                    line-height: 31px;
                    .interactio-order{
                        padding: 25px;
                        font-weight: 800;
                        font-size: 30px;
                        color: #FFFFFF;
                        background: linear-gradient(135deg, #80EB7A 0%, #2C9198 100%);
                        border-radius: 10px 0 0 10px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        box-shadow: 0 2px 10px 0 rgba(44, 145, 152, 0.13);
                    }
                    .interactio-content {
                        font-weight: 500;
                        font-size: 25px;
                        letter-spacing: -0.01em;
                        color: #757575;
                        word-break: keep-all;
                        padding-left: 30px;
                        span{
                            color: #000000;
                        }
                    }
                }
            }
        }
    }
    .interactio-organization {
        max-width: 1280px;
        margin: 0 auto;
        padding: 70px 0 90px;
        .interactio-organization-type{
            display: flex;
            justify-content: center;
            gap: 47px;
            padding: 0 20px;
            .organization-type{
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                border-radius: 130px 130px 15px 15px;
                padding: 40px 20px;
                max-width: 250px;
                width: 100%;
                min-height: 340px;
                color: #fff;
                box-sizing: border-box;

                .organization-type-img{
                    width: 50px;
                    height: 55px;
                    background-size: contain;
                    background-repeat: no-repeat;
                    background-position: center;
                    margin-bottom: 16px;
                    filter: brightness(0) invert(1);
                }

                .type-img1{
                    background-image: url('/theme/basic/img/finances_icon.svg');
                }

                .type-img2{
                    background-image: url('/theme/basic/img/other_icon.svg');
                }

                .type-img3{
                    background-image: url('/theme/basic/img/Inquiry_icon.svg');
                }

                .organization-type-text{
                    text-align: center;
                    color:#ffffff;
                    letter-spacing: -0.01em;
                    .organization-type-text-mobile{
                        display: none;
                    }
                    p:nth-child(1) {
                        font-weight: 600;
                        font-size: 26px;
                        line-height: 100%;
                        margin-bottom: 12px;
                    }
                    p:nth-child(2) {
                        font-weight: 400;
                        font-size: 15px;
                        line-height: 155%;
                    }
                    .person-content {
                        margin-top: 12px;

                        ul {
                            list-style: none;
                            padding: 0;
                            margin: 0;

                            li {
                                display: flex;
                                align-items: flex-start;
                                gap: 10px;
                                margin-top: 10px;
                                text-align: start;
                                font-weight: 400;
                                line-height: 18px;
                                color: #FFFFFF;
                                .icon img {
                                    width: 20px;
                                    height: 20px;
                                    /*margin-top: -3px;*/
                                }

                                .text {
                                    font-size: 13px;

                                    &.small {
                                        font-size: 11px;
                                    }
                                }
                            }
                        }
                    }
                }
            }

            .type-color1{
                background-color: #4BAC87;
            }
            .type-color2{
                background-color: #3EB4BA;
            }
            .type-color3{
                background-color: #2C9198;
            }
        }
    }
}



.sub-download {
    text-align: center;
    color: #ffffff;
    .download-button {
        /*margin: 100px 0 ;*/
        margin-bottom: 50px;
        background-color: #00b91f;

        padding: 18px 34px;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        span{
            font-weight: 700;
            font-size: 16px;
            line-height: 150%;
            color: #fff;
            margin-right: 5px;
        }
        img {
            filter: brightness(0) invert(1);
        }

        &:hover {
            background-color: #00a91a;
        }
    }
}




/* login */

.common-login-box {
    background: #F6F8F9;
    height: 100vh;
    display:flex;
    justify-content:center;
    align-items:center;


    .common-login-wrap {
        width:1200px;
        background: #fff;
        padding: 35px;

        .logo-box {
            margin-bottom: 35px;
            text-align: center;
        }

        .img-box {
            & img {
                width:100%;
            }
        }

        .row {
            align-items:center;
        }

        .login-inner {
            .login-box {
                display:flex;
                align-items:center;
                column-gap:10px;

                .form-box {
                    flex:0 0 80%;

                    .id-box {
                        margin-bottom:10px;
                    }

                    & input {
                        height:50px;

                    }
                }

                .login-btn-box {
                    flex: 0 0 20%;
                    height:100%;
                    width:100%;

                    & button {
                        width:100%;
                        min-height:110px;
                        background:#222;
                        border-radius:10px;
                    }
                }

            }

            .social-box {
                margin-top:30px;

                .sns-wrap {
                    & a {
                        display:flex !important;
                        align-items:center;
                        justify-content:center;
                        border-radius:500px !important;
                        border:0 !important;
                        padding:10px 20px !important;
                        height:auto !important;
                        column-gap:10px;
                        font-size:16px;
                        font-weight:500;

                        & img {
                            position:relative;
                            top:-2px;
                        }
                    }

                    .sns-naver {
                        background-color:#11D166 !important;
                        color:#fff !important;
                        /*
                        margin-bottom:15px !important;
                        margin-top:30px !important;

                         */
                    }
                    .sns-kakao {
                        background-color:#FFE812 !important;
                        color:#3C1E1E !important;
                        margin-bottom:15px !important;
                        margin-top:30px !important;
                    }
                }

            }

            .register-box {
                display:flex;
                align-items:center;
                justify-content:center;
                column-gap:10px;

                .vr {
                    height:15px;
                    position:relative;
                    top:4px;
                }

                .register-span {
                    & a {
                        color:#E60012 !important;
                    }
                }
            }
        }


        .login_if_auto {
            margin-top:15px;

            & input[type="checkbox"]:checked + label span {
                background:url('/theme/basic/img/sub/btn_select.svg') no-repeat;
                border:0;
            }

            & label {
                color:#757575;
                font-size:14px;
                font-weight:400;

                & span {
                    width:20px;
                    height:20px;
                    border-radius:6px !important;
                    display:inline-block;
                    margin-right:8px;
                    position:relative;


                }
            }
        }

    }
}





.news-card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    .news-card {
        flex: 0 0 calc((100% - 80px) / 3);
        background: #F9F9F9;
        border-radius: 20px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        height: 422px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        transition: box-shadow 0.2s ease;
    }
    .news-card:hover {
        background-color: #EDF8EF;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        cursor: url('/theme/basic/img/companyboard/view-more.png') 28 28, pointer;
    }
    .news-card-link {
        display: flex;
        flex-direction: column;
        height: 100%;
        text-decoration: none;
        color: inherit;
    }
    .news-card-body {
        flex: 0 0 auto;
        padding: 32px 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .news-card-meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .news-card-badge {
        background: #ff4d4f;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        padding: 3px 8px;
        border-radius: 8px;
    }
    .news-card-date {
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        color: #989898;
    }
    .news-card-title {
        margin-top: 54px;
        font-weight: 700;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -0.03em;
        color: #373F57;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .news-card-image {
        flex: 1 1 auto;
        display: flex;
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-top: 1px solid #eaeaea;
        }
    }
    .empty-list {
        visibility: hidden;
        height: 422px;
        flex: 0 0 calc((100% - 80px) / 3);
    }
}

.common_board_list table {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 10px;

    & thead th:nth-child(1) { width: 10%; }
    & thead th:nth-child(2) { width: 50%; }
    & thead th:nth-child(3) { width: 10%; }
    & thead th:nth-child(4) { width: 10%; }
    & thead th:nth-child(5) { width: 10%; }
    & thead th:nth-child(6) { width: 10%; }

    thead th:first-child {
        border-left: 1px solid #ececec;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    thead th:last-child {
        border-right: 1px solid #ececec;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }


    thead {
        background-color: #f7f7f7;

        th {
            background: #F4F4F4;
            padding: 12px 8px;
            text-align: center;
            font-weight: 600;
            font-size: 17px;
            line-height: 150%;
            color: #2C3038;

            border-top: 1px solid #ececec;
            border-bottom: 1px solid #ececec;

            /* 좌우 border는 제거 (기본) */
            border-left: none;
            border-right: none;

            &:first-child {
                border-left: 1px solid #ececec;
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
            }

            &:last-child {
                border-right: 1px solid #ececec;
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
            }
        }
    }

    tbody {
        td {
            font-weight: 500;
            font-size: 16px;
            line-height: 150%;
            letter-spacing: 0;
            padding: 15px 8px;
            text-align: center;
            vertical-align: middle;

            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;

            border-top: 1px solid #ececec;
            border-bottom: 1px solid #ececec;
            border-left: none;
            border-right: none;

            &:first-child {
                border-left: 1px solid #ececec;
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
            }

            &:last-child {
                border-right: 1px solid #ececec;
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
            }

            &.td_subject {
                text-align: left !important;
                padding-left: 16px !important;
            }
            &.td_name{
                text-align: center !important;
            }

            &.attachment,
            &.views {
                width: 100%;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                gap: 5px;
            }

            /*&.views .count {*/
            /*    min-width: 15px;*/
            /*    text-align: left;*/
            /*    font-variant-numeric: tabular-nums;*/
            /*}*/

            &.meta {
                color: #999;
                font-variant-numeric: tabular-nums;
            }
            .views {
                width: 100%;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                gap: 15%;
                margin-right: 10%;
            }

            .views .count {
                min-width: 15px;
                text-align: left;
                font-variant-numeric: tabular-nums;
            }
        }

        tr:hover td {
            background-color: #EDF8EF;
            border-color: #00AD1D;
        }
    }
}

.resources_board_list table {
    & thead th:nth-child(1) { width: 10%; }
    & thead th:nth-child(2) { width: 10%; }
    & thead th:nth-child(3) { width: 40%; }
    & thead th:nth-child(4) { width: 10%; }
    & thead th:nth-child(5) { width: 10%; }
    & thead th:nth-child(6) { width: 10%; }
    & thead th:nth-child(7) { width: 10%; }
}


.newsletter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
}

.newsletter-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    background: #F9F9F9;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;

    &:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        background-color: #EDF8EF;

        .thumbnail-wrapper {
            background-color: #EDF8EF !important;
        }

        .content {
            background-color: #EDF8EF;
        }

        .file-action-row {
            background-color: #00AD1C;
            color: #fff;
            .file-link {
                color: #fff;

                img {
                    filter: brightness(0) invert(1);
                }

                &.disabled {
                    color: rgba(255, 255, 255, 0.5);

                    img {
                        opacity: 0.4;
                        filter: brightness(0) invert(0.7);
                    }
                }
                span {
                    color: #fff !important;
                }
            }

            .divider {
                color: rgba(255, 255, 255, 0.5);
            }
        }
    }
}

.thumbnail-wrapper {
    width: 260px;
    height: 320px;
    background-color: #F9F9F9;
    padding-top: 16px;
    overflow: hidden;
    margin: 0 auto;
    transition: background-color 0.2s ease;
    border-radius: 5px;

    a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .thumbnail {
        width: 100%;
        height: 100%;
        object-fit: cover;
        box-sizing: border-box;
        display: block;
        background-size: cover;
        border-radius: 5px;
    }

    &.empty-thumbnail {
        background-color: #DBDBDB;
    }
}

.content {
    padding: 16px;
    text-align: center;
    background-color: #F9F9F9;
    transition: background-color 0.2s ease;
}

.title {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-action-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid #eee;
    border-radius: 0 0 16px 16px;
    background-color: #fff;
    transition: background-color 0.2s ease;

    .file-link {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 16px;
        font-weight: 500;
        color: #111;
        text-decoration: none;
        padding: 8px;

        img {
            width: 20px;
            height: 20px;
        }

        &.disabled {
            pointer-events: none;
            color: #bbb;

            img {
                opacity: 0.4;
            }
        }
    }

    .divider {
        margin: 0 16px;
        color: #ccc;
        font-weight: 300;
        user-select: none;
    }
}


.newsletter-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    .modal-content {
        background: white;
        padding: 20px;
        border-radius: 8px;
        width: 80%;
        min-width: 75vw;
        position: relative;
        margin: 0 auto;
        .modal-close {
            position: absolute;
            top: 8px;
            right: 12px;
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
        }
    }

}




#bo_list, .bo-box, .schedule-wrapper{
    margin-bottom: 130px !important;
}



.common-board-button-bar {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    .write-button {
        padding: 20px 60px;
        background-color: #00AD1C;
        color: #FFFFFF !important;
        border: none;
        border-radius: 10px;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0;
        cursor: pointer;
        text-decoration: none;

        &:hover {
            background-color: #019f1b;
        }

    }
}

.search-bar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F9F9F9;
    border-radius: 10px;
    padding: 24px 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 16px;

    .count-text {
        font-size: 16px;
        font-weight: 500;
        color: #757575;

        span {
            color: #00AD1C;
            font-weight: 600;
        }
    }

    .filter-group {
        display: flex;
        align-items: center;
        gap: 10px;

        select {
            height: 50px;
            padding: 0 12px;
            font-size: 16px;
            border: 1px solid #DDDDDD;
            border-radius: 6px;
            background: #fff;
            color: #757575;


        }

        .sch_bar {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .sch_input {
            height: 50px;
            width: 240px;
            padding: 0 12px;
            font-size: 16px;
            border: 1px solid #DDDDDD;
            border-radius: 6px;
            color: #757575;

            &::placeholder {
                color: #999;
            }
        }

        .search-button {
            height: 50px;
            padding: 0 16px;
            font-weight: 400;
            font-size: 17px;
            border: 1px solid #00AD1D;
            border-radius: 6px;
            background: #EDF8EF;
            color: #00AD1C;
            cursor: pointer;
            transition: all 0.2s;

            &:hover {
                background: #00AD1D;
                color: #fff;
            }
        }
    }
}


.pg_wrap {
    clear: none;
    float: none;
    display: block;
    .pg {
        display: flex;
        align-items: center;
        width: 300px;
        margin: 24px auto;
        justify-content: center;
        gap: 8px;
    }

    .pg_page {
        margin: 0 4px;
        padding: 0;
        background: none;
        border: none;
        font-weight: 700;
        font-size: 14px;
        line-height: 160%;
        color: #3C3C3C;
        cursor: pointer;
        text-decoration: none;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .pg_page:hover {
        color: #000;
    }

    .pg_current {
        width: 32px;
        height: 32px;
        background: #000;
        border-radius: 50%;
        color: #fff;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pg_start, .pg_end {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        font-size: 0; /* 텍스트 숨김 */
    }

    .pg_start::after {
        content: "";
        display: block;
        width: 32px;
        height: 32px;
        background-image: url('/theme/basic/img/companyboard/pagination_prve.svg');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .pg_end::after {
        content: "";
        display: block;
        width: 32px;
        height: 32px;
        background-image: url('/theme/basic/img/companyboard/pagination_next.svg');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .pg_ellipsis {
        margin: 0 8px;
        color: #3C3C3C;
        user-select: none;
    }
}


.post-detail {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;

    .post-header {
        border-top: 1px solid #333;
        border-bottom: 1px solid #e0e0e0;
        padding: 35px 50px;
        margin-bottom: 40px;
    }
    .post-title {
        font-size: 32px !important;
        font-weight: 800;
        /*line-height: 150%;*/
        color: #000;
        margin-bottom: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .post-meta-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;

        .meta-group {
            display: flex;
            align-items: center;
            gap: 6px;

            .meta-label {
                font-weight: 600;
            }
            .meta-value {
                font-weight: 400;
            }
            .meta-color {
                color: #222222;
            }
            .meta-link {
                display: flex;
                align-items: center;
                text-decoration: none;
                gap: 10px;
            }
        }

        .left-meta,
        .right-meta {
            display: flex;
            align-items: center;
            gap: 16px;
            font-size: 16px;
            line-height: 160%;
            color: #757575;
        }
        .left-meta {
            & > div:not(:first-child)::before {
                content: '|';
                margin-right: 16px;
                color: #bbb;
            }
        }
        .icon-wrapper {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            background-color: #EAF7EA;
            transition: background-color 0.3s ease;

            img {
                width: 20px;
                height: 20px;
                display: block;
            }
        }
    }

    .post-content{
        padding: 40px 50px;
    }





    .attachment-section {
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        margin-top: 40px;
        padding: 40px 50px;
    }

    .attachment-item {
        margin-bottom: 30px;
    }

    .pdf-viewer-wrapper {
        margin-top: 10px;
        border: 1px solid #ccc;
    }

    .bo_v_pdf_viewer {
        width: 100%;
        height: 600px;
        border: none;
    }

    .attachment-list {
        list-style: none;
        padding: 0;

        li {
            margin-bottom: 8px;
        }
    }

    .file-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        color: #888;

        &:hover {
            color: #000;

            .file-icon-wrapper {
                background-color: #00ad1c;

                .default-icon {
                    display: none;
                }

                .hover-icon {
                    display: block;
                }
            }
        }
    }

    .file-icon-wrapper {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: #f5f5f5;
        transition: background-color 0.3s ease;

        img {
            width: 18px;
            height: 18px;
            display: block;
        }

        .hover-icon {
            display: none;
        }
    }
}

.navigation-button-wrapper {
    display: flex;
    gap: 20px;
    margin: 40px 0;
    .nav-button {
        display: inline-block;
        white-space: nowrap;

        min-width: 160px;
        padding: 20px 60px;
        text-align: center;
        border-radius: 10px;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        text-decoration: none;
        background-color: #fff;
        color: #000 !important;
        border: 1px solid #ccc;
        transition: background-color 0.2s ease;
        cursor: pointer;

        &:hover {
            background-color: #f0f0f0;
        }

        &.primary {
            background-color: #00AD1C;
            color: #fff;
            border: none;

            &:hover {
                background-color: #009917;
            }
        }

        &.disabled {
            pointer-events: none;
            opacity: 0.5;
            cursor: default;
        }
    }
}

.board-view-button {
    justify-content: space-between;
}

.board-write-button {
    justify-content: end;
}

#bo_vc.board-comment header:after {
    content: none !important;
    display: none !important;
}

#bo_vc.board-comment article {
    margin: 20px;
    padding: 20px;
}

.board-comment-count{
    border-bottom: none !important;
    .total {
        font-weight: 500;
        font-size: 21px !important;
        line-height: 150%;
        color: #00AD1C !important;
    }
}

.cmt_btn.board-comment-count :after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    position: static !important;
}

.board-comment{
    background-color: #F9F9F9;
    .comment-view{
        width: 100%;
    }
    .comment-header{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 16px;
        z-index: 1;
        position: relative;
        font-size: 14px;
        .left-meta {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            .comment-author{
                font-weight: 700;
                font-size: 20px;
                color: #000000;
            }
            .bo_vc_hdinfo {
                font-weight: 500;
                font-size: 12px;
                color: #555555;
                position: relative;
                top: 10px;
            }
        }
        .right-meta {
            display: flex;
            align-items: center;
            gap: 16px;
            .meta-group {
                display: flex;
                align-items: center;
                a {
                    display: flex;
                    align-items: center;
                    gap: 6px;
                    color: #666;
                    font-weight: 500;
                    text-decoration: none;
                    transition: color 0.2s ease;
                    :hover {
                        color: #00ad1c;
                    }
                }
                .icon-wrapper img {
                    width: 16px;
                    height: 16px;
                    display: block;
                }
                .meta-value {
                    font-size: 14px;
                    color: inherit;
                }
            }
        }
    }
    .cmt_contents{
        font-weight: 500;
        font-size: 15px;
        line-height: 160%;
    }
}
.comment-textarea{
    resize:none;
}

.comment-submit-btn{
    background-color: #00AD1C;
    color: #fff;
    border-radius: 10px !important;

}



.common-page-table-list {
    table {
        width: 100%;
        table-layout: fixed;
    }
    & table {
        border-top:solid 1px #000;

        & caption {
            caption-side: top;
            margin-top:15px;
            font-size:22px;
            font-weight: 700;
        }

        & thead {
            & th {
                background: #F5F7F9;
                text-align: center;
                vertical-align: middle;
                padding: 20px;
                border-bottom:solid 1px #CDD4E3;
                border-right:solid 1px #CDD4E3;
                font-size:14px;
                font-weight: 700;

            }

            & th:last-child {
                border-right:0;
            }
        }

        & tbody {
            & td {
                text-align: center;
                vertical-align: middle;
                padding: 20px;
                border-bottom:solid 1px #CDD4E3;
                font-size:14px;
                font-weight: 500;
                color:#757575;
            }
            & td:not(:last-child) {
                border-right: solid 1px #CDD4E3;
            }
        }
    }
}


.click-info-box {
    background: #F7F7F9;
    padding: 22px 18px;
    display: flex;
    align-items: center;
    margin-top:45px;
    column-gap: 8px;

    & span {
        color:#222;
        font-size:18px;
        font-weight: 400;
    }

    .icon-span {
        position: relative;
        top:-2px;
    }
}

.pg_wrap{
    margin-top: 60px;
}


.content-box {display: flex; flex-direction: column; gap: 16px;}

.info-col-box {display: grid; grid-template-columns: 1fr 1fr; gap: 16px;}
.info-col {display: flex; flex-direction: column;}
.info-col label {font-size: 16px; color: #757575; margin-bottom: 4px;}
/*.info-col input {height: 48px; width: 320px; padding: 13px 20px; background-color: #F9F9F9; border: 1px solid #D9D9D9; border-radius: 8px;}*/
.info-col input { /* Grid 셀 내에서 100% 너비로 확장되도록 수정 */width: 100%;height: 48px;padding: 13px 20px;background-color: #F9F9F9;border: 1px solid #D9D9D9;border-radius: 8px;}
.info-col input,
.info-col select {
    width: 100%;
    height: 48px;
    padding: 13px 20px;
    background-color: white;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    box-sizing: border-box; /* 패딩과 경계선을 너비에 포함 */
    -webkit-appearance: none; /* 기본 select 스타일 제거 (커스텀 스타일링을 위해) */
    -moz-appearance: none;
    appearance: none;
}


.edit-box {display: flex; align-items: center; justify-content: center;}
.btn-box {display: flex; align-items: center; justify-content: center; margin: 40px 0; gap: 16px;}
.btn_edit {display:flex; justify-content:center; align-items: center; background-color: #E60012; border-radius: 50px; padding: 0 50px; width: 180px; height: 48px; text-align: center; color: white !important;}
.btn_back {display:flex; justify-content:center; border: 1px solid #CCCCCC; align-items: center; background-color: white; border-radius: 50px; padding: 0 50px; width: 180px; height: 48px; text-align: center; color: black;}
.btn_save {display:flex; justify-content:center; border: none; align-items: center; background-color: #E60012; border-radius: 50px; padding: 0 40px; width: 180px; height: 48px; text-align: center; color: white !important;}
.btn_save:hover {color: #333 !important}
.btn_delete {display:flex; justify-content:center; border: none; align-items: center; background-color: #CCCCCC; border-radius: 50px; padding: 0 40px; width: 180px; height: 48px; text-align: center; color: white !important;}

.red-star {color:red;}

#h3-title {display: inline}

#fmyinfo {
    display: flex;
    flex-direction: column; /* info-col-box와 btn-box를 수직으로 배열 */
    gap: 16px; /* 이 둘 사이에 간격을 생성 */
    margin-bottom: 20px;
}

.mycar-table {border-top: 2px solid black; border-bottom: 2px solid black; width: 100%;}

.mycar-table {
    border-collapse: collapse; /* 셀 경계선 겹침 방지 및 단일 라인 */
    width: 100%;
}
/* 1. 테이블 텍스트 크기 증가 및 셀 경계선 1px 적용 */
.mycar-table th, .mycar-table td {
    border: 1px solid #ddd; /* 모든 셀에 1px 경계선 적용 */
    padding: 10px;
    font-size: 1.05rem; /* 텍스트 크기 약간 크게 */
}

/* 2. thead 경계선 1px 진하게 (기본 1px 대비 2px로 설정) */
.mycar-table thead th {
    /* thead 내부의 th 아래쪽 경계선을 2px로 설정하여 강조 */
    border-bottom: 2px solid #555;
}

/* 3. 행의 첫 번째/마지막 border 제거 */
.mycar-table th:first-child,
.mycar-table td:first-child {
    border-left: none;
}

.mycar-table th:last-child,
.mycar-table td:last-child {
    border-right: none;
}

/* 폰트 중앙 정렬을 위해 G5 클래스를 덮어쓰거나 직접 지정 */
.mycar-table th {
    font-weight: bold;
}

/* ======================================================= */
/* 차량번호 필드 특수 스타일 (1열 전체 너비 + 버튼 병렬) */
/* ======================================================= */
/* 차량번호 그룹이 그리드 한 줄 전체를 차지하도록 설정 */
#car-number-wrapper {
    grid-column: span 2; /* 2열 모두 차지 */
}
/* 차량번호 input과 버튼을 Flex로 정렬 */
.car-number-group {
    display: flex;
    gap: 10px; /* 인풋과 버튼 사이 간격 */
    align-items: center;
}
.car-number-group input[type="text"] {
    flex-grow: 1;
    min-width: 0;
}
.car-number-group button {
    /* 차량조회 버튼 스타일 */
    padding: 0 15px; /* 높이가 48px이 되도록 수직 패딩 제거 */
    height: 48px;
    background-color: #F4F4F4;
    color: black;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    border-radius: 8px; /* input과 동일하게 8px */
    white-space: nowrap;
}

/* 주행거리 필드 (1열 전체 너비) */
#car-distance-wrapper {
    grid-column: span 2; /* 2열 모두 차지 */
}

/* 동의 체크박스 필드 (1열 전체 너비) */
#agree-collect-wrapper {
    grid-column: span 2; /* 2열 모두 차지 */
}

/* ======================================================= */
/* 동의 체크박스 필드 특수 스타일 (1열 전체 너비 및 기본 스타일 복원) */
/* ======================================================= */
#agree-collect-wrapper {
    grid-column: span 2; /* 2열 모두 차지 */
}

/* 체크박스 기본 스타일 복원 및 오버라이드 */
.info-col input[type="checkbox"] {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 4px !important;
    margin-right: 8px;
    vertical-align: middle;
    background-color: white !important;
    -webkit-appearance: checkbox !important; /* 기본 체크박스 모양 복원 */
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
    box-sizing: content-box;
}

/* 체크박스 라벨 스타일 */
#agree-collect-wrapper .checkbox-container label {
    display: inline;
    font-weight: 700;
    line-height: 160%;
    margin-left: 0;
    cursor: pointer;
    color: black;
    font-size: 16px;
}

/* 3. Checkmark (label::after 사용) - SVG 배경 이미지 */
#agree-collect-wrapper .checkbox-container label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;

    /* 흰색 체크마크 SVG (Base64) */
    background-image: url('<?php echo G5_IMG_URL ?>/checked.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;

    opacity: 0; /* 기본적으로 숨김 */
    transition: opacity 0.2s ease;
    pointer-events: none; /* 클릭 이벤트 방지 */
}


/* 4. Checked State (SVG 활성화 및 박스 색상 변경) */
#agree-collect-wrapper input[type="checkbox"]:checked + label::before {
    background-color: #E60012; /* 체크 시 빨간색 */
    border-color: #E60012; /* 체크 시 테두리도 빨간색 */
}

#agree-collect-wrapper input[type="checkbox"]:checked + label::after {
    opacity: 1; /* 체크 시 SVG 보이기 */
}


/* input, select 공통 스타일 */
.info-col input:not([type="checkbox"]),
.info-col select {
    width: 100%;
    height: 48px;
    padding: 13px 20px;
    background-color: #F9F9F9;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* ======================================================= /
/ 차량번호 필드 특수 스타일 (1열 전체 너비 + 버튼 병렬) /
/ ======================================================= /


 */
.car-number-group input[type="text"] {
    flex-grow: 1;
    min-width: 0;
}

.car-number-group button {
    padding: 0 15px;
    height: 48px;
    background-color: #333;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    border-radius: 8px;
    white-space: nowrap;
}

/* 1. 실제 input (숨기지만 접근성 유지) */
#agree-collect-wrapper input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* 2. Custom Checkbox Box (label::before 사용) */
#agree-collect-wrapper .checkbox-container label {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 28px;
    cursor: pointer;
    user-select: none;
    font-weight: 700;
    line-height: 160%;
    color: black;
    font-size: 16px;
    margin-left: 0;
}

#agree-collect-wrapper .checkbox-container label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    background-color: white;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

/* 3. Checkmark (label::after 사용) - STATIC PROPERTIES ONLY */
#agree-collect-wrapper .checkbox-container label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;

    /* background-image 속성은 PHP 파일의 인라인 스타일로 설정됩니다. */
    background-size: 100% 100%;
    background-repeat: no-repeat;

    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;

}

    /*}*/

    /* 4. Checked State (SVG 활성화 및 박스 색상 변경) */

#agree-collect-wrapper input[type="checkbox"]:checked + label::before {
    background-color: #E60012;
    border-color: #E60012;
}

#agree-collect-wrapper input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

.car-check {
    background-color: #F4F4F4 !important;
    color: black; !important;
}

.history-title-box {border-bottom: 1px solid black; padding-bottom: 20px; margin-bottom: 20px;}
.history-title-box h4 {font-weight: 800; font-size: 25px;}

.history-search-form {
    /* 전체 조회 폼 컨테이너 */
    display: flex;
    flex-direction: column; /* 조회 버튼이 아래에 오도록 설정 */
    padding: 0 0 20px 0;
    margin-bottom: 30px;
}

.search-date-section {
    /* 조회일자 라벨과 컨트롤 영역 */
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    margin-bottom: 20px;
}

.search-date-label-box { margin-bottom: 10px; }

.date-label {
    /* "조회일자" 라벨 */
    font-weight: bold;
    width: 100px; /* 라벨 너비 고정 */
    flex-shrink: 0;
    color: #333;
}

.date-controls {
    /* 빠른 버튼 및 날짜 입력 전체 컨테이너 */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

.quick-btns {
    /* 1주일, 1개월, 3개월 버튼 그룹 */
    display: flex;
    gap: 8px; /* 버튼 간 간격 */
    margin-right: 15px;
}

.quick-btn {
    width: 150px;
    height: 48px;
    padding: 8px 15px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50px;
    color: #333;
    font-size: 0.9rem;
    transition: all 0.2s;
}

.quick-btn.active {
    /* 활성화된 3개월 버튼 스타일 */
    border-color: #e53935; /* 빨간색 테두리 */
    color: #e53935; /* 빨간색 텍스트 */
    background-color: #fff;
    font-weight: bold;
}

.date-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.date-input-wrap {
    position: relative;
    display: inline-block;
}

.date-input {
    width: 228px;
    height: 48px;
    padding: 8px 20px 8px 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 0.9rem;
}

.calendar-icon-svg {
    position: absolute;
    top: 50%; /* 수직 중앙 */
    right: 16px; /* 오른쪽에서 간격 */
    transform: translateY(-50%); /* 정확한 수직 중앙 정렬 */
    z-index: 10;
    cursor: pointer;
}

/* 3. SVG 이미지 자체 크기 및 스타일 조정 */
.calendar-icon-svg img {
    width: 20px; /* 아이콘 크기 지정 */
    height: 20px;
    /* 필요하다면 filter 속성을 사용해 이미지 색상을 변경할 수 있습니다. */
    /* 예: filter: invert(30%) sepia(0%) saturate(0%) hue-rotate(1deg) brightness(80%) contrast(80%); */
}

/* 조회 버튼 스타일 */
.btn-search {
    align-self: center; /* 가운데 정렬 */
    padding: 10px 40px;
    background-color: #e53935; /* 빨간색 배경 */
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    width: 150px; /* 버튼 너비 고정 */
}

/* 테이블 스타일 (조회 결과 없음 메시지) */
.history-table {
    /* 테이블 폭 및 스타일 조정 (필요 시) */
    width: 100%;
    margin-bottom: 100px;
}

.history-table thead tr th {
    color: #333;
    font-weight: bold;
}

.no-history-data {
    /* "정비 이력 조회 결과가 없습니다." 메시지 영역 */
    padding: 70px 0 !important;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 400;
    color: #757575;
}

.no-history-data img {margin-bottom: 12px;}

.date-input-wrap input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0; /* 기본 아이콘 투명화 */
    cursor: pointer; /* 클릭 영역은 유지 */
    width: 100%; /* 클릭 영역을 전체 입력창으로 확장 */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; /* 커스텀 아이콘보다 낮은 z-index를 가집니다. */
}

/* Firefox에서 기본 컨트롤 숨기기 */
.date-input-wrap input[type="date"] {
    -moz-appearance: textfield;
}

/* 숫자 입력 스피너 숨기기 (date 타입에서도 보일 수 있음) */
.date-input-wrap input[type="date"]::-webkit-inner-spin-button,
.date-input-wrap input[type="date"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.review-link-cell a {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px; /* 둥근 모서리 */
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease-in-out; /* 부드러운 전환 효과 */
    white-space: nowrap;
    text-align: center;
    width: 100%; /* 셀 너비에 맞춤 */
    box-sizing: border-box;
    background-color: #D9D9D9;
}

/* reservation-table 클래스를 사용하는 테이블에 적용 */
.reservation-table {
    /* 테이블 레이아웃을 고정하여 width 비율이 정확히 지켜지도록 설정 */
    table-layout: fixed;
    width: 100%; /* 테이블 전체 너비를 100%로 설정 */
}

/* reservation-table 내의 헤더 셀 (th)에 너비 비율 적용 */
.reservation-table thead th:nth-child(1),
.reservation-table tbody td:nth-child(1) {
    width: 20%;
}

.reservation-table thead th:nth-child(2),
.reservation-table tbody td:nth-child(2) {
    width: 15%;
}

.reservation-table thead th:nth-child(3),
.reservation-table tbody td:nth-child(3) {
    width: 50%;
}

.reservation-table thead th:nth-child(4),
.reservation-table tbody td:nth-child(4) {
    width: 15%;
}

.reservation-table thead th:nth-child(5),
.reservation-table tbody td:nth-child(5) {
    width: 10%;
}

/* 기본 상태 셀 스타일 */
.status-cell {
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 4px; /* 배경색 구분을 위한 테두리 둥글게 */
    line-height: 1.4;
}

/* 1. 요청됨 (Requested) */
.status-requested {
    color: #4A90E2; /* 파란색 계열 */
    background-color: #E6F7FF; /* 연한 배경색 */
    border: 1px solid #4A90E2;
}

/* 2. 예약완료 (Confirmed) - 긍정적인 색상 */
.status-confirmed {
    color: #52C41A; /* 녹색 계열 */
    background-color: #F6FFED;
    border: 1px solid #52C41A;
}

/* 3. 예약취소 (Canceled) - 경고/부정적인 색상 */
.status-canceled {
    color: #F5222D; /* 빨간색 계열 */
    background-color: #FFF1F0;
    border: 1px solid #F5222D;
}

/* 4. 정비완료 (Completed) - 완료된 상태 */
.status-completed {
    color: #262626; /* 어두운 색상 */
    background-color: #F0F0F0; /* 회색 계열 */
    border: 1px solid #D9D9D9;
}

/* 5. 노쇼 (No-Show) - 강한 경고 색상 */
.status-noshow {
    color: #FAAD14; /* 주황색/노란색 계열 */
    background-color: #FFFBE6;
    border: 1px solid #FAAD14;
}

/* 반응형 모바일 일부 수정 */
@media (max-width: 480px) {

    .main-section7 {
        .gallery-latest-box {
            .gallery-list-box{
                gap:20px;
            .gallery-img-box {
                justify-items: center;

                a {
                    transform: none !important;
                }
            }
            }
        }
    }
}