.header.art1 {
  border-bottom: 1px solid var(--color004);
}
.header.art1 .line_contact {
  background: var(--color003);
  padding: var(--padding001) calc(var(--padding001) * 2);
}
.header.art1 .line_contact .sity {
  gap: 5px;
}
.header.art1 .line_contact .sity img {
  width: 15px;
  height: 20px;
  opacity: 0.8;
}
.header.art1 .line_contact .sity .t16 {
  color: var(--color000);
  font-weight: 400;
  line-height: 150%;
}
.header.art1 .menu {
  padding: 18px 16px;
}
.header.art1 .menu_list ul {
  gap: 42px;
}
.header.art1 .menu_list ul .t14 {
  text-transform: uppercase;
  color: var(--color001);
  font-weight: 400;
  line-height: 140%;
}
.header.art1 .menu_list ul .t14:hover {
  color: var(--color004);
}
@media only screen and (max-width: 1220px) {
  .header.art1 .menu_list {
    position: fixed;
    background: var(--color000);
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    right: -100vw;
    padding: 50px;
    min-width: 30%;
    top: 0;
    z-index: 9999;
    height: 100vh;
  }
  .header.art1 .menu_list.active {
    right: 0;
  }
  .header.art1 .menu_list ul {
    flex-direction: column;
  }
}
@media only screen and (max-width: 650px) {
  .header.art1 .menu_list {
    min-width: 100%;
  }
}
.header.art1 .mobtel {
  display: none;
}
@media only screen and (max-width: 650px) {
  .header.art1 .mobtel {
    margin-top: 30px;
    display: flex !important;
  }
  .header.art1 .mobtel svg {
    width: 24px;
    height: 24px;
  }
}
.header.art1 .tel {
  gap: 13px;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color001);
}
.header.art1 .tel:hover span {
  color: var(--color004);
}
@media only screen and (max-width: 650px) {
  .header.art1 .tel {
    display: none;
  }
}
.header.art1 .menuBurger {
  display: none;
  cursor: pointer;
}
.header.art1 .menuBurger rect {
  fill: var(--color005);
}
.header.art1 .menuBurger:hover rect {
  fill: var(--color004);
}
@media only screen and (max-width: 1220px) {
  .header.art1 .menuBurger {
    display: block;
    margin: 0 20px 0 auto;
  }
}
.header.art1 .menuExit {
  display: none;
  cursor: pointer;
}
.header.art1 .menuExit path {
  fill: var(--color005);
}
.header.art1 .menuExit:hover path {
  fill: var(--color004);
}
@media only screen and (max-width: 1220px) {
  .header.art1 .menuExit {
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
  }
}/*# sourceMappingURL=style 3.css.map */