접근성수정

This commit is contained in:
com02 2021-12-02 10:16:51 +09:00
parent 5346533b9f
commit d77d67a394

View File

@ -2028,6 +2028,7 @@ animation: animate-bg2 2.0s 1.9s ease-in infinite;
.check input[type="checkbox"]:hover + label:before {border-color: #2781c1;} .check input[type="checkbox"]:hover + label:before {border-color: #2781c1;}
.check input[type="checkbox"]:checked + label:before {background: url(/images/icon/icon-checked.svg) no-repeat 0px;} .check input[type="checkbox"]:checked + label:before {background: url(/images/icon/icon-checked.svg) no-repeat 0px;}
.check.tab input[type="checkbox"]:checked + label:before {background: url(/images/icon/icon-checked-tab.png) no-repeat center;position: absolute;top:18px;right:8px;left:auto;} .check.tab input[type="checkbox"]:checked + label:before {background: url(/images/icon/icon-checked-tab.png) no-repeat center;position: absolute;top:18px;right:8px;left:auto;}
.filter-wrap .filter .depth-2 .check input {width:100px;height:28px;appearance:initial;clip: initial;}
.pop-advanced-search .check input[type="checkbox"] + label {font: 12px 'dotum', '돋움', sans-serif;padding-left: 20px;line-height: 15px;} .pop-advanced-search .check input[type="checkbox"] + label {font: 12px 'dotum', '돋움', sans-serif;padding-left: 20px;line-height: 15px;}
.pop-advanced-search .check input[type="checkbox"] + label:before {top: 0;width: 13px;height: 13px;} .pop-advanced-search .check input[type="checkbox"] + label:before {top: 0;width: 13px;height: 13px;}