/* BASIC css start */
.jotter-wrap .container-wrap {
    margin: 0 auto;
    width: 1200px;
}

.jotter-wrap img {
    max-width: 100%;
}

.jotter-wrap .video-wrap {
    position: relative;
    height: 680px;
    margin-bottom: 64px;
}

.jotter-wrap .video-wrap iframe {
    width: 100%;
    height: 100%;
}

.jotter-wrap .video-wrap .btn-link {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 30px;
    background: #363942;
    border-radius: 25px;
    border: 1px solid #363942;
    color: #fff;
    font-size: 14px;
}

.jotter-wrap .text-wrap {
    text-align: center;
    color: #363942;
    word-break: keep-all;
    margin-bottom: 64px;
}

.jotter-wrap .text-wrap .title {
    font-size: 34px;
    font-weight: 600;
}

.jotter-wrap .text-wrap .title + .title {
    margin-top: 8px;
    margin-bottom: 32px;
}

.jotter-wrap .text-wrap .sub-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 32px;
    font-style: italic;
}

.jotter-wrap .text-wrap .desc {
    font-size: 20px;
}

.jotter-wrap .text-wrap .desc span {
    font-style: italic;
    font-weight: bold;
}

.jotter-wrap .img-swiper {
    margin-bottom: 64px;
}

.jotter-wrap .img-swiper .top-wrap {
    margin-bottom: 16px;
}

.jotter-wrap .img-swiper .bottom-wrap {
    display: flex;
    gap: 16px;
}

.jotter-wrap .img-swiper .bottom-wrap .item {
    flex: 1;
}

.jotter-wrap .img-swiper .swiper-button-next, .jotter-wrap .img-swiper .swiper-button-prev {
    color: #ffffff;
    width: 48px;
    height: 160px;
}

.jotter-wrap .img-swiper .swiper-button-next:after, .jotter-wrap .img-swiper .swiper-button-prev:after {
    content: none;
}

.jotter-wrap .img-swiper .swiper-button-next {
    right: 30px;
    background: url('/design/parker01/jotter/icon_swiper_next.svg') no-repeat center;
    background-size: cover;
}

.jotter-wrap .img-swiper .swiper-button-prev {
    left: 30px;
    background: url('/design/parker01/jotter/icon_swiper_prev.svg') no-repeat center;
    background-size: cover;
}

.jotter-wrap .img-logo {
    margin-bottom: 64px;
}

.jotter-wrap .img-list-wrap {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}

.jotter-wrap .img-list-wrap li {
    width: 50%;
}


/* BASIC css end */

