#stepclone {
    pointer-events: none;
    z-index: 2300;
}
#stepclone .content{
    
}
#stepclone .close{
    position: absolute;
    top: 20px;
    right: 13px;
    z-index: 20;
    pointer-events: all;
    cursor: pointer;
}
#stepclone .close i {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    color: black;
}
#stepclone .content .back-drop{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0,0,0,0.5); */
    z-index: 1;
    pointer-events: all;
}
#stepclone .content .popup-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;

    display: flex;
    align-items: center;
    justify-content: center;
}
#stepclone .content .popup-wrapper .popup-inner{    
    width: 100%;
    height: 100%;
    padding-top: 70px;

    background-color: #EDEFF5;
    border-radius: 10px;
    pointer-events: all;
    overflow-y: auto;
}




/* 공통 */
#stepclone .step-content {
    display: none;
    height: 100%;
    width: 100%;
}
#stepclone .step-content .t1 {
    color: black;
    font-weight: 900;
    font-size: 26px;
    text-align: center;
    line-height: 1.9;
}
#stepclone .step-content .t1.sub {
    color: #b8b8b8;
    font-weight: 900;
    font-size: 17px;
    text-align: center;
    line-height: 1;
}


#stepclone .step-content .input-fields {
    margin-top: 50px;
    min-height: 200px;
    padding-bottom: 100px;
}
#stepclone .step-content .t2 i {
    margin-left: 20px;
}
