#tagscloud {
    width: 100%;
    height: 500px;
    position: relative;
    font-size: 12px;
    color: #333;
    margin: 20px auto 0;
    text-align: center;
    background-color: #fff;
}

#tagscloud span {
    position: absolute;
    color: #333;
    font-family: Arial;
    text-decoration: none;
    margin: 0 10px 15px 0;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    white-space: nowrap;
    word-break: keep-all;
    border-radius: 30px;
    padding: 8px 20px !important;
    box-sizing: border-box;
    color: #fff;
    background-color: #003399;
}

#tagscloud .font-lg {
    font-size: 25px;
}

#tagscloud .font-sm {
    font-size: 15px;
}

.grid-box {
    display: grid;
    gap: 20px;
}

.font-20 {
    font-size: 20px;
    font-weight: 600;
}

.tit-lg {
    font-size: 350%;
    color: #0032a1;
    line-height: 1.2;
}

.mb-none {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1024px) {
    .grid-box {
        grid-template-columns: 1fr !important;
    }
}

@media screen and (max-width: 576px) {
    #tagscloud {
        height: 400px;
    }

    #tagscloud .font-lg {
        font-size: 15px !important;
    }

    #tagscloud span {
        font-size: 12px;
        padding: 5px 10px !important;
        margin: 0;
    }

    #tagscloud .font-sm {
        font-size: 13px !important;
    }
}

.sub .wrap #crawling-contents-textbox .textbox .img-wrap {
    margin-bottom: 30px;
}

.sub .wrap #crawling-contents-textbox .textbox .img-wrap .img-flex {
    display: flex;
    gap: 30px;
}

.sub .wrap #crawling-contents-textbox .textbox .img-wrap .img-flex .img-bx {
    width: 50%;
}

.sub .wrap #crawling-contents-textbox .textbox .img-wrap .img-flex .img-bx img {
    display: block;
    width: 100%;
}

.sub .wrap #crawling-contents-textbox .textbox .img-wrap>.img-bx {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.sub .wrap #crawling-contents-textbox .textbox .img-wrap .caption {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    .sub .wrap #crawling-contents-textbox .textbox .img-wrap .img-flex {
        flex-direction: column;
        gap: 20px;
    }

    .sub .wrap #crawling-contents-textbox .textbox .img-wrap .img-flex .img-bx {
        width: 100% !important;
    }
}

@media screen and (max-width: 1200px) {
    .column-reverse-1200 {
        flex-direction: column-reverse !important;
    }
}



.sub .wrap #crawling-contents-top .photo-card.photo-caption .caption {
    text-align: center;
    margin-top: 10px;
}

@media screen and (max-width: 576px) {
    .sub .wrap #crawling-contents-top .photo-card.photo-caption {
        transform: translateY(30px);
    }
}