#alimListUl{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.nav-menu-body .alim-img-box{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-menu-body .alim-img-box img{
    width: 100px;
    height: 125px;
    object-fit: cover;
}
.nav-menu-body .alim-img-box img:nth-child(2){
    width:180px;
    height:100px;
}
.alim-list-group > .all-chk-box{
    float: left;
    font-size: 15px;
    margin-left: 12px;
    margin-top: 6px;
    font-weight: 700;
}
.alim-list-group p.alim-no-data{
    text-align: center;
    font-size: 18px;
    color: #707070;
}
.alim-list-group p.alim-no-data span{
    font-size: 4rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
}
.alim-list-group > .all-chk-box input[type=checkbox]{
    accent-color: var(--main-color);
    -webkit-appearance:checkbox;
}
.alim-list-group > .all-chk-box input:checked[type="checkbox"]{
    background-color:#fff;
    -webkit-appearance:checkbox;
}
.alim-list-group > button{
    float: right;
    width: 100px;
    height: 30px;
    font-weight: 700;
    font-size: 15px;
    border: none;
    background-color: transparent;
    color: var(--main-color);
    /*margin-right: 10px;*/
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alim-list-group > button span{
    font-size:2rem;
}
.alim-list-ul{
    width: 89%;
    margin: 0 auto;
    border-top: 2px solid #b4b3b3;
    clear: both;
    padding-bottom: 30px;
}
.alim-list-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 10px 0;*/
    /*width: 100%;*/
    /*height: 100px;*/
    border-bottom: 2px solid #b4b3b3;
}
.alim-list-ul li .alim-left{
    display: flex;
    align-items: center;
    position: relative;
}
.alim-list-ul li .alim-left .left-lf{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.alim-list-ul li .alim-left .left-lf>p{
    background-color: var(--main-color);
    color: #fff;
    padding:5px;
    width: 110px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 20px;
}
.alim-left .left-lf .alim-left-time{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}
.alim-left .left-lf .alim-left-time p{
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    margin-right: 10px;
}
.alim-left .left-lf .alim-left-time p span{
    font-size: 17px;
    font-weight: 700;
    color: #000;
}
.alim-left img{
    position: absolute;
    left: -25px;
    top:50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.alim-right{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.alim-right>p{
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "Pretendard-Medium", 'NanumBarunpenB', sans-serif;
}
.alim-right .alim-form-group{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.alim-right .alim-form-group p{
    font-size: 1.5rem;
    margin-right: 10px;
}
.nav-menu-footer.alim-footer{
    bottom: calc(constant(safe-area-inset-bottom));
    bottom: calc(env(safe-area-inset-bottom));
    bottom: 8vh;
    /*z-index: 9999;*/
}
.nav-menu-footer.alim-footer button{
    width: 50%;
    height: 100%;
    border: none;
    color: #fff;
    background-color: #515651;
    font-family: "Pretendard-Bold", sans-serif;
    font-size: 16px;
}
.nav-menu-footer.alim-footer button.alim-delete{
    background-color: var(--main-color);
}
.alim-switch{
    display: inline-block;
    position: relative;
    width: 60px;
    height: 25px;
    border-radius: 50px;
    background-color: #afafaf;
    box-shadow:rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px
}
.alim-switch.alim-chk{
    background-color: #2b9a69;
}
.alim-switch.nonClick{
    pointer-events: none;
}
.alim-switch input{
    opacity: 0;
    width: 0;
    height: 0;
}
.alim-onoff{
    position: absolute;
    top:50%;
    left :0;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    background-color: #ffffff;
    transition: all 0.2s ease-in;
    border: 1px solid #939393;
}


.alim-switch input:checked + .alim-onoff {
    transition: all 0.2s ease-in;
    left : 57%;
}
.alim-dis-none{
    display: none;
}
.check-img.chk-alim{
    display: flex;
}
.check-img.nochk-alim{
    display: none;
}
.alim-delete-button{
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    object-fit: contain;
    transform: translate(-125%, 232%);
    display: block;
}