.theme_list {
    padding-top: 50px;
    padding-bottom: 100px;
}

.loctheme_list {
    margin-top: 30px;
}

.loctheme_top {
    padding: 10px 0;
    /* width: 1000px; */
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.loctheme_tit {
    font-size: 30px;
    color: #17469e;
    padding-left: 10px;
    font-weight: 500;
}

.tab_loctheme {
    display: flex;
    gap: 0.5rem;
}

.tab_loctheme li.on {
    font-weight: 500;
    color: #fff;
    background: #17469e;
    border: 1px solid #17469e;
}

.tab_loctheme li {
    font-size: 16px;
    border: 1px solid #e2e2e2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1.5rem;
}

.loctheme_banner .title {
    font-size: 22px;
    text-align: center;
    color: #fff;
    display: block;
    padding-bottom: 10px;
    margin-top: 100px;
}

.loctheme_banner .desc {
    text-align: center;
    color: #fff;
    font-size: 15px;
    display: block;
}

.loctheme_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.loctheme_list .theme_list_li {
    width: calc(33% - 10px);
    height: 280px;
    border-radius: 20px;
}

.loctheme_list .theme_list_li .loctheme_banner img {
    width: 100%;
}

.loctheme_banner {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 20px;
}

.loctheme_banner img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.loctheme_boxinfo {
    position: absolute;
    top: 0%;
    left: 0%;
    /*transform: translate(-50%, -50%);*/
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    background-size: 20px 20px;
    padding: 10px;
    width: 100%;
    height: 100%;
    max-height: 280px;
}

.loctheme_boxinfo .title {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.loctheme_boxinfo .desc {
    font-size: 17px;
    display: block;
}

@media screen and (max-width: 850px) {
    .loctheme_top {
        padding: 1rem 0;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 3rem;
    }

    .loctheme_list {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
    }

    .loctheme_list .theme_list_li {
        width: 100%;
        height: 50rem;
    }

    .loctheme_boxinfo {
        height: 50rem;
        max-height: unset;
    }

    .loctheme_list .theme_list_li .loctheme_banner img {
        width: 100%;
        height: 50rem;
    }

    .loctheme_banner {
        position: relative;
        width: 100%;
        height: 50rem;
        overflow: hidden;
    }

    .loctheme_boxinfo .title {
        font-size: 5.4rem;
        font-weight: bold;
        display: block;
        margin-bottom: 0rem;
    }

    .loctheme_boxinfo .desc {
        font-size: 3.6rem;
        display: block;
    }

    .tab_loctheme.tabtour_inb {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 2rem;
        width: 100%;
        overflow-x: scroll;
    }

    .tab_loctheme li {
        font-size: 2.6rem;
        border: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.5rem 1.5rem;
        white-space: nowrap;
    }

    .tab_loctheme li a {
        white-space: nowrap;
        display: inline-block;
        font-size: 3.4rem;
    }
}
