.member-title {
    text-align: center;
    color: #3F3F3F;
    font-size: 18px;
    font-weight: bold;
}
.check-agree {
     background: #F9F9F9;
    display: block;
    padding: 30px 20px 30px;
    margin-top: -25px;
    clear: both;
    font-size:15px;
}
.check-agree-in{
    max-width: 960px;
    margin: auto;
}
.check-agree strong,
.check-agree a {
    color: #E50000;
}
.check-agree a:hover {
    text-decoration: underline;
}
.success-txt {
    padding-top: 40px;
}

.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;
}
.member-form.form-box{
    max-width: 1070px;
    margin: 0 auto;
    padding:0px;
}
.member-form-in{
    max-width: 960px;
    margin:auto;
    padding: 50px 10px;
}
.form-wrap.member{
    border: none;
    max-width: 800px;
    margin: 0 auto;
    
}
/*@media screen and (max-width: 520px) {
    .form-box.type2 {
        border-width: 1px 0;
        padding: 30px 0;
    }
}*/