#top-banner {
  position: relative;
  display: none;
  height: 53px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#top-banner .btn-c-con {
  position: absolute;
  bottom: 10px;
  right: 19px;
  z-index: 40;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top-banner .btn-c-con > a {
  display: block;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  margin-left: 7px;
  padding: 4px 7px;
}
#top-banner .btn-c-con > a:hover {
  background: rgba(255, 0, 0, 0.4);
}
#top-banner .btn-c-con > a span {
  display: block;
  line-height: 1;
  color: white;
  font-weight: normal;
  font-size: 13px;
}
#top-banner.stb-hidden {
  display: none;
}
#top-banner.stb-show {
  display: block;
}

#top-banner a.top-banner-link {
  text-indent: -99999px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}



@media screen and (min-width: 720px) {
  #top-banner {
    height: 80px;
  }
}
div#main.mtmod, div#sub_contents.mtmod {margin-top:193px;}
@media only screen and (max-width: 1080px) {
  div#main.mtmod, div#sub_contents.mtmod {margin-top:130px;}
}
@media only screen and (max-width: 720px) {
  div#main.mtmod, div#sub_contents.mtmod {margin-top:103px;}
}
/*# sourceMappingURL=style-top-banner.css.map */
