﻿.link-band {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 45px;
  /* background-color: #262626; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.btn-back {
  text-align: left;
  line-height: 0;
}

.btn-back img {
  height: 25px;
  margin-right: 10px;
}

.btn-back a {
  display: flex;
  align-items: center;
}

.back-txt {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  letter-spacing: 0.01em;
  font-weight: 600;
  line-height: 1em;
  color: #fff;
  margin-top: 0.2em;
}

.band-tit {
  display: none;
  color: #fff;
  font-weight: 500;
  line-height: 1em;
  margin-top: 0.2em;
}

@media (max-width: 600px) {
  .link-band {
    height: 35px;
    padding: 0 10px;
  }

  .bt-back img {
    height: 20px;
  }

  .band-tit {
    display: block;
  }
}

.menu-band {
  position: relative;
  width: 100%;
  z-index: 2;
  height: 90px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  background: -moz-linear-gradient(top, #fff, #fcfcfc);
  background: -webkit-linear-gradient(top, #fff, #fcfcfc);
  background: linear-gradient(to bottom, #fff, #fcfcfc);
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  /* margin-bottom: 50px; */
}

.logo-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-img {
  width: 130px;
  margin-right: 20px;
}

.logo-catch {
  font-weight: 600;
}

.search-box {
  display: flex;
  width: auto;
}

.bt-search {
  width: 55px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid #ddd;
  border-width: 1px 1px 1px 0;
  background: -moz-linear-gradient(top, #eee, #ccc);
  background: -webkit-linear-gradient(top, #eee, #ccc);
  background: linear-gradient(to bottom, #eee, #ccc);
}

.bt-search img {
  width: 15px;
}

@media (max-width: 600px) {
  .menu-band {
    padding: 0 10px;
  }

  .logo-img {
    width: 110px;
  }

  .logo-catch {
    display: none;
  }

  .bt-search {
    width: 40px;
    height: 35px;
  }

  .bt-search img {
    width: 13px;
  }
}

.search-box input[type="text"] {
  height: 40px;
  width: 210px;
  padding: 10px;
  color: #262626;
  background: #fff;
  font-size: 1rem;
  border-radius: 0px;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  box-shadow: none;
  outline: none;
  box-sizing: border-box;
}

.search-box input[type="text"]::placeholder {
  color: #ccc;
}

@media (max-width: 600px) {
  .search-box input[type="text"] {
    height: 35px;
    width: 165px;
    padding: 7px;
  }
}
