/*2018.02.22 À¯´ë±Ô: ¿øÁø¾Ë¹Ì´½ Å×¸¶ º¯°æ*/
@import "theme/wj-gray/jquery-ui.css";

/*2015.04.01 À¯´ë±Ô: Ç°¹ø ÀÚµ¿¿Ï¼º¿¡ ÇÊ¿äÇÑ Å¬·¡½º(·Îµù ÀÌ¹ÌÁö µî) */
.ui-autocomplete-loading { background: white url("/img/load08.gif") right center no-repeat; }
/*2015.04.01 À¯´ë±Ô: jquery ´ÙÀÌ¾ó·Î±×ÀÇ ÀÔ·ÂÄÁÆ® ÀÚµ¿¿Ï¼ºÀÌ µÚ·Î ¼û´Â ¹®Á¦ ÇØ°á*/
.ui-autocomplete {z-index: 101; max-height: 400px; overflow-y: auto; overflow-x: hidden; }
.ui-autocomplete .ui-menu-item { cursor: pointer; font-family: µ¸¿ò; font-size: 12px!important; white-space: nowrap; }
	.ui-menu-item code { font-weight: bold; }
	.ui-menu-item b { color: blue; text-decoration: underline; }
	.ui-menu-item span { font-size: 11px; font-family: µ¸¿ò; color: #333; }

.autocom-item > a { display: block; }
	.autocom-item > a:hover { text-decoration: none; }

/*jquery ui dialog ¿¡¼­ ´Ý±â¹öÆ° Á¦°ÅÇÒ‹š »ç¿ë*/
.noclose .ui-dialog-titlebar-close { display:none; }
