.default{
    max-width: 480px;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: #fff;
    margin: 0 auto;
}
.header{
    display: flex;
    width: 100%;
    height: 44px;
    padding: 0px 8px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}
.fix-wrap{
    max-width: 480px;
    width: 100%;
    position: fixed;
    background-color: #FFFFFF;
}
.fix-wrap2{
    max-width: 480px;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #FFFFFF;
    border-top: 1px solid #EEEEEE;
}
.icon-btn{
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.x-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    height: 89vh;
    text-align: center;
}
.text-overflow{
    max-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*input*/
.input-wrap{
    display: flex;
    padding: 12px 16px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 13px;
    background: var(--Grey-100, #F5F5F5);
}
input::placeholder{
    overflow: hidden;
    color: var(--Grey-500, #9E9E9E);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}
.color-opacity{
    color: rgba(0, 122, 255, 0.30);
}
.color-opacity2{
    color: rgba(0, 122, 255);
}
/*slider*/
.VueCarousel-pagination{
    margin-top: -46px;
    z-index: 111;
}
.VueCarousel-dot{
    margin-top: -20px !important;
    padding: 8px 4px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    background-color: rgba(255, 255, 255, 0.40); !important;
    outline: none !important;
}
.VueCarousel-dot--active{
    background-color: rgba(255, 255, 255, 0.90) !important;
}
/*line*/
.line{
    width: 100%;
    height: 4px;
    background: #F5F5F5;
}

.border-b{
    border-bottom: 1px solid #EEEEEE;
}
/*bottomsheet*/
.bottom-sheet__content{
    max-width: 480px !important;
    width: 100% !important;
}
.bottom-sheet__draggable-thumb{
    height: 5px !important;
    background-color: #ccc !important;
    border-radius: 100px !important;
}
.bottom-sheet__draggable-area {
    padding-top: 16px !important;
}
/*dochi*/

.dochi-menu {
    position: absolute;
    top: 100%;
    right: 6px;
    width: 112px;
    border-radius: 6px;
    background: #fff;
    background-blend-mode: color-dodge;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(75px);
    padding: 0px 16px;
    z-index: 2;
}
.menu-item {
    height: 44px;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: center;
    place-content: center;
}
/*btn*/
.alarm{
    display: flex;
    height: 28px;
    padding: 0px 14px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 500px;
    border: 1.5px solid var(--gr, #4776E6);
}
.alarm-text{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 200% */
    background: var(--gr, linear-gradient(46deg, #4776E6 7.79%, #8E54E9 94.1%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.alarm2{
    display: flex;
    height: 28px;
    padding: 0px 14px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 500px;
    background: linear-gradient(46deg, rgba(71, 118, 230, 0.15) 7.79%, rgba(142, 84, 233, 0.15) 94.1%);
    border: 1.5px solid rgb(0,0,0,0);
}
.alarm2-text{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 200% */
    background: var(--gr, linear-gradient(46deg, #4776E6 7.79%, #8E54E9 94.1%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*wrap*/
.full-img{
    max-width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
}
.py16-px20{
    display: flex;
    width: 100%;
    padding: 16px 20px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px 24px;
    flex-wrap: wrap;
}
.p16{
    display: flex;
    width: 100%;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.pt8-pb16{
    display: flex;
    width: 100%;
    padding: 8px 0px 16px 0px;
    flex-direction: column;
    align-items: center;
}
.py16-px14{
    display: flex;
    width: 100%;
    padding: 14px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.py10-px16{
    display: flex;
    width: 100%;
    padding: 10px 16px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}
.pb16-px16{
    display: flex;
    padding: 0px 16px 16px 16px;
    flex-direction: column;
    align-items: center;
}
.py6{
    display: flex;
    padding: 6px 0px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.pt32-pb16{
    display: flex;
    padding: 32px 0px 16px 0px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}
.py16{
    display: flex;
    width: 100%;
    padding: 16px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0;
}
.py20-px16{
    display: flex;
    width: 100%;
    padding: 20px 16px;
    flex-direction: column;
    align-items: center;
}
.py12-px16{
    display: flex;
    padding: 12px 16px;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    align-self: stretch;
}
.py16-pr8{
    display: flex;
    padding: 16px 8px 16px 0px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.px16{
    display: flex;
    padding: 0px 16px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}
.py8-px16{
    display: flex;
    padding: 8px 16px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
