

.constitute-section .constitute-text{
    flex-basis: 430px;
    margin-right: 50px;
    letter-spacing: 1px;
}

.constitute-section .constitute-text p{
    color: var(--baseGray-2);
    padding: 20px 0 0 0;
}


.constitute-container .picture-shown{
    flex-basis: 50%;
}

.team-section{
    background-color: var(--baseGray-1);
}

.team-section .team-leader{
    padding:30px 0;
    overflow-x: hidden;
}


.constitute-container , .team-leader{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.constitute-container{
    align-items: center;
}

.team-leader::-webkit-scrollbar {
    display: none;
}

.team-leader::-webkit-scrollbar-thumb{
    background: #cecdcd;
    border-radius: 3px;
}

.team-leader::-webkit-scrollbar-thumb:hover{
    background: #999;
}

.team-leader .character-card{
    width: calc(25% - 10px);
    flex-shrink: 0;
    margin:0 5px;
    transition: transform .3s ease;
    text-align: center;
    position: relative;
}

.team-leader .character-card:nth-last-child(){
    margin-right:0 ;
}

.team-leader .character-card .card-info {
    padding-top: 30px;
}

.team-leader .character-card img {
    width: 260px;
}

.team-leader .card-info strong{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}

.team-leader .card-info p{
    color: var(--baseGray-2);
    font-size: 14px;
    font-style: normal;
    line-height: 2;
}

.team-member .member-pic{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    overflow: hidden;
    height: 520px;
    padding: 50px 0;
}

.member-pic-transition{
    transition: height .5s ease;
}

.team-member .member-pic-expand{
    height: 800px;
}

.team-member .member-pic-img-box{
    width: 184px;
    margin: 0 20px;
    margin-bottom: 40px;
}

.team-member .member-pic img{
    width: 100%;
}

.team-member .expand-more{
    background-color: var(--baseColor);
    text-align: center;
    color: #fff;
}

.team-member .expand-box{
    padding-top: 20px;
    text-align: center;
}

.team-member .expand-more{
    width: 200px;
    height: 40px;
    font-size: 18px;
    border-radius: 20px;
}

.team-list{
    display: flex;
    align-items: center;
    position: relative;
}

@media only screen and (max-width:1200px){

    .team-member .member-pic-img-box{
        width: calc(16vw - 16px);
        margin:  0 2vw 2vw;
    }

    .team-member .member-pic{
        height: calc(34vw + 18px);
    }

    .team-member .member-pic-expand{
        height: calc(54vw + 2px);
    }
}


@media only screen and (max-width:992px){
    h2{
        font-size: 1.5em;
    }

    .team-leader .character-card .card-info {
        padding-top: 20px;
    }    

    .team-leader .card-info strong{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
    }
    
    .team-leader .card-info p{
        color: var(--baseGray-2);
        font-size: 12px;
        font-style: normal;
        line-height: 1.2;
    }

    .team-member .member-pic-img-box{
        width: calc(20% - 20px);
        margin:  0 10px 10px;
    }

    .team-member .member-pic{
        height: calc(40vw - 18px);
        padding: 20px 0;
    }

    .team-member .member-pic-expand{
        height: calc(60vw - 28px);
    }

    .team-member .expand-more{
        width: 150px;
        height: 30px;
        font-size: 16px;
        border-radius: 15px;
    }
    .team-leader::-webkit-scrollbar {
        display: block;
        height: 6px;
        width: 5px;
    }
    .team-leader{
        margin: 0;
    }
}

@media only screen and (max-width:992px){
    .team-section .team-leader{
        overflow-x: scroll;
    }
}

@media only screen and (max-width:768px){
    .constitute-container{
        flex-direction: column;
        align-items: center;
    }

    .constitute-container .constitute-text{
        flex-basis: auto;
        margin-right: auto;
        margin-bottom:50px;
    }
    
}
