.member-title {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
}
.check-agree {
    background: #F6F6F6;
    display: block;
    padding: 15px 25px;
    margin-top: 15px;
    clear: both;
    font-size: 13px;
}
.check-agree label {
    display: inline-block;
    margin: 5px 0;
}
.check-agree strong,
.check-agree a {
    color: #FF3F00;
}
.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;
}
