/*  */

.section02 {
    display: flex;
    justify-content: space-between;
    padding: 65px 0;
    color: #484848;
}


/*  */

.z_content {
    width: 100%;
}

h2 {
    font-size: 15px;
    font-weight: normal;
    color: #484848;
    width: 224px;
    text-indent: 2em;
    border-bottom: solid 1px #000000;
}

.z_content .z_dt {
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.z_content .z_dt ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.z_content .z_dt li {
    width: 270px;
}

.z_content .z_dt li img {
    margin-top: 80px;
    width: 270px;
    border-radius: 5px;
}

.z_content .z_dt li span {
    display: block;
    font-size: 18px;
    padding: 20px 0;
}

.z_content .z_dt li p {
    padding: 10px 0;
}

.z_content .z_dt li div {
    width: 90px;
    height: 30px;
    margin-top: 20px;
    text-align: center;
    line-height: 30px;
    background-color: #ffffff;
    border: solid 1px #040404;
}

.z_content .z_dt li div:hover {
    background-color: #f5f5f9;
    transform: scale(1.05);
}