#roadmapBlock {
    background-image: var(--img-bg-orange);
    background-repeat: repeat;

    position: relative;
    padding-bottom: 100px;
}

#pageHeader {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 90px;
}

#imgTop {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    height: 150px;
}

#roadmapContent {
    background-image: var(--img-roadmap-tree);
    background-size: 90% auto;
    background-position: 50% bottom;
    background-repeat: no-repeat;

    min-height: 2100px;
    margin: 20px auto 100px;
    padding-bottom: 100px;

    position: relative;
    overflow: hidden;
}

#roadmapContent > .title {
    color: white;
    text-align: center;
    font-size: 40px;
    line-height: 54px;
    position: relative;
    text-shadow: 2px 2px 10px #d87707;
}

#phaseList {
    width: 85%;
    margin: 20px auto 0;

    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    justify-content: space-between;
}

.phase-item-holder {
    width: 38%;
    height: 0;
}

.phase-item {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;

    position: relative;
    padding: 15px 30px;
    margin: 25px 0;

    box-shadow: 2px 2px 6px #a2917c;
}

.phase-item .corner_topLeft {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 70px;
}

.phase-item .corner_topRight {
    position: absolute;
    top: -15px;
    right: -15px;
    transform: rotateY(180deg);
    width: 70px;
}

.phase-item-title {
    background-color: #9ED45B;
    color: white;
    border-radius: 7px;
    height: 50px;
    line-height: 50px;
}

.phase-item-title .name {
    font-size: 20px;
    margin: 0 20px;
    font-family: sans-serif;
}

.phase-item-title .title {
    font-weight: bold;
    font-size: 20px;
}

.phase-item-content {
    color: #ff8c1c;
    font-size: 18px;
    margin: 10px 0;
}

.phase-item-list {
    padding-top: 1px;
    display: flex;
    flex-direction: column;
}

.item-detail {
    display: flex;
    font-size: 14px;
}

.item-detail .title {
    color: #ff8c1c;
    font-weight: bold;
    width: 33%;
    font-family: sans-serif;
}

.item-detail .content {
    color: #b67e67;
    width: 63%;
    font-family: Arial, Helvetica, sans-serif;
}

.clsOrange {
    width: 75px;
    position: absolute;
}

#man {
    position: absolute;
    top: 30px;
    left: 5px;
    width: 200px;
}

#stone1 {
    position: absolute;
    top: 2250px;
    right: calc(50% - 200px);
    width: 300px;
}

#stone2 {
    position: absolute;
    top: 1580px;
    left: 25%;
    width: 250px;
}

#stone3 {
    position: absolute;
    top: 950px;
    right: 10%;
    width: 250px;
}

#cock {
    position: absolute;
    top: 420px;
    right: 5%;
    width: 70px;
}

#tree1 {
    position: absolute;
    top: 320px;
    left: 5px;
    width: 200px;
}

#tree2 {
    position: absolute;
    top: 930px;
    left: 6%;
    width: 230px;
}

#tree3 {
    position: absolute;
    top: 1600px;
    right: 37%;
    width: 170px;
}

#tree4 {
    position: absolute;
    top: 2330px;
    right: 1%;
    width: 200px;
}


#imgGrass {
    background-image: var(--img-fence);
    background-repeat: repeat-x;
    background-size: auto 200px;

    width: 100%;
    height: 200px;

    position: absolute;
    bottom: 0;
}