html 체크 박스 이미지 체크 박스 체크박스 체크박스 라디오 체크 박스 선택1 선택2 선택3 css @charset "utf-8"; /* 움직이는 ON/OFF 버튼 */ .check_wrap{ margin: 100px; } .check_form, .check_form2, .radio_form{ margin: 20px; } .check_form input, .check_form2 input, .radio_form input{ position: absolute; overflow: hidden; width: 1px; height: 1px; margin: -1px; opacity: 0; } .check_form label::before{ content: ''; display: block; position: a..