
@import url('font.css');


@media (min-width:1500px) {
	
.quick { position:fixed; top:215px; right:0; z-index:9;}
.quick ul li { margin:0; }

/* 헤더 */
#header_wrap { position:fixed; top:0; background:#fff; border-bottom:1px solid #dedede; width:100%; height:; z-index:9; }
#header_wrap .wrapper { position:relative; width:90%; min-width:1500px; margin:0 auto;}

#header_wrap .wrapper .logo { position:absolute; left:; top:23px; z-index:9;}
#header_wrap .wrapper .logo img { height:;}

#header_wrap .sns { position:absolute; right:0; top:28px; z-index:9; }
#header_wrap .sns ul li { float:left; }
#header_wrap .sns ul li img { height:35px; }
#header_wrap .sns ul li a { display:block; border-left:0px #fff solid;line-height:12px; padding:0 5px; font-size:0.9em; font-weight:300; color:#fff; }
#header_wrap .sns ul li:first-child a { border-left:0;}

#header_wrap .estimate { position:absolute; right:0; top:32px; z-index:9; }
#header_wrap .estimate a { background:#111; border-radius:5px; padding:5px 15px; font-size:0.9em; color:#fff; text-align:center; transition:.5s; }
#header_wrap .estimate a:hover { background:#0054c7; color:#fff; }

#header_wrap .quick { position:absolute; right:0; top:40px; padding:0; z-index:9;}
#header_wrap .quick li {float:left; }
#header_wrap .quick li:nth-child(2) .link:before { display: inline-block; content: ''; top:0; margin:0 10px; width: 1px; height: 12px; background-color: rgba(255,255,255,0.8);}
#header_wrap .quick li.link {display:block; border-radius:30px; border:1px solid rgba(105,193,30,1.0); padding:0 18px; font-size:15px; color:rgba(105,193,30,1.0); line-height:34px; font-weight: 500; letter-spacing:0; transition:all 0.5s;}
#header_wrap .quick li.link:hover { background:#69c11e; border:1px solid rgba(105,193,30,1.0); color:#fff; transition:all 0.5s;}
#header_wrap .quick li img { vertical-align:middle; margin-right:5px; padding-bottom:2px; }
#header_wrap .quick_mobile { display:none; }


/* 푸터 */
#footer{ background:url(../images/footer_bg.jpg) center; background-size:cover; z-index:9;}
#footer .common_customer { display:flex; justify-content:center; padding:60px 0; margin:0 auto; width:90%; max-width:1500px; }
#footer .common_customer h1 { margin:auto 0; font-size:1.1em; font-weight:400; color:#fff; }
#footer .common_customer h2 { margin:auto 0; font-family: 'GmarketSansBold'; font-size:2.0em; }
#footer .common_customer h2 a { margin:auto 0; color:#fff; }
#footer .common_customer h2 span { font-family: 'GmarketSansLight'; color:#fff; }
#footer .common_customer > span { display:inline-block; margin:0 20px; }

#footer .wrapper{ display:flex; justify-content:space-between; border-top:1px solid #545454; padding:40px 0; margin:0 auto; width:80%; max-width:1500px; }
#footer .footer_logo { display:flex; justify-content:center; flex-direction:column; flex-basis:; margin:0 50px 0 0; }
#footer .footer_logo img { width:; }
#footer .admin { display:flex; justify-content:center; flex-direction:column; margin:0 0 7px; }
#footer .admin li {display:inline-block; padding:0 10px 0 0; font-size:14px; font-weight:500; line-height:25px;}
#footer .admin li:last-child{ padding:0;}
#footer .admin li a{ color:#fff; line-height:25px;}
#footer .address { display:flex; justify-content:center; flex-direction:column; margin-right:auto; border-left:1px solid #545454; padding-left:50px; font-size:0.8em !important; color:#afaeae; line-height:1.6em; letter-spacing:0;}



}



