#top-header {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#top-logo a {
  display: block;
  width: 393px;
  height: 91px;
  background-image: url("../images/top_01_green.jpg");
}

.TopContext {
  position: relative;
  width: 100%;
  padding-top: 10px;
  text-align: right;
  justify-content: flex-end;
}

.Login {
  position: relative;
  padding-top: 10px;
}

.Login span {
  position: relative;
  display: inline-block;

}

#select-area {
  display: block;
  width: 500px;
  padding-left: 10px;
  text-align: right;
  justify-items: start;
}

#select-options {
  position: relative;
  display: inline-block;
  text-align: right;
  justify-items: end;

}

#select-options select {
  width: 130px;
  text-align-last: right;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}

#navbar {
  position: relative;
  width: 100%;

}

#navbar-menu {
  width: 1100px;
  margin: 0 auto;
  z-index: 1;
  padding-inline-start: 0px !important;
  display: flex;
  justify-content: space-between;
}


#navbar-menu li {
  position: relative;
  list-style: none;
  justify-items: auto;
  width: 120px;
  height: 38px;
  margin: 0 6px;
  padding-top: 8px;
  padding-left: 8px;
  background-color: #DDDDDD;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#navbar-menu li a {
  position: relative;
  text-align: left;
  bottom: 4px;
  z-index: 3;
}

.index_top a:hover {
  font-size: 13px !important;
  font-weight: bold;
}

#dm-menu {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 52px;
  left: -6px;
}

#dm-menu li {
  margin: 0;
  height: 30px;
  list-style: none;
  display: block;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 0;
  opacity: 0.9;
  border-bottom: #CCCCCC 1px dashed;
  z-index: 101;
  font-weight: normal;
  font-size: 0.8rem;
  width: 250px;
  padding-inline-start: 20px !important;

}

#dm-menu li:hover {
  background-color: #F0FFFF;

}

#dm-menu li span {
  position: relative;
  display: block;
  top: 6px;
  left: -10px;
  width: 9px;
  height: 9px;
  background-image: url("../images/111.gif");
}

#dm-menu li a {
  position: relative;
  display: block;
  top: -8px;
  left: 6px;
  color: #555555;

}

#dm-menu li a:hover {
  text-decoration: none;
  color: #00008B;
  font-weight: 400;
}

ul li a {
  text-decoration: none;
}

#exammap {
  margin-top: 15px;
}

#banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  top: 8px;
}