.default{
    max-width: 390px;
    height: 100%;
    min-height: 100vh;
    margin: 0 auto;
    background: #fff;
}
.p-skeleton::after{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}
/*바텀시트*/
.bottom-sheet__content{
    max-width: 370px !important;
    width: calc(100% - 10px) !important;
    /*border-radius: 20px !important;*/
    background: rgba(0,0,0,0) !important;
    height: auto !important;
    padding-top: 16px;
}
.bottom-sheet__draggable-thumb{
    background-color: rgba(0, 0, 0, 0.15) !important;
}
.bottom-sheet__header{
    position: relative;
    top: 36px;
}
.bottom-sheet__main{
    display: flex !important;
    flex-flow: column !important;
    gap: 16px !important;
}

.progress-bar{
    width: 100%;
    display: flex;
    height: 2px;
    align-items: center;
    align-self: stretch;
    background: #EEE;
}
.gauge{
    height: 2px;
    background-color: #2F7CF5;
    transition: width 0.5s ease;
    border-radius: 0px 10px 10px 0px;
}
/*btn*/
.gray-btn{
    display: flex;
    height: 56px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 13px;
    background: rgba(0, 0, 0, 0.15);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    z-index: 999;
}
.btn{
    display: flex;
    height: 56px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 13px;
    background: #1F6DF9;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /*z-index: 999;*/
}
.btn2{
    display: flex;
    height: 56px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 13px;
    background: #DDE9FE;
    color: #007AFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /*z-index: 999;*/
}
.copy-btn{
    display: flex;
    width: 74px;
    min-width: 64px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #DDE9FE;
    color:  #007AFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.pw-btn{
    display: flex;
    min-width: 48px;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 500px;
    background: #DDE9FE;
    color:  #007AFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.send-btn{
    display: flex;
    min-width: 64px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #1F6DF9;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
/*border*/
.border-gray{
    border-radius: 13px;
    background: #F5F5F5;
}
.border-t-gray{
    border-top: 1px solid #EEE;
}
.border-b-gray {
    border-bottom: 1px solid #EEE;
}
/*wrap*/
.pt16-pb32-g16{
    display: flex;
    padding: 16px 0px 32px 0px;
    flex-direction: column;
    gap: 16px;
    align-self: stretch;
}
.p16-g10{
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.py10-px8-g4{
    display: flex;
    padding: 10px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
}
.py10-px16-g2{
    display: flex;
    width: 100%;
    padding: 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
    align-self: stretch;
}
.py16-pl16-pr8-g8{
    display: flex;
    padding: 16px 8px 16px 16px;
    align-items: center;
    gap: 8px;
}
.py16{
    display: flex;
    padding: 16px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.p16{
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: center;
}
.py14-px16-g2{
    display: flex;
    padding: 14px 16px;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    align-self: stretch;
}
.py32-px16-g2{
    display: flex;
    padding: 32px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    align-self: stretch;
}
.pt8-px16{
    display: flex;
    width: 100%;
    padding: 8px 16px 0px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.py6-px10{
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.px16-g20{
    display: flex;
    padding: 0px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}
.px20-g16{
    display: flex;
    padding: 20px 0px;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.py8{
    display: flex;
    padding: 8px 0px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.py8-g8{
    display: flex;
    flex-direction: column;
    padding: 8px 0px;
    gap: 8px;
    align-self: stretch;
}
.py8-px16-g8{
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.py8-px16-g8-desktop{
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.py8-px10-g16{
    display: inline-flex;
    padding: 8px 10px 8px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.py4-g2{
    display: flex;
    padding: 4px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex: 1 0 0;
}
.py10-g8{
    display: flex;
    padding: 10px 0px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.px16{
    display: flex;
    padding: 0px 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
.pt8-g16{
    display: flex;
    padding: 8px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.py16-px8{
    display: flex;
    width: 100%;
    padding: 16px 8px;
    flex-direction: column;
    align-items: flex-start;
}
.p8-g2{
    display: flex;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
}
.header-wrap{
    display: flex;
    width: 100%;
    height: 44px;
    padding: 0px 8px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    background: #FFF;
}
.pl16-pr8{
    display: flex;
    width: 100%;
    height: 44px;
    padding: 0px 8px 0px 16px;
    align-items: center;
}
.back-wrap{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.mainHeader-wrap{
    display: flex;
    width: 100%;
    height: 44px;
    padding: 0px 8px 0px 16px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
}
