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

    position: relative;
}

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

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

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

#guideWrapper {
    width: 95%;
    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 10%;
    color: #E75B32;
}

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

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

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

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

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

.guide-img {
    width: 200px;
}

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

.guide-list-2 > div {

}

.guide-list-3 > div {

}

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

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

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