.l-pd p {
    text-align: justify;
}
.magazine-visual img {
    display: none;
}

.img-size .magazine-fig {
    /* max-width: 500px; */
    margin: 0 auto;
}

.magazine-view .l-pd+.l-pd {
    margin-top: 45px;
}
/*180912 add. br제거하고 삽입.*/

.l-pd .sub-tit {
    margin-bottom: 2em;
}

.l-pd p+p {
    margin-top: 2em;
}

.l-pd .center+p {
    margin-top: 1em
}

.l-pd .center {
    text-align: center;
}

.center {
    text-align: center;
}

.text-start-left {
    text-indent: 2em
}

.use-step ul {
    margin-bottom: 30px;
}

.use-step>p {
    font-size: 13px;
    text-align: center;
}

.use-step li {
    width: 20%;
    float: left;
    text-align: center;
}

.use-step li>div p {
    position: relative;
}

.use-step li>div p:before {
    content: "";
    width: 7px;
    height: 11px;
    /* background:url(static/images/1233817_img05.jpg) center no-repeat; */
    position: absolute;
    right: 0;
    bottom: 9px;
}

.use-step li:last-child>div p:before {
    display: none;
}

@media only all and (max-width: 1023px) {
    .magazine-view .l-pd+.l-pd {
        margin-top: 35px;
    }
}

@media screen and (max-width: 768px) {
    .magazine-view .l-pd+.l-pd {
        margin-top: 25px;
    }
    .use-step li {
        width: 33.333%;
    }
    /*//180912 add. br제거하고 삽입.*/
}

@media only all and (max-width: 384px) {
    .magazine-view .l-pd+.l-pd {
        margin-top: 20px;
    }
}