@media (min-width:1600px) {

/* 헤더 */
#header_wrap { position:absolute; top:0; background:#; box-shadow:0 0 8px rgba(0,0,0,0); width:100%; height:; z-index:9; }
#header_wrap .wrapper { position:relative; display:flex; justify-content:space-between; width:90%; margin:0 auto;}

#header_wrap .wrapper .logo { margin:auto 0; margin:30px 0; z-index:9;}
#header_wrap .wrapper .logo img { height:;}

#header_wrap .wrapper .state { order:3; margin:auto 0; z-index:9;}
#header_wrap .wrapper .state ul { display:flex; }
#header_wrap .wrapper .state ul li { display:inline-block; margin-left:10px; }
#header_wrap .wrapper .state ul li a { display:inline-block; border-radius:30px; border:1px solid rgba(255,255,252,0.5); padding:3px 15px; font-size:0.95rem; color:#fff; text-align:center; transition:.3s; }
#header_wrap .wrapper .state ul li a:hover { background:#0073dd; }
#header_wrap .wrapper .state ul li a strong { display:inline-block; margin-left:5px; font-size:1.1rem; }
#header_wrap .wrapper .state ul li a img { padding:3px 0 0; }
#header_wrap .wrapper .state ul li:first-child a { border:0; background:#f24023; }
#header_wrap .wrapper .state ul li:first-child a strong { font-size:1.3rem; }


/* 푸터 */
#footer { padding:80px 0 60px; background:#f4f6f8; }
#footer .wrapper { margin:0 auto; width:90%; max-width:1600px; }
#footer .content_wrap { display:flex; justify-content:space-between; flex-wrap:wrap; }
#footer .content_wrap .info { display:flex; }
#footer .content_wrap .logo { margin:auto 0; }
#footer .content_wrap .logo img { height:50px; }
#footer .content_wrap .info .address { }
#footer .content_wrap .info .address > p { font-size:0.9em; color:#666; line-height:1.8rem; }
#footer .content_wrap .customer { margin:auto 0; }
#footer .content_wrap .customer ul li { margin:5px 0; font-size:0.9em; color:#666; }
#footer .content_wrap .customer ul li span { margin:0 10px 0 0; }
#footer .content_wrap .customer ul li strong { font-size:1.4em; font-weight:800; color:#fff; }
#footer .ft_copy { display:flex; justify-content:space-between; flex-wrap:wrap; margin:25px 0 0; padding:25px 0 0; border-top:1px solid #d5d5d5; }
#footer .ft_copy ul { display:flex; }
#footer .ft_copy ul li { margin:auto 0; }
#footer .ft_copy ul li a { margin:0 20px 0 0; font-size:0.9em; color:#222; }
#footer .ft_copy .copy { font-size:0.9em; color:#666; }


/* 퀵메뉴 */
.quick { position:fixed; top:100px; right:10px; z-index:9;}
.quick ul li { margin:10px 0; text-align:center; }

}




@media (min-width:768px) and (max-width:1599px){
	
/* 헤더 */
#header_wrap { position:absolute; top:0; background:#; box-shadow:0 0 8px rgba(0,0,0,0); width:100%; height:110px; z-index:9; }
#header_wrap .wrapper { position:relative; display:flex; justify-content:space-between; width:90%; margin:0 auto; }

#header_wrap .wrapper .logo { margin:auto 0; margin:30px 0; z-index:9;}
#header_wrap .wrapper .logo img { height:; }

#header_wrap .wrapper .state { order:3; margin:auto 0; z-index:9;}
#header_wrap .wrapper .state ul { display:flex; }
#header_wrap .wrapper .state ul li { display:inline-block; margin-left:10px; }
#header_wrap .wrapper .state ul li a { display:inline-block; border-radius:30px; border:1px solid rgba(255,255,252,0.5); padding:3px 15px; font-size:0.95rem; color:#fff; text-align:center; transition:.3s; }
#header_wrap .wrapper .state ul li a:hover { background:#0073dd; }
#header_wrap .wrapper .state ul li a strong { display:inline-block; margin-left:5px; font-size:1.1rem; }
#header_wrap .wrapper .state ul li a img { padding:3px 0 0; }
#header_wrap .wrapper .state ul li:first-child a { border:0; background:#f24023; }
#header_wrap .wrapper .state ul li:first-child a strong { font-size:1.2rem; }

/* 푸터 */
#footer { padding:80px 0 60px; background:#f4f6f8; }
#footer .wrapper { margin:0 auto; width:90%; }
#footer .content_wrap { display:flex; justify-content:space-between; flex-wrap:wrap; }
#footer .content_wrap .info {  }
#footer .content_wrap .logo { margin:auto 0; }
#footer .content_wrap .logo img { height:40px; }
#footer .content_wrap .info .address { order:2; }
#footer .content_wrap .info .address > p { font-size:0.9em; color:#666; line-height:1.8rem; }
#footer .content_wrap .customer { margin:auto 0; }
#footer .content_wrap .customer ul li { margin:5px 0; font-size:0.9em; color:#666; }
#footer .content_wrap .customer ul li span { margin:0 10px 0 0; }
#footer .content_wrap .customer ul li strong { font-size:1.4em; font-weight:800; color:#fff; }
#footer .ft_copy { display:flex; justify-content:space-between; flex-wrap:wrap; margin:25px 0 0; padding:25px 0 0; border-top:1px solid #d5d5d5; }
#footer .ft_copy ul { display:flex; }
#footer .ft_copy ul li { margin:auto 0; }
#footer .ft_copy ul li a { margin:0 20px 0 0; font-size:0.9em; color:#222; }
#footer .ft_copy .copy { font-size:0.9em; color:#666; }

	
/* 퀵메뉴 */
.quick { position:fixed; top:100px; right:10px; z-index:8;}
.quick img {width: 100px}
.quick ul li { margin:10px 0; text-align:center; }	

}



@media (max-width:767px){
	
	
html { background:#fff;
  text-decoration:none; font-size:13px; font-weight:400; color:#444; letter-spacing:0; line-height:1.4em; word-break:keep-all;/* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-x:hidden; /* 가로 스크롤 X */
}
	
/* 헤더 */
#header_wrap { position:absolute; top:0; background:#; box-shadow:0 0 8px rgba(0,0,0,0); width:100%; height:60px; z-index:9;}
#header_wrap .wrapper { position:relative; width:90%; margin:0 auto; }

#header_wrap .wrapper .logo { position:absolute; left:; top:12px; z-index:7;}
#header_wrap .wrapper .logo img { height:35px; }

#header_wrap .wrapper .state { display:none; position:absolute; right:0; top:20px; padding:0; z-index:6;}


/* 푸터 */
#footer { padding:60px 0 40px; background:#f4f6f8; }
#footer .wrapper { margin:0 auto; width:90%; }
#footer .content_wrap { display:flex; justify-content:space-between; flex-wrap:wrap; }
#footer .content_wrap .info { order:2; }
#footer .content_wrap .info .address { }
#footer .content_wrap .info .address > p { font-size:0.9em; color:#666; line-height:1.8rem; }
#footer .content_wrap .logo { display:block; margin:0 0 20px; }
#footer .content_wrap .logo img { height:30px; }
#footer .content_wrap .customer { margin:20px 0 0; }
#footer .content_wrap .customer ul li { margin:5px 0; font-size:0.9em; color:#666; }
#footer .content_wrap .customer ul li span { margin:0 10px 0 0; }
#footer .content_wrap .customer ul li strong { font-size:1.4em; font-weight:800; color:#fff; }
#footer .ft_copy { display:flex; justify-content:space-between; flex-wrap:wrap; margin:25px 0 0; padding:25px 0 0; border-top:1px solid #d5d5d5; }
#footer .ft_copy ul { display:flex; }
#footer .ft_copy ul li { margin:auto 0; }
#footer .ft_copy ul li a { margin:0 10px 0 0; font-size:0.9em; color:#222; }
#footer .ft_copy ul li img { height:25px; }
#footer .ft_copy ul li:nth-child(2) { display:none; }
#footer .ft_copy .copy { margin:15px 0 0; font-size:0.9em; color:#666; }


/* 퀵메뉴 */
.quick { position:fixed; top:60px; right:10px; z-index:8;}
.quick img {width:50px}
.quick li:last-child img {width:30px}
.quick ul li { margin:10px 0; text-align:center; }


}



