section{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
#mainVisual{
    margin-top: 100px;
}
#mainVisual .mainTitle{
    text-align: center;
}
#mainVisual .mainTitle h5{
    font-size: 18px;
    color: #444444;
}
#mainVisual .mainTitle h1{
    font-size: 42px;
    color: #000000;
    font-weight: 500;
}
#partner{
    margin-top: 75px;
}
#partner ul{
    display: flex;
    justify-content: space-between;
}
#slogan{
    margin-top: 90px;
}
#slogan article{
    text-align: center;
    padding: 90px 45px;
    background-color: #fefbf7;
    border-radius: 30px;
    box-shadow: 0px 4px 6px 0px rgba(30,30,30,0.04);
}
#slogan article h1{
    font-size: 36px;
    color: #000000;
}
#slogan article h1 span{
    font-weight: bold;
    font-size: inherit;
    color: #e59e45;
    font-weight: 500;
}
#slogan article p{
    margin-top: 30px;
    color: #444444;
}
#team {
    margin-top: 100px;
}
#team .titleBox h6{
    font-weight: 400;
    font-size: 16px;
    color: #444444;
}
#team .titleBox h3{
    font-weight: bold;
    font-size: 25px;
    color: #e59e45;
}
#team article {
    margin-top: 75px;
}
#team article .teamName{
    width: 124px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #272727;
    background-color: #dbd8d1;
    border-radius: 10px;
}
#team article .teamList{
    margin-top: 45px;
    padding: 130px 40px;
    background-color: #fefbf7;
    border-radius: 30px;
    box-shadow: 0px 4px 6px 0px rgba(30,30,30,0.04);
}

#team article .teamList .profile .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 4px 6px 0px rgba(40,40,40,0.04);
    padding: 30px 0;
}
#team article .teamList .owl-stage{
    padding-left: 0!important;
}
#team article .teamList .profile .item .picture{
    width: 175px;
    height: 175px;
    /* background-color: #c8c8c8;
    border-radius: 50%; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

#team article .teamList .profile .item .info{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#team article .teamList .profile .item .info .role{
    color: #444444;
    font-size: 14px;
    line-height: 1;
}
#team article .teamList .profile .item .info .name{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
#team article .teamList .profile .item .info .history{
    margin-top: 20px;
}
#team article .teamList .profile .item .info .history > li{
    color: #444444;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
#team article .teamList .profile .item .info .history > li + li{
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
    #wrap{
        padding: 0 15px;
    }
    #mainVisual{
        margin-top: 45px;
    }
    #mainVisual .mainTitle h5{
        font-size: 13px;
    }
    #mainVisual .mainTitle h1{
        font-size: 20px;
    }
    #partner{
        margin-top: 45px;
    }
    #partner ul{
        flex-wrap: wrap;
        justify-content: center;
        gap: 35px;
    }
    #slogan{
        margin-top: 45px;
    }
    #slogan article{
        padding: 30px;
    }
    #slogan article h1{
        font-size: 20px;
    }
    #team{
        margin-top: 45px;
    }
    #team article{
        margin-top: 30px;
    }
    #team article .teamName{
        font-size: 13px;
        width: 64px;
        height: 30px;
    }
    #team article .teamList{
        padding: 30px;
        border-radius: 15px;
        margin-top: 10px;
    }
    #team article .teamList .profile .item{
        border-radius: 8px;

    }
    #team article .teamList .profile .item .picture{
        width: 110px;
        height: 110px;
    }
    #team article .teamList .profile .item .info .role{
        font-size: 13px;
    }
    #team article .teamList .profile .item .info .name{
        font-size: 13px;
        
    }
    #team article .teamList .profile .item .info .history > li{
        font-size: 12px;
    }
    #team article .teamList .profile .item .info .history > li a{
        font-size: inherit;
    }
}