.specialWarp {

    #floor0.goodsFloor {
        margin-top: 0;
    }

    .special_rich_text .rich_text_content {
        background-color: unset;
    }

    .special_rich_text + .coupon_line_multiple {
        margin-top: -20px;
    }

    .subjectNav {
        .subjectSide_list {
            background-color: #399fd8 !important;
        }

        .subjectSide_item .subjectSide_link {
            color: #fff !important;
        }

        .subjectSide_item:not(:last-of-type) .subjectSide_link:after {
            background-color: #fff !important;
        }
    }
}

.siteBody_special {
    .pm-richText .rich_text_content > p{
        font-size: 11px;
    }
    .promoModule_title .title_content{
        max-width: 95%;
    }
    
    .pm-richText + .pmCoupon {
        margin-top: -30px;
    }
}