#pano_aesthetic {
    position: relative;
    height: 100vh;
    min-height: 850px;
    max-height: 1080px;
    background-color: #D5D5D5;
}

#pano_aesthetic > .inner_wrapper {
    height: 100%;
    position: relative;
}

.view_pp2, .view_pp3 {
    opacity: 0;
}

.pplview {
    display: flex;
    width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
    opacity: 0;
}

.pplview.active {
    position: relative;
}

.pplview .work_wrapper{
    position: relative;
    width: 27%;
    padding: 90px 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.work_img_wrapper {
    position: relative;
}

.pplview.view_pp2 .work_img_wrapper {
    /* max-width: 340px; */
    margin-top: 40px;
    right: -10%;
    opacity: 0;
    transition: all 1.2s 0.4s ease;
    width: 100%;
}

.pplview.view_pp2.active .work_img_wrapper {right: 0;opacity: 1;}

.pager_ppl_wrapper {
    margin-top: 50px;
    position: relative;
}

.other_ppl_list:before {
    content: '';
    width: 270px;
    height: 1px;
    background-color: #bcbcbc;
    right: 0;
    top: 0;
    position: absolute;
}

.other_ppl_list:after {
    width: 100px;
    height: 6px;
    background-image: url(./../images/gradient_worklist.svg);
    content: '';
    position: absolute;
    right: 170px;
    top: -6px;
}

.pplview .work_img{
    width: 100%;
    display: block;
}

.other_ppl_list {
    position: relative;
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    margin-left: auto;
    justify-content: right;
    /* border-top: 1px solid #D5D5D5; */
    padding-top: 10px;
}

.m_other_ppl_list.other_ppl_list{
    display: none;
}

.other_ppl {
    display: flex;
    flex-direction: row;
}

.other_ppl .ppl_thumb{
    width: 100px;
    height: 100px;
    margin-right: 10px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.other_ppl .ppl_thumb.ppl1 {
    background-position: center right 10%;
}

.other_ppl .ppl3{
     margin-right: 40px;
}

.pplview .content_wrapper {
    width: 35%;
    padding: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    color: #333333;
    /* text-align: justify; */
}

.other_ppl_list .pager {
    color: #BBB5A9;
    font-size: 14px;
}

.other_ppl_list .pager .current {
    color: #000;
}

#pano_aesthetic .title_chi {
    font-size: 26px;
    margin-bottom: 5px;
}

#pano_aesthetic .title_en {
    font-size: 26px;
    margin-bottom: 30px;
    position: relative;
}

html[lang=en] #pano_aesthetic .title_en {
    font-size: 24px;
}

#pano_aesthetic .view_pp2 .title_en {
    right: -10%;
    opacity: 0;
    transition: all 1.2s ease;
    position: relative;
}

#pano_aesthetic .view_pp2.active .title_en {
    right: 0;
    opacity: 1;
}

#pano_aesthetic .content {
    line-height: 1.75em;
    color: #000;
    width: 80%;
    text-align: justify;
    word-spacing: -2px;
}

img.title_img {
    height: 11px;
    margin: 0 5px;
}

.pplview .ppl_image_wrapper {
    width: 38%;
    height: 100%;
    position: relative;
    /* opacity: 0; */
    transition: all 0.3s ease;
    min-width: 480px;
}

.ppl_image_wrapper .ppl_image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.view_pp1 .ppl_image_wrapper .ppl_image {
    background-position: bottom right 27%;
    background-size: auto 100%;
}

#pano_aesthetic .name_tag {
    position: absolute;
    bottom: 10%;
    color: #fff;
    padding-left: 55px;
    left: -5%;
    line-height: 20px;
    text-shadow: 0px 2px 8px #000000;
    max-width: 95%;
    font-size: 14px;
}

#pano_aesthetic .name_tag:before {
    position: absolute;
    width: 40px;
    height: 20px;
    background-color: #fff;
    content: '';
    left: 0;
    top: 0;
}

.ppl_image_wrapper .btn_expand {
    position: absolute;
    right: 10px;
    top: 5px;
    top: initial;
}

