body::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
}

.sankeyDetail_box {
    padding: 0 20px 20px;
}

.sankeyDetail_summary {
    margin-bottom: 21px;
}

.sankeyDetail_summary h3 {
    font-size: 1.8rem;
    /* display: flex;
    flex-basis: 100%;
    align-items: center; */
    text-align: center;
}


/* .sankeyDetail_summary h3:before,
.sankeyDetail_summary h3:after {
    content: '';
    flex-grow: 1;
    background: #333;
    height: 1px;
    font-size: 0;
    line-height: 0;
    margin: 0;
}

.sankeyDetail_summary h3:before {
    margin-right: 30px;
}

.sankeyDetail_summary h3:after {
    margin-left: 30px;
} */

.sankeyDetail_img {
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
}

.sankey_title_wrap {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    color: #fff;
}

.sankey_title_wrap .big_title {
    font-size: 3.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.sankeyDetail_box .arrow {
    display: none;
}

.arrow {
    width: 30px;
}

.sankeyDetail_cont {
    width: 100%;
    padding: 0;
    height: auto;
    overflow: visible;
}

.sankeyDetail_cont .sankey_list {
    padding-left: 0;
    position: relative;
    margin-bottom: 60px;
}

.sankeyDetail_cont .sankey_list::before {
    display: none;
}

.sankey_item {
    margin-bottom: 100px;
}

.sankey_thumb_desc {
    font-size: 1.2rem;
    line-height: 1.7;
}

.sankey_title {
    margin-bottom: 40px;
}

.sankey_title::before {
    display: none;
}

.sankey_title h3 {
    display: flex;
    flex-basis: 100%;
    align-items: center;
}

.sankey_title h3:before,
.sankey_title h3:after {
    content: "";
    flex-grow: 1;
    background: #333;
    height: 1px;
    font-size: 0;
    line-height: 0;
    margin: 0;
}

.sankey_title h3:before {
    margin-right: 30px;
}

.sankey_title h3:after {
    margin-left: 30px;
}

.sankey_cont {
    margin-bottom: 20px;
}

.sankey_cont:last-of-type {
    margin-bottom: 0px;
}

.sankey_img {
    /* margin-left: -20px;
	margin-right: -20px; */
}

.sankey_img img {
    width: 100%;
}

.sankey_desc {
    padding: 40px 20px 0;
}

.list_num {
    top: 0;
    left: 0;
    font-size: 120px;
}

.sankey_desc_set li {
    margin-bottom: 0;
}

.sankey_desc_set li:last-of-type {
    margin-bottom: 40px;
}

.sankey_desc_list li {
    line-height: 1.7;
    list-style: disc;
    margin-left: 15px;
}

.section_cont .arrow {
    display: none;
}

@media screen and (min-width: 1024px) {
    .section_sankeyDetail .fp-tableCell {
        vertical-align: top;
    }
    .sankeyDetail_box {
        display: block;
        max-width: 1440px;
        margin: 0 auto;
        box-sizing: content-box;
        padding-bottom: 0;
    }
    .sankeyDetail_summary {
        margin-bottom: 31px;
    }
    .sankeyDetail_summary h3 {
        font-size: 2.4rem;
    }
    .sankeyDetail_img {
        width: 100%;
        height: calc(100vh - (274px + 97px + 80px));
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .sankeyDetail_img .img-container {
        height: 100%;
    }
    .sankeyDetail_img .img-container img {
        height: 100%;
        object-fit: cover;
    }
    .sankey_title_wrap {
        top: 50%;
    }
    .sankey_title_wrap .big_title {
        font-size: 4.4rem;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .sankeyDetail_box .arrow {
        display: block;
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
    }
    .arrow {
        width: auto;
    }
    .sankeyDetail_cont {
        width: 100%;
        padding: 0;
        height: auto;
        overflow: visible;
    }
    .sankeyDetail_cont .sankey_list {
        margin-bottom: 100px;
    }
    .sankey_thumb_desc {
        font-size: 1.7rem;
        padding: 0 6%;
    }
    .sankey_title {
        margin-bottom: 60px;
    }
    .sankey_cont {
        height: 100%;
        display: flex;
        margin-bottom: 60px;
    }
    .sankey_cont.imgL {
        flex-direction: row;
    }
    .sankey_cont.imgR {
        flex-direction: row-reverse;
    }
    .sankey_img {
        position: relative;
        width: 50%;
        /* height: 100%; */
        margin-left: 0;
        margin-right: 0;
    }
    .sankey_img img {
        height: 100%;
        display: block;
        position: relative;
        object-fit: cover;
        object-position: center;
    }
    .sankey_desc {
        width: 50%;
        position: relative;
        padding-top: 0;
        background-color: #000;
    }
    .list_num {
        top: 20px;
        left: 13%;
        font-size: 300px;
    }
    .sankey_desc_wrap {
        position: relative;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        padding: 60px 60px 120px;
    }
    .sankey_desc_set {}
    .sankey_desc_list li {
        margin-left: 20px;
    }
    .section_cont .arrow {
        display: block;
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
    }
}