/*# sourceMappingURL=Variables.css.map */ .dev-hidden { display: none !important; } .comm-cnt-level-field.lev1 { background-image: url("/images/comm_cntLevel_01.png"); } .comm-cnt-level-field.lev2 { background-image: url("/images/comm_cntLevel_02.png"); } .comm-cnt-level-field.lev3 { background-image: url("/images/comm_cntLevel_03.png"); } .comm-cnt-level-field.lev4 { background-image: url("/images/comm_cntLevel_04.png"); } .comm-cnt-level-field.lev5 { background-image: url("/images/comm_cntLevel_05.png"); } ul.c2 li { width: 49.98%; } ul.c3 li { width: 32.98%; } ul.c5 li { width: 19.9%; } .brown { background-color: #7e6d38; } .mint { background-color: #32818a; } /* 법령 상세 */ .relation-btn { background-color: deepskyblue; padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; color: white; } .btn-bk26 { height: 26px; font-size: 12px; line-height: 26px; background-color: #333; border: 1px solid #333; transition: 0.2s ease; } /* // 법령상세 */ /* 조문 내용 관련 */ .contents-field li { list-style-type: none; font-size: 14px; } .contents-field a { color: #3747de; text-decoration: underline; } .content-field li { list-style-type: none; font-size: 14px; } .content-field span { padding-bottom: 4px; line-height: 115%; font-weight: bold; } .content-field a { color: #3747de; text-decoration: underline; } .article { padding-bottom: 4px; line-height: 115%; font-weight: bold; } .article a { color: #010101; font-weight: bold; text-decoration: none; pointer-events: none; line-height: 115%; } .paragraph { padding-left: 1em; padding-bottom: 4px; line-height: 110%; } .subparagraph { padding-left: 2em; padding-bottom: 4px; line-height: 110%; } .item { padding-left: 3em; padding-bottom: 4px; line-height: 110%; } /* // 조문 내용 관련 */ /* font color 추가 */ .row-bottom-body.right table .ft-red * { color: red; } .row-bottom-body.right table .ft-blue * { color: blue; } /* 실무해설 contents 내의 font color 사용 */ #heasul_contents_wrap { color: initial !important; } #heasul_contents_wrap span *{ color: inherit; }