@charset "utf-8";
/* 승희아빠 */

.kor { word-wrap: break-word; word-break: keep-all; }/* 한글 줄바꿈 */
a { color:#333; }
a:focus, a:hover { color:#555; text-decoration: none; }
.link-inverse a { color:#fff; }
.link-inverse a:focus, .link-inverse a:hover { color: #ddd; }

/* Layout */
#formSearch { margin-top:25px }
#listTopMenu { margin-top:30px; }

/* Extra Small */
@media(max-width:767px){

	/* 메뉴 픽스 */
	.navbar-static-top {
	top: 0px;
	border-width: 0 0 1px;
	position: fixed;
	right: 0px;
	left: 0px;
	z-index: 1030;
	}

	/* 첫 섹션 하단 여백 줄이기 */
	#headSection { padding-bottom:0px; }

	/* 외부로그인 하단 여백 늘이기 */
	#colOutLogin { padding-bottom:35px; }

	/* 최상단 메뉴 중앙 정렬 */
	#listTopMenu { text-align:center; }

	/* 최하단 메뉴 중앙 정렬 */
	#listBottomMenu { text-align:center; }

}

/* Small */
@media(min-width:768px) and (max-width:991px){

	/* 최상단 메뉴 중앙 정렬 */
	#listTopMenu { text-align:center; }
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){}

/* Large */
@media(min-width:1200px){}

/* 그누 기본 스타일 충돌 처리 */
legend { border-bottom:0px; }
.section { padding:35px 0; }