.pop_mobile_cart_msg_area{
    display:none;
    width: 100%;
    max-width: 320px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
    position: fixed;
    top:100px;
    left:50%;
    /* margin-left:-224px; */
    padding:24px;
    z-index:9;
    transform: translate(-50%);
}



 .mobile_cart_view{
    display: flex;
    padding: 8px 0 10px 0;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: 10px;
    background: #004030;
    border: 1px solid #004030;
    cursor:pointer;
 }

 .mobile_cart_view > span {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
 }
