/*member*/
.list_checkbox label{padding:0 0 0 5px !important;}
.form_custom_g{float:right;}
/*체크박스 기본*/
.form_custom input[type="checkbox"]{position: absolute;top: 3px;left: 1px;width: 0;z-index: -1;visibility: hidden;}
.form_custom input[type="checkbox"] + label {position: relative;top: 0;left: 0;display: inline-block;min-width: 16px;min-height: 16px;padding: 0 0 0 24px;background: url(/data/base/imgs/icon/c_checked.png) no-repeat 0px 50%;color: #333;font-size: 15px;letter-spacing: -1px;line-height: 1;cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; background-size: 15px 15px;}
.form_custom input[type="checkbox"]:checked + label{  background: url(/data/base/imgs/icon/c_checked_on.png) no-repeat 0px 50%;background-size: 15px 15px;}
/*체크박스 작은사이즈*/
.form_custom_sm input[type="checkbox"]{position: absolute;top: 3px;left: 1px;width: 0;z-index: -1;visibility: hidden;}
.form_custom_sm input[type="checkbox"] + label {position: relative;top: 10px;left: 0;display: inline-block;min-width: 16px;min-height: 16px;padding: 0 0 0 24px;background: url(/data/base/imgs/icon/c_checked.png) no-repeat 0px 50%;color: #333;font-size: 13px;letter-spacing: -1px;line-height: 1;cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;background-size: 15px 15px;}
.form_custom_sm input[type="checkbox"]:checked + label{  background: url(/data/base/imgs/icon/c_checked_on.png) no-repeat 0px 50%;background-size: 15px 15px;}
/*체크박스 동그라미*/
.form_custom_c input[type="checkbox"]{position: absolute;top: 3px;left: 1px;width: 0;z-index: -1;visibility: hidden;}
.form_custom_c input[type="checkbox"] + label {position: relative;top: 0;left: 0;display: inline-block;min-width: 22px;min-height:22px;padding: 0 0 0 27px;background: url(/data/base/imgs/icon/cc_checked.png) no-repeat 0px 50%;color: #333;letter-spacing: -1px;cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}
.form_custom_c input[type="checkbox"]:checked + label{  background: url(/data/base/imgs/icon/cc_checked_on.png) no-repeat 0px 50%;}
/*체크박스 동그라미-카테고리 따로*/
.form_custom_g input[type="checkbox"]{position: absolute;top: 3px;left: 1px;width: 0;z-index: -1;visibility: hidden;}
.form_custom_g input[type="checkbox"] + label {position: relative;top:30px;right:5px;display: inline-block;min-width: 22px;min-height:22px;z-index:1;background: url(/data/base/imgs/icon/cc_checked.png) no-repeat 0px 50%;color: #333;letter-spacing: -1px;cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}
.form_custom_g input[type="checkbox"]:checked + label{  background: url(/data/base/imgs/icon/cc_checked_on.png) no-repeat 0px 50%;}
.form_custom_l input[type="checkbox"]{position: absolute;top: 3px;left: 1px;width: 0;z-index: -1;visibility: hidden;}
.form_custom_l input[type="checkbox"] + label {position: relative;top:0px;right:5px;display: inline-block;min-width: 22px;min-height:22px;z-index:1;background: url(/data/base/imgs/icon/cc_checked.png) no-repeat 0px 50%;color: #333;letter-spacing: -1px;cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}
.form_custom_l input[type="checkbox"]:checked + label{  background: url(/data/base/imgs/icon/cc_checked_on.png) no-repeat 0px 50%;}

/*라디오 기본*/
.form_custom input[type="radio"]{position: absolute;top: 3px;left: 1px;width: 0;z-index: -1;visibility: hidden;}
.form_custom input[type="radio"] + label {position: relative;top: 0;left: 0;display: inline-block;min-width: 16px;min-height:16px;padding: 1px 0 0 22px;background: url(/data/base/imgs/icon/r_checked.png) no-repeat 0px 50%;color: #333;cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}
.form_custom input[type="radio"]:checked + label{  background: url(/data/base/imgs/icon/r_checked_on.png) no-repeat 0px 50%;background-size: 16pxpx 16px;}

/*라디오 동그라미*/
.form_custom_c input[type="radio"]{position: absolute;top: 3px;left: 1px;width: 0;z-index: -1;visibility: hidden;}
.form_custom_c input[type="radio"] + label {position: relative;top: 0;left: 0;display: inline-block;min-width: 22px;min-height:22px;padding: 0 0 0 27px;background: url(/data/base/imgs/icon/cc_checked.png) no-repeat 0px 50%;color: #333;letter-spacing: -1px;cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}
.form_custom_c input[type="radio"]:checked + label{  background: url(/data/base/imgs/icon/cc_checked_on.png) no-repeat 0px 50%;}

