.content-top {
    margin-bottom: 78px;
}
.member-title {
    text-align: center;
    color: #7FCAA5;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}
.check-agree {
    font-size: 17px;
    background: #FFF7EF;
    display: block;
    padding: 15px 30px;
    margin-top: 25px;
    clear: both;
    color: #666666;
}
.check-agree label {
    display: inline-block;
    padding: 5px 0;
}
.check-agree strong,
.check-agree a {
    color: #FF3F00;
    font-weight: normal;
}
.check-agree a:hover {
    text-decoration: underline;
}
.products-list .item {
    position: relative;
}
.products-list .btn-group {
    text-align: right;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}
.products-list .btn-group .ibtn.list-del {
    background-image: url(../images/list_delete.png);
    background-color: #FF7430;
    width: 58px;
    height: 58px;
    display: inline-block;
    pointer-events: visible;
}
.products-list .btn-group .ibtn.list-del:hover {
    background-color: #000;
}

@media screen and (max-width: 767px) {
    .check-agree {
        padding: 5px 15px;
    }
}