.-wac-custom .wac-images-box-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;

}

.-wac-custom .wac-images-box-list .-wac-item {
    width: 100%;
}


.wac-images-list-box figure {
    position: relative;
    margin: 0;
    margin-bottom: 0;
    padding: 0;
}

.wac-images-list-box figure>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    max-width: 100%;
    max-height: 100%;
}

.wac-images-list-box figure::after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-top: calc(247 / 370* 100%);
}

.wac-images-list-box-content {
    padding-top: 15px;
}

.wac-images-list-box-content .content-sub {
    display: block;
    color: #999999;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.wac-images-list-box-content .content-title {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    /* margin-top: 10px; */
    margin-bottom: 0;
}

.wac-images-list-box-content .content-dis {
    color: #999999;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
}

.wac-images-list-box-content .content-btn {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    display: flex;
    gap: 10px;
    margin-top: 7px;
    margin-bottom: 0;
    padding-right: 30px;
}

.wac-images-list-box-content .content-btn::after {
    content: "";
    position: relative;
    display: inline-flex;
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.47 6.00913C13.6106 5.86868 13.8012 5.78979 14 5.78979C14.1988 5.78979 14.3894 5.86868 14.53 6.00913L20.53 12.0091C20.6705 12.1498 20.7493 12.3404 20.7493 12.5391C20.7493 12.7379 20.6705 12.9285 20.53 13.0691L14.53 19.0691C14.4613 19.1428 14.3785 19.2019 14.2865 19.2429C14.1945 19.2839 14.0952 19.3059 13.9945 19.3077C13.8938 19.3095 13.7938 19.291 13.7004 19.2533C13.607 19.2155 13.5222 19.1594 13.451 19.0882C13.3797 19.017 13.3236 18.9321 13.2859 18.8387C13.2482 18.7453 13.2296 18.6453 13.2314 18.5446C13.2332 18.4439 13.2552 18.3446 13.2962 18.2526C13.3372 18.1606 13.3963 18.0778 13.47 18.0091L18.19 13.2891H4C3.80109 13.2891 3.61032 13.2101 3.46967 13.0695C3.32902 12.9288 3.25 12.738 3.25 12.5391C3.25 12.3402 3.32902 12.1495 3.46967 12.0088C3.61032 11.8682 3.80109 11.7891 4 11.7891H18.19L13.47 7.06914C13.3295 6.92851 13.2507 6.73789 13.2507 6.53913C13.2507 6.34038 13.3295 6.14976 13.47 6.00913Z' fill='black'/%3E%3C/svg%3E%0A");

}


@media (hover: hover) {
    .wac-images-list-box-content .content-btn:hover {
        color: #424242;
    }

    .wac-images-list-box-content .content-btn:hover::after {
        opacity: 0.7;
    }

}


@media only screen and (min-width: 1200px) {

    .-wac-custom .wac-images-box-list {
        gap: 25px;

    }

    .-wac-custom .wac-images-box-list .-wac-item {
        width: calc(33.33% - 25px);
    }


}

.project-location{
    display: flex;
    align-items: center;
    gap: 5px;
}
.project-location .location-text{
    font-size: 13px;
    font-weight: 600;
    color: #999999;
    line-height: 0;
}