.header2 {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid rgba(234, 39, 0, 0.4);
}
.header2 * {
  box-sizing: border-box;
}
.header2 .head-f {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 115px;
  box-sizing: border-box;
}
.header2 .head-f a:hover {
  text-decoration: none;
}
.header2 .head-f .l-con {
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header2 .head-f .con {
  width: 91px;
}
@media screen and (max-width: 700px) {
  .header2 .head-f .con {
    width: fit-content;
  }
}
.header2 .head-f .con img {
  width: 25px;
  height: 25px;
}
.header2 .head-f .search {
  width: 72px;
}
@media screen and (max-width: 700px) {
  .header2 .head-f .search {
    width: fit-content;
  }
}
.header2 .head-f .search img {
  width: 20px;
  height: 25px;
}
.header2 .head-f .user {
  width: 110px;
}
@media screen and (max-width: 700px) {
  .header2 .head-f .user {
    width: fit-content;
  }
}
.header2 .head-f .user img {
  width: 24px;
  height: 24px;
}
.header2 .head-f .logo2 {
  margin-right: 20px;
}
@media screen and (max-width: 500px) {
  .header2 .head-f .logo2 {
    width: 50px;
    height: 50px;
  }
}
.header2 .head-f .links {
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-wrap: wrap;
  height: 18px;
}
@media screen and (max-width: 700px) {
  .header2 .head-f .links {
    display: none;
  }
}
.header2 .head-f .links a {
  font-size: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: SigBo, sans-serif;
  padding: 0 15px 0 5px;
  border-left: 5px solid transparent;
}
.header2 .head-f .a-img {
  font-family: SigReg, sans-serif;
  font-size: 14px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .header2 .head-f .a-img {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .header2 .head-f .a-img {
    font-size: 14px;
  }
}
.header2 .head-f .a-img pre {
  font-family: SigReg, sans-serif;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .header2 .head-f .a-img pre {
    display: none;
  }
}
.header2 .head-f .a-img img {
  margin: 0 6px 0 11px;
}
.header2 .head-s {
  max-width: 1200px;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  height: 42px;
  background-color: #EDEDEF;
  position: relative;
  z-index: 2;
  border-radius: 25px;
}
@media screen and (max-width: 700px) {
  .header2 .head-s {
    display: none;
  }
}
.header2 .head-s a:hover {
  text-decoration: none;
}
.header2 .head-s .before {
  content: "";
  position: absolute;
  width: 200px;
  height: 42px;
  background-color: white;
  border-radius: 25px;
  left: 60px;
  z-index: -999;
}
.header2 .head-s .red-b {
  background-color: #EA2700;
  font-size: 12px;
  color: white;
  display: flex;
  align-items: center;
  height: 42px;
  font-family: SigBo, sans-serif;
  padding: 0 20px;
  border-radius: 25px;
  position: absolute;
  left: 0;
  z-index: 999;
}
.header2 .head-s .red-b img {
  margin-right: 10px;
  width: 16px;
  height: 24px;
}
.header2 .head-s .links {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .header2 .head-s .links .a {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .header2 .head-s .links .b {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .header2 .head-s .links .c {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .header2 .head-s .links .d {
    display: none;
  }
}
.header2 .head-s .links a {
  font-family: SigBo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #EA2700;
  text-transform: uppercase;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.header2 .head-s .links .bori {
  border-radius: 20px;
  border: 1px solid #FF6600 !important;
  color: #FF6600 !important;
  padding-top: 1px;
  margin: 0 10px;
  height: 31px;
  box-sizing: border-box;
}

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