@charset "utf-8";
.profile-chan-1006 {
    width: 100%;
    height: auto;
    position: relative;
}

.profile-chan-1006 .col {
    width: 100%;
}

.profile-chan-1006 .show-title {
    width: 100%;
    height: auto;
    text-align: center;
}

.profile-chan-1006 .show-content .list {
    float: left;
    width: 50%;
}

.profile-chan-1006 .show-content .list .pic {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    border: 1px solid #dddddd;
    overflow: hidden;
}

.profile-chan-1006 .show-content .list .pic img {
    width: 100%;
    display: block;
}

.profile-chan-1006 .show-content .list .pic:hover img {
    transform: scale(1.1);
}

@media screen and (min-width: 600px) {
    .profile-chan-1006 .show-content .list {
        width: 33.3333%;
    }
}

@media screen and (min-width: 800px) {
    .profile-chan-1006 .show-content .list {
        width: 16.6666%;
    }
}