.area-nav {
  display: flex;
  position: relative;
  width: 100%;
  min-width: 320px;
  margin-bottom: 10px;
  box-shadow: 0 1px 3px #d3d6dd;
  background-color: rgb(0, 96, 175);
  -webkit-user-select: none;
  user-select: none;
}
.area-nav a {
  position: relative;
  cursor: pointer;
}

#unitmap-header .area-nav {
  box-shadow: none;
}

.area-logo,
.area-home,
.area-map {
  height: 50px;
}

.area-logo {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgb(0, 96, 175);
  z-index: 11;
}
.area-logo img.area-icon {
  display: none;
  flex: none;
}
.area-logo img:not(.area-icon) {
  display: block;
  width: 101px;
  height: 40px;
}

.area-home {
  display: flex;
  align-items: center;
  padding-right: 10px;
  background-color: rgb(0, 96, 175);
  z-index: 11;
}

#bosaitop-header .area-home {
  display: none;
}

.area-map {
  display: flex;
  align-items: center;
  margin-right: 10px;
  height: 50px;
  background-color: rgb(0, 96, 175);
  z-index: 11;
}

.area-toggle {
  display: none;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: rgb(0, 96, 175);
  z-index: 11;
}
.area-toggle a {
  height: 100%;
  width: 100%;
  background-image: url(../image/icon_utility_white.svg);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  touch-action: none;
}

@media (max-width: 1200px) {
  .area-toggle {
    display: flex;
  }
  .area-utility-active .area-toggle {
    background-color: rgb(249, 250, 251);
  }
  .area-utility-active .area-toggle a {
    background-image: url(../image/icon_utility_black.svg);
  }
}
@media (max-width: 992px) {
  .area-home,
.area-map {
    display: none;
    position: absolute;
    top: 59px;
    height: auto;
    padding-right: 0;
    background-color: transparent;
    z-index: 11;
  }
  .area-home {
    left: 10px;
  }
  .area-map {
    left: 62px;
  }
  .area-utility-active .area-home,
.area-utility-active .area-map {
    display: block;
  }
}
@media (max-width: 767px) {
  div:not(#unitmap-header) .area-nav {
    margin-bottom: 15px;
  }
  .area-logo {
    padding-left: 0;
    padding-right: 0;
  }
  .area-logo a {
    padding: 0 5px;
    background-color: rgb(0, 96, 175);
  }
  .area-logo img.area-icon {
    display: block;
    width: 50px;
    height: 50px;
  }
  .area-logo img:not(.area-icon) {
    display: none;
  }
}
@media (max-width: 576px) {
  .area-logo {
    height: 40px;
  }
  .area-logo a {
    padding-right: 3px;
  }
  .area-logo img.area-icon {
    width: 40px;
    height: 40px;
  }
  .area-home,
.area-map {
    top: 51px;
  }
  .area-home {
    left: 5px;
  }
  .area-map {
    left: 45px;
  }
  .area-toggle {
    height: 40px;
    width: 40px;
  }
  .area-toggle a {
    background-size: 25px;
  }
}
@media (max-width: 992px) and (max-height: 500px) {
  #unitmap-header .area-nav {
    background-color: transparent;
    box-shadow: none;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
  }
  #unitmap-header .area-logo {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(0, 96, 175);
    pointer-events: all;
  }
  #unitmap-header .area-toggle {
    background-color: rgb(0, 96, 175);
    pointer-events: all;
  }
  #unitmap-header.area-utility-active .area-nav {
    background-color: rgb(0, 96, 175);
    pointer-events: all;
  }
  #unitmap-header.area-utility-active .area-toggle {
    background-color: rgb(249, 250, 251);
  }
  .area-logo,
.area-toggle {
    height: 40px;
  }
  .area-logo img.area-icon {
    width: 40px;
    height: 40px;
  }
  .area-logo img:not(.area-icon) {
    width: 91px;
    height: 36px;
  }
  .area-home,
