#body
{

    @media(min-width:980px)
    {
        background-image: url('<?=userimg($article->bg->data)?>');
        background-repeat: no-repeat;
        background-position: right center;
        background-size: auto 100%;
    }
    article
    {
        h1
        {
            color:$main-color;
            letter-spacing: 2px;
            margin-bottom: 50px;
            font-size:24px;
            font-weight: 300;
        }
        #content
        {
            padding-bottom:200px;
            line-height: 150%;
            font-size:14px;
            letter-spacing: 2px;

            font-weight: 300;
        }
    }

    #step
    {
        background: #f7f7f7;
        padding-top:100px;
        padding-bottom:100px;
        h2
        {
            text-align:center;
            color:$main-color;
            margin-bottom: 100px;
            span
            {
                display: inline-block;
                border:1px solid #ccc;
                padding:10px 30px;
                font-weight: 900;
                font-size: 18px;
                letter-spacing: 2px;
            }
        }
        ul
        {
            display: flex;
            flex-wrap:wrap;
            li
            {
                margin:0 10px;
                @media(min-width:980px)
                {

                    width: calc((100% - 100px) / 6);
                    &:nth-child(6n)
                    {
                        margin-right: 0px;
                    }
                    &:nth-child(6n + 1)
                    {
                        margin-left: 0px;
                    }
                }
                @media (min-width:768px) and (max-width:979px)
                {
                    margin-bottom:30px;
                    width: calc((100% - 40px) / 3);
                    &:nth-child(3n)
                    {
                        margin-right: 0px;
                    }
                    &:nth-child(3n + 1)
                    {
                        margin-left: 0px;
                    }
                }
                @media(max-width:767px)
                {
                    margin-bottom:30px;
                    width: calc((100% - 20px) / 2);
                    &:nth-child(2n)
                    {
                        margin-right: 0px;
                    }
                    &:nth-child(2n + 1)
                    {
                        margin-left: 0px;
                    }
                }
                text-align: center;
                span
                {

                    display: block;
                    margin-bottom: 10px;
                    font-weight: 300;
                }
                .icon
                {

                    width: 100px;
                    margin-left:auto;
                    margin-right:auto;
                    margin-bottom:10px;
                    position: relative;
                    &::after
                    {
                        width: 100px;
                        height:100px;
                        border-radius: 100%;
                        border:5px solid #f1f1f1;
                        content:  ' ';
                        display: block;
                        position: absolute;
                        top:0px;
                        left: 0px;

                    }
                }
                canvas
                {
                    width: 100px;
                    height:100px;
                    position: absolute;
                    top:0px;
                    left: 0px;
                    z-index: 1;
                    transform:rotate(270deg);
                }
                i
                {
                    display: block;
                    width: 100%;
                    line-height: 100px;
                    text-align: center;
                    font-size:50px;
                }
            }
        }
    }
}


@font-face {
  font-family: 'usericon';
  src:  url('/webdata/font/icomoon.eot?m3ptbg');
  src:  url('/webdata/font/icomoon.eot?m3ptbg#iefix') format('embedded-opentype'),
    url('/webdata/font/icomoon.ttf?m3ptbg') format('truetype'),
    url('/webdata/font/icomoon.woff?m3ptbg') format('woff'),
    url('/webdata/font/icomoon.svg?m3ptbg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.uicon
{
    font-family: 'usericon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    &.icon-step1
    {

        &::before
        {
            content:'\e900';
        }
    }
    &.icon-step2
    {
        &::before
        {
            content:'\e901';
        }
    }
    &.icon-step3
    {
        &::before
        {
            content:'\e902';
        }
    }
    &.icon-step4
    {
        &::before
        {
            content:'\e903';
        }
    }
    &.icon-step5
    {
        &::before
        {
            content:'\e904';
        }
    }
    &.icon-step6
    {
        &::before
        {
            content:'\e905';
        }
    }
}
