.wrapper2 {
    width: 980px !important;
    margin: 0 auto;
    min-width: 980px !important;
    z-index: 1;
}

.navlist {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.details {
    margin-top: 20px;
    line-height: 2;
    
    color: rgba(0, 0, 0, .6);
    padding-bottom: 50px;
}

.details img {
    max-width: 100%;
    width: 100%;
    margin: 15px 0;
}

.details p {
    margin-bottom: 5px;
    font-size: 14px;
}

.imglist3 img {
    width: calc(100% / 3.1) !important;
    margin-right: 15px;
    flex-shrink: 0;
    cursor: pointer;
}

.imglist3 img:nth-child(3n) {
    margin-right: 0;
}

.imglist img {
    width: calc(100% / 6.5) !important;
    margin-right: 15px;
    flex-shrink: 0;
    cursor: pointer;
}

.imglist img:last-child {
    margin-right: 0;
}

@media (min-width: 320px) and (max-width: 1200px) {
    .contents {
        /* width: 1180px !important; */
        padding: 0 100px;
    }
}