/* 공통 */
.user_agree_wrap input[type="checkbox"]{
    display: none;
}
.user_agree_wrap input[type="checkbox"] + .spanover {
  position: relative;
}
.user_agree_wrap input[type="checkbox"] + .spanover:before{
  content: '';
  position: absolute;
  top: -2px;
  left: -32px;
  width: 25px;
  height: 25px;
  background: url('/common/image/arrow/mainunchecked.svg') no-repeat center;
  cursor: pointer;
  border-radius: 0px;
  float: right; 
}
.user_agree_wrap input[type="checkbox"]:checked + .spanover:before{
  background: url('/common/image/arrow/mainchecked.svg') no-repeat center center;
  float: right;
}
.user_agree_wrap .btn-check{
    width: 100%;
    background-color: #8a27ae;
    border-radius: 10px;
    padding: 16px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: none;
    cursor: pointer;
}
.user_agree_wrap .btn-check:disabled{
    background-color: #8990a0;
    opacity: 0.75;
    cursor: auto;
}
.user_agree_wrap .form-inner{
    display: flex;
    height: 640px;
    flex-direction: column;
    justify-content: space-between;
}
.user_agree_wrap .check-all{
    padding-bottom: 12px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 14px;
}

/* step01:s */
.user_agree_wrap{
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);  
}
.agree_inner{
    background-color: #fefefe;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 680px;
    padding: 30px 25px;
    border-radius: 10px;    
}
.agree-header{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 12px;
}
.agree-header.top{
    color: #848484;    
}
.agree-header.top span{
    margin-right: 40px;
}
.agree-header.bottom{
    color: #191919;
    font-weight: 700;
}
.user_label{
    margin-left: 35px;
}
.user_label .spanover {
    color: #191919;
    font-weight: 700;
}
.agree-check-list{
    padding-left: 40px;
}
.agree-check-list + .agree-check-list{
    margin-top: 16px;
}
.agree-check-list label{
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
}
.agree-check-list label b{
    font-weight: 700;
    margin-right: 2px;
}
.agree-check-list label .spanover{
    color: #191919;
    font-weight: 700;
}
.agree-check-list label b.type01{
    color: #8a27ae
}
.agree-check-list label b.type02{
    color: #848484;
}
.agree-txt{
    height: 90px;
    overflow-y: auto;
    margin-left: 40px;
    padding: 15px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    line-height: 1.5;
    color: #848484;
    font-weight: 400;
    font-size: 15px;
}
.agree-txt::-webkit-scrollbar-button{
    display: none;
}
.agree-txt::-webkit-scrollbar {
    width: 6px;
}
.agree-txt::-webkit-scrollbar-thumb { 
    background-color: #aaa;
    border-radius: 5px;
}
.marketing{
    margin-left: 40px;
}
.marketing p{
    margin-bottom: 12px;
    color: #8a27ae;
    font-weight: 400;
}
.marketing-check-list{
    display: flex;
    gap: 18px;
}
.agree-btn-wrap{
    width: 100%;
}
.agree-logout{
    width: 100%;
    text-align: right;
    margin-top: 10px;
}
.logout-link{
    color: #848484;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;    
}
/* step01:e */

/* step02:s */
.agree-text-list + .agree-text-list{
    margin-top: 16px;
}
.agree-text-list label{
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.agree-text-list input{
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    width: 100%;
    height: 60px;
    text-indent: 16px;
}
.password-alert{
    display: flex;
    gap: 20px;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    margin-top: 14px;
}
.password-alert .key-box{
    display: flex;
    gap: 6px;
    align-items: center;
}
.password-alert .key-box span{
    display: block;
    width: 12px;
    height: 12px;
    background-image: url('/common/image/master/check_off.png');
    background-repeat: no-repeat; 
}
.password-alert .key-box.check p{
    color: #7c2ba1;
}
.password-alert .key-box.check span{
  background-image: url('/common/image/master/check_on.png');
}
/* step02:e */

/* step03:s */
.first-phone{
    display: flex;
    align-items: center;
    gap: 10px;
}
.second-phone{
    display: flex;
    align-items: center;
    gap: 10px;
}
.point{
    color: #8a27ae;
    font-weight: 700;
}
.list-txt{
    margin-top: 12px;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 700;
}
.user_agree_wrap .input-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.user_agree_wrap .input-wrap .input-item{
    width: 80%;
}
.user_agree_wrap .input-wrap .input-item input{
    width: 100%;
}
.user_agree_wrap .input-wrap .input-item.type01{
    display: flex;
    gap: 10px;
    align-items: center;
}
/* step03:e */

.mobile-tel{
    display: none;
}
.m-show{
    display: none;
}
@media (max-width: 720px) {

    .user_agree_wrap input[type="checkbox"] + .spanover:before{
    top: 0px;
    left: -26px;
    width: 20px;
    height: 20px;
    }
    .user_agree_wrap .form-inner{
        height: auto;
        min-height: 400px;
    }    
    .m-show{
        display: block;
    }
    .agree_inner{
        width: 75%;
        padding: 20px 14px;
    }
    .agree-header{
        font-size: 14px;
        margin-bottom: 8px;
    }
    .agree-header.top span,
    .agree-header.bottom span{
        display: none;
    }
    .user_label{
        margin-left: 26px;
    }
    .user_label .spanover{
        font-size: 14px;
    }
    .agree-check-list{
        padding-left: 26px;
    }
    .agree-check-list + .agree-check-list{
        margin-top: 12px;
    }
    .agree-check-list label{
        margin-bottom: 10px;
    }    
    .agree-txt{
        padding: 12px;
        height: 65px;
        margin-left: 30px;
        font-size: 13px;
    }
    .marketing{
        margin-left: 30px;
    }
    .marketing p{
        font-size: 14px;
    }
    .marketing-check-list{
        flex-direction: column;
        gap: 0px;
    }

    .list-txt{
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 14px;
        line-height: 1.25;
    }
    .agree-text-list input{
        height: 46px;
    }
    .agree-text-list input::placeholder{
        font-size: 14px;
    }
    .password-alert{
        flex-direction: column;
        gap: 6px;
        font-size: 14px;
        margin-top: 8px;
        padding-left: 4px;
    }
    .user_agree_wrap .input-wrap .input-item{
        width: 75%;
    }
    .user_agree_wrap .input-wrap.type01{
        align-items: normal;
    }
    .user_agree_wrap .input-item.type01{
        flex-direction: column;
    }
    .first-phone{
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .second-phone{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .agree-text-list label{
        font-size: 14px;
    }

    .agree-btn-wrap{
        margin-top: 12px;
    }
    .user_agree_wrap .btn-check{
        padding: 12px;
        font-size: 15px;
    }
    .mobile-tel{
        display: block;
        font-size: 14px;
        margin-bottom: 6px;
    }
    .mobile-tel span{
        color: #949494;
    }
    .mobile-tel a{
        color: #191919;
    }
    .agree-logout{
        text-align: center;
    }
}