@media all and (min-width:800px) {    /* 화면 너비가 980px 이상이고 미디어쿼리를 지원하는 브라우저라면 아래 코드를 해석함 */
}

 
header{ position:; background:#; width:100%; z-index:9; }
/* header > .wrapper {position:fixed; top:0; left:0; width:100%; height:50px; background:#; border-bottom:1px #273056 solid; width:100%; height:100%; overflow:hidden; overflow-y:scroll; z-index:999;} */
header > .wrapper {position:relative; width:100%; height:60px; background:#; border-bottom:0px #273056 solid; width:100%; z-index:99999;}
header > .wrapper > .top_tel { position:absolute; left:55%; top:11px; width:; margin-left:;}
header > .wrapper > .top_tel img {height:40px; }
header > .wrapper > .top_tel li { display:inline-block; margin:0 3px;}
header > .wrapper > .logo { position:absolute; top:15px; left:3.5%}
header > .wrapper > .logo img {height:30px; }
header > .wrapper > #pattern { width:100%; }



.quick { position:fixed; right:3%; bottom:35%; z-index:10;}
.quick li { margin:5px 0; }
.quick img { border:2px solid #fff; border-radius:4px; height:40px; }




/* ----------- footer ---------------------- */

.bottom { margin:25px 0;}

.footer_tel { width:100%; margin:0 auto; overflow:hidden;}

#footer { background:#232323; width:92%; margin:0 auto; padding:20px 4%; overflow:hidden;}

#footer .address { display:block; color:#c5c5c5; font-size:0.8em; line-height:1.4em; text-align:center;}
#footer .logo { width:100px; margin:0 auto 20px; }









