#s06 {
    height: 1279px;
}


/* big box */

#s06 .row .pg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    z-index: 10;

    pointer-events: none;
}

#s06 .row .pg .pg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#s06 .row .pg .arrow-prev:hover{
    transform: rotate(90deg) translateX(-10px);
}
#s06 .row .pg .arrow-next:hover{
    transform: rotate(90deg) translateX(10px);
}
#s06 .row .pg .arrow-prev{
    transform: rotate(90deg);
    margin-bottom: 40px;
    cursor: pointer;
    pointer-events: all;
    transition: transform 0.2s;
}
#s06 .row .pg .arrow-next{
    transform: rotate(90deg);
    margin-top: 40px;
    cursor: pointer;
    pointer-events: all;
    transition: transform 0.2s;
}

#s06 .row .pg .pg-item{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 135px;
    height: 135px;

    cursor: pointer;
    pointer-events: all;
}
#s06 .row .pg .pg-item .txt{
    transform: rotate(90deg);
    font-size: 22px;
    font-weight: 500;
    color: #999999;
    transition: color 0.2s;
}
#s06 .row .pg .pg-item:hover .txt,
#s06 .row .pg .pg-item.active .txt {
    /* font-weight: bold; */
    color: #333333;
}

#s06 .row {
    position: relative;
    margin-top: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#s06 .row .left{
    width: 895px;
    height: 1155px;
    background-color: #F5F2F0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#s06 .row .right{
    position: relative;
    width: 895px;
    height: 1155px;
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
}


#s06 .left .cont .tit{
    font-size: 78px;
    line-height: 1;
    font-weight: 500;
}
#s06 .left .cont .swiper-container{
    margin-top: 42px;
    width: 485px;
    height: 570px;
}
#s06 .left .cont .detail{
    margin-top: 39px;
}


#s06 .right .cont {
    position: relative;
    z-index: 2;
}
#s06 .right .cont .swiper-container {
    width: 578px;
    height: 780px;
}
#s06 .right .effect {
    position: absolute;
    right: 100px;
    bottom: 120px;

    width: 101px;
    height: 101px;

    z-index: 1;
}
#s06 .right .effect .outer{
    width: 100%;
    animation: effect-rotate 8s infinite linear;
}
#s06 .right .effect .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}