/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */

.fix-wrap {display:none}

@media (max-width:991px) {
	.wrapper {padding-bottom:80px}
	.fix-wrap, .fix-wrap.fixed-trans {display:block;position:fixed;top:inherit;bottom:0;left:0;z-index:99;width:100%;background:#fff;border-top:1px solid rgba(0,0,0,0.12)}
	.fix-wrap .container {padding-left:0;padding-right:0}
	.fix-navi ul {display:flex;align-items:stretch;justify-content:space-around;margin:0;padding:6px 0}
	.fix-navi li {flex:1}
	.fix-navi a {position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:6px 0;color:#000}
	.fix-navi img {width:24px;height:24px;object-fit:contain}
	.fix-navi span {font-size:12px;line-height:1}
	.fix-navi em {position:absolute;top:2px;right:50%;transform:translateX(18px);display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#b76e79;color:#fff;font-size:11px;font-style:normal}
	.fix-navi i {font-size:20px;line-height:24px}
}
