/* 자동완성의 제시어 목록을 위한 CSS. */ /* .output { font-family: Arial; font-size: 10pt; color: black; padding-left: 3px; padding-top: 3px; border: 1px solid #83a6c8; width: 100px; background: #fff; } .shadow { width: 102px; position: relative; top: 2px; left: 2px; background: #555; } */ .shadow { position: absolute; width:375px; padding:3px 0 3px 0; text-align:center; border:#83a6c8 solid 1px; background:#eff4f8; visibility:hidden; z-index:99; } #border {width:367px; padding:1px 0 1px 0; border:#dae5eb solid 1px; background:#ffffff;} .output { width:375px; height:75px; padding:0 1px 0 1px; text-align:left; overflow:auto; font-size:10pt; color:#000000; scrollbar-highlight-color:#f2f7f9; scrollbar-3dlight-color:#c3cee1; scrollbar-face-color:#f2f7f9; scrollbar-shadow-color:#c3cee1; scrollbar-darkshadow-color:#f3f5fa; scrollbar-track-color:#f2f7f9; scrollbar-arrow-color:#81a0c1; } /* .shadow div { position: relative; top: -2px; left: -2px; } */ .word { margin: 2px 5px 0 0; line-height: 15px; } .entity { color: #3333BB; line-height: 15px; }