.panel-exhibition-tour .activity-overview {
    position: relative;
    height: 800px;
}

.panel-exhibition-tour .activity-overview::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    min-width: 1400px;
    width: 100%;
    height: 800px;
    background-image: url(../images/exhibition-background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.panel-exhibition-tour .activity-overview .title-wrap {
    margin-top: 72px;
}

.panel-exhibition-tour .activity-overview .content {
    margin-top: 64px;
}

.exhibition-workflows {
    width: 100%;
}

.panel-exhibition-tour .activity-overview .content .overview-text {
    margin: 64px auto 0;
    padding: 62px 44px;
    width: 1200px;
    height: 312px;
    background-image: url(../images/poster-overview-background.png);
    background-size: 1200px 312px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 23px;
    font-weight: normal;
    color: #333333;
}

.panel-exhibition-tour .exhibition-showcase .title-wrap {
    margin-top: 63px;
}

.panel-exhibition-tour .exhibition-showcase .content {
    margin-top: 54px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 720px;
    background-image: url(../images/ribbon.png);
    background-size: 120% 80%;
    background-position: center;
    background-repeat: no-repeat;
}

.panel-exhibition-tour .exhibition-showcase .content .exhibition-showcase-swiper-wrap {
    position: relative;
    width: 1200px;
}

.exhibition-showcase-next,
.exhibition-showcase-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.exhibition-showcase-prev {
    left: -55px;
}

.exhibition-showcase-next {
    right: -55px;
}

.panel-exhibition-tour .exhibition-showcase .content .exhibition-showcase-swiper .swiper-slide {
    height: 675px;
    border-radius: 10px;
}

.panel-exhibition-tour .exhibition-showcase .content .exhibition-showcase-swiper .swiper-slide-img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: fill;
}

.panel-exhibition-tour .exhibition-feedback-showcase .title-wrap {
    margin-top: 80px;
}

.panel-exhibition-tour .exhibition-feedback-showcase .content {
    margin-top: 54px;
    display: flex;
    justify-content: center;
}

.panel-exhibition-tour .exhibition-feedback-showcase .content .exhibition-feedback-showcase-swiper-wrap {
    position: relative;
    width: 1200px;
}

.exhibition-feedback-showcase-next,
.exhibition-feedback-showcase-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.exhibition-feedback-showcase-prev {
    left: -55px;
}

.exhibition-feedback-showcase-next {
    right: -55px;
}

.panel-exhibition-tour .exhibition-feedback-showcase .content .exhibition-feedback-showcase-swiper .swiper-slide {
    height: 158px;
    border-radius: 10px;
    overflow: hidden;
}

.panel-exhibition-tour .exhibition-feedback-showcase .content .exhibition-feedback-showcase-swiper .swiper-slide-img {
    height: 100%;
    object-fit: cover;
}