@charset "UTF-8";
@media screen and (max-width:1400px){ 
	.chk_list_area.row8 > .list > li {width: calc(16.6666% - 2.5px);}
	.chk_list_area.row8 > .list > li:nth-child(8n) {margin: 0 3px 0 0;}
	.chk_list_area.row8 > .list > li:nth-child(6n) {margin: 0; !important;}

}
@media screen and (max-width:1080px){
	/* radio style 1 */
	.radio_area label .radio_inp {width: 16px; height: 16px;}
	.radio_area label .text  {font-size: 14px; line-height: 25px;}

	/* chk style 1 */
	.chk_area label .inp_chk {width: 16px; height: 16px;}
	.chk_area label .text  {font-size: 14px; line-height: 25px;}


	.chk_list_area.row4 > .list > li {width: calc(33.3333% - 6.6666px);}
	.chk_list_area.row4 > .list > li:nth-child(3n) {margin: 0 !important;}

	.chk_list_area.row8 > .list > li {width: calc(20% - 2.4px);}
	.chk_list_area.row8 > .list > li:nth-child(6n) {margin: 0 3px 0 0 !important;}
	.chk_list_area.row8 > .list > li:nth-child(5n) {margin: 0 !important;}
	
}

@media screen and (max-width:767px){ 
	.chk_list_area.row4 > .list > li {width: calc(50% - 5px);}
	.chk_list_area.row4 > .list > li:nth-child(3n) {margin: 0 10px 0 0 !important;}
	.chk_list_area.row4 > .list > li:nth-child(2n) {margin: 0 !important;}

	.chk_list_area.row8 > .list > li {width: calc(33.3333% - 2px);}
	.chk_list_area.row8 > .list > li:nth-child(5n) {margin: 0 3px 0 0 !important;}
	.chk_list_area.row8 > .list > li:nth-child(3n) {margin: 0 !important;}
}

@media screen and (max-width: 480px){ 
	.chk_list_area.row4 > .list > li {width: 100%; margin: 0 0 5px !important;}
	.chk_list_area.row4 > .list > li:nth-child(3n) {margin: 0 0 5px !important;}
	.chk_list_area.row4 > .list > li:nth-child(2n) {margin: 0 0 5px !important;}
	.chk_list_area.row4 > .list > li:last-child {margin: 0 !important;}

	.chk_list_area.row8 > .list {display: flex; flex-wrap: wrap; gap: 5px 10px;}
	.chk_list_area.row8 > .list > li {width: inherit; margin: 0 !important;}
	.chk_list_area.row8 > .list > li:nth-child(3n) {margin: 0 !important;}
}