@import "reset.css";
@import "common.css";

/*Wordpress*/
#wpadminbar {
  position: fixed !important;
}

body.admin-bar header {
  top: 32px;
}

@media screen and (max-width: 992px) {
  body.admin-bar header {
    top: 46px;
  }
}

/*End Wordpress*/

/* header */
.header {
}

.header .header_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px;

  color: #e1e1e1;
  background: #121212;
}
.header_bar {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header_logo {
  font-size: 18px;
  font-weight: 600;
}

.dropdown_menu {
  position: absolute;
  top: 57px;
  left: 0;
  width: 100%;
  display: none;
  margin-top: 10px;
  padding: 0;
  background-color: #121212;
}

.dropdown_menu li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.dropdown_menu li:nth-child(1) a {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* .dropdown_menu li a:hover {
    background-color: #f0f0f0;
} */

.dropdown_menu.open {
  display: block;
}

/* footer */
.footer {
  color: #e1e1e1;
  background: #000;
}

.footer .footer_inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
}

.footer .footer_inner .ft_util {
  display: flex;
  align-items: center;
  gap: 25px;
}

.footer .footer_inner .ft_util li {
}

.footer .footer_inner .ft_util li a {
  font-size: 14px;
}

.footer .footer_inner .ft_caution {
}

.footer .footer_inner .ft_caution p {
  font-size: 10px;
  color: #6a7583;
}

.footer .footer_inner .ft_copy {
}

.footer .footer_inner .ft_copy p {
  font-size: 9px;
  color: #e1e1e1;
}
