@charset "utf-8";




.type1-main-wrap {
    position: relative;
    width: 100%;
    min-height: 100vh;

    & p {
        color:#fff !important;
    }

    & h1 {
        color:#fff !important;
    }


    .more-box {
        & a {
            border:solid 1px #fff !important;

            & span {
                color:#fff;
            }
        }
    }



    .movie-overlay-box {
        position:fixed;
        inset:0;
        background:#0000002e;
        z-index: 2;
    }

    .movie-box {
        position: fixed;
        inset: 0;
        overflow: hidden;
        z-index: 1;

        & iframe {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100vw;
            height: 56.25vw;
            min-width: 177.78vh;
            min-height: 100vh;
            pointer-events: none;
        }
    }

    .main-content {
        position: relative;
        z-index: 3;

    }

    .section1 {
        background:none !important;
    }

    .section3 {
        background: none !important;
    }

    .section4 {

        &:before {
            display: none ;
        }
    }

    .section5 {
        .section5-inner {
            background: none !important;
        }
    }

    .section6 {
        background: none !important;

        .top-text-box {
            & a {
                border:solid 1px #fff !important;

                & span {
                    color:#fff;
                }
            }
        }
    }
}

.main-wrap {
    .section1 {
        position: relative;
        min-height: 100vh;
        overflow: hidden;
        background:#000;

        .movie-overlay-box {
            position:absolute;
            width:100%;
            height:100%;
            background:#0000002e;
            z-index:1;
        }

        .movie-box {
            & iframe {
                position: absolute;
                top: 50%; left: 50%;
                transform: translate(-50%, -50%);
                width: 100vw;
                height: 56.25vw;
                min-width: 177.78vh;
                min-height: 100vh;
                pointer-events: none;
            }
        }

        .text-box {
            position: absolute;
            z-index: 1;
            bottom: 0;
            left:122px;





            & h1 {
                font-size:230px;
                font-weight:400;
                color:#fff;
                margin-bottom:0;
            }
        }
    }

    .section2 {
        margin-top:155px;

        .row {

            .left-img-box {
                position: relative;
                display: inline-block;
                overflow: hidden;

                & img {
                    display: block;
                }

                &:before {
                    content:'';
                    position: absolute;
                    inset:0;
                    background: #fff;
                    transform-origin: right;
                    transform: scaleX(1);
                    animation: reveal-wipe 1s ease-out forwards;
                }
            }

            .right-box {
                .img-box {
                    margin-bottom:66px;
                    position: relative;
                    display: inline-block;
                    overflow: hidden;

                    & img {
                        display: block;
                    }
                    &:before {
                        content:'';
                        position: absolute;
                        inset:0;
                        background: #fff;
                        transform-origin: left;
                        transform: scaleX(1);
                        animation: reveal-wipe 1s ease-out forwards;
                    }
                }
                .text-box {
                    & p {
                        font-size:33px;
                        font-weight: 500;
                        line-height: 154%;
                        color:#000;
                    }
                }
                .more-box {
                    margin-top:55px;
                    display: flex;
                    & a {
                        border:solid 1px #000;
                        padding: 18px 20px;
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        column-gap: 20px;

                        .text-span {
                            font-size:15px;
                            font-weight: 500;
                            display: inline-block;
                            transform-origin: center center;
                            backface-visibility: hidden;
                        }

                        &:hover {
                            .text-span {
                                animation: nav-spin-back 0.6s ease;
                            }
                        }
                    }
                }
            }
        }
    }

    .section3 {
        margin-top:155px;
        background: #FDFBEF;
        padding: 130px 0;

        .text-box {
            padding-left: 130px;
            & h1 {
                font-size:180px;
                font-weight: 400;
                color:#000;
                line-height: 100%;
                margin-bottom: 60px;
            }

            & p {
                font-size:33px;
                font-weight: 500;
                line-height: 154%;
                color:#000;
            }
            .more-box {
                margin-top:55px;
                display: flex;
                & a {
                    border:solid 1px #000;
                    padding: 18px 20px;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    column-gap: 20px;

                    .text-span {
                        font-size:15px;
                        font-weight: 500;
                        display: inline-block;
                        transform-origin: center center;
                        backface-visibility: hidden;
                    }

                    &:hover {
                        .text-span {
                            animation: nav-spin-back 0.6s ease;
                        }
                    }
                }
            }
        }
    }

    .section4 {height: 919px;padding: 153px 0;text-align: center;overflow: hidden;position: relative;

        .section4-inner {
            position: relative;
            z-index: 1;
        }

        .img-box {
            margin-bottom:45px;
        }

        .text-box {
            & h4 {
                color:#fff;
                font-size:75px;
                font-weight: 600;
                line-height: 120%;
                margin-bottom: 0;
            }

            & p {
                margin-bottom: 0;
                margin-top:45px;
                color:#fff;
                font-size:30px;
                font-weight: 500;
            }
        }

        &:before {
            content: '';
            position: absolute;
            background: url('/theme/basic/img/main/main-4.png') no-repeat;
            inset: 0;
            background-size: cover;
            transform-origin: center center;
            transform: scale(1.3);
            transition: transform 1.2s ease-out;
            z-index: 0;
        }
    }
    .section4.is-active::before {
        transform: scale(1);
    }

    .logo-svg {
        display: inline-block;
    }


    .logo-svg .logo-path {
        stroke: #ffffff;
        stroke-width: 3;
        stroke-linecap: round;
        stroke-linejoin: round;


        fill: #ffffff;
        fill-opacity: 0;


        stroke-dasharray: 1200;
        stroke-dashoffset: 1200;

        animation: logo-stroke-draw 2.2s ease-out forwards, logo-fill-in 0.6s ease-out forwards;
        animation-delay: 0s, 2.2s;
    }

    .section5 {
        position: relative;
        overflow: hidden;
        height: 100vh;

        .section5-inner {
            background: url('/theme/basic/img/main/main-5.png') no-repeat center / cover;
            min-height: 500px;
            padding: 40px 0 20px;
        }

        .container {
            padding-left: 0;
            padding-right: 0;
        }

        .top-box {
            margin-bottom: 30px;

            h1 {
                color: #000;
                font-size: 180px;
                font-weight: 400;
                line-height: 100%;
                margin-bottom: 30px;
            }

            p {
                color: #000;
                font-size: 33px;
                font-weight: 500;
                line-height: 154%;
                margin-bottom: 0;
            }
        }

        .scroll-inner {
            position: relative;
            margin-top: 10px;


            .scroll-list {
                position: relative;
            }

            .scroll-box {
                position: sticky;
                top: 150px;
                height: 380px;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                margin-bottom: 40px;
                border-radius: 999px;
                overflow: hidden;

                transform-origin: center center;
                transform: scale(0.94) translateY(20px);
                opacity: 0;
                box-shadow: 0 0 0 rgba(0, 0, 0, 0);

                transition:
                        transform 0.5s ease,
                        opacity 0.5s ease,
                        box-shadow 0.5s ease;
                z-index: 1;
                h4 {
                    color: #fff;
                    font-size: 56px;
                    font-weight: 600;
                    line-height: 1;
                    margin-bottom: 24px;
                }

                p {
                    color: #fff;
                    font-size: 20px;
                    font-weight: 500;
                    line-height: 1.6;
                    margin-bottom: 0;
                }
            }


            .scroll-box.is-active {
                transform: scale(1) translateY(0);
                opacity: 1;
                box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
                z-index: 2;
                transition: transform 1s ease;
            }


            .scroll-box.is-past {
                transform: scale(0.94) translateY(-40px) rotateX(55deg);
                opacity: 0.15;
                z-index: 3;
                transition: transform 1s ease;
            }

            .scroll-1 {
                background: url('/theme/basic/img/main/main-6.png') no-repeat center / cover;
                margin-top: 0;
            }

            .scroll-2 {
                background: url('/theme/basic/img/main/main-7.png') no-repeat center / cover;

            }

            .scroll-2.scroll-box.is-active {
                z-index: 10;
                transform: scale(1) translateY(0) translate3d(10px, -380px, 10px);
            }
        }
    }



    .section6 {

        background: #FDFBEF;
        padding: 160px 0;

        .top-box {
            & h1 {
                color: #000;
                font-size: 180px;
                font-weight: 400;
                line-height: 100%;
                margin-bottom: 40px;
            }

            .top-text-box {
                display: flex;
                align-items: center;
                justify-content: space-between;
                & p {
                    font-size:35px;
                    font-weight: 500;
                    line-height: 154%;
                    margin-bottom: 0;
                    color:#000;
                }

                & a {
                    border:solid 1px #000;
                    padding: 18px 20px;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    column-gap: 20px;

                    .text-span {
                        font-size:15px;
                        font-weight: 500;
                        display: inline-block;
                        transform-origin: center center;
                        backface-visibility: hidden;
                    }

                    &:hover {
                        .text-span {
                            animation: nav-spin-back 0.6s ease;
                        }
                    }
                }
            }
        }

        .instagram-box {
            margin-top:80px;
        }
    }


}



@keyframes logo-stroke-draw {
    to {
        stroke-dashoffset: 0;
    }
}


@keyframes logo-fill-in {
    to {
        fill-opacity: 1;
    }
}

@keyframes reveal-wipe {
    to {
        transform: scaleX(0);
    }
}



.subpage-wrap {

    .sub-title-h3 {
        font-size:115px;
        font-weight: 500;
        line-height: 115px;
        color:#000;
    }

    .philosphy-wrap {
        background: #FDFBEF;
        padding:127px 0;

        .section1 {
            position:relative;

            & h3 {
                position:absolute;
                top:0;
                z-index:1;
            }

            & dl {
                margin-top: 270px;

                & dt {
                    font-size:25px;
                    font-weight: 500;
                    line-height: 30px;
                    color:#000;
                    margin-bottom:20px;
                }

                & dd {
                    font-size:18px;
                    font-weight: 400;
                    line-height: 30px;
                    color:#000;
                }
            }

            .flex-box {
                margin-top:50px;
                display:flex;
                align-items:center;
                justify-content:center;
                column-gap:85px;

                .text-box {
                    & p {
                        font-size:18px;
                        font-weight:400;
                        color:#000;
                        line-height:30px;
                    }

                    .top-p {
                        margin-bottom:40px;
                    }

                }

            }
        }

        .section2 {
            margin-top:130px;
            text-align:center;
        }

        .section3 {
            margin-top:170px;

            .row {
                align-items:center;
            }

            .text-box {

                & p {
                    font-size:18px;
                    font-weight:400;
                    color:#000;
                    line-height:30px;
                    margin-bottom:0;
                    margin-top:20px;

                    & span {
                        color:#A95300;
                    }
                }
                .text-top, .text-middle {
                    margin-bottom:75px;
                }


            }

            .img-box {
                text-align:right;
                position:relative;

                & img {
                    position:relative;
                    z-index:1;
                }


                &:before {
                    content:'';
                    position:absolute;
                    background:url('/theme/basic/img/sub/ph-4.png') no-repeat;
                    width:751px;
                    height:794px;
                    left:-200px;
                    z-index:0;
                    display:block;
                }
            }
        }

        .section4 {
            margin-top:145px;
            text-align:center;

            & p {
                font-size:18px;
                font-weight:400;
                color:#000;
                line-height:30px;
            }
        }
    }

    .vision-wrap {
        padding:127px 0;
        .section1 {
            position:relative;

            & h3 {
                position:absolute;
                top:0;
                z-index:1;
            }

            & dl {
                margin-top: 270px;

                & dd {
                    font-size:18px;
                    font-weight: 400;
                    line-height: 30px;
                    color:#000;
                }
            }

        }

        .section2 {
            margin-top:90px;

            .row {
                align-items: center;
            }

            .text-box {
                & h6 {
                    font-size:25px;
                    font-weight: 500;
                    color:#000;
                    line-height: 35px;
                    margin-bottom:50px;
                }

                & p {
                    font-size:18px;
                    font-weight: 400;
                    line-height: 30px;
                    margin-bottom: 0;
                    color:#000;
                }
            }
        }

        .section3 {
            margin-top:135px;
            .row-col {

                .row {
                    row-gap: 30px;
                    align-items: center;
                }


                .text-box {
                    & h6 {
                        font-size:25px;
                        font-weight: 500;
                        line-height: 35px;
                        color:#000;
                        margin-bottom: 55px;
                    }

                    & p {
                        font-size:18px;
                        font-weight: 400;
                        line-height: 30px;
                        margin-bottom: 0;
                        color:#000;
                    }
                }

                .absolute-box {
                    position:absolute;
                    top: -60px;
                    left: -110px;
                }
            }

        }

        .section4 {
            margin-top: 150px;
            text-align:center;

            & h4 {
                font-size:60px;
                font-weight:500;
                line-height:100px;
                color:#000;
            }
        }
    }

    .message-wrap {
        padding:127px 0;

        .section1 {
            text-align:center;

            & h3 {
                margin-bottom:50px;

                & p {
                    font-size:17px;
                    font-weight:400;
                    color:#000;
                    line-height:30px;
                }
            }

            .img-box {
                margin-top:70px;
                margin-bottom:87px;
            }

            .text-box {
                & h6 {
                    font-size:28px;
                    font-weight:400;
                    line-height:40px;
                    color:#000;
                    margin-bottom:60px;

                    & span {
                        font-weight:600;
                    }
                }

                & p {
                    font-size:17px;
                    font-weight:400;
                    line-height:30px;
                    color:#000;
                }

                .top-p {
                    margin-bottom:30px;
                }
                .middle-p {
                    margin-bottom:30px;
                }

                .bottom-p {
                    margin-bottom:20px;
                }
                .end-p {
                    margin-bottom:30px;
                }
                .ceo-p {
                    font-weight:600;
                }
            }
            .end-text-box {
                margin-top:40px;
                & h4 {
                    font-size:60px;
                    font-weight:500;
                    line-height:100px;
                    color:#000;
                }
            }
        }

        .section2 {
            background:#FDFBEF;
            margin-top:120px;
            padding:135px 0;

            .top-p {
                font-size:25px;
                font-weight:500;
                line-height:100%;
                color:#000;
                margin-top:50px;
                margin-bottom:0;
            }

            .img-box {
                display:flex;
                align-items:center;
                column-gap:84px;
                margin-top:103px;
            }

            .img-two-box {
                display:flex;
                align-items:end;


                .svg-img {
                    position:relative;
                    left:-100px;
                    top:40px;
                }
            }

            .flex-box {
                display:flex;
                align-items:center;
                column-gap:90px;

                & img {
                    position:relative;
                    top:32px;
                    left:-20px;
                }

                & p {
                    margin-bottom:0;
                    font-size:18px;
                    font-weight:400;
                    line-height:30px;
                    color:#000;
                    margin-top:150px;

                    & span {
                        font-weight:700;
                    }
                }
            }

            .bottom-box {
                margin-top:130px;
                text-align:center;

                & h4 {
                    font-size:60px;
                    font-weight:500;
                    line-height:85px;
                    color:#000;
                    margin-bottom:25px;
                }

                & p {
                    margin-bottom:0;
                    font-size:25px;
                    font-weight:500;
                    line-height:100%;
                    color:#000;
                }
            }

            .row {
                margin-top:145px;

                .left-col {

                    .text-box {
                        & dl {
                            margin-top:55px;
                            & dt {
                                font-size:25px;
                                font-weight:500;
                                line-height:100%;
                                color:#000;
                                margin-bottom:55px;
                            }

                            & dd {
                                font-size:18px;
                                font-weight:400;
                                line-height:32px;
                                color:#000;
                            }
                        }
                    }
                }

                .right-col {
                    .step-wrap {
                        padding-top:280px;
                        position:relative;
                        margin-bottom:80px;
                        .step-box {
                            margin-bottom:90px;
                            position:relative;

                            .box-head {
                                display:flex;
                                align-items:center;
                                column-gap:15px;
                                margin-bottom:30px;

                                .text-span {
                                    font-size:25px;
                                    font-weight:500;
                                    line-height:35px;
                                    color:#000;
                                }
                            }

                            .box-body {
                                & p {
                                    font-size:18px;
                                    font-weight:400;
                                    line-height:30px;
                                    color:#000;
                                }
                            }

                            &:before {
                                content:'';
                                width:1px;
                                height:26px;
                                background:#000;
                                position:absolute;
                                left:-80px;
                                z-index:2;
                                top:15px;
                            }
                        }
                        .box4 {
                            margin-bottom:0;
                        }

                        &:after {
                            position:absolute;
                            content:'';
                            width:1px;
                            height:100%;
                            background:#DEDCD4;
                            top: 0;
                            left:-80px;;
                        }
                    }
                }
            }

        }

        .section3 {
            padding-top:155px;

            .section3-top {
                .flex-box {
                    display:flex;
                    align-items:end;
                    column-gap:88px;

                    .right-img-box {
                        position:relative;
                        top:200px;
                    }
                }
            }

            & h3 {
                margin-top:100px;

            }
            & dl {
                margin-top:100px;

                & dt {
                    font-size:25px;
                    font-weight:500;
                    line-height:100%;
                    color:#000;
                    margin-bottom:22px;
                }

                & dd {
                    font-size:18px;
                    font-weight:400;
                    line-height:32px;
                    color:#000;
                }
                .last-dd {
                    margin-top:30px;
                }
            }

            .swiper-container {
                max-width: 100%;
                overflow: hidden;
            }
            .swiper-wrapper {
                max-width: 100%;
                margin:150px 0;
                /*justify-content:center;*/

                .img-box {
                    text-align:center;
                    margin-bottom:30px;
                }

                .text-box {
                    padding:0 30px;

                    & h6 {
                        font-size:25px;
                        font-weight:600;
                        line-height:130%;
                        margin-bottom:20px;
                        color:#000;
                    }

                    & p {
                        font-size:17px;
                        font-weight:400;
                        line-height:28px;
                        color:#555;
                    }
                }

                .info-up {
                    /*position:relative;*/
                    /*top:-150px;*/
                    transition : transform 1s ease;
                    transform: translateY(-100px);
                }

                .info-down {
                    transition : transform 1s ease;
                    transform: transLateY(100px);
                }

            }
        }
    }
    .rnd-wrap {
        padding-top:127px;

        .section1 {
            position:relative;

            .row {
                align-items:center;
                row-gap:63px;
            }

            & h3 {
                position:absolute;
                top:0;
                z-index:1;
            }

            & p {
                font-size:18px;
                font-weight:400;
                line-height:30px;
                color:#000;

                & span {
                    font-weight:600;
                }
            }

            .top-p {
                margin-bottom:30px;
            }
        }

        .section2 {
            margin-top:110px;

            .row {
                align-items:end;
            }

            & p {
                font-size:18px;
                font-weight:400;
                line-height:30px;
                color:#000;
                margin-bottom:0;
                margin-top:40px;
            }
        }

        .section3 {
            margin-top:135px;
            background:#fdfbef;
            padding:140px 0;

            .row {
                .img-box {
                    text-align:center;
                }

                & dl {
                    margin-top: 30px;
                    padding:0 20px;

                    & dt {
                        font-size:25px;
                        font-weight: 500;
                        line-height: 30px;
                        color:#000;
                        margin-bottom:20px;
                    }

                    & dd {
                        font-size:18px;
                        font-weight: 400;
                        line-height: 30px;
                        color:#000;
                    }
                }
            }

            .bottom-box {
                margin-top:130px;
                text-align:center;

                & h5 {
                    font-size:60px;
                    font-weight:500;
                    line-height:85px;
                    color:#000;
                    margin-bottom:25px;
                }

                & p {
                    margin-bottom:0;
                    font-size:25px;
                    font-weight:500;
                    line-height:100%;
                    color:#000;
                }
            }
        }
    }

    .result-wrap {
        padding-top:127px;

        .section1 {
            position:relative;

            .row {
                align-items:center;
            }

            & h3 {
                position:absolute;
                top:90px;
                z-index:1;
            }
        }

        .section2 {
            margin-top:96px;

            .flex-box {
                display:flex;
                align-items:center;
                justify-content:center;
                margin-top:45px;
                column-gap:44px;

                .down-box {
                    margin-top:150px;
                }

            }

            .text-box {
                margin-top:70px;

                & h3 {
                    padding-left:200px;
                }
                .left-h3 {
                    text-align:center;
                    margin-bottom:55px;
                }

                & p {
                    font-size:18px;
                    font-weight:400;
                    line-height:30px;
                    color:#555;
                    text-align:center;

                    & span {
                        font-weight:600;
                        color:#000;
                    }
                }
                .top-p {
                    margin-bottom:50px;
                }
            }
        }

        .section3 {
            background:#FDFBEF;
            margin-top:145px;
            padding:145px 0;

            .flex-box {
                display:flex;
                align-items:center;
                column-gap:60px;

                .img-box {
                    position:relative;

                    .text-absolute-box {
                        position:absolute;
                        top:70px;
                        left:50%;
                        padding:15px 40px;
                        border:solid 1px #000;
                        border-radius:500px;
                        transform: translate(-50%, -50%);
                        width:190px;
                        display:flex;
                        align-items:center;
                        justify-content:center;

                        & p {
                            font-size:35px;
                            font-weight:500;
                            line-height:100%;
                        }
                    }
                }
            }
            .text-inner {
                & h5 {
                    font-size:50px;
                    font-weight:500;
                    line-height:70px;
                    color:#000;
                    margin-bottom:66px;
                }
            }
        }

        .section4 {
            background:#FDFBEF;
            padding-bottom:127px;

            .flex-box {
                display:flex;
                position:relative;
                column-gap:144px;

                & h3 {
                    position:absolute;
                    top:50px;
                    z-index:1;
                    margin-left:-330px;

                }

                .right-box {
                    .img-box {
                        margin-top:389px;
                    }
                }
            }
            .bottom-text {
                margin-top:105px;

                & p {
                    font-size:18px;
                    font-weight:400;
                    line-height:30px;
                    color:#555;
                }
            }

            .bottom-box {
                margin-top:130px;
                text-align:center;

                & h4 {
                    font-size:60px;
                    font-weight:500;
                    line-height:85px;
                    color:#000;
                    margin-bottom:25px;
                }

                & p {
                    margin-bottom:0;
                    font-size:25px;
                    font-weight:500;
                    line-height:100%;
                    color:#000;
                }
            }
        }
    }

    .patent-wrap {
        padding-top:127px;
        .section1 {
            .text-box {
                & p {
                    margin-bottom:0;
                    font-size:18px;
                    font-weight:400;
                    color:#000;
                    line-height:30px;
                }
            }

            .img-wrap {
                display:flex;
                align-items:center;
                justify-content:center;
                position:relative;
                column-gap:160px;

                .box2 {
                    position:absolute;
                    top:-70px;
                }
            }

            .mark-row {
                margin-top:130px;
            }

            .bottom-box {
                text-align:center;
                margin-top:95px;

                & dl {
                    margin-top:70px;

                    & dt {
                        font-size:25px;
                        font-weight:500;
                        line-height:100%;
                        color:#000;
                        margin-bottom:70px;
                    }

                    & dd {
                        color:#555;
                        font-size:18px;
                        font-weight:400;
                        line-height:30px;

                        & span {
                            font-weight:600;
                            color:#000;
                        }
                    }
                    .top-dd {
                        margin-bottom:30px;
                    }
                }
            }
        }

        .section2 {
            background:#FDFBEF;
            padding:127px 0;
            margin-top:127px;

            .info-box {
                .text-box {
                    text-align:center;
                    margin-top:40px;

                    & p {
                        font-size:25px;
                        font-weight:500;
                        line-height:35px;
                        color:#000;
                    }
                }
            }

            .bottom-box {
                margin-top:130px;
                text-align:center;

                & h4 {
                    font-size:60px;
                    font-weight:500;
                    line-height:85px;
                    color:#000;
                    margin-bottom:25px;
                }

                & p {
                    margin-bottom:0;
                    font-size:18px;
                    font-weight:500;
                    line-height:30px;
                    color:#555;
                }
            }

        }
    }
    .global-wrap {
        padding-top:127px;

        .section1 {
            position:relative;

            & h3 {
                position:absolute;

                .small-span {
                    font-size:80px;
                }
            }

            .img-box {
                padding-top:190px;
            }

            .text-box {
                margin-top:100px;
                text-align:center;

                & h5 {
                    font-size:60px;
                    font-weight:500;
                    color:#000;
                    line-height:100%;
                    margin-bottom:40px;
                }

                & dl {
                    & dt {
                        font-size:25px;
                        font-weight:500;
                        line-height:100%;
                        color:#000;
                        margin-bottom:50px;
                    }

                    & dd {
                        color:#555;
                        font-size:18px;
                        font-weight:400;
                        line-height:30px;

                        & span {
                            font-weight:600;
                            color:#000;
                        }
                    }
                    .top-dd {
                        margin-bottom:30px;
                    }
                }
            }
        }

        .section2 {
            background:#FDFBEF;
            margin-top:150px;
            padding:127px 0;

            & h4 {
                font-size:60px;
                font-weight:500;
                line-height:120%;
                color:#000;
            }

            & h5 {
                font-size:50px;
                font-weight:500;
                line-height:120%;
                color:#000;
            }

            & p {
                font-size:25px;
                font-weight:500;
                line-height:100%;
                color:#000;
                margin-bottom:0;
                margin-top:40px;
            }

            .contury-row {
                margin-top:100px;
                row-gap:70px;
            }
        }

        .section3 {
            background:url('/theme/basic/img/sub/g-3.png')no-repeat;
            height:490px;
            background-size:cover;
            display:flex;
            align-items:center;
            text-align:center;

            & h4 {
                font-size:60px;
                font-weight:500;
                color:#000;
                line-height:82px;
                margin-bottom:30px;
            }

            & p {
                font-size:25px;
                font-weight:500;
                line-height:100%;
                color:#000;
                margin-bottom:0;
            }
        }

        .section4 {
            background: #FDFBEF;
            padding: 160px 0;

            .top-box {
                & h1 {
                    color: #000;
                    font-size: 180px;
                    font-weight: 400;
                    line-height: 100%;
                    margin-bottom: 40px;
                }

                .top-text-box {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    & p {
                        font-size:35px;
                        font-weight: 500;
                        line-height: 154%;
                        margin-bottom: 0;
                        color:#000;
                    }

                    & a {
                        border:solid 1px #000;
                        padding: 18px 20px;
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        column-gap: 20px;

                        .text-span {
                            font-size:15px;
                            font-weight: 500;
                            display: inline-block;
                            transform-origin: center center;
                            backface-visibility: hidden;
                        }

                        &:hover {
                            .text-span {
                                animation: nav-spin-back 0.6s ease;
                            }
                        }
                    }
                }
            }

            .instagram-box {
                margin-top:80px;
            }
        }

        .section5 {
            padding:137px 0;

            .review-box {
                margin-top:80px;

                & p {
                    font-size:17px;
                    font-weight:400;
                    line-height:28px;
                    color:#000;
                    margin-bottom:0;
                }

                .insta-text {
                    margin-top:30px;
                }

                .insta-info {
                    margin-top:20px;
                    display:flex;
                    align-items:center;
                    column-gap:15px;

                    .vr {
                        height:15px;
                        position:relative;
                        top:5px;
                        opacity:1;
                        background:#555;
                    }

                    & span {
                        color:#555;
                        font-size:17px;
                        font-weight:400;
                        line-height:28px;
                    }
                }
            }
        }

        .section6 {
            margin-top:130px;
            background:#FDFBEF;
            padding:127px 0;

            .row {
                align-items:center;
            }

            .text-box {

                & h3 {
                    position:absolute;
                    margin-top:-130px;
                }

                & h5 {
                    font-size:45px;
                    font-weight:500;
                    line-height:70px;
                    color:#000;
                }
            }

            .end-box {
                padding:0 200px;
            }
            & p {
                margin-top:100px;
                text-align:center;
                font-size:18px;
                font-weight:400;
                line-height:35px;
                color:#555;

                & span {
                    font-weight:600;
                    color:#000;
                }
            }
        }

        .section7 {
            margin-top:140px;
            .step-wrap {
                padding-top:280px;
                position:relative;
                margin-bottom:80px;
                .step-box {
                    margin-bottom:90px;
                    position:relative;

                    .box-head {
                        display:flex;
                        align-items:center;
                        column-gap:50px;
                        margin-bottom:30px;

                        .text-span {
                            font-size:25px;
                            font-weight:500;
                            line-height:35px;
                            color:#000;
                        }
                    }

                    .box-body {
                        & p {
                            font-size:18px;
                            font-weight:400;
                            line-height:30px;
                            color:#000;
                        }
                    }

                    &:before {
                        content:'';
                        width:1px;
                        height:26px;
                        background:#000;
                        position:absolute;
                        left:-80px;
                        z-index:2;
                        top:15px;
                    }
                }
                .box4 {
                    margin-bottom:0;
                }

                &:after {
                    position:absolute;
                    content:'';
                    width:1px;
                    height:100%;
                    background:#DEDCD4;
                    top: 0;
                    left:-80px;;
                }
            }
        }

        .section8 {
            margin-top:75px;
            padding-bottom:175px;

            .row {
                align-items:center;
            }

            .img-flex-box {
                position:relative;

                .absolute-img {
                    position:absolute;
                    top:100px;
                    right:180px;
                }
            }

            .text-box {
                & p {
                    font-size:18px;
                    font-weight:400;
                    line-height:30px;
                    color:#000;
                }
            }

            .bottom-box {
                margin-top:300px;
                text-align:center;

                & h4 {
                    font-size:60px;
                    font-weight:500;
                    line-height:85px;
                    color:#000;
                    margin-bottom:25px;
                }

                & p {
                    margin-bottom:0;
                    font-size:25px;
                    font-weight:500;
                    line-height:30px;
                    color:#000;
                }
            }
        }
    }
}




/* login */

.common-login-box {

    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:#000;
            }
        }
    }
}





.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%;
        border: none;
        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;
}