@charset "utf-8";
.ding-fixed-container {
    position: fixed;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    bottom: 0;
    left: 0;
	font-family: Tahoma,Geneva,sans-serif;
    text-align: center;
    color: #ffffff;
    background-color: rgba(38, 42, 130, 0.9);
    z-index: 9999;
}
.ding-fixed-container-rel {
    position: relative;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80px;
	line-height: 34px;
    min-height: 80px;
    max-height: 80px;
	padding:0px 0 0 0; /* Á¦¸ñ »ó´Ü ¿©¹é Á¶Á¤À» À§ÇØ Ãß°¡ */
    top: 0;
    left: 0;
	font-family: Tahoma,Geneva,sans-serif;
	letter-spacing: 0.025em;
    text-align: center;
    color: #ffffff;
    background-color: rgba(38, 42, 130, 0.9);
    z-index: 9999;
}
.ding-fixed-container .close {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 12px;
    top: 10px;
    cursor: pointer;
}