@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --main_c : #f05523;
}


:root {
  --main_c2 : #1c2e5d;
}


 
#wrap {width:100%;    position:relative;  display:inline-block}
 
#container {  width:100%; display:inline-block;  }
.in {width:100%; margin:0 auto; max-width:1240px;  }
 

 @media all and (max-width:1241px) {

  .in {padding:0 4%; box-sizing:border-box }

}

/*푸터*/
 
a.top_link {width:60px;  line-height:60px; background-color:#333; text-align:Center; font-size:1rem; display:inline-block; color:#fff;   position:fixed; right:0; bottom:200px; z-index:999999999 }

footer {width:100%; background-color:#fff; border-top:1px solid #ddd; font-size:1rem; font-weight:300; padding:60px 0 60px 0;  box-sizing:border-box; line-height:1.5; color:#666; display:inline-block }
footer .flex {gap:50px; align-items:center}
footer h2 {margin-bottom:10px; }
footer span b {color:#222}



 @media all and (max-width:900px) {
	footer {font-size:15px}
	footer img {width:70px; }
	footer .flex {gap:15px}
	footer h2 {margin-bottom:0}
 }


  
