.default{
    max-width: 500px;
    height: 100%;
    min-height: 100vh;
    margin: 0 auto;
    background: #fff;
}
@media screen and (max-width: 500px){
    .default{
        width: 100%;
    }
    .btn-wrap{
        width: 100%;
        left: 0;
    }
}
.bottom-sheet__content{
    max-width: 500px !important;
    width: 100% !important;
}

.borderB{
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.btn-wrap{
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 13px;
}
.full-btn{
    display: flex;
    height: 56px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.fix-wrap{
    position: fixed;
    width: 100%;
    max-width: 500px;
    bottom: 0px;
}
.back-wrap{
    display: flex;
    width: 40px;
    height: 40px;
    padding: 6px 9px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.py40-px16{
    display: flex;
    padding: 40px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
}
.p16{
    display: inline-flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.px16{
    display: flex;
    height: 54px;
    padding: 0px 16px;
    justify-content: space-between;
    align-items: center;
}
.px10-py6{
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
}
.py10-g10{
    display: flex;
    padding: 16px 0px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    align-self: stretch;
}
.py16{
    display: flex;
    height: 56px;
    padding: 16px 0px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.px16-pt12-pb4{
    display: flex;
    padding: 12px 16px 4px 16px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    align-self: stretch;
}
.pt12-pb4{
    display: flex;
    padding: 12px 0px 4px 0px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
