.footer{
    flex-direction: column;
    /* height: 363px; */
    background: #102D4A;
    justify-content: space-around;
    padding-top: 4vw;
    padding-bottom: 3vw;
    gap: 2vw;
    margin-top: 5vw;
}

.footer__firstline{
    justify-content: space-around;

}

.footer__secondline{
    justify-content: space-between;
    align-items: center;
}
.footer__line{
    width: 85%;
    height: 1px;
    background: #FFF;
}
/* .ft{
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
} */



.number__policy{
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    margin-left: 13vw;
}

.linkitem {
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    padding-bottom: 3px;
  }
  
  

  /* .linkitem {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    cursor: pointer;
    padding-bottom: 4px; 
} */

.linkitem::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 0.1vw solid transparent; 
    transition: border-color 0.3s ease; 
}

.num{
    gap: 0.5vw;
    align-items: center;
}
.numimg{
    width: 1vw;
    object-fit: cover;
}

.numimg img{
    width: 100%;
    height: 100%;
}

.linkitem:hover::after,
.currentLine::after {
    border-color: #FFF; 
}
.time{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.right{
    display: flex;
    justify-content: right;
}