.view_pp2 .work_wrapper {
    justify-content: flex-end;
    width: 25%;
}

.view_pp2 .ppl_image_wrapper {
    width: 35%;
    /* top: 70px; */
    left: -10%;
    opacity: 0;
    transition: all 1.2s ease;
}

.view_pp2.active .ppl_image_wrapper {
    left: 0;
    opacity: 1;
}

.view_pp2 .other_ppl_list {
    margin-right: 6%;
}

.view_pp2 .ppl_image_wrapper .ppl_image {
    background-position: 37% center;
}

.pplview.view_pp2 .content_wrapper {
    width: 40%;
    padding-left: 60px;
    padding-right: 4%;
    flex-direction: column;
    position: relative;
}

#pano_aesthetic .name_tag {
    bottom: 60px;
}

.pplview.view_pp3 .work_img_wrapper {
    /* margin-left: auto; */
    /* max-width: 400px; */
    width: 100%;
}

.pplview.view_pp3 .work_wrapper {
    width: calc(25% + 40px);
    padding: 130px 0 60px;
    left: -10%;
    opacity: 0;
    transition: left 1.2s ease;
}

.pplview.view_pp3 .content_wrapper {
    width: 38%;
    padding-bottom: 50px;
    /* margin-top: 20%; */
    /* padding-left: 0; */
}

.pplview.view_pp3 .other_ppl_list {
    justify-content: left;
    margin-left: 0;
    margin-top: 15%;
    left: -10%;
    opacity: 0;
    transition: all 1.2s 0.4s ease;
}

.pplview .content_wrapper .inner_wrapper {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.pplview.view_pp1 .content_wrapper .inner_wrapper {
    justify-content: center;
}

.pplview.view_pp3 .other_ppl_list:before {
    right: initial;
    left: 0;
}

.pplview.view_pp3 .other_ppl_list:after {
    left: 0;
    right: initial;
}

.pplview.view_pp3 .name_tag {
    bottom: 15%;
}

.pplview.view_pp2 .content {
    width: 100%;
    right: -15%;
    opacity: 0;
    transition: all 1.2s ease;
}

#pano_aesthetic .view_pp2 .content {
    width: 100%;
    right: -10%;
    opacity: 0;
    transition: all 1.2s 0.2s ease;
    position: relative;
}
#pano_aesthetic .view_pp2.active .content {
    right: 0;
    opacity: 1;
}

.view_pp3 .pager_ppl_wrapper {
    /* padding-left: 80px; */
}

.pplview.view_pp3 .content_wrapper .inner_wrapper {
    justify-content: flex-end;
    height: auto;
    margin-top: auto;
}

#pano_aesthetic .view_pp3 .content {
    /* margin-bottom: auto; */
    height: 60%;
    position: relative;
    left: -10%;
    opacity: 0;
    transition: all 1.2s 0.2s ease;
}

.pplview.active {
    opacity: 1;
    z-index: 5;
}

.pplview.view_pp3.active .ppl_image_wrapper {
    right: 0;
    opacity: 1;
}

.pplview.view_pp3 .ppl_image_wrapper {
    right: -15%;
    opacity: 0;
    transition: all 1s ease;
}

.pplview.view_pp3 .title_en {
    left: -10%;
    opacity: 0;
    transition: all 1.2s ease;
}

.pplview.view_pp3.active .title_en {
    left: 0;
    opacity: 1;
}

#pano_aesthetic .view_pp3.active .content {
    left: 0;
    opacity: 1;
}

.pplview.view_pp3.active .other_ppl_list {
    left: 0;
    opacity: 1;
}

.pplview.view_pp3.active .work_wrapper {
    left: 0;
    opacity: 1;
}

.pplview.view_pp1 .work_img_wrapper, #pano_aesthetic .view_pp1 .title_en {
    left: -10%;
    opacity: 0;
    transition: all 1.2s ease;
}

.pplview.view_pp1.active .work_img_wrapper, #pano_aesthetic .view_pp1.active .title_en {
    left: 0;
    opacity: 1;
}

