.exculsive {
    width: calc(100% - 40px);
    border-radius: 16px;
    padding: 20px;
    -webkit-box-shadow: var(--cardshadow);
    box-shadow: var(--cardshadow);
    margin: 0 auto 40px;
}

.exculsive h2 {
    font-size: 20px;
    color: var(--black);
    margin-bottom: 16px;
    font-weight: 500;
}

.exculsive p {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 16px;
}

.example .title {
    margin-bottom: 16px;
}

.example .text {
    margin-bottom: 28px;
    color: var(--nblack-8);
}

.example_swiper {
    padding-left: 20px;
    padding-bottom: 32px;
    padding-top: 6px;
}

.example_swiper_item {
    background-color: var(--white);
    border-radius: 16px;
    -webkit-box-shadow: var(--cardshadow);
    box-shadow: var(--cardshadow);
    overflow: hidden;
}

.thought {
    padding: 28px 20px 40px;
}

.thought .message {
    margin-bottom: 34px;
}

.thought .remind {
    padding: 28px 12px 0;
}

/*原本於common.css內容*/
.message {
    padding: 32px 72px;
    background-color: var(--lblue-5-15);
    border-radius: 16px;
    margin: 0 auto 24px;
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: normal;
}

.message::before {
    position: absolute;
    content: "";
    width: 27px;
    height: 20px;
    background-image: image-set(var(--triangle-2));
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 99.8%;
    left: 48px;
}

.example_swiper_item .btn-play {
    position: absolute;
    width: 6%;
    height: 6%;
    bottom: 2.3%;
    right: 19%;
}
