.section {
    padding: 122px 0 120px;
    background: #F5F7FA;
}

.section .wrap .title {
    font-weight: bold;
    font-size: 48px;
    color: #12254A;
    text-align: center;
    margin-bottom: 80px;
}

.section .wrap .list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    position: relative;
}

.section .wrap .list .item .img {
    width: 500px;
    height: 550px;
    border-radius: 10px;
}

.section .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.section .wrap .list .item .r {
    width: 1016px;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.6s;
}

.section .wrap .list .item .r .name {
    font-weight: bold;
    font-size: 36px;
    color: #F0AA21;
}

.section .wrap .list .item .r .position {
    font-weight: bold;
    font-size: 18px;
    color: #12254A;
    margin: 15px 0 60px;
}

.section .wrap .list .item .r .text {
    font-weight: 300;
    font-size: 16px;
    color: #12254A;
    line-height: 26px;
}

.section .wrap .list.on .item .img {
    transform: translate(0, 0) !important;
}

.section .wrap .list.on .item .r {
    opacity: 1;
    transform: translateY(0px);
}

/*# sourceMappingURL=executive.css.map */
@media screen and (max-width: 1919px) {
  .section{
    padding: 6.3541666667vw 0px 6.25vw;
  }
  .section .wrap .title{
    font-size: 2.5vw;
    margin-bottom: 4.1666666667vw;
  }
  .section .wrap .list .item{
    margin-bottom: 2.6041666667vw;
  }
  .section .wrap .list .item .img{
    width: 26.0416666667vw;
    height: 28.6458333333vw;
    border-radius: 0.5208333333vw;
  }
  .section .wrap .list .item .r{
    width: 52.9166666667vw;
    transform: translateY(1.0416666667vw);
  }
  .section .wrap .list .item .r .name{
    font-size: 1.875vw;
  }
  .section .wrap .list .item .r .position{
    font-size: 0.9375vw;
    margin: 0.78125vw 0px 3.125vw;
  }
  .section .wrap .list .item .r .text{
    font-size: 0.8333333333vw;
    line-height: 1.3541666667vw;
  }
}
@media screen and (max-width: 768px) {

    .section .wrap .title {
        font-size: 24px;
        margin-bottom: 50px;
        text-align: left;
    }
    .section {
        padding: 60px 0 80px;
    }
    .section .wrap .list .item {
        display: block;
        margin-bottom: 60px;
        border-bottom: 1px solid #12254A;
        padding: 0 0 25px;
    }
    .section .wrap .list .item .img {
        transform: unset !important;
        height: unset;
        width: 100%;
    }
    .section .wrap .list .item .r .name {
        font-size: 22px;
    }
    .section .wrap .list .item .r .position {
        font-size: 16px;
        margin: 15px 0 25px;
    }
    .section .wrap .list .item .r .text {
        font-size: 16px;
        line-height: 1.6;
    }
    .section .wrap .list .item .r {
        opacity: 1 !important;
        transform: unset !important;
        width: 100%;
        margin: 30px 0 0;
    }
}
