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

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

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

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

#storyArea {
    width: 85%;
    max-width: 1000px;
    margin: 50px auto;

    background-color: #f4e7c1;
    border-radius: 8px;
    border: 1px solid #727272;
    padding: 50px 0;

    color: #EF9740;
    position: relative;
}

.corner_topLeft {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 75px;
}

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

.corner_bottomLeft {
    position: absolute;
    bottom: -15px;
    left: -15px;
    transform: rotateX(180deg);
    width: 75px;
}

.corner_bottomRight {
    position: absolute;
    bottom: -15px;
    right: -15px;
    transform: rotate(180deg);
    width: 75px;
}

#titleWrapper {
    color: #EA6C33;
}

#titleWrapper > .title {
    font-size: 36px;
}

#titleWrapper > .subtitle {
    font-size: 20px;
}

#storyContent {
    margin: 10px 20px;
    line-height: 28px;
}

#diagramWrapper {
    width: 280px;
    margin: 50px auto;
    position: relative;
}

#diagramWrapper > img {
    width: 100%;
}

#diagramWrapper > div {
    position: absolute;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    line-height: initial;
}

#story-from-1 {
    top: 0;
    width: 54px;
    height: 20px;
}

#story-from-2 {
    top: 69px;
    width: 54px;
    height: 20px;
}

#story-from-3 {
    top: 140px;
    width: 54px;
    height: 20px;
}

.story-to > span {
    width: 95%;
}

#story-to-1 {
    left: 182px;
    top: 0;
    width: 97px;
    height: 20px;
}

#story-to-2 {
    left: 182px;
    top: 38px;
    width: 97px;
    height: 31px;
}

#story-to-3 {
    left: 182px;
    top: 92px;
    width: 97px;
    height: 31px;
}

#story-to-4 {
    left: 182px;
    top: 141px;
    width: 95px;
    height: 20px;
}

.story-title {
    font-size: 20px;
    color: #3981F5;
}

.story-coin {
    font-size: 24px;
    color: #3981F5;
}

.story-list {
    padding-left: 16px;
    margin-bottom: 50px;
}

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

    width: 100%;
    height: 150px;

    position: absolute;
    bottom: 0;
}