@charset "utf-8";
/* 사용자 지정 css (사이트에 맞게 변경하세요)
-------------------------------------------------------------------------------------- */


body,th,td,input,select,textarea,button {font-size:13px; line-height:1.5; font-family: 'NanumSquare' ,'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif; color:#333;}
a {text-decoration:none; color:#666;}
/* color값은 디자인가이드에 맞게사용 */

body {  /* 모바일과 반응형은 그대로 사용하시고, PC버전의 경우는 min-width의 값을 디자인기준에 맞춰서 변경해주세요*/
	min-width:320px;
}





/* 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%;}
}
