.news_Full_Wrap{
    max-width: 100vw;
    width: 100%;
}
.news_Full_Wrap img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.news_Head_Tap{
    width: 100%;
    height: 2.39vw;
    border-bottom: 1px solid #ccc;
}
.news_Head_Tap ul{
    height: 2.39vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.33vw;
}
.news_Head_Tap ul li{
    font-family: "Pretendard Variable";
    font-size: 0.93vw;
    font-weight: 500;
    line-height: 1.35vw;
    color: #121212;
    padding-bottom:14px;
    text-align: center;
}
.news_Head_Tap ul li.news_tap_Home {
    font-weight: 700;
    color:#002E6E;
    position: relative;
}
.news_Head_Tap ul li.news_tap_Home::after{
    content: " ";
    display: block;
    width: 1.25vw;
    height: 0.2vw;
    background-color: #002E6E;
    border-radius: 2px;
    position: absolute;
    bottom: 1px; left: -20%;
}
@keyframes gradient {
    0%{
        background-position: 0% 50%;
    }
    50%{
        background-position: 100% 50%;
    }
    100%{
        background-position: 0% 50%;
    }
}
.news_Head_Tap ul li.news_tap_recommand{
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background-size: 200% 150%;
    background-image: linear-gradient(90deg, rgba(28,114,242,1) 0%, rgba(16,206,197,1) 100%);
    /* background-image: linear-gradient(90deg, rgba(28,114,242,1) 0%, rgba(0,0,0,1) 100%); */
    animation: gradient 5s ease-in-out infinite;
    -moz-animation: gradient 5s ease-in-out infinite;
    -webkit-animation: gradient 5s ease-in-out infinite;
}


.news_Main_Sec img{
    width: 100%;
    padding: 2.81vw 0 6.25vw 0;
}

@media (max-width: 768px){
    .news_Full_Wrap_m{
        width: 100vw;
    } 
    .news_Full_Wrap_m img{
        width: 100vw;
    } 
}