.pplview.view_pp1 .pager_ppl_wrapper, #pano_aesthetic .view_pp1 .content {
    left: -10%;
    opacity: 0;
    transition: all 1.2s 0.2s ease;
}

.pplview.view_pp1.active .pager_ppl_wrapper, #pano_aesthetic .view_pp1.active .content {
    left: 0;
    opacity: 1;
}


.ppl_image_wrapper .img_remarks_wrapper {
    height: 100%;
}


.pplview.view_pp1 .ppl_image_wrapper {
    right: -10%;
    opacity: 0;
    transition: all 1.2s ease;
}


.pplview.view_pp1.active .ppl_image_wrapper {
    right: 0;
    opacity: 1;
}

.pplview.view_pp2 .pager_ppl_wrapper {
    left: -10%;
    opacity: 0;
    transition: all 1.2s ease;
}

.pplview.view_pp2.active .pager_ppl_wrapper {
    left: 0;
    opacity: 1;
}

@media (max-width: 1280px) {

    .pplview {
        flex-direction: column;
        height: initial;
        position: absolute;
    }

    .pplview.view_pp2 {
        flex-direction: row;
        flex-wrap: wrap;
        /* padding: 20px; */
    }
    
    .pplview.view_pp1 .ppl_image_wrapper, .pplview.view_pp2 .ppl_image_wrapper, .pplview.view_pp3 .ppl_image_wrapper {
        order: 1;
        width: 100%;
        min-width: initial;
    }
    .pplview.view_pp1 .content_wrapper {
        width: 100%;
        order: 2;
        padding: 40px 70px 0;
    }
    
    .pplview.view_pp1 .work_wrapper {
        order: 3;
        width: 100%;
        padding-top: 30px;
        flex-direction: row;
        justify-content: flex-start;
        padding-left: 20px;
        padding: 30px 20px;
    }
    
    .pplview.view_pp3 .work_wrapper .work_img_wrapper {margin-left: 0;}
    
    #pano_aesthetic {
        min-height: initial;
        max-height: initial;
        height: auto;
    }
    
    .ppl_image_wrapper .ppl_image {
        padding-bottom: 73%;
    }
    
    .pplview.view_pp3 .work_wrapper .pager_ppl_wrapper {
        margin-top: 0;
        padding-left: 40px;
    }
    
    .pplview.view_pp3 .other_ppl_list {
        margin-top: 50px;
        margin-left: 70px;
    }

    .pplview.view_pp1 .work_img_wrapper {
        width: 50%;
    }
    
    .pplview.view_pp1.active .pager_ppl_wrapper {
        margin-left: 30px;
        margin-top: 0;
    }

    .pplview.view_pp2 .content_wrapper {
        width: 60%;
        flex-direction: row;
        order: 3;
        padding-left: 5%;
        flex-grow: 1;
    }
    
    .pplview.view_pp3 .content_wrapper {
        order: 2;
        width: 55%;
        padding: 40px 20px;
    }

    .pplview.view_pp3 .title_en, #pano_aesthetic .view_pp3 .content {
        padding-left: 70px;
    }
    
    .pplview.view_pp3 .ppl_image_wrapper {
        width: 100%;
        flex: 1 1 auto;
    }
    
    .pplview.view_pp3 .work_wrapper {
        width: 45%;
        order: 3;
        padding: 40px 0;
    }
    
    .pplview.view_pp3 {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .pplview.view_pp2 .work_wrapper {
        order: 2;
        /* width: 340px; */
        /* padding-top: 40px; */
        padding: 40px 20px 20px;
        justify-content: flex-start;
        width: auto;
    }
    
    .pplview.view_pp2 .pager_ppl_wrapper {
        margin-top: 0;
    }
    
    #pano_aesthetic .view_pp3 .content {
        width: 100%;
    }

    .view_pp2 .other_ppl_list {
        justify-content: flex-start;
    }
    
    #pano_aesthetic .name_tag {
        left: 0;
        bottom: 30px;
    }
    
    .pplview.view_pp1 .content_wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    #pano_aesthetic .content {
        width: 100%;
    }
    
    .pplview.view_pp2 .work_wrapper {
        order: 3;
        /* padding-top: 0; */
        margin-left: 20px;
    }
    
    .pplview.view_pp2 .content_wrapper {
        order: 2;
    }
    
    #pano_aesthetic .title_en {
        margin-bottom: 10px;
    }
    
    .pplview.view_pp2 .work_img_wrapper {
        margin-top: 30px;
    }
    
}


