/* layer-link */
.layer-link {
	position: absolute;
	/* min-width: 115px; */
	z-index: 99;
	padding: 15px 20px 15px 10px;
	border: 1px solid #126dbb;
	background: #fff;
	text-align: left;
	color: #6d6d6d;
	font-size: 14px;
}

.layer-link .ar-left {
	position: absolute;
	top: 5px;
	left: -6px;
	width: 6px;
	height: 11px;
	background: url(./img/bu_ar_layer_l.gif) no-repeat 0 0;
}

.layer-link .ar-bottom {
	position: absolute;
	top: -6px;
	left: 12px;
	width: 11px;
	height: 6px;
	background: url(./img/bu_ar_layer_b.gif) no-repeat 0 0;
}
.layer-link .ar-bottom.right {left: auto;right: 20px;}
.layer-link .ar-bottom.center {left: 50%;margin-left: -5px;}

.layer-link .ar-right {
	position: absolute;
	top: 5px;
	right: -6px;
	width: 6px;
	height: 11px;
	background: url(./img/bu_ar_layer_r.gif) no-repeat 0 0;
}

.layer-link li+li {
	margin-top: 6px;
}

.layer-link li a {
	display: block;
	height: 27px;
	line-height: 27px;
	background: #e5e5e5;
	border: 1px solid #c9c9c9;
	color: #6d6d6d;
	text-align: center;
	text-decoration:none !important
}

.layer-link li a:focus,
.layer-link li a:hover {
	background: #124993;
	border: 1px solid #22559a;
	color: #fff;
}
.layer-link.txtLink a{line-height:16px;height:16px;border:none;text-align:left;background:none;font-size:13px}
.layer-link.txtLink a:focus, .layer-link.txtLink a:hover{background-color:transparent;border:none;color:#3d3d3d;}
.layer-link.txtLink .layer-close a{height:100%;background: #126dbb url(./img/icon_close_layer.gif) no-repeat 1px 0;}

.layer-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 16px;
}
.layer-close a {
	display: block;
	width: 100%;
	height: 100%;
	background: #126dbb url(./img/icon_close_layer.gif) no-repeat 1px 0;
}
.layer-close.show-close a {
	display: block;
	width: 100%;
	height: 100%;
	background: #126dbb url(./img/icon_close_layer.gif) no-repeat 1px 0 !important;
}

.layer-close span {
	/* display: none; */
	overflow:hidden;
	position:absolute;
	top:0;
	left:-999em;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	width:1px !important;
	height:1px !important;
}/* 220512수정(웹접근성) */

