@charset "UTF-8";

#members.row {
    margin-top: 0px;
    margin-bottom: 0px;
}
#members2.row {
    margin-top: 0px;
    margin-bottom: 0px;
}
#members3.row {
    margin-top: 0px;
    margin-bottom: 0px;
}
#members4.row {
    margin-top: 0px;
    margin-bottom: 0px;
}
#membersdummy{
  display: none;
}

@media screen and (max-width: 768px) {
  #member:has(.profileetc03.active) {
    height: 2500px;
  }
  #membersdummy{
    display: block;
  }
  #membersdummy.row {
      height: 500px
  }

}


/*profileTop*/

#member .profiletop h3 {
    color: #fff;
}

#member .profiletop {
    will-change: left, width;
    width: 50%;
    display: inline-block;
    -webkit-transition: all 1s;
    transition: all 1s;
    position: absolute;
    top: 0;
    z-index: 0;
}

#member .profiletop:nth-child(1) {
    left: 0%;
}

#member .profiletop:nth-child(2) {
    left: 50%;
}


#member .profiletop.active {
    width: 100%;
    left: 0;
    z-index: 99;
}

#member .profiletop h3 {
    color: #fff;
}

#member .profiletop .desc {
    will-change: opacity;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#member .profiletop.active .desc {
    opacity: 1;
}

#member .profiletop .img {
    will-change: filter, background-position;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 550px;
    width: 100%;
    background-size: 1980px;
    background-color: #ccc;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

#member .profiletop:hover .img {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
}

#member .profiletop:hover.active .img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media screen and (max-width: 768px) {
    #members .row{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #member .accordiontop {
        position: relative;
        height: 250px;
    }
    #member .profiletop {
        will-change: top, padding-top, height, z-index;
        width: 100%;
        height: 250px;
        overflow: hidden;
        left: 0 !important;
        background-color: #0e0e0e;
    }
    #member .profiletop:nth-child(1) {
        top: 0px;
    }
    #member .profiletop:nth-child(2) {
        top: 125px;
    }
    #member .profiletop.active {
        height: 1750px;
        top: 0;
        z-index: 99;
    }
}

/* profileetc01 */

#member .profileetc01 h3 {
    color: #fff;
}
#member .profileetc01 {
    will-change: left, width;
    width: calc(100% / 4);
    display: inline-block;
    -webkit-transition: all 1s;
    transition: all 1s;
    position: absolute;
    top: 0;
    z-index: 0;
}
#member .profileetc01:nth-child(1) {
    left: 0%;
}
#member .profileetc01:nth-child(2) {
    left: 25%;
}
#member .profileetc01:nth-child(3) {
    left: 50%;
}
#member .profileetc01:nth-child(4) {
    left: 75%;
}
#member .profileetc01.active {
    width: 100%;
    left: 0;
    z-index: 99;
}
#member .profileetc01 h3 {
    color: #fff;
}
#member .profileetc01 .desc {
    will-change: opacity;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#member .profileetc01.active .desc {
    opacity: 1;
}
#member .profileetc01 .img {
    will-change: filter, background-position;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 550px;
    width: 100%;
    background-size: 1980px;
    background-color: #ccc;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
#member .profile:hover .img {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
}
#member .profile:hover.active .img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media screen and (max-width: 768px) {
    #member .accordion {
        position: relative;
        height: 500px;
    }
    #member .profileetc01 {
        will-change: top, padding-top, height, z-index;
        width: 100%;
        height: 125px;
        overflow: hidden;
        left: 0 !important;
        background-color: #0e0e0e;
    }
    #member .profileetc01:nth-child(1) {
        top: 0px;
    }
    #member .profileetc01:nth-child(2) {
        top: 125px;
    }
    #member .profileetc01:nth-child(3) {
        top: 250px;
    }
    #member .profileetc01:nth-child(4) {
        top: 375px;
    }
    #member .profileetc01.active {
        height: 1750px;
        padding-top: 250px;
        top: -250px;
        z-index: 99;
    }
}

/* profileetc02 */

#member .profileetc02 h3 {
    color: #fff;
}
#member .profileetc02 {
    will-change: left, width;
    width: calc(100% / 4);
    display: inline-block;
    -webkit-transition: all 1s;
    transition: all 1s;
    position: absolute;
    top: 0;
    z-index: 0;
}
#member .profileetc02:nth-child(1) {
    left: 0%;
}
#member .profileetc02:nth-child(2) {
    left: 25%;
}
#member .profileetc02:nth-child(3) {
    left: 50%;
}
#member .profileetc02:nth-child(4) {
    left: 75%;
}
#member .profileetc02.active {
    width: 100%;
    left: 0;
    z-index: 99;
}
#member .profileetc02 h3 {
    color: #fff;
}
#member .profileetc02 .desc {
    will-change: opacity;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#member .profileetc02.active .desc {
    opacity: 1;
}
#member .profileetc02 .img {
    will-change: filter, background-position;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 550px;
    width: 100%;
    background-size: 1980px;
    background-color: #ccc;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
#member .profileetc02:hover .img {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
}
#member .profileetc02:hover.active .img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media screen and (max-width: 768px) {
    #member .profileetc02 {
        will-change: top, padding-top, height, z-index;
        width: 100%;
        height: 125px;
        overflow: hidden;
        left: 0 !important;
        background-color: #0e0e0e;
    }
    #member .profileetc02:nth-child(1) {
        top: 0px;
    }
    #member .profileetc02:nth-child(2) {
        top: 125px;
    }
    #member .profileetc02:nth-child(3) {
        top: 250px;
    }
    #member .profileetc02:nth-child(4) {
        top: 375px;
    }
    #member .profileetc02.active {
        height: 1750px;
        padding-top: 750px;
        top: -750px;
        z-index: 99;
    }
}

/* profileetc03 */

#member .profileetc03 h3 {
    color: #fff;
}
#member .profileetc03 {
    will-change: left, width;
    width: calc(100% / 4);
    display: inline-block;
    -webkit-transition: all 1s;
    transition: all 1s;
    position: absolute;
    top: 0;
    z-index: 0;
}
#member .profileetc03:nth-child(1) {
    left: 0%;
}
#member .profileetc03:nth-child(2) {
    left: 25%;
}
#member .profileetc03:nth-child(3) {
    left: 50%;
}
#member .profileetc03:nth-child(4) {
    left: 75%;
}
#member .profileetc03.active {
    width: 100%;
    left: 0;
    z-index: 99;
}
#member .profileetc03 h3 {
    color: #fff;
}
#member .profileetc03 .desc {
    will-change: opacity;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#member .profileetc03.active .desc {
    opacity: 1;
}
#member .profileetc03 .img {
    will-change: filter, background-position;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 550px;
    width: 100%;
    background-size: 1980px;
    background-color: #ccc;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
#member .profileetc03:hover .img {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
}
#member .profileetc03:hover.active .img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media screen and (max-width: 768px) {
    #member .profileetc03 {
        will-change: top, padding-top, height, z-index;
        width: 100%;
        height: 125px;
        overflow: hidden;
        left: 0 !important;
        background-color: #0e0e0e;
    }
    #member .profileetc03:nth-child(1) {
        top: 0px;
    }
    #member .profileetc03:nth-child(2) {
        top: 125px;
    }
    #member .profileetc03:nth-child(3) {
        top: 250px;
    }
    #member .profileetc03:nth-child(4) {
        top: 375px;
    }
    #member .profileetc03.active {
        height: 2500px;
        padding-top: 1250px;
        top: -1250px;
        z-index: 99;
    }
}