@media (max-width: 768px) {
    .pplview .ppl_image_wrapper .title_remarks {
        position: absolute;
        bottom: 10px;
        margin: 0;
    }
    .pplview.view_pp1 .work_wrapper {
        flex-direction: column;
        padding: 0 20px;
    }
    
    .pplview.view_pp1 .work_img_wrapper {
        width: 100%;
    }
    
    .pplview.view_pp1.active .pager_ppl_wrapper {
        margin-left: 0;
        margin-top: 30px;
    }
    
    .view_pp1 .other_ppl_list {
        justify-content: flex-start;
    }
    
    .view_pp1 .other_ppl_list:before {
        left: 0;
        right: initial;
    }
    
    #pano_aesthetic .content {
        width: 100%;
    }
    
    .pplview.view_pp1 .content_wrapper {
        padding-bottom: 20px;
        padding: 20px;
    }
    
    .view_pp1 .ppl_image_wrapper .ppl_image {
        background-position: bottom right;
        background-size: auto 100%;
        padding-bottom: 80%;
    }

    .pplview.view_pp2 {
        padding: 0px;
    }

    .pplview.view_pp2 .work_wrapper {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    
    .pplview.view_pp2 .content_wrapper {
        width: 100%;
        padding: 20px 20px 0;
    }
    
    .view_pp2 .other_ppl_list {
        justify-content: left;
    }
    
    .pplview.view_pp3 {
        flex-direction: column;
    }
    
    .pplview.view_pp3 .content_wrapper {
        width: 100%;
    }

    .pplview.view_pp3 .work_wrapper {
        width: 100%;
        padding: 0 20px;
    }
    
    .pplview.view_pp3.active .work_wrapper {
        
        
    }
    
    .pplview.view_pp3 .work_wrapper .pager_ppl_wrapper {
        padding-left: 0;
    }

    .pplview .work_img_wrapper .title_remarks {
        position: absolute;
        margin: 0;
        bottom: 10px;
    }
    #pano_aesthetic {
        padding-bottom: 40px;
    }

    #pano_aesthetic .title_en {
        padding: 0;
    }

    .pplview.view_pp1 .content_wrapper, .pplview.view_pp3 .title_en, #pano_aesthetic .view_pp3 .content {
        padding: 20px;
    }
    
    #pano_aesthetic .view_pp3 .content {
        padding: 0;
    }
    
    #pano_aesthetic .title_en{
        font-size: 22px;
    }

    html[lang=en] #pano_aesthetic .title_en{
        font-size: 20px;
    }
    
    .pplview.view_pp1 .work_img_wrapper {
        width: 100%;
    }
    
    .pplview.view_pp1 .work_wrapper {
        flex-direction: column;
    }
    
    .pplview.view_pp1 .pager_ppl_wrapper .other_ppl_list {
        justify-content: left;
    }
    
    .pplview.view_pp1.active .pager_ppl_wrapper {
        margin-left: 0;
        margin-top: 30px;
    }
    
    .other_ppl_list:before {
        left: 0;
    }
    
    .other_ppl_list:after {
        left: 0;
    }

    .pplview.view_pp3 .other_ppl_list{
        display: none;
    }
    
    .pplview.view_pp3 .m_other_ppl_list.other_ppl_list {
        order: 4;
        margin-left: 20px;
        position: relative;
        display: flex;
    }

    .pplview.view_pp3 .m_other_ppl_list:before {
        left: 20px;
    }
    
    .pplview.view_pp3 .m_other_ppl_list:after {
        left: 20px;
    }

    #pano_aesthetic .name_tag {
        font-size: 13px;
    }
}