@charset "utf-8";
/* 사용자 지정 css (사이트에 맞게 변경하세요)
-------------------------------------------------------------------------------------- */





/* quick menu */

.quick_bar{position:fixed; z-index:333; bottom: 10%; right:3%;}
.quick_bar p{text-align:center; width:110px; height:110px; padding:10px; background:rgba(0,0,0,0.7); margin-bottom:10px; letter-spacing:-0.5px; font-weight:700; line-height:16px;}
.quick_bar p a{color:#fff;}
.quick_bar p strong{display:block; font-size:12px;}
.quick_bar p span.yellow{color:#;}

@media screen and (max-width: 1530px) { 
	.quick_bar p{text-align:center; width:50px; height:50px; background:rgba(0,0,0,0.7); padding:10px;}
	.quick_bar p img{width:100%;}
	.quick_bar p strong{display:none;}
	.quick_bar{bottom:8%; right:0%;}
}
