/* body */
body {
  font-family: 'Nanum Gothic', sans-serif;
}

/* inner */
.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* main */
main {
	height: 770px;
}
main .gonggan {
	height: 121px;
}
main .backborder {
	background-color: #eaeaea;
}
main .topbar {
	display: flex;
	width: 100%;
	position: relative;
  font-family: 'Nanum Gothic', sans-serif;
}
main .topbar .topbar1 {
	display: flex;
	font-size: 18px;
	padding: 20px;
	width: 50%;
}
main .topbar .topbar1 .home {
	color: #333;
	width: 30px;
	height: 30px;
	background-position: -419px -244px;
	float: left;
}
main .topbar .topbar1 .topmenu11 {
	float: left;
	margin-left: 35px;
	width: 180px;
	height: 32px;
	border-bottom: 3px solid #01596d;
	background-position: 155px -528px;
}
main .topbar .topbar1 .topmenu11:hover {
	background-position: 155px -501px;
}
main .topbar .topbar1 .topmenu11 .topmenu11__sel h2 {
	font-size: 20px;
	line-height: 27px;
}
main .topbar .topbar1 .topmenu11 .topmenu11__grp {
	font-size: 16px;
	position: absolute;
	line-height: 50px;
	background-color: #01596d;
	margin-top: 5px;
	z-index: 9999;
	width: 180px;
	border: none;
	display: none;
}
main .topbar .topbar1 .topmenu11:hover .topmenu11__grp {
	display: block;
}
main .topbar .topbar1 .topmenu11 .topmenu11__grp > li.selected a {
	color: #fff;
	font-weight: bold;
}
main .topbar .topbar1 .topmenu11 .topmenu11__grp > li {
  border-bottom: 1px solid #eaeaea;
  padding: 0px 20px;
  width: 170px;
}
main .topbar .topbar1 .topmenu11 .topmenu11__grp > li:last-child {
	border: none;
}
main .topbar .topbar1 .topmenu11 .topmenu11__grp > li a {
	color: #bad6db;
  text-decoration: none;
}
main .topbar .topbar1 .topmenu11 .topmenu11__grp > li:hover a {
	color: orange;
}
main .front {
	text-align: center;
}
main .front .roughmap h4 {
	color: #01596d;
	font-size: 30px;
	display: inline-block;
	margin: 5px 0;
	line-height: 1.5;
	font-weight: bold;
}
main .front .roughmap .mappic {
	width: 100%;
	height: 530px;
}
main .front .roughmap p {
	font-size: 14px;
	font-weight: bold;
}