.newTerm {
    width: 100%;
    margin-top: 50px;
}

.newTerm_title{
    font-size: 1.5rem;
    font-weight: bold;
}

.newTerm_img{
    width: 100%;
    height: auto;
}

.newTerm_txt {
    padding: 20px 0;
    font-size: 1.1rem;
}

.newTerm_separate{
    width: 100%;
    height: auto;
}

.newTerm_slide {
    background-color: #FFE5ED;
    padding-bottom: 50px;
}

.newTerm_slide_title{
    font-size: 1.5rem;
    text-align: center;
}

.newTerm_slide_list {
    display: flex;
    justify-content: space-around;
    gap: 5px;
    list-style: none;
    width: 100%;
}

    .newTerm_slide_list li {
        background-color: #fff;
        padding: 15px 25px;
        width: 170px;
        height: 170px;
        border-radius: 50%;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    .newTerm_slide_list a{
        text-decoration: none;
    }

    .newTerm_slide_list a:hover{
        opacity: 0.7;
    }

    .newTerm_slide_list img{
        display: block;
        margin: 0 auto;
        width: 90%;
        height: auto;
    }

.newTerm_slide_list_title{
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #005C8A;
}

.newTerm_content {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #FFE5ED;
}

.newTerm_content_title {
    margin: 30px 0;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #005C8A;
}

.newTerm_content_category {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #005C8A;
    font-size: 1.2rem;
    font-weight: bold;
    color: #005C8A;
}

.newTerm_content_link {
    display: block;
    margin: 0 auto 20px auto;
    padding: 10px 20px;
    width: fit-content;
    background-color: red;
    border-radius: 20px;
    color: #fff;
}

.newTerm_content_link:hover{
    opacity: 0.7;
}

.newTerm_content_txt {
    margin: 0;
    text-align: center;
}

.block-no-code-cms--goodslist-item-image{
    height: 200px;
    object-fit: contain;
}

.block-no-code-cms--goods-list{
    background-color: #FFE5ED;
}

.newTerm_button{
    padding: 20px;
    background-color: #FFE5ED;
}

.newTerm_button a{
    display: block;
    width: fit-content;
    margin: 0px auto;
    padding: 10px 20px;
    background-color: #005C8A;
    color: #fff;
    border-radius: 10px;
    font-size: 1rem;
}