/* 상단 레이아웃 */
#hd { position:fixed;  top:0; left:0;  width:100%; margin: auto; z-index:5; background-color:#ffffff; }
.hd_sub { background:rgba(255,255,255,0.8) !important; }
#hd_wrapper {width:100%; max-width:1600px; position:relative;margin:0 auto;padding:0px 0 0; zoom:1; height:120px; background:transparent; border-bottom:1px solid #f1f1f1; box-sizing: border-box; }
#hd_wrapper:after {display:block; visibility:hidden; clear:both; content:""}

/* 메인 중간 레이아웃 */
#wrapper_main {width:100%;}
#container_main {width:100%;}

/* 서브 중간 레이아웃 */
#wrapper {z-index:4;margin:0 auto;max-width:1600px;zoom:1; }
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#container {z-index: 4; position: relative; padding: 0; height: auto !important; min-height: 500px; background: #fff; font-size: 1em; zoom: 1; padding: 30px 0px 50px 0; box-sizing: border-box;}
#container:after {display:block;visibility:hidden;clear:both;content:""}


/* 하단 레이아웃 */
#ft { width:100%; height:auto; background-color:#fff; border-top:1px solid #ccc; }

@media ( max-width: 1199px ) {

}

@media ( max-width: 1023px ) {
	#hd_wrapper {height:80px; }

	#ft { padding-bottom:0px; }
}

@media ( max-width: 767px ) {

}

@media ( max-width: 479px ) {

}