.main_content {
    margin: 0 auto;
    padding: 0 3rem;
}

.works_name {
    font-size: 4.5rem;
    margin: 4rem 0px 2rem 0px;
}

.works_img img {
    cursor: zoom-in;
}

.works_introduce_top {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.works_introduce_img {
    width: 4rem;
    display: flex;
}

.works_introduce_title {
    margin-left: 5px;
    font-size: 4rem;
}

.works_introduce {
    line-height: 4.5rem;
    font-size: 3rem;
}

.works_detailed_content {
    margin-top: 2rem;
}

.works_img {
    position: relative;
}

.img_top {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}