@charset "utf-8";

.intro {
    .w1440 {
        display: flex;
        padding: 130rem 0 80rem;
        gap: 88rem;
        position: relative;

        @media(max-width:900px) {
            padding-top: 55rem;
            padding-bottom: 0;
            flex-direction: column;
            gap: 33rem;
            align-items: center;
        }

        .col-text {
            max-width: 624rem;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 20rem;

            .main {
                font-family: var(--fmain);
                font-weight: 600;
                font-size: 32rem;
                text-align: left;
                color: #1e4d3e;

                @media(max-width:900px) {
                    font-size: 20px;
                }
            }

            .desc {
                p {
                    font-family: var(--fmain);
                    font-weight: 500;
                    font-size: max(14px, 16rem);
                    line-height: calc(30/16);
                    text-align: left;
                    color: #000;

                    @media(max-width:900px) {
                        font-size: 20px;
                    }
                }
            }
        }

        .col-img {
            display: flex;
            align-items: flex-start;
            justify-content: flex-end;
            gap: 92rem;
            right: 0;
            top: 130rem;
            position: absolute;

            @media(max-width:1240px) {
                position: relative;
                top: 24rem;
                gap: 30rem;
            }

            .img {
                position: relative;
                z-index: 5;
                width: 50%;
            }

            .img:first-child {
                max-width: 359rem;
                margin-top: -50rem;
            }

            .img:last-child {
                max-width: 272rem;
                margin-top: 150rem;
            }

            .img::before {
                content: "";
                width: 100%;
                height: 100%;
                background-color: var(--cmain);
                border-radius: 10px;
                position: absolute;
                top: 20rem;
                right: 16rem;
                z-index: -1;
            }

        }
    }
}

.section-div {
    max-width: 100%;
    height: 528rem;
    width: 100%;

    @media(max-width:900px) {
        height: 107rem;
    }

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


.message {
    text-align: center;

    .w1536 {
        padding-top: 80rem;

        .top {
            margin-bottom: 100rem;
        }

        .column {
            display: flex;
            gap: 90rem;
            align-items: center;

            @media(max-width:900px) {
                flex-direction: column;
            }

            .col-img {
                max-width: 846rem;
                width: 100%;
                position: relative;
            }

            .col-img::before {
                content: "";
                width: 100%;
                height: 100%;
                background-color: var(--cmain);
                border-radius: 10px;
                position: absolute;
                top: 20rem;
                right: 16rem;
                z-index: -1;

                @media(max-width:900px) {
                    top: 8px;
                    right: 7px;
                }
            }

            .col-text {
                display: flex;
                flex-direction: column;
                align-items: flex-start;


                .name {
                    display: flex;
                    gap: 28rem;
                    flex-direction: column;
                    align-items: flex-start;
                    margin-bottom: 80rem;

                    p {
                        font-family: "M PLUS 1";
                        font-weight: 500;
                        font-size: 21px;
                        line-height: 27px;
                        text-align: left;
                        color: #000;
                    }
                }


            }

            .desc {
                text-align: left;
                padding-bottom: 32rem;
                border-bottom: 1px solid var(--cmain);

                .ttl {
                    display: inline-block;
                    padding-top: 16rem;
                    border-top: 1px solid var(--cmain);
                    font-family: "M PLUS 1";
                    font-weight: 500;
                    font-size: 18px;
                    line-height: 23px;
                    text-align: left;
                    color: #1e4d3e;
                    margin-bottom: 20rem;
                }

                .text {
                    font-family: "M PLUS 1";
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 30px;
                    text-align: left;
                    color: #000;
                }
            }
        }
    }
}

.feature {
    text-align: center;

    .w1536 {
        padding: 120rem 0 150rem;

        @media(max-width:900px) {
            max-width: calc(350/390*100%);
        }

        .p-title {
            margin-bottom: 40rem;
        }
    }

    .gridcolumn {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 84rem;

        @media(max-width:900px) {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .item {
            max-width: 464rem;
            width: 100%;
            display: flex;
            align-items: center;
            flex-direction: column;




            .title {
                width: 100%;
                height: 110rem;
                display: flex;
                justify-content: center;
                align-items: center;
                position: relative;
                z-index: 5;
                margin-bottom: 32rem;



                img {
                    position: absolute;
                    z-index: -1;

                    @media(max-width:900px) {
                        height: 115rem;
                    }
                }

                .text {
                    font-family: "M PLUS 1";
                    font-weight: bold;
                    font-size: 32rem;
                    color: #1e4d3e;

                    @media(max-width:1180px) {
                        font-size: 24rem;
                    }
                }
            }

            .col-img {
                position: relative;
                margin-bottom: 38rem;


            }

            .col-img::before {
                content: "";
                width: 100%;
                height: 100%;
                background-color: var(--cmain);
                border-radius: 10px;
                position: absolute;
                top: 20rem;
                right: 16rem;
                z-index: -1;

                @media(max-width:900px) {
                    top: 13px;
                    right: 10px;
                }
            }

            .desc {


                p {
                    text-align: left;
                    font-family: "M PLUS 1";
                    font-weight: 500;
                    font-size: max(14px, 16rem);
                    line-height: calc(30/14);
                    color: #000;
                }
            }
        }
    }
}

.service {
    background-color: var(--cmain);

    .w1536 {
        padding-top: 40rem;
    }

    .title {
        font-family: "M PLUS 1";
        font-weight: 600;
        font-size: 32rem;
        text-align: center;
        color: #fff;
        margin-bottom: 40rem;
    }

    .menulist {
        display: flex;
        flex-wrap: wrap;
        gap: 37rem;
        padding-bottom: 40rem;
        margin-bottom: 40rem;
        border-bottom: 1px solid #FFF;

        @media(max-width:1180px) {
            justify-content: center;
        }


        .menuitem {
            max-width: 360rem;
            width: 23%;
            border-radius: 10px;
            position: relative;
            display: flex;
            align-items: flex-start;
            gap: 17rem;
            justify-content: center;
            box-shadow: 5px 5px 0px #188d67;
            background: #FFF;
            padding: 12rem 15rem 14rem 16rem;
            transition: all .4s ease;

            @media(max-width:1180px) {
                width: 48%;
            }

            @media(max-width:900px) {
                width: 100%;
            }

            .mainimg {
                max-width: 152rem;
                width: 100%;
                box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            }

            .maintit {
                font-family: var(--fmain);
                font-weight: 400;
                font-size: 28rem;
                color: #1e4d3e;
                margin-top: 12rem;
                flex: 1;
            }

            .link {
                position: absolute;
                right: -5rem;
                bottom: -5rem;
                border-radius: 10px 0px 0px 0px;
                background: #fff;
                border: 3px solid #1e4d3e;
                font-family: "M PLUS 1";
                font-weight: 500;
                font-size: 14px;
                text-align: center;
                color: #1e4d3e;
                padding: 8rem 21rem;

                @media(max-width:900px) {
                    bottom: -9rem;
                    right: -9rem;
                }
            }
        }

        .menuitem:hover {
            opacity: unset;
            box-shadow: unset;
            transform: translateX(5px) translateY(5px);
        }

        .text {
            width: 100%;
            text-align: center;
            font-family: "M PLUS 1";
            font-weight: 600;
            font-size: 22rem;
            color: #fff;
        }
    }

    .column {
        display: flex;
        gap: 56rem;
        align-items: center;
        justify-content: center;

        @media(max-width:1180px) {
            flex-direction: column;
            gap: 19rem;
        }

        .col-text {
            display: flex;
            flex-direction: column;
            align-items: center;

            .text {
                font-family: var(--fmain);
                color: #FFF;
                font-weight: 500;
            }

            @media(max-width:1180px) {
                .f-32 {
                    font-size: 18rem;
                }

                .f-60 {
                    font-size: 42rem;
                }

                .f-18 {
                    font-size: 14rem;
                }
            }

            .cta-tel {
                margin-bottom: 23rem;
                flex-wrap: wrap;
                max-width: 541rem;
                width: 100%;

                .f-18 {
                    text-align: right;
                }

                @media(max-width:1180px) {
                    margin-bottom: 19rem;
                }
            }

            .cta-contact {
                max-width: 543rem;
                width: 100%;

                @media(max-width:1180px) {
                    font-size: 32rem;
                }
            }
        }

        .col-img {
            max-width: 552rem;
            width: 100%;
            margin-top: auto;
        }
    }
}

.works {
    .w1536 {
        text-align: center;
        padding: 80rem 0 120rem;

        .webgene-blog {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 96rem;
            margin-bottom: 64rem;

            @media(max-width:1180px) {
                display: flex;
                flex-direction: column;
                gap: 60rem;
            }

            .newsLink {
                position: relative;
                border-radius: 5px;
                background: #fff;
                border: 2px solid #1e4d3e;
                box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
                padding: 24rem 32rem 81rem;
                display: block;
                transition: .4s ease;

                .newsItemText {
                    display: flex;
                    gap: 24rem;
                    align-items: center;
                    margin-bottom: 8rem;

                    .newsItemTime {
                        font-family: var(--fmain);
                        font-weight: 500;
                        font-size: 16px;
                        color: #000;
                    }

                    .newsItemCate {
                        border-radius: 3px;
                        background: var(--cmain);
                        color: #FFF;
                        font-family: var(--fmain);
                        font-weight: 500;
                        font-size: 16px;
                        color: #fff;
                        padding: 8rem 10rem;
                    }
                }

                .newsDetailTit {
                    font-family: var(--fmain);
                    font-weight: 500;
                    font-size: 18px;
                    text-align: left;
                    color: #1e4d3e;
                    margin-bottom: 20rem;
                }

                .newsDetailImg {
                    width: 100%;
                    height: 226rem;
                    margin-bottom: 20rem;
                    overflow: hidden;

                    .webgene-item-main-image {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        transition: .8s ease;
                    }
                }

                .newsDetailTxt {
                    font-family: var(--fmain);
                    font-weight: normal;
                    font-size: 16px;
                    text-align: left;
                    color: #000;
                }
            }

            .newsLink::before {
                content: "";
                position: absolute;
                bottom: 0;
                right: 0;
                width: 160px;
                height: 40px;
                background: url(/system_panel/uploads/images/20251203164207123170.png);
                background-repeat: no-repeat;
                background-size: cover;
            }

            .newsLink:hover .newsDetailImg .webgene-item-main-image {
                transform: scale(1.2);

            }

        }

        .morebtn {
            max-width: 389rem;
            width: 100%;
            margin: 0 auto;
            padding: 8rem 40rem;
            justify-content: flex-start;

            p {
                font-family: var(--fmain);
                font-weight: var(--bold);
                font-size: 25rem;

                color: #fff;
            }
        }
    }
}