.top_info {
    height: 28px;
    color: #afd9fe;
    font-size: 10px;
    background: radial-gradient(100% 100px at 50% 0%, #85d3ff, #16a4ec);
    display: flex;
    justify-content: center;
    align-items: center;
}

.service_1 {
    width: 68%;
    margin: 0 auto;
}

.list_1 {
    width: calc(100% - 20px);
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 6px;
}

.list_1 .img_box_1,
.list_1 .img_box_2,
.list_1 .img_box_3 {
    padding: 4px;
    border: 1px solid #909fb6;
    position: relative;
}

.list_1 .img_box_1 {
    clip-path: polygon(21px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 21px);
}

.list_1 .img_box_1 img {
    clip-path: polygon(20px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 20px);
}

.list_1 .img_box_1::before {
    content: '';
    display: block;
    width: 30px;
    height: 0;
    border-top: 1px solid #909fb6;
    position: absolute;
    top: 9px;
    left: -5px;
    transform: rotate(-45deg);
}

.list_1 .list_foot {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
}

.list_1 .list_foot .img_box_3 img {
    width: 100%;
    height: 100%;
}

.service_2 {
    width: 66%;
    margin: 0 auto 10px auto;
}

.list_2 {
    width: calc(100% - 20px);
    margin: 20px auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 6px;
}

.list_2 .list_foot {
    display: grid;
    grid-template-columns: calc(60% - 3px) calc(40% - 3px);
    gap: 6px;
}

.list_2 .list_foot img {
    width: 100%;
    height: 100%;
}

.tip_1,
.tip_2,
.tip_3,
.tip_4 {
    text-align: center;
    line-height: 1.6;
}

.tip_1 {
    font-size: 16px;
}

.tip_2 {
    font-size: 22px;
    font-weight: bold;
}

.tip_3 {
    font-size: 24px;
    font-weight: bold;
}

.tip_4 {
    font-size: 24px;
    font-weight: bolder;
}

.line {
    width: 40%;
    height: 6px;
    background: #f3b505;
    margin: 8px auto;
}

.service_3 {
    width: 66%;
    margin: 16px auto;
}

.foot_info {
    color: #7f7f7f;
    text-align: center;
    background: #393939;
    padding: 2px 0;

    .info {
        font-size: 10px;
    }
}