@import '@styles/var.scss'; .temp-detail { &-list { padding: 20px 20px 0 20px; &-title { margin-bottom: 20px; @include eject(display, block); } &-content { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; } } }