/* footer */

		.footer {background:#333333;padding-bottom:20px;width:100%;min-width:1200px;}
		.footwrap {width:1200px;margin:0 auto;padding:20px 0;font-size:13px;}

		.logoBox {line-height:0px;float:left;vertical-align:middle;margin-right:50px;}

		.copyright {float:left;width:60%;vertical-align:top;}
		.familymap {float:right;vertical-align:top;height:50px;}


div.familymap select {
  -webkit-appearance: none;  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  background: url(../images/common/arow_top.png) no-repeat 95% 50%;  /* 화살표 모양의 이미지 */ 
  border:0px;
}

/* IE 10, 11의 네이티브 화살표 숨기기 */
div.familymap select::-ms-expand { 
  display: none;
}

div.familymap select {
	/* width: 100%; 원하는 너비설정 */
  padding: .8em .5em; /* 여백으로 높이 설정 */
  padding-right: 20px;
  line-height: normal;
	vertical-align:top;
  background:#333333 url(../images/common/arow_top.png) no-repeat 95% 50%; /* 네이티브 화살표 대체 */  
  border-bottom: 1px solid #999; 
  border-radius: 0px; /* iOS 둥근모서리 제거 */
  -webkit-appearance: none; /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
	color:#fff;
}
