﻿

.funct-box {
    position: relative;
}

.funct-bj {
    width: 100%;
    position: fixed;
    z-index: -1;
}

    .funct-bj img {
        width: 100%;
        min-width: 1100px;
        max-width: 1920px;
        height: auto;
    }


.funct-tit {
    padding: 90px 80px;
    font-size: 72px;
    font-weight: 600;
}


.funct-cnt {
    width: 100%;
}

    .funct-cnt > ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .funct-cnt > ul li {
            width: 48%;
            margin-bottom: 80px;
            position: relative;
        }

            .funct-cnt > ul li > img {
                width: 100%;
                height: auto;
            }


.funct-ctchld {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.functct-chldtx {
    padding: 70px 80px;
    color: #ffffff;
}

    .functct-chldtx h3 {
        font-size: 48px;
        font-weight: 600;
    }

    .functct-chldtx p {
        font-size: 24px;
        margin-top: 20px;
    }




.funct-ctgive {
    margin-bottom: 80px;
    position: relative;
}

    .funct-ctgive > img {
        width: 100%;
        height: auto;
    }

.ctgive-child {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ctgive-cnt {
    padding: 70px 80px;
}

.ctgive-ctit {
    font-size: 48px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 200px;
}

.ctgive-ctbtm {
    display: flex;
    justify-content: space-between;
}

    .ctgive-ctbtm li {
        width: 46%;
        color: #ffffff;
    }

        .ctgive-ctbtm li h3 {
            font-size: 48px;
        }

        .ctgive-ctbtm li p {
            font-size: 24px;
            margin-top: 20px;
        }


@media only screen and (max-width:1700px) {
    .funct-tit {
        padding: 80px 70px;
        font-size: 66px;
    }

    .functct-chldtx {
        padding: 60px 70px;
    }

        .functct-chldtx h3 {
            font-size: 32px;
        }

        .functct-chldtx p {
            font-size: 22px;
            margin-top: 15px;
        }



    .funct-ctgive {
        margin-bottom: 70px;
    }

    .ctgive-cnt {
        padding: 60px 70px;
    }

    .ctgive-ctit {
        font-size: 42px;
        margin-bottom: 200px;
    }

    .ctgive-ctbtm li h3 {
        font-size: 32px;
    }

    .ctgive-ctbtm li p {
        font-size: 22px;
        margin-top: 20px;
    }
}



@media only screen and (max-width:1440px) {
    .funct-tit {
        padding: 70px 60px;
        font-size: 38px;
    }

    .functct-chldtx {
        padding: 50px 60px;
    }

        .functct-chldtx h3 {
            font-size: 22px;
        }

        .functct-chldtx p {
            font-size: 14px;
            margin-top: 15px;
        }



    .funct-ctgive {
        margin-bottom: 60px;
    }

    .ctgive-cnt {
        padding: 50px 60px;
    }

    .ctgive-ctit {
        font-size: 36px;
        margin-bottom: 200px;
    }

    .ctgive-ctbtm li h3 {
        font-size: 22px;
    }

    .ctgive-ctbtm li p {
        font-size: 14px;
        margin-top: 15px;
    }
}


@media only screen and (max-width: 1240px) {
    .funct-tit {
        padding: 60px 50px;
        font-size: 33px;
    }

    .functct-chldtx {
        padding: 40px 50px;
    }

        .functct-chldtx h3 {
            font-size: 20px;
        }

        .functct-chldtx p {
            font-size: 10px;
            margin-top: 10px;
        }





    .funct-ctgive {
        margin-bottom: 50px;
    }

    .ctgive-cnt {
        padding: 40px 50px;
    }

    .ctgive-ctit {
        font-size: 32px;
        margin-bottom: 200px;
    }

    .ctgive-ctbtm li h3 {
        font-size: 20px;
    }

    .ctgive-ctbtm li p {
        font-size: 12px;
        margin-top: 10px;
    }
}


@media only screen and (max-width: 768px) {
    .funct-bj img {
        min-width: 100%;
    }


    .funct-tit {
        padding: .4rem .3rem;
        font-size: .50rem;
    }

    .funct-cnt > ul {
        flex-direction: column;
    }

        .funct-cnt > ul li {
            width: 100%;
            margin-bottom: .4rem;
        }

    .functct-chldtx h3 {
        font-size: .32rem;
    }

    .functct-chldtx {
        padding: .4rem .3rem;
    }



    .funct-ctgive {
        margin-bottom: .2rem;
    }

    .funct-ctgive > img {
  width: 100%;
  height: 3.1rem;
}

    .ctgive-cnt {
        padding: .1rem .2rem;
    }

    .ctgive-ctit {
        font-size: .32rem;
        margin-bottom: .0rem;
    }

    .ctgive-ctbtm li h3 {
        font-size: .26rem;
    }

    .ctgive-ctbtm li p {
        font-size: .16rem;
        margin-top: .1rem;
    }
}
