footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgb(103, 186, 222);
    padding: 5px 20px; 
    box-shadow: rgba(0, 0, 0, 0.1); 
}

.footer-block {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    width: 100%;
}

.plus_icons {
    display:flex;
    margin-left: -15px;
    width: 20px; 
    height: 20px;
   
}

.type {
    flex-grow: 1; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -20px;
    margin-left: 5px;
}

.type input {
    width: 100%;
    height: 30px;     
    border: none; 
    border-radius: 15px; 
    padding: 0 0 0 10px; 
    outline: none;
}

.imote_icons {
    width: 22px; 
    height: 22px;
    position: relative; /*아이콘이 이상한 곳으로 감..*/
    right: 10px;
    top:1px;
}

.send_icons {
    display:flex;
    margin-left:30px;
    width: 25px; 
    height: 25px;
    position: relative; /*아이콘이 이상한 곳으로 감..*/
    right:28px;
    
}
