@charset "utf-8";

.fvBnr {
    margin-bottom: 1rem !important;
}

 .firstContainer .btn {
    width: 551px !important;
    height: 60px !important;
    background-color: #fff6ad;
}

.dli-copy {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 0.63em;
    height: 0.9em;
    background: #fff;
    border: 0.1em solid currentColor;
    border-radius: 0.1em;
    box-sizing: content-box;
    box-shadow: -0.2em 0.2em 0 -0.1em #fff, -0.2em 0.2em 0 0 currentColor;
}

.dli-copy>span {
    content: '';
    position: absolute;
    top: -0.1em;
    left: 50%;
    width: 0.315em;
    height: 0.315em;
    border: 0.1em solid currentColor;
    border-top: 0;
    border-right: 0;
    border-radius: 0 0 0 0.1em;
    box-sizing: content-box;
    overflow: hidden;
}

.dli-copy>span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0.44548em;
    height: 0.1em;
    background: currentColor;
    transform: rotate(45deg);
    transform-origin: left top;
    box-shadow: 0 -0.1575em 0 0.1575em #fff;
}

.featureContainer {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.featureContainer .assembly-step-list-sub>li {
    position: relative;
    padding-left: 26px;
    font-size: 20px;
    margin: 25px 0px;
}

.featureContainer .assembly-step-list-sub>li:before {
    top: 0;
    left: 30px;
    width: 21px;
    height: 21px
}

.featureContainer .assembly-step-list-sub>li:first-of-type:after {
    top: 3px;
    left: 28px;
    width: 27px;
    height: 16px
}

.featureContainer .assembly-step-list-sub>li:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #646464;
    content: ''
}

.featureContainer .assembly-step-list-sub li a::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 26%;
    right: 6px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: translateX(-25%) rotate(45deg);

}

.Categorycorner {
    margin: 2em 0;
    background: #fffce4;
    width: 32%;
}

.Categorycorner.rowLayout {
    background: #fff;
}

.Categorycorner .box-title {
    font-size: 20px;
    background: #fff6ad;
    padding: 10px;
    text-align: center;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.Categorycorner ul {
    padding: 15px 20px;
    margin: 0;
}

.Categorycorner.rowLayout>div {
    height: 50%;
    background: #fffce4;
}

.Categorycorner.rowLayout>div:first-of-type{
    height: 47.5%;

}

@media screen and (max-width: 520px) {
    .featureContainer {
        display: flex;
        justify-content: center;
    }

    .featureContainer .Categorycorner {
        width: 95%;
    }

    .Categorycorner.rowLayout>div {
        height: auto !important;
    }

    .Categorycorner.rowLayout>div:first-of-type{
        margin-bottom: 4rem;
    }
}