@media (min-width:768px) and (max-width:1499px){
	
.quick { position:fixed; top:174px; right:0; z-index:9;}
.quick ul li { margin:0; }

	
/* 헤더 */
#header_wrap { position:fixed; top:0; background:#fff; border-bottom:1px solid #dedede; width:100%; height:; z-index:9; }
#header_wrap .wrapper { position:relative; width:90%; margin:0 auto; }

#header_wrap .wrapper .logo { position:absolute; left:; top:23px; z-index:9;}
#header_wrap .wrapper .logo img { height:; }

#header_wrap .sns { position:absolute; right:0; top:28px; z-index:9;}
#header_wrap .sns ul li { float:left; }
#header_wrap .sns ul li img { height:35px; }
#header_wrap .sns ul li a { display:block; border-left:0px #fff solid;line-height:12px; padding:0 5px; font-size:0.9em; font-weight:300; color:#fff; }
#header_wrap .sns ul li:first-child a { border-left:0;}

#header_wrap .estimate { position:absolute; right:0; top:32px; z-index:9; }
#header_wrap .estimate a { background:#111; border-radius:5px; padding:5px 15px; font-size:0.9em; color:#fff; text-align:center; transition:.5s; }
#header_wrap .estimate a:hover { background:#0054c7; color:#fff; }

#header_wrap .quick { position:absolute; right:0; top:40px; padding:0; z-index:9;}
#header_wrap .quick li {float:left; }
#header_wrap .quick li:nth-child(2) .link:before { display: inline-block; content: ''; top:0; margin:0 10px; width: 1px; height: 12px; background-color: rgba(255,255,255,0.8);}
#header_wrap .quick li.link {display:block; border-radius:30px; border:1px solid rgba(105,193,30,1.0); padding:0 18px; font-size:14px; color:rgba(105,193,30,1.0); line-height:34px; font-weight: 500; letter-spacing:0; transition:all 0.5s;}
#header_wrap .quick li.link:hover { background:#69c11e; border:1px solid rgba(105,193,30,1.0); color:#fff; transition:all 0.5s;}
#header_wrap .quick li img { vertical-align:middle; margin-right:5px; padding-bottom:2px; }
#header_wrap .quick_mobile { display:none; }


/* 푸터 */
#footer{ background:url(../images/footer_bg.jpg) center; background-size:cover; z-index:9;}
#footer .common_customer { display:flex; justify-content:center; padding:60px 0; margin:0 auto; width:90%; }
#footer .common_customer h1 { margin:auto 0; font-size:1.1em; font-weight:400; color:#fff; }
#footer .common_customer h2 { margin:auto 0; font-size:2.0em; font-family: 'GmarketSansBold'; }
#footer .common_customer h2 a { color:#fff; }
#footer .common_customer h2 span { font-family: 'GmarketSansLight'; color:#fff; }
#footer .common_customer > span { display:inline-block; margin:0 20px; }

#footer .wrapper{ display:flex; justify-content:space-between; border-top:1px solid #545454; padding:40px 0; margin:0 auto; width:90%;  }
#footer .footer_logo { display:flex; justify-content:center; flex-direction:column; flex-basis:; margin:0 50px 0 0; }
#footer .footer_logo img { width:; }
#footer .admin { display:flex; justify-content:center; flex-direction:column; margin:0 0 7px; }
#footer .admin li {display:inline-block; padding:0 10px 0 0; font-size:14px; font-weight:500; line-height:25px;}
#footer .admin li:last-child{ padding:0;}
#footer .admin li a{ color:#fff; line-height:25px;}
#footer .address { display:flex; justify-content:center; flex-direction:column; margin-right:auto; border-left:1px solid #545454; padding-left:50px; font-size:0.8em !important; color:#afaeae; line-height:1.6em; letter-spacing:0;}
	
}





@media (max-width:767px){
	
	
html { background:#fff;
  text-decoration:none; font-family:'Pretendard-Regular', 'Roboto', 'Noto Sans KR', 'Nanum Gothic', '맑은 고딕', Helvetica, sans-serif; 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 */
}

.quick { position:fixed; bottom:0; right:0; z-index:9;}
.quick ul li { margin:0; }
.quick img { width:70px; }

/* 헤더 */
#header_wrap { position:fixed; top:0; background:#fff; border-bottom:1px solid #dedede; 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:17px; z-index:7;}
#header_wrap .wrapper .logo img { height:30px; }

#header_wrap .sns {  }

#header_wrap .estimate { display:none; }



/* 푸터 */
#footer{ background:url(../images/footer_bg.jpg) center; background-size:cover; z-index:9;}
#footer .common_customer { padding:40px 0; margin:0 auto; width:90%; text-align:center; }
#footer .common_customer h1 { font-size:1.1em; font-weight:400; color:#fff; }
#footer .common_customer h2 { display:block; font-size:1.8em; font-family: 'GmarketSansBold'; }
#footer .common_customer h2 a { display:block; margin:0 0 20px; color:#fff; }
#footer .common_customer h2 span { display:none; color:#fff; }
#footer .common_customer > span { display:inline-block; margin:20px 0; }
#footer .common_customer > span img { height:35px;}

#footer .wrapper{ border-top:1px solid #545454; padding:30px 0; margin:0 auto; width:90%; text-align:center; }
#footer .footer_logo { display:block; margin:20px 0; }
#footer .footer_logo img { height:30px; }
#footer .admin { display:none; margin:0 0 7px; }
#footer .admin li {display:inline-block; padding:0 10px 0 0; font-size:14px; font-weight:500; line-height:25px;}
#footer .admin li:last-child{ padding:0;}
#footer .admin li a{ color:#fff; line-height:25px;}
#footer .address { display:flex; justify-content:center; flex-direction:column; margin-right:auto; border-left:0px solid #545454; padding-left:0; font-size:0.8em !important; color:#afaeae; line-height:1.6em; letter-spacing:0;}


}



