@charset "utf-8";



.main-container {
    .intro-container{
        width: 100%;
        height: 502px;
        background: url('/theme/basic/img/main/intro_section.jpg') center center / cover no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;

        &::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background-color: #00000054;
            z-index: 1;
        }


        .intro-wrapper {
            position: relative;
            z-index: 2;
            max-width: 1280px;
            width: 100%;
            margin: 0 auto;
            display: flex;
            gap: 20px;

            .container-slogan,
            .container-info {
                flex: 1;
                min-width: 0;
            }


            .search-wrapper {
                display: flex;
                width: 100%;
                max-width: 500px;
                height: 56px;
                border-radius: 14px;
                overflow: hidden;
                background-color: #ffffff;
                margin-left: 10px;
            }

            .search-input {
                flex: 1;
                padding: 20px 30px;
                border: none;
                outline: none;
                font-weight: 500;
                font-size: 17px;
                line-height: 100%;
                color: #373F57;
                background-color: transparent;
            }

            .search-input:focus {
                outline: none !important;
                box-shadow: none !important;
                border: none !important;
                background: none !important;
                color: inherit !important;
            }


            .search-button {
                width: 64px;
                background: linear-gradient(121.81deg, #80EB7A 8.06%, #2C9198 100%);
                border: none;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
            }

            .search-icon {
                width: 28px;
                height: 28px;
            }












            .container-info {
                display: flex;
                gap: 15px;
                min-height: 300px;
                overflow: visible;
            }

            .notice-card {
                flex: 1;
                padding: 20px;
                color: #fff;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                transition: box-shadow 0.3s ease;
                background-size: cover;

                .card-icon {
                    margin-top: 16px;

                    img {
                        width: 100%;
                        height: auto;
                        display: block;
                    }
                }
                .icon1{
                    width: 57px;
                    height: 75px;
                }
                .icon2{
                    width: 61px;
                    height: 66px;
                }
                .icon3{
                    width: 62px;
                    height: 66px;
                }

                h3 {
                    font-weight: 700;
                    font-size: 24px;
                    line-height: 20px;
                    letter-spacing: -0.02em;

                }

                p {
                    font-weight: 600;
                    font-size: 15px;
                    line-height: 20px;
                    letter-spacing: -0.02em;
                    padding-bottom: 18px;
                }

                a.card-link {
                    display: inline-flex;
                    align-items: center;
                    gap: 10px;
                    font-weight: 600;
                    color: #fff !important;
                    margin-left: -15px;

                    .card-link-icon {
                        display: inline-flex;
                        width: 34px;
                        height: 34px;
                        background-color: #000;
                        border-radius: 50%;
                        justify-content: center;
                        align-items: center;

                        img {
                            width: 16px;
                            height: 16px;
                        }
                    }

                    &:hover .card-link-icon {
                        background-color: #333;
                    }
                }

                &:hover {
                    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
                }
            }
            .card-img1 {
                background: url('/theme/basic/img/main/main-notice-bg.png') no-repeat center;
            }
            .card-img2 {
                background: url('/theme/basic/img/main/main-newsletter-bg.png') no-repeat center;
            }
            .card-img3 {
                background: url('/theme/basic/img/main/main-news-bg.png') no-repeat center;
            }
        }

    }

    .notice-container {
        max-width: 1280px;
        margin: 0 auto;
        padding: 80px 0 ;
    }
    .parent-container {
        padding: 80px 0 90px 0;
        background: #F7F8FB;
        overflow: hidden;
        .parent-content{
            max-width: 1920px;
            width: 100%;
            position: relative;
            margin: 0 auto;
            /*overflow: hidden;*/
            &::before {
                content: '';
                position: absolute;
                bottom: -12%;
                left: -54%;
                width: 130%;
                height: 130%;
                background: url('/theme/basic/img/main/news_section.png') no-repeat center bottom;
                background-size: contain;
                opacity: 0.08;
                pointer-events: none;
            }

        }


    }





    .others-container {
        max-width: 1280px;
        width: 100%;
        margin: 0 auto;
    }

    .others-wrapper {
        margin: 90px 0;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        gap: 32px;
    }

    .others-info-wrap {
        display: flex;
        gap: 34px;
        flex: 1;
    }

    .info-card {
        flex: 1;
        background-color: #ebf5ed;
        border-radius: 20px 20px 50px 20px;
        padding: 32px 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 30px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
        transition: box-shadow 0.3s ease;

        &:hover {
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
        }

        .info-icon {
            flex-shrink: 0;
            width: 96px;
            height: 96px;
            border-radius: 50%;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);

            img {
                width: 48px;
                height: 48px;
                object-fit: contain;
                display: block;
            }
        }

        .info-text-group {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;

            .info-title {
                font-size: 26px;
                font-weight: 700;
                color: #212121;
                margin-bottom: 10px;
            }

            .info-description {
                font-size: 15px;
                color: #666;
                line-height: 1.5;
                margin-bottom: 16px;
            }

            .info-link {
                display: flex;
                align-items: center;
                font-size: 14px;
                font-weight: 600;
                color: #212121;
                text-decoration: none;
                gap: 6px;

                .info-link-icon {
                    width: 16px;
                    height: 16px;
                    object-fit: contain;
                    display: block;
                }

                &:hover {
                    text-decoration: underline;
                }
            }
        }
    }


    .newsletter-carousel {
        flex-shrink: 0;
        width: 30%;
    }







    .carousel-wrapper {
        max-width: 1280px;
        width: 100%;
        margin: 0 auto;

        .carousel-header-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 7px;
            padding: 0 10px 0 10px;
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            

            .carousel-title {
                font-size: 35px;
                font-weight: 700;
                letter-spacing: 0.03em;
            }

            .carousel-button-group {
                display: flex;
                gap: 8px;

                .carousel-button {
                    width: 46px;
                    height: 46px;
                    border-radius: 50%;
                    background: #fff;
                    border: 1px solid #e0e0e0;
                    cursor: pointer;
                    padding: 0;
                    display: flex;
                    align-items: center;
                    justify-content: center;

                    img {
                        width: 46px;
                        height: 46px;
                        object-fit: contain;
                    }

                    &:hover {
                        filter: brightness(0.8);
                    }

                    &.add {

                        &:hover {
                            background-color: #0e2e6b;
                        }
                    }
                }
                .carousel-button.swiper-button-disabled {
                    opacity: 0.4;
                    pointer-events: none;
                    cursor: default;
                }

            }

        }

        .carousel-swiper{
            padding: 10px;
        }
        .carousel-swiper-newsletter{
            padding: 0 !important;
        }

        .swiper-slide {
            .slide-card {
                display: flex;
                flex-direction: column;
                text-decoration: none;
                background: #fff;
                border-radius: 20px;
                border: 3px solid transparent;
                box-shadow: -1px 2px 10px rgba(0, 0, 0, 0.1);
                overflow: hidden;
                transition: border 0.2s ease, box-shadow 0.2s ease, transform 0.3s ease;
                color: #1a1a1a;

                &:hover {
                    border-color: #00AD1D;
                    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
                }

                .slide-thumb {
                    overflow: hidden;

                    img {
                        width: 100%;
                        height: 170px;
                        object-fit: cover;
                        transition: transform 0.3s ease;
                    }


                }

                .slide-content {
                    padding: 38px;

                    .slide-title {
                        font-weight: 600;
                        font-size: 22px;
                        line-height: 32px;
                        letter-spacing: -0.03em;
                        margin-bottom: 21px;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        height: 64px;
                        color: #212529;;

                        .badge {
                            display: inline-block;
                            font-size: 17px;
                            font-weight: 500;
                            padding: 5px 15px;
                            line-height: 1;
                            border-radius: 5px;
                            margin-right: 10px;
                            color: #fff;

                            &.notice { background: #00AD1D; }
                            &.event { background: #1976d2; }
                            &.faq { background: #9c27b0; }
                            &.new { background: #4caf50; }
                        }
                    }

                    .slide-desc {
                        font-size: 14px;
                        color: #555;
                        margin: 0 0 10px;
                    }

                    .slide-date {
                        font-weight: 500;
                        font-size: 15px;
                        line-height: 100%;
                        color: #989898;
                    }
                }
            }
            &:hover img {
                transform: scale(1.05);
            }
            .slide-card-newsletter{
                border-radius: 20px 20px 50px 20px;
                background: #00AD1D;
                .slide-title{
                    font-weight: 700 !important;
                    font-size: 24px !important;
                    line-height: 30px !important;
                    letter-spacing: -0.02em !important;
                    color: #FFFFFF !important;
                }
                .slide-date{
                    color: #FFFFFF !important;
                }
            }
        }


    }

}











.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: url('/theme/basic/img/sub/login-bg.png') no-repeat;
    height: 100vh;
    background-size: cover;
    display:flex;
    justify-content:center;
    align-items:center;


    .common-login-wrap {
        width:470px;
        background: #fff;
        padding: 35px;

        .logo-box {
            margin-bottom: 35px;
            text-align: center;
        }

        .login-form-box {
            & input {
                border-radius:8px;
                height:48px;
                border:solid 1px #d9d9d9;
                font-size:14px;
                font-weight:400;
            }
            .id-input {
                border-bottom-left-radius:0;
                border-bottom-right-radius:0;
            }
            .password-input {
                border-top:0;
                border-top-left-radius:0;
                border-top-right-radius:0;
            }
        }
        .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;


                }
            }
        }

        .submit-box {
            margin-top:20px;
            text-align:center;

            & button {
                width:100%;
                height:50px;
                border-radius:8px;
                font-size:16px;
                font-weight:700;
                color:#fff;
                background:#00AD1D;
            }
        }
    }
}





.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;
}