﻿

.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%;
    display: flex;
    justify-content: space-between;
}
.funct-cnt > ul{
    width: 47%;
}
.funct-cnt > ul:nth-child(2){
    margin-top: 200px;
}
.funct-cnt > ul li{
    width: 100%;
    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;
}






@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: 40px;
    }
    .functct-chldtx p {
        font-size: 22px;
        margin-top: 15px;
    }

    .funct-cnt > ul:nth-child(2) {
        margin-top:160px;
    }

}



@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-cnt > ul:nth-child(2) {
        margin-top:140px;
    }
    
}


@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-cnt > ul {
        width: 48%;
    }
    .funct-cnt > ul {
        width: 48%;
    }
    .funct-cnt > ul:nth-child(2) {
        margin-top:100px;
    }
    
}


@media only screen and (max-width: 768px) {
    .funct-bj img{
        min-width: 100%;
    }

    .funct-tit {
        padding: .4rem .3rem;
        font-size: .50rem;
    }
    .funct-cnt{
        flex-direction: column;
    }

    .funct-cnt > ul {
        width: 100%;
    }
    .funct-cnt > ul li{
        margin-bottom: .8rem;
    }
    .functct-chldtx {
        padding: .4rem .3rem;
    }


    .funct-cnt > ul:nth-child(2) {
        margin-top: 0px;
    }

}

