
.agent-mobile #header .content a#logo {
    float: left;
}
.mlist.videom .owl-theme .owl-nav [class*="owl-"] {
    margin-top: 0;
}
.mlist.videom .item_block .item_info .title {
    color: #555;
}
.mlist.videom .content_list .item_block {
    margin-right: 2%;
}

.bodylist .mlist.videom .item_block .item_img {
    aspect-ratio: 2044 / 2354;
}
.bodylist .mlist.videom .content_list {
    display: grid;
    gap: 0 1%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.bodylist .mlist.videom .content_list .item_block {
    float: none;
    margin-right: 0;
    width: 100%;
}
.agent-mobile .mlist.videom .content_list {
    display: grid;
    gap: 0 1%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.agent-mobile .mlist.videom .content_list .item_block {
    margin: 0;
    float: none;
    width: 100%;
}

.agent-mobile .mlist.videom #pages {
    display: flex;
    justify-content: center;
}
.agent-pc .bodylist.bodyproject .content_list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.agent-pc .bodylist.bodyproject .mlist.project .module_container {
    max-width: 100%;
}
.agent-pc .bodylist.bodyproject .mlist.project .content_list .item_block {
    width: 100%;
    float: none;
    margin: 0;
}
.agent-pc .bodyindex .project.module .module_container {
    max-width: 100%;
}
