/* CSS */ /* on/off 박스 */ .check { position: relative; display: flex; flex-direction: column; color: #97acd1; align-items: center; } .check p { font-size: 14px; color: #97acd1; margin-bottom: 5px; } .check .button { position: relative; top: 50%; width: 50px; height: 25px; border-radius: 100px; } .check .button .checkbox { position: relative..