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

    position: relative;
}

#pageHeader {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 350px;
}

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

#guideArea {
    width: 100%;
    position: relative;
    padding: 40px 0 75px;
}

#guideWrapper {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

#guideTop {
    line-height: 1px;
}

#guideContent {
    background-image: var(--img-guide-bg);
    background-size: 100% 100%;
    background-repeat: repeat-y;

    padding: 0 150px;
    color: #E75B32;
}

#guideContent > .main-title {
    color: darkgreen;
    text-align: center;
    font-size: 40px;
    line-height: 45px;
    margin-top: 0;
}

#guideContent > .desc {
    color: #ff7800;
}

#guideContent > .desc:last-child {
    margin-bottom: 0;
}

#guideContent > .sub-title {
    color: darkgreen;
    font-size: 24px;
    margin-top: 50px;
}

#guideContent .guide-img-name {
    color: darkgray;
    margin: 0;
    position: relative;
    top: -30px;
}

.guide-img {
    width: 200px;
}

.guide-list {
    display: flex;
    justify-content: space-between;
}

.guide-list-2 > div {
    width: 45%;
}

.guide-list-3 > div {
    width: 30%;
}

.guide-list > div > img {
    width: 200px;
}

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

#orange1 {
    top: 25px;
    right: 25%;
}

#orange2 {
    top: 200px;
    left: 40px;
}

#orange3 {
    top: 1100px;
    right: 5%;
}


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

    width: 100%;
    height: 200px;
    overflow: hidden;
}