@charset "euc-kr";

#tooltipImage {position: absolute; display: none; border: 1px solid #ccc; background: #fff; padding: 10px; border-radius: 8px; z-index: 1000; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); pointer-events: none;}
#tooltipImage img {max-width: 270px; max-height: 300px; display: block;}
#tooltipImage .alt-text {font-size: 14px; font-weight: bold; margin-top: 4px; color: #000; text-align: center;}
/* ¸»Ç³¼± ²¿¸® ¾Æ·¡ ¹æÇâ */
#tooltipImage::after {content: ""; position: absolute; top: 100%; /* ¾Æ·¡ÂÊ */ left: var(--tail-left, 50%); transform: translateX(-50%); width: 0; height: 0; border: 8px solid transparent; border-width: 16px 12px 0 12px; /* À§:16px, ÁÂ¿ì:12px, ¾Æ·¡:0 */ border-top-color: #fff; filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));pointer-events: none;}
/* ¸ÞÀÎ ÀÌ¹ÌÁö ½ºÅ¸ÀÏ */
img[usemap] {display: block; max-width: 100%;}