.part-5 {
    user-select: none;
    width: 1000px;
    height: auto;
    margin: 0px auto 0;
    position: relative;
}

.part-5-view {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.wrapper {
    display: flex;
    height: 460px;
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: opacity 150ms ease-in-out;
    width: 100%;
    justify-content: space-between;
}

.wrapper.loading {
    opacity: 0
}

.destination {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 477px;
    color: #F6FAFF;
    transition: all .3s ease-out;
}


.wrapper .mCon {
    display: none
}

.destination img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

}


.destination::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity .1s ease-in;
    mix-blend-mode: multiply;
    opacity: 0;
    pointer-events: none
}

.destination.unfolded {
    width: 670px;
    transition: opacity 1s ease-in-out;
}


.destination.unfolded.back {
    height: 450px;
}

.destination.unfolded.back::after {
    background: linear-gradient(to right, #000 0, #fff 25%, #fff 75%, #000 100%)
}

.destination.folded {
    width: 83px;
    height: 450px;
}


.destination.folded::after {
    opacity: .6
}

.destination.folded.left {
    transform-origin: center;
    transform: rotateY(20deg) scaleX(1.09);
}

.destination.folded.right {
    transform-origin: center;
    transform: rotateY(-20deg) scaleX(1.09);
}

.destination.folded.left::after {
    background: linear-gradient(to right, #fff, #000)
}

.destination.folded.right::after {
    background: linear-gradient(to left, #fff, #000)
}


.folded .pcCon {
    display: none;

}

.folded .mCon {
    display: flex;
    justify-content: center;
    align-items: center;

}

.folded:last-child {
    height: 448px;
    margin-top: 1px;

}

.folded .mCon span {
    z-index: 2;
    font-size: 24px;
    font-weight: bold;
}

.folded .mCon img {
    z-index: 1;
}


.unfolded {
    position: relative;
    user-select: none;
    cursor: pointer;
}

.unfolded .pcCon {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}


.unfolded .overlay {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 1;
}

.destination:nth-child(1) .overlay {
    background: #2A5481;
}

.destination:nth-child(2) .overlay {
    background: #5B4238;
}

.destination:nth-child(3) .overlay {
    background: #56461E;
}

.destination:nth-child(4) .overlay {
    background: #643856;
}

.folded .mCon {
    position: relative;
    width: 100%;
    height: 100%;
}

.folded .mCon > img {
    position: absolute;
    top: 0;
    left: 0;

}

.folded:nth-child(1) .mCon .m-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(30, 86, 148, 0.6);
    box-shadow: inset -15px 0px 40px rgba(0, 0, 0, 0.5);
    z-index: 3;
    opacity: 0.95;
}

.folded:nth-child(2) .mCon .m-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(141, 89, 74, 0.6);
    box-shadow: inset -15px 0px 40px rgba(0, 0, 0, 0.5);
    z-index: 3;
    opacity: 0.95;

}

.folded:nth-child(3) .mCon .m-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(110, 74, 64, 0.6);
    box-shadow: inset -15px 0px 40px rgba(0, 0, 0, 0.5);
    z-index: 3;
    opacity: 0.95;

}

.folded:nth-child(4) .mCon .m-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(128, 61, 98, 0.6);
    box-shadow: inset -15px 0px 40px rgba(0, 0, 0, 0.5);
    z-index: 3;
    opacity: 0.95;

}

.folded:nth-child(5) .mCon .m-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(110, 74, 64, 0.6);
    box-shadow: inset 15px 0px 40px rgba(0, 0, 0, 0.5);
    z-index: 3;
    opacity: 0.95;

}

.unfolded:nth-child(1) {
    background: url("/img/gc-1.png") no-repeat center;
    background-size: cover;
}

.unfolded:nth-child(2) {
    background: url("/img/gc-4.png") no-repeat center;
    background-size: cover;
}

.unfolded:nth-child(3) {
    background: url("/img/gc-2.png") no-repeat center;
    background-size: cover;
}

.unfolded:nth-child(4) {
    background: url("/img/gc-3.png") no-repeat center;
    background-size: cover;
}

.unfolded:nth-child(5) {
    background: url("/img/gc-5.png") no-repeat center;
    background-size: cover;
}

.unfolded .pcCon .left {
    z-index: 1;
    color: #000000;
    width: 140px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.unfolded .pcCon .left .left-con{
    width: 100px;
    height: 150px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.unfolded .pcCon .left .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background: rgba(187, 187, 187, 0.2);
    display: block;
}
.unfolded .pcCon .left .mask .mask-img {
    width: 40px;
    height: 40px;
    padding: 55px 0 0 30px;
}

.unfolded .pcCon .left .main-img {
    position: static;
    width: 100%;
    height: 100%;
}

.unfolded .right {
    flex: 1;
    color: #FFFFFF;
    letter-spacing: 2px;
    padding: 10px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    opacity: 0;
    animation: fadeIn 2s forwards;
}


.unfolded .right .row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2px 0;
}

.unfolded .right .row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.unfolded .right .name {
    font-weight: bold;
    min-width: 80px;

}

.unfolded .right .bold {
    font-weight: bold;
}

.unfolded .mCon {
    display: none;
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.important {
    font-size: 14px;
    font-weight: bold !important;
    margin-bottom: 10px;
}
