.mc1u,.mc1m,.mc1d{
    display: flex;
    position: relative;
}

.mc1u{
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


.mc1u1,.mc1m1,.mc1d1{
    position: relative;
    width: 20vw;
    max-height: 10vw;
    min-height: 10vw;
}

.mc1u2,.mc1m2,.mc1d2{
    max-height: 50vw;
    min-height: 50vw;
    position: relative;
    width: 60vw;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.mc1u3,.mc1m3,.mc1d3{
    position: relative;
    width: 20vw;
}

.mc1u{
    height: 7vw;
    max-height: 7vw;
}

.mc1m{
    height: 32vw;
    max-height: 35vw;
    min-height: 35vw;
}
.mc1d{
    height: 7.5vw;
    max-height: 7.5vw;
    min-height: 7.5vw;
}











.mc1u1 img{
    position: relative;
    width: 4.5vw;
    margin-top: 1vw;
    margin-left: 7vw;
}

.mc1u2{
    padding-left: 3vw;
}
.mc1u2 img {
    width: 2vw;
    max-height: 2.5vw;
    /* height: 30px; */
    margin-top: 2vw;
    margin-left: .8vw;
    
}

.mc1u3{
    padding-left: 6vw;
    
}

.mc1u3 img {
    position: relative;
    width: 2vw;
    margin: 2vw 2vw 0px 0vw;
}

.mc1u3_click{
    display: none;
    padding-left: 3vw;
    background: rgba(0, 0, 0, 0.7);
    width: 20vw;
} 


.mc1u3_click img {
    position: relative;
    width: 2vw;
    margin: 2vw 0vw 0px 12vw;
}

.mc1m2 h2{
    color: rgba(255, 255, 255, 0.562);
    position: relative;
    font-size: 6vw;
    width: 150%;
    left: -14vw;
    margin-top: 7vw;
    text-align: center;
}

.mc1m3_click{
    display: none;
    width: 20vw;
    height: 43vw;
    max-height: 50vw;
    background: rgba(0, 0, 0, 0.7);
}

.mc1m3_click ul li{
    list-style: none;
    color: white;
    margin: 2vw 2vw 2vw 2vw;
    font-size: 1vw;
    text-decoration: underline;
    
}

.mc1d1{
    display: flex;
    position: relative;
    padding-left: 3vw;
    padding-top: 2vw;
}

.b_button {
    background: #000000b5;
    width: 1.2vw;
    height: 1.25vw;
    border-radius: 50%;
    margin-left: .5vw;
    margin-right: .5vw;
}

.w_button {
    width: .6vw;
    height: .75vw;
    margin-left: .5vw;
    margin-right: .5vw;
    border-radius: 50%;
    background-color: white;
}

.mc1d3 h2{
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-top: 4vw;
    font-size: 1.5vw;
}
.slider,.slider2,.slider3,.slider4,.slider5,.slider6{
    position: absolute;
    width: 100%;
    height: 50vw;
    max-height: 50vw;
    min-height: 50vw;
    z-index: -1;
    transition: .5s;
}













.slider2,.slider3,.slider4,.slider5,.slider6{
    display: none;
}





