/*테스트해야해서 넣었어요. 중복일 경우 삭제하셔도 됩니다.*/
* {margin: 0; padding: 0;}
li {list-style: none;}
body {font-family: Pretendard;}
h2{
    font-family: "Pretendard";
    color:#333;
    margin:8px 0px;
}
.usage {
    max-width: 1200px;
    margin: 0 auto;
    margin-top:40px;
    margin-bottom:100px;
}
.usage h2{
    font-weight:500;
    line-height:24px;
    font-size:18px;
}
.usage h2:first-child{
    text-align: center;
    font-weight:700;
    font-size:24px;
    margin-bottom:90px;
}
.usage p{
    line-height:24px;
    padding-left:8px;
    margin-bottom:10px;
}

/*반응형쿼리*/
@media screen and (max-width:1120px) {

}

@media screen and (max-width:600px) {
    .usage{
        max-width:calc(100% - 40px);
    }
}