@keyframes hov {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.section .article .list {
    margin-bottom: 25px;
}
.section .article .list a {
    display: block;
    text-decoration: none;
    color: #fff;
    max-height: 330px;
    height: 17.1875vw;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
@media only screen and (max-width: 1200px) {
    .section .article .list a {
        height: 260px;
    }
}
@media only screen and (max-width: 992px) {
    .section .article .list a {
        height: 260px;
    }
}
@media only screen and (max-width: 480px) {
    .section .article .list a {
        height: 210px;
    }
}
.section .article .list a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.25;
    z-index: 1;
}
.section .article .list a > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section .article .list a:hover > img {
    animation: hov 0.5s ease-in-out;
}
.section .article .list a .txt {
    position: absolute;
    z-index: 2;
    text-align: center;
    font: 32px/40px "Gilroy Bold";
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    letter-spacing: -0.01em;
}
@media (max-width: 1450px) {
    .section .article .list a .txt {
        font-size: 27px;
        line-height: 35px;
    }
}
@media only screen and (max-width: 992px) {
    .section .article .list a .txt {
        font-size: 25px;
        line-height: 30px;
    }
}
.section .article .list a .txt span {
    display: block;
    max-width: 140px;
    margin: 0 auto;
}
.section .article .list a .txt .icon {
    margin-bottom: 10px;
    height: 70px;
}
@media only screen and (max-width: 992px) {
    .section .article .list a .txt .icon {
        height: 50px;
    }
}
.section .article .list a .txt .icon img {
    max-height: 100%;
}
.section .article .list_1 {
    margin-bottom: 25px;
}
.section .article .list_1 a {
    display: block;
    text-decoration: none;
    color: #fff;
    max-height: 500px;
    height: 26.041666666666668vw;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
@media only screen and (max-width: 992px) {
    .section .article .list_1 a {
        height: 260px;
    }
}
@media only screen and (max-width: 480px) {
    .section .article .list_1 a {
        height: 210px;
    }
}
.section .article .list_1 a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.25;
    z-index: 1;
}
.section .article .list_1 a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section .article .list_1 a:hover > img {
    animation: hov 0.5s ease-in-out;
}
.section .article .list_1 a .txt {
    position: absolute;
    z-index: 2;
    bottom: 0;
    padding: 40px;
    left: 0;
    width: 100%;
}
.section .article .list_1 a .txt:after {
    content: "";
    display: block;
    background: #ffcb0b;
    width: 100px;
    height: 5px;
    margin: 20px 0 0;
}
@media only screen and (max-width: 992px) {
    .section .article .list_1 a .txt {
        padding: 20px;
    }
}
.section .article .list_1 a .txt span {
    display: block;
    font: 40px "Gilroy Bold";
    letter-spacing: -0.01em;
    margin-bottom: 15px;
}
@media (max-width: 1366px) {
    .section .article .list_1 a .txt span {
        font-size: 35px;
    }
}
@media only screen and (max-width: 992px) {
    .section .article .list_1 a .txt span {
        font-size: 28px;
    }
}
.section .article .list_1 a .txt p {
    font: 20px "Gilroy Medium";
    max-width: 375px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 1366px) {
    .section .article .list_1 a .txt p {
        font-size: 17px;
    }
}
@media only screen and (max-width: 992px) {
    .section .article .list_1 a .txt p {
        font-size: 16px;
    }
}
