.footer[page] {
  background-color: #F6F6F6;
}
.serve {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-top: 167px;
  display: flex;
  justify-content: center;
}
.serve-content {
  position: relative;
  padding: 0 150px;
  font-size: 15px;
  font-weight: 400;
  color: #05315A;
  line-height: 28px;
  text-align: center;
}
.serve-title {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  color: #05315A;
  margin: 22px 0 48px 0;
}
.serve-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;
}
.serve-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: right;
  border-radius: 0 0 0 40px;
}
.serve-desc {
  margin: 60px 0;
}
.serve-content ul {
  padding-left: 20px;
  text-align: left;
}
.serve-content li::marker {
  font-size: 5px;
}
.serve-title-2 {
  font-size: 24px;
  font-weight: 600;
  color: #05315A;
  margin-bottom: 14px;
}
.serve-list {
  min-width: 900px;
  margin: 40px 0 60px 0;
  padding: 0 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.serve-item {
  width: 165px;
  height: 165px;
  border-radius: 100%;
  font-size: 18px;
  border: 1px solid #05315A;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 5px;
}
.serve-item-img {
  width: 100px;
  height: 100px;
}

.serve-term {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.serve-term-img {
  width: 300px;
  height: 190px;
  object-fit: cover;
  border-radius: 0 0 0 40px;
  margin-right: 40px;
}
.serve-term-info {
  text-align: left;
}
.min-list {
  display: contents;
}

@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;
  }
  .serve {
    overflow-x: hidden;
    padding: 85px 5% 0 5%;
  }
  .serve-content {
    padding: 0;
    text-align: justify;
  }
  .serve-title {
    text-align: center;
    margin: 30px 0;
    font-size: 30px;
  }
  .serve-img {
    height: 148px;
  }
  .serve-content ul {
    padding: 0;
    list-style: none;
  }
  .serve-desc {
    margin: 30px 0;
  }
  .serve-content ul li {
    margin: 20px 0;
  }
  .serve-title-2 {
    text-align: center;
    font-size: 18px;
  }
  .serve-list {
    min-width: 100%;
    margin: 15px 0;
    padding: 0;
  }
  
  .serve-item {
    width: 125px;
    height: 125px;
    font-size: 15px;
    margin: 15px;
  }
  .min-list {
    display: flex;
  }
  .min-list .serve-item {
    margin: 3px;
  }
  .serve-item-img {
    width: 72px;
    height: 72px;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .serve-content {
    padding: 0;
    text-align: justify;
  }
}

@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) {

}