.footer[page] {
  background-color: #F6F6F6;
}
.f-map {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-top: 167px;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 15px;
  font-weight: 400;
  color: #05315A;
  line-height: 28px;
}
.f-map-content {
  padding: 0 150px 100px 150px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.f-map-title {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #05315A;
  margin: 22px 0 0 0;
}
.f-map-title::before {
  content: ' ';
  display: inline-block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  margin-left: -36px;
  transform: translateY(-50%) rotate(225deg);
  border-left: 1px solid;
  border-bottom: 1px solid;
  color: #05315A;
}
.f-map-text {
  text-align: left;
}
.f-map-text a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.f-map-text a:hover {
  opacity: 0.8;
}
.f-map-item {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #05315A;
  margin: 30px 0 0 20px;
}
.f-map-item::before {
  content: '';
  width: 6px;
  height: 18px;
  display: block;
  background: #05315A;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.f-map-list {
  color: #919191;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 11px;
}
.f-map-list a {
  margin-right: 25px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .header {
    background-color: #04315A;
  }
  .header[page] .header-logo {
    background: url(/static/images/logo.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .min-footer {
    background-color: #F6F6F6;
  }

  .f-map {
    padding: 85px 5% 0 5%;
  }
  .f-map-title {
    font-size: 30px;
    margin: 20px 0 0 0;
  }
  .f-map-content {
    padding: 0 0 50px 0;
  }
  .f-map-item {
    margin: 50px 0 0 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  
}

@media screen and (min-width: 960px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}