@charset "UTF-8";
/* temp */
/* temp */
#header {
  /* position: fixed; */
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100; }
#header .top, #header .top_inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1060px;
  /* *zoom: 1; */ }
#header .top {
  height: 80px; }
#header .top h1 {
  float: left;
  text-align: left;
  margin-top: 40px; }
#header .top h1 a {
  display: block; }
#header .top h1 a img {
  padding-right: .5em; }
/* #header .top h1 a:after {
  content: "모바일 시민참여 소통플랫폼";
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
  margin: 2px 0 0 5px; letter-spacing:-1px;} */
#header .top .lnb {
  float: right;
  margin-top: 30px; }
#header .top .lnb .top_nav {
  display: inline-block; }
#header .top .lnb .top_nav .topmenu li {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 30px; }
#header .top .lnb .added_modules {
  position: relative;
  top: -2px;
  display: inline-block; }
#header .top .lnb .added_modules button,
#header .top .lnb .added_modules input[type=button] {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 20px;
  text-indent: -99999px;
  opacity: .3;
  border: 0; }
#header .top .lnb .added_modules .top_search_control {
  background: url(../img/svg/icon_search.svg) no-repeat center center;
  background-size: 16px; }
#header .top .lnb .added_modules .top_all_menu_control {
  background: url(../img/svg/icon_menu.svg) no-repeat center center;
  background-size: 16px; }
#header .top .lnb .added_modules button:focus,
#header .top .lnb .added_modules input[type=button]:focus {
  opacity: 1; }
#header .topbar_wrap {
  height: 40px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #f5f5f5; }
#header .topbar_wrap .myset {
  float: right;
  font-size: 12px;
  color: #555;
  margin-top: 9px;}
#header .topbar_wrap .myset a {
  position: relative;
  display: inline-block;
  padding: 0 10px; }
#header .topbar_wrap .myset a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  opacity: .5;
  margin-right: 5px;
  vertical-align: middle; }
#header .topbar_wrap .myset a:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 2px;
  width: 1px;
  background-color: #ccc; }
#header .topbar_wrap .myset a:last-child:after {
  display: none; }
#header .topbar_wrap .myset .my_setting:before {
  background: url(../img/svg/icon_setting.svg) no-repeat center center;
  background-size: 12px; }
#header .topbar_wrap .myset .site_logout:before {
  background: url(../img/svg/icon_logout.svg) no-repeat center center;
  background-size: contain;
  margin-top: -2px; }
#header .topbar_wrap .groupmenu {
  float: right; }
#header .topbar_wrap .groupmenu li {
  float: left;
  font-size: 12px;
  height: 38px;
  line-height: 38px;
  border-right: 1px solid #ddd; }
#header .topbar_wrap .groupmenu li:first-child {
  border-left: 1px solid #ddd; }
#header .topbar_wrap .groupmenu li a {
  display: block;
  padding: 0 15px; }
#header .topbar_wrap .groupmenu li a:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 20px;
  background: url(../img/button_bullet.png) no-repeat;
  vertical-align: middle; }
#header .topbar_wrap .groupmenu li a:hover, #header .topbar_wrap .groupmenu li a:focus {
  color: #fff;
  background: #1f61b9; }
#header .btn_hidden_close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 15px;
  opacity: 0;
  clip: rect(0, 0, 0, 0); }
#header .btn_hidden_close:focus {
  opacity: 1;
  clip: auto; }

/* temp */
.searchbox {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  height: 105px;
  background: rgba(11, 80, 171, 0.9);
  z-index: 10; }
.searchbox form {
  position: relative;
  width: 510px;
  margin: 18px auto 0; }
.searchbox input {
  float: left;
  width: 464px;
  height: 46px;
  line-height: 44px;
  border: 1px solid #fff;
  border-right: 0;
  background: none;
  color: #fff;
  font-size: 16px; }
.searchbox input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }
.searchbox input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5) !important; }
.searchbox input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5) !important; }
.searchbox input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }
.searchbox .searchBtn {
  float: right;
  width: 46px;
  height: 46px;
  text-indent: -99999px;
  background: transparent url(../img/svg/icon_search_w.svg) no-repeat center center;
  background-size: 24px;
  border: 1px solid #fff; }

/* temp */
.top_all_menu {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  padding: 30px;
  /* background: rgba(31,97,185,.9); */
  background: rgba(11, 80, 171, 0.9);
  z-index: 10; }
.top_all_menu .primary {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.3); }
.top_all_menu .primary > li {
  padding: 0 20px !important;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  width: 19%; }
.top_all_menu .primary li {
  display: inline-block;
  text-align: left;
  vertical-align: top; }
.top_all_menu .primary li a {
  font-size: 16px;
  font-weight: 700;
  color: #fff; }
.top_all_menu .primary li .secondary {
  margin-top: 10px; }
.top_all_menu .primary li .secondary li {
  display: block; }
.top_all_menu .primary li .secondary li a {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8; }
