
/* QUICK */
#quick { position:absolute; width:100%; left:0; top:0; }
/*#quick > .area { position:relative; width:970px; margin:0 auto; } */
#quick > .area { position:relative; width:1440px; margin:0 auto; }
#quick > .area > .inner { position:absolute; width:80px; right:-90px; top:500px; z-index:9; }
#quick > .area > .inner > .banner01 { padding:10px; background-color:#54473a; text-align:center; }
#quick > .area > .inner > .banner01 a,
#quick > .area > .inner > .banner01 a:hover { font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; color:#fff; font-size:13px; line-height:18px; display:block; }
#quick > .area > .inner > .banner02 { margin-top:5px; padding:20px 10px; background-color:#ffab00; text-align:center; }
#quick > .area > .inner > .banner02 a,
#quick > .area > .inner > .banner02 a:hover { font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; color:#462f0e; font-size:13px; line-height:18px; display:block; }
#quick > .area > .inner > .banner03 { margin-top:5px; text-align:center; }
#quick > .area > .inner > .last_view { margin-top:10px; border:1px solid #d5d5d5; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
#quick > .area > .inner > .last_view .subject { padding:6px 0; background-color:#d5d5d5; font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; color:#2b2b2b; font-size:13px; line-height:18px; text-align:center; }
#quick > .area > .inner > .last_view .last_list { }
#quick > .area > .inner > .last_view .last_list ul { margin:0; padding:0; }
#quick > .area > .inner > .last_view .last_list li { list-style:none; border-top:1px solid #fff; line-height:0; }
#quick > .area > .inner > .last_view .last_list li:first-child { border-top:none; }
#quick > .area > .inner > .top { width:50px; height:50px; margin:10px auto; background-color:#000000; -moz-border-radius:40px; -webkit-border-radius:40px; border-radius:50%; font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; color:#fff; font-size:13px; line-height:50px; text-align:center; cursor:pointer; }


@media screen and (max-width:640px) {
	/* QUICK */
	#quick { display:none; }
}