.area-map {
    top: 53px;
  }
  .area-map {
    left: 56px;
  }
  .area-toggle {
    width: 40px;
  }
  .area-toggle a {
    height: 25px;
    width: 25px;
    background-size: contain;
    margin: auto;
  }
}
@media (max-width: 767px) and (max-height: 500px) {
  #unitmap-header .area-logo {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) and (max-height: 500px) {
  .area-logo {
    padding: 0 5px;
  }
  .area-logo img.area-icon {
    display: block;
    width: 40px;
    height: 40px;
  }
  .area-logo img:not(.area-icon) {
    display: none;
  }
  .area-home,
.area-map {
    top: 51px;
  }
  .area-home {
    left: 5px;
  }
  .area-map {
    left: 45px;
  }
}
.area-pagetop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 60px;
  height: 60px;
  border: 1px solid rgb(249, 250, 251);
  border-radius: 50px;
  background-image: url(../image/pagetop.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  opacity: 0.7;
  z-index: 20;
}

.header-background {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(128, 128, 128, 0.5);
  cursor: pointer;
  z-index: 9;
}

.disable {
  opacity: 0.8;
}

a.disabled {
  opacity: 0.8;
  pointer-events: none;
}

.area-icon {
  height: 42px;
  width: 42px;
  touch-action: none;
}

a.area-item-navy {
  padding-left: 3px;
  padding-right: 3px;
  color: rgb(249, 250, 251);
  background-color: rgb(0, 96, 175);
  background-image: -webkit-linear-gradient(top, rgb(0, 96, 175), rgb(0, 62, 112));
  background-image: linear-gradient(to bottom, rgb(0, 96, 175), rgb(0, 62, 112));
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
a.area-item-navy.disabled {
  opacity: 1;
  background-image: none;
  color: #303f4c;
}

.area-active a.area-item-navy {
  color: #000;
  background-color: #f9fafb;
  background-image: none;
}

li.area-item-white a,
li.area-item-gray a {
  color: #000;
}

li.area-item-white a.area-selected,
li.area-item-gray a.area-selected {
  color: rgb(249, 250, 251);
  background-color: rgb(0, 96, 175);
  background-image: -webkit-linear-gradient(top, rgb(0, 96, 175), rgb(0, 62, 112));
  background-image: linear-gradient(to bottom, rgb(0, 96, 175), rgb(0, 62, 112));
  cursor: inherit;
  pointer-events: none;
}

li.area-item-white a.selected,
li.area-item-gray a.selected {
  color: rgb(249, 250, 251);
  background-color: rgb(0, 96, 175);
  background-image: -webkit-linear-gradient(top, rgb(0, 96, 175), rgb(0, 62, 112));
  background-image: linear-gradient(to bottom, rgb(0, 96, 175), rgb(0, 62, 112));
  cursor: inherit;
  pointer-events: none;
}

a.area-category-elem-item {
  color: #000;
  background-color: rgb(249, 250, 251);
}

a.area-category-elem-item.selected {
  color: rgb(249, 250, 251);
  background-color: rgb(0, 96, 175);
  background-image: -webkit-linear-gradient(top, rgb(0, 96, 175), rgb(0, 62, 112));
  background-image: linear-gradient(to bottom, rgb(0, 96, 175), rgb(0, 62, 112));
  cursor: inherit;
  pointer-events: none;
}

li.area-search-list-item {
  border: 1px solid rgb(249, 250, 251);
  border-top: none;
}

a.area-search-list-label {
  background-color: rgba(0, 96, 175, 0.8);
  color: rgb(249, 250, 251);
}

.area-test-message {
  position: absolute;
  top: 50px;
  right: 0;
  padding: 3px 5px;
  background-color: yellow;
  border-bottom: 1px solid rgb(204, 204, 204);
  border-left: 1px solid rgb(204, 204, 204);
  font-size: 0.8rem;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  z-index: 1;
}

@media (min-width: 993px) {
  .area-reload a:hover::before {
    opacity: 0.7;
  }
  .area-pagetop:hover {
    opacity: 1;
  }
  .area-icon:hover {
    opacity: 0.7;
  }
  a.area-item-navy:hover {
    background-color: rgb(249, 250, 251);
    background-image: none;
    color: #000;
  }
  li.area-item-white:not(:first-child) a:hover,
li.area-item-gray:not(:first-child) a:hover {
    color: rgb(249, 250, 251);
    background-color: rgb(0, 96, 175);
    background-image: none;
  }
  a.area-category-elem-item:hover,
a.area-category-elem-item.selected:hover {
    color: rgb(249, 250, 251);
    background-color: rgb(0, 96, 175);
    background-image: none;
  }
  li.area-search-list-item:hover {
    border: 1px solid rgb(204, 204, 204);
    border-top: none;
  }
  a.area-search-list-label:hover {
    background-color: rgb(249, 250, 251);
    color: #000;
  }
}
@media (max-width: 992px) {
  .area-pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 10px);
    right: 5px;
  }
}
@media (max-width: 576px) {
  .area-pagetop {
    width: 45px;
    height: 45px;
  }
  .area-icon {
    width: 35px;
    height: 35px;
  }
  .area-test-message {
    top: 40px;
  }
  .header-background {
    top: 40px;
  }
  #unitmap-header .header-background {
    top: 40px;
  }
}
@media (max-width: 992px) and (max-height: 500px) {
  .area-pagetop {
    width: 45px;
    height: 45px;
  }
  .area-icon {
    width: 35px;
    height: 35px;
  }
  .area-test-message {
    top: 40px;
  }
  .header-background {
    top: 40px;
  }
  #unitmap-header ~ .header-background {
    top: 0;
  }
}
@media (max-width: 576px) and (max-height: 500px) {
  #unitmap-header ~ .header-background {
    top: 0;
  }
}
.area-dropdown {
  flex-grow: 1;
  display: flex;
  align-items: center;
  border-left: 1px solid #f9fafb;
  border-right: 1px solid #f9fafb;
  height: 50px;
}
.area-dropdown.area-no-category .area-map-contents {
  border-right: none;
  max-width: initial;
}
.area-dropdown.area-no-category .area-category {
  display: none;
}

.area-megamenu {
  display: none;
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  min-height: 0;
  max-height: 600px;
  border-top: 1px solid rgb(204, 204, 204);
  overflow-y: auto;
  z-index: 300;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .area-megamenu {
    overflow-y: scroll;
  }
}
img.area-contents-menu-icon {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  order: 0;
}

span.area-contents-menu-name {
  order: 1;
  max-width: 15rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.area-contents > a,
.area-map-contents > a {
  position: relative;
}

.area-contents > a::before,
.area-map-contents > a::before,
li.area-select-list > a::before,
li.area-category-list > a::before {
  content: "";
  position: absolute;
  bottom: 8px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
}

.area-contents.area-active > a::before,
.area-map-contents.area-active > a::before,
li.area-select-list.area-active > a::before,
li.area-category-list.area-active > a::before {
  border-top: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}

.area-contents > a.disabled::before,
.area-map-contents > a.disabled::before,
li.area-select-list > a.disabled::before,
li.area-category-list > a.disabled::before {
  border-top: 5px solid transparent;
}

.area-contents > a::before,
.area-map-contents > a::before {
  left: calc(50% + 19px);
}

li.area-select-list > a::before,
li.area-category-list > a::before {
  left: 0;
  right: 0;
}

.area-contents,
.area-map-contents {
  flex-grow: 1;
  border-right: 1px solid rgb(249, 250, 251);
  z-index: 11;
}
.area-contents > a.area-item-navy,
.area-map-contents > a.area-item-navy {
  flex-grow: 1;
  display: block;
  line-height: 50px;
}
.area-contents.area-active > .area-megamenu,
.area-map-contents.area-active > .area-megamenu {
  display: block;
}

.area-contents {
  width: 40%;
}

.area-map-contents {
  width: 50%;
}

ul.area-contents-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: rgb(249, 250, 251);
  border-bottom: 1px solid rgb(204, 204, 204);
}
ul.area-contents-menu:nth-child(even) {
  background-color: rgb(228, 238, 244);
}
ul.area-contents-menu > li:first-child {
  display: flex;
  align-items: center;
  margin: 0 0 0 5px;
  height: 35px;
  width: 100%;
}
ul.area-contents-menu > li:not(:first-child) {
  width: 16.6%;
  margin: 0 0 5px;
  padding: 0 5px;
  height: 35px;
}
ul.area-contents-menu > li > a {
  display: flex;
  align-items: center;
  border-radius: 20px;
}
ul.area-contents-menu > li > a.area-contents-menu-group-name {
  pointer-events: none;
  cursor: inherit;
  text-shadow: -1px -1px 0 #fff, 1px 1px 0 #d4d3d3;
  font-weight: bolder;
}

.area-select {
  width: 60%;
}

ul.area-select-ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.area-select-ul > li {
  position: static;
  width: 50%;
}
ul.area-select-ul > li:first-child {
  border-right: 1px dotted rgb(249, 250, 251);
}
ul.area-select-ul > li.area-active .area-megamenu {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgb(204, 204, 204);
}
ul.area-select-ul > li > a {
  display: block;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.area-select-menu {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  width: 50%;
  margin: 0;
  padding: 0 0 0 0;
  list-style-type: none;
  background-color: rgb(249, 250, 251);
  border-bottom: 1px solid rgb(204, 204, 204);
}
ul.area-select-menu:nth-child(odd) {
  border-right: 1px solid rgb(204, 204, 204);
}
ul.area-select-menu:nth-child(4n+2), ul.area-select-menu:nth-child(4n+3) {
  background-color: rgb(228, 238, 244);
}
ul.area-select-menu > li:first-child {
  display: flex;
  align-items: center;
  margin: 0 0 0 5px;
  height: 35px;
  width: 100%;
}
ul.area-select-menu > li:first-child > a {
  pointer-events: none;
  text-shadow: -1px -1px 0 #fff, 1px 1px 0 #d4d3d3;
  font-weight: bolder;
}
ul.area-select-menu > li:first-child > a.area-center-link {
  pointer-events: all;
  text-shadow: none;
  font-weight: normal;
  margin-left: auto;
  margin-right: 5px;
  padding: 0 10px;
  border-radius: 20px;
  color: #007bff;
}
ul.area-select-menu > li:first-child > a.area-center-link.selected {
  color: rgb(255, 255, 255);
}
ul.area-select-menu > li:not(:first-child) {
  border-right: 1px solid rgb(204, 204, 204);
  margin: 0 0 5px 10px;
}
ul.area-select-menu > li:not(:first-child) > a {
  max-width: 15.5rem;
  border-radius: 20px;
  padding: 0 10px;
  margin: 0 10px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.area-select-menu > li:last-child {
  border-right: none;
}

.area-category {
  flex-grow: 1;
  width: 50%;
  z-index: 11;
}

ul.area-category-ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.area-category-ul > li {
  position: relative;
  border-right: 1px dotted rgb(204, 204, 204);
  text-align: center;
  flex-grow: 1;
  min-width: 50%;
}
ul.area-category-ul > li:last-child {
  border-right: none;
}
ul.area-category-ul > li.area-active .area-megamenu {
  display: block;
  border-top: 1px solid rgb(204, 204, 204);
}
ul.area-category-ul > li > a {
  display: block;
  line-height: 50px;
  white-space: nowrap;
}

ul.area-category-menu {
  display: flex;
  flex-direction: column;
  max-height: 500px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.area-category-menu > li > a {
  display: block;
  width: 100%;
  padding: 5px;
  text-align: left;
  border-bottom: 1px solid rgb(204, 204, 204);
}
ul.area-category-menu > li > a:not(.area-category-elem-item) {
  border-bottom: none;
  background-color: rgb(228, 238, 244);
  color: #000;
  font-weight: bold;
  cursor: auto;
}
ul.area-category-menu > li:last-child > a {
  border-bottom: none;
}
ul.area-category-menu > li:not(:first-child) > a:not(.area-category-elem-item) {
  border-top: 1px solid rgb(204, 204, 204);
}
ul.area-category-menu > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: rgb(249, 250, 251);
}
ul.area-category-menu > li > ul > li > a {
  display: block;
  padding: 5px;
  text-align: left;
  border-bottom: 1px dotted rgb(204, 204, 204);
}
ul.area-category-menu > li > ul > li:first-child > a {
  border-top: 1px solid rgb(204, 204, 204);
}
ul.area-category-menu > li > ul > li:last-child > a {
  border-bottom: none;
}

.area-menu-selector {
  display: none;
  position: absolute;
  right: 5px;
  top: 45px;
  max-width: calc(43% - 10px);
  min-width: 100px;
  font-size: 0.85rem;
  z-index: 9;
}
.area-menu-selector select {
  position: relative;
  width: 100%;
  padding: 5px 20px 5px 2px;
  background-image: none;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  border-color: rgb(0, 96, 175);
  box-shadow: none;
  outline: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.area-menu-selector select option {
  text-overflow: ellipsis;
  width: 100%;
}
.area-menu-selector select:focus {
  color: red;
  border-color: red;
}
.area-menu-selector::after {
  content: none;
  display: none;
  position: absolute;
  right: 5px;
  top: 14px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
}

@media (max-width: 1600px) {
  ul.area-contents-menu > li:not(:first-child) {
    width: 20%;
  }
}
@media (max-width: 1200px) {
  ul.area-contents-menu > li:not(:first-child) {
    width: 25%;
  }
}
@media (min-width: 993px) {
  ul.area-select-menu > li:first-child > a.area-center-link:hover {
    color: rgb(249, 250, 251);
    background-color: rgb(0, 96, 175);
  }
}
@media (max-width: 992px) {
  .area-megamenu {
    max-height: 500px;
    -webkit-overflow-scrolling: touch;
  }
  ul.area-contents-menu > li:first-child ~ li {
    display: none;
  }
  ul.area-contents-menu > li:not(:first-child) {
    width: 50%;
    margin: 0 0 5px 0;
    padding: 0 0 0 5px;
    overflow: hidden;
  }
  ul.area-contents-menu > li:not(:first-child) > a {
    padding: 0 10px 0 0;
  }
  ul.area-contents-menu > li > a.area-contents-menu-group-name {
    pointer-events: all;
    cursor: pointer;
    padding-left: 25px;
    flex-grow: 1;
  }
  ul.area-contents-menu.area-group-active > li:first-child ~ li {
    display: flex;
  }
  ul.area-select-menu {
    width: 100%;
  }
  ul.area-select-menu:nth-child(odd) {
    border-right: none;
  }
  ul.area-select-menu:nth-child(4n+2), ul.area-select-menu:nth-child(4n+3) {
    background-color: rgb(249, 250, 251);
  }
  ul.area-select-menu:nth-child(even) {
    background-color: rgb(228, 238, 244);
  }
  ul.area-select-menu > li:first-child > a:not(.area-center-link) {
    flex-grow: 1;
    pointer-events: all;
    cursor: pointer;
    padding-left: 25px;
  }
  ul.area-select-menu > li:first-child ~ li {
    display: none;
  }
  ul.area-select-menu > li:not(:first-child) {
    width: 50%;
    margin: 0;
    padding: 0 0 5px 5px;
    border-right: none;
  }
  ul.area-select-menu > li:not(:first-child):nth-child(even) {
    border-right: 1px solid rgb(204, 204, 204);
  }
  ul.area-select-menu > li > a {
    padding: 0;
  }
  ul.area-select-menu.area-group-active > li:first-child ~ li {
    display: flex;
  }
  ul.area-contents-menu > li > a.area-contents-menu-group-name::before,
ul.area-select-menu > li:first-child > a:not(.area-center-link)::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid rgb(0, 96, 175);
    border-radius: 10px;
  }
  ul.area-contents-menu > li > a.area-contents-menu-group-name::after,
ul.area-select-menu > li:first-child > a:not(.area-center-link)::after {
    position: absolute;
    top: 9px;
    bottom: 0;
    left: 5px;
    content: "";
    width: 3px;
    height: 10px;
    border: 5px solid transparent;
    border-top: 7px solid rgb(0, 96, 175);
  }
  ul.area-contents-menu.area-group-active > li:first-child > a::after,
ul.area-select-menu.area-group-active > li:first-child > a:not(.area-center-link)::after {
    top: 3px;
    border: 5px solid transparent;
    border-bottom: 7px solid rgb(0, 96, 175);
  }
}
@media (max-height: 768px) {
  .area-megamenu {
    max-height: 350px;
  }
}
@media (max-height: 576px) {
  .area-megamenu {
    max-height: 200px;
  }
}
@media (max-width: 767px) {
  .area-contents {
    max-width: 40%;
  }
  .area-map-contents {
    max-width: 50%;
  }
  .area-category {
    width: 50%;
  }
  .area-dropdown {
    max-width: calc(100% - 110px);
  }
}
@media (max-width: 576px) {
  .area-dropdown {
    max-width: calc(100% - 85px);
    height: 40px;
  }
  .area-category {
    z-index: 9;
  }
  .area-megamenu {
    max-height: 400px;
  }
  .area-map-contents {
    width: 100%;
    max-width: 100%;
    border-right: none;
  }
  img.area-contents-menu-icon {
    width: 25px;
    height: 25px;
    margin-right: 3px;
  }
  span.area-contents-menu-name {
    max-width: 15rem;
  }
  .area-contents > a.area-item-navy,
.area-map-contents > a.area-item-navy,
ul.area-select-ul > li > a.area-item-navy {
    font-size: 0.85rem;
    font-weight: bold;
    line-height: 40px;
  }
  .area-contents > a::before,
.area-map-contents > a::before {
    left: 0;
    right: 0;
    bottom: 6px;
  }
  li.area-select-list > a::before,
li.area-category-list > a::before {
    bottom: 6px;
  }
  ul.area-select-menu > li > a,
ul.area-contents-menu > li > a,
ul.area-category-menu > li {
    font-size: 0.85rem;
  }
  ul.area-select-menu > li:first-child,
ul.area-contents-menu > li:first-child {
    height: 30px;
  }
  ul.area-select-menu > li:first-child > a,
ul.area-contents-menu > li > a.area-contents-menu-group-name {
    line-height: 30px;
  }
  ul.area-contents-menu > li > a.area-contents-menu-group-name::after,
ul.area-select-menu > li:first-child > a:not(.area-center-link)::after {
    top: 12px;
  }
  ul.area-contents-menu.area-group-active > li:first-child > a::after,
ul.area-select-menu.area-group-active > li:first-child > a:not(.area-center-link)::after {
    top: 6px;
  }
  ul.area-contents-menu > li:not(:first-child) {
    height: 25px;
  }
  ul.area-contents-menu > li:not(:first-child) > a {
    height: 25px;
    line-height: 25px;
    padding: 0 5px 0 0;
  }
  ul.area-select-menu > li:not(:first-child) > a {
    padding: 0 5px;
    margin: 0 0 0 0;
  }
  .area-category {
    display: none;
  }
  ul.area-category-ul > li {
    display: flex;
    justify-content: space-between;
  }
  ul.area-category-ul > li > a.area-item-navy {
    line-height: 20px;
    font-size: 12px;
    background-color: transparent;
    background-image: none;
    pointer-events: none;
    cursor: inherit;
    color: #000;
    z-index: 1;
  }
  ul.area-category-ul > li > a.area-item-navy::before {
    content: none;
  }
  ul.area-category-menu {
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 300px;
  }
  ul.area-category-menu > li {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
  }
  ul.area-category-menu > li > ul {
    width: 100%;
  }
  ul.area-category-menu > li:first-child > a, ul.area-category-menu > li:nth-child(2) > a {
    border-top: 1px solid rgb(204, 204, 204);
  }
  ul.area-category-menu > li:nth-child(odd) {
    border-left: 1px solid rgb(204, 204, 204);
  }
  ul.area-category-menu > li:nth-child(even) > a {
    border-left: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
  }
  ul.area-category-menu > li:nth-child(even) > ul {
    align-self: flex-start;
  }
  ul.area-category-menu > li:nth-child(even) > ul > li > a {
    border-left: 1px solid rgb(204, 204, 204);
  }
  ul.area-category-menu > li:last-child > a {
    border-right: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
  }
  ul.area-category-menu > li.area-group-list {
    align-self: flex-start;
  }
  ul.area-category-menu > li.area-group-list:last-child > a {
    border-bottom: none;
  }
  .area-menu-selector {
    display: block;
  }
  .area-menu-selector::after {
    content: "";
    display: block;
  }
  .area-utility-active .area-category {
    display: block;
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
  }
  .area-utility-active .area-category .area-megamenu {
    display: block;
    position: relative;
    padding: 0 10px;
    border-top: none;
    z-index: 8;
  }
  .area-utility-active ul.area-category-ul {
    flex-direction: column;
    margin: 5px 0;
  }
  .area-utility-active ul.area-category-ul > li {
    width: 100%;
  }
  .area-utility-active ul.area-category-ul > li:nth-child(n+2) {
    margin-top: 1em;
  }
  .area-utility-active ul.area-category-ul > li > a {
    display: none;
  }
  .area-utility-active .area-menu-selector {
    display: none;
  }
  .area-utility-active:not(#unitmap-header) .area-category {
    background-color: rgba(0, 96, 175, 0.8);
    box-shadow: 0 4px 3px #ccc;
  }
}
@media (max-width: 992px) and (max-height: 500px) {
  .area-dropdown {
    height: 40px;
    max-width: calc(100% - 85px);
  }
  #unitmap-header .area-dropdown {
    display: none;
  }
  #unitmap-header.area-utility-active .area-dropdown {
    display: flex;
  }
  .area-megamenu {
    max-height: 200px;
  }
  img.area-contents-menu-icon {
    width: 25px;
    height: 25px;
    margin-right: 3px;
  }
  .area-contents > a.area-item-navy,
.area-map-contents > a.area-item-navy,
ul.area-select-ul > li > a.area-item-navy,
ul.area-category-ul > li > a {
    font-size: 0.85rem;
    font-weight: bold;
    line-height: 40px;
  }
  .area-contents > a::before,
.area-map-contents > a::before {
    left: 0;
    right: 0;
    bottom: 6px;
  }
  li.area-select-list > a::before,
li.area-category-list > a::before {
    bottom: 6px;
  }
  ul.area-select-menu > li > a,
ul.area-contents-menu > li > a,
ul.area-category-menu > li {
    font-size: 0.85rem;
  }
  ul.area-select-menu > li:first-child,
ul.area-contents-menu > li:first-child {
    height: 30px;
  }
  ul.area-select-menu > li:first-child > a,
ul.area-contents-menu > li > a.area-contents-menu-group-name {
    line-height: 30px;
  }
  ul.area-contents-menu > li > a.area-contents-menu-group-name::after,
ul.area-select-menu > li:first-child > a:not(.area-center-link)::after {
    top: 12px;
  }
  ul.area-contents-menu.area-group-active > li:first-child > a::after,
ul.area-select-menu.area-group-active > li:first-child > a:not(.area-center-link)::after {
    top: 6px;
  }
  ul.area-contents-menu > li:not(:first-child) {
    height: 25px;
  }
  ul.area-contents-menu > li:not(:first-child) > a {
    height: 25px;
    line-height: 25px;
    padding: 0 5px 0 0;
  }
  ul.area-category-menu {
    max-height: 200px;
  }
  ul.area-select-menu > li:not(:first-child) > a {
    padding: 0 5px;
    margin: 0 0 0 0;
  }
}
@media (max-width: 576px) and (max-height: 500px) {
  .area-megamenu {
    max-height: 200px;
  }
  .area-utility-active ul.area-category-menu {
    max-height: 100px;
  }
  .area-menu-selector {
    display: block;
  }
  .area-menu-selector::after {
    content: "";
  }
}
.area-items {
  display: flex;
  align-items: center;
  padding-left: 10px;
  background-color: rgb(0, 96, 175);
  z-index: 11;
}

.area-gps,
.area-reload,
.area-download,
.area-print,
.area-question,
.area-sns,
.area-search {
  margin-right: 10px;
}

.area-gps-searching::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 15;
}

.area-gps-searching::after {
  content: attr(title);
  display: inline-block;
  position: fixed;
  top: 55px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 15px;
  background-color: rgba(0, 96, 175, 0.8);
  border-radius: 5px;
  box-shadow: 0px 0px 20px #ddd;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  z-index: 20;
  white-space: nowrap;
}

.bosaitop-pro .area-question a.area-question-active::before {
  border-bottom: 15px solid rgb(64, 86, 106);
}

.area-question a {
  display: block;
}
.area-question a.area-question-active::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 7px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid rgb(0, 96, 175);
  border-left: 15px solid transparent;
  pointer-events: none;
  z-index: 3;
}

.area-sns img {
  width: 30px;
  height: 30px;
}

.area-search {
  width: 250px;
}
.area-search > a {
  display: none;
}
.area-search > a > img {
  width: 30px;
  height: 30px;
}
.area-search form {
  width: 100%;
  position: relative;
}
.area-search form input[type=text] {
  min-width: 100%;
  max-width: 100%;
  min-height: 30px;
  padding: 2px 2px 2px 22px;
  border-radius: 5px;
  border: 1px solid rgb(126, 157, 185);
  outline: none;
}
.area-search form input[type=text]:active {
  outline: none;
}
.area-search form:not(#cse-search-box)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  height: 20px;
  width: 20px;
  margin: auto 0;
  background-image: url(../image/hbg_search.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.area-search .area-search-dropdown {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  border-top: 1px solid #f9fafb;
  width: 100%;
}
.area-search .area-search-dropdown .area-search-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.area-search .area-search-dropdown .area-search-list li {
  display: flex;
  align-items: center;
  width: 100%;
}
.area-search .area-search-dropdown .area-search-list li a {
  display: block;
  padding: 5px;
  width: 100%;
  word-break: break-all;
}
.area-search .area-search-dropdown .area-search-list li.area-search-selected a {
  background-color: rgb(0, 96, 175);
}

.area-utility-active#unitmap-header::before {
  content: none;
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(0, 96, 175, 0.8);
  overflow: hidden;
  z-index: 3;
}

@media (max-width: 1200px) {
  .area-items {
    display: none;
    justify-content: flex-end;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    padding: 8px 10px;
    border-top: 1px solid rgb(249, 250, 251);
    background-color: rgba(0, 96, 175, 0.8);
    box-shadow: 0 3px 3px rgb(204, 204, 204);
    overflow: hidden;
    z-index: 6;
  }
  .area-search {
    margin-right: 0;
  }
  .area-search form input[type=text] {
    min-height: 42px;
  }
  .area-utility-active .area-items {
    display: flex;
  }
  .bosaitop-pro .area-utility-active .area-items {
    background-color: rgba(64, 86, 106, 0.8);
  }
}
@media (max-width: 767px) {
  .area-items {
    flex-wrap: wrap;
  }
  .area-print {
    display: none;
  }
  .area-search {
    width: 100%;
    margin-top: 10px;
  }
  .area-sns {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .area-items {
    top: 40px;
    padding: 10px 5px;
  }
  #unitmap-adsarea.unitmap-noads ~ #unitmap-header.area-utility-active::before {
    bottom: 0;
  }
  #unitmap-adsarea.unitmap-pcmode ~ #unitmap-header.area-utility-active::before {
    bottom: 0;
  }
  #unitmap-header .area-items {
    background-color: transparent;
    box-shadow: none;
    z-index: 9;
  }
  #unitmap-header.area-utility-active::before {
    content: "";
    top: 40px;
    bottom: 50px;
  }
  .area-gps,
.area-reload,
.area-download {
    margin-right: 5px;
  }
  .area-question a.area-question-active::before {
    left: 3px;
  }
  .area-search form input[type=text] {
    height: 35px;
  }
  .area-search .area-search-dropdown {
    top: 35px;
    font-size: 0.9rem;
  }
  .area-search .area-search-dropdown .area-search-list {
    display: flex;
    flex-wrap: wrap;
  }
  .area-search .area-search-dropdown .area-search-list li {
    width: 50%;
    align-items: stretch;
  }
  .area-search .area-search-dropdown .area-search-list li:nth-child(even) {
    border-left: none;
  }
  .area-search .area-search-dropdown .area-search-list li:first-child:last-child {
    width: 100%;
  }
}
@media (max-width: 334px) {
  #unitmap-header.area-utility-active::before {
    top: 40px;
    bottom: 0;
  }
}
@media (max-width: 992px) and (max-height: 500px) {
  .area-items {
    top: 40px;
  }
  .area-print {
    display: none;
  }
  #unitmap-header .area-items {
    background-color: transparent;
    box-shadow: none;
    z-index: 9;
  }
  #unitmap-header.area-utility-active::before {
    content: "";
    top: 40px;
    bottom: 0;
  }
}

/*# sourceMappingURL=layout.css.map */
