main {
  height: calc(100vh - 34px);
}
@media (max-width: 1366px) {
  main {
    height: auto;
  }
}

.title-section {
  position: relative;
  margin-bottom: 8vw;
}
.title-section .f16-r {
  position: fixed;
  top: 58px;
  left: 600px;
  line-height: 28px;
  padding-right: 16px;
}
.title-section .btnwrap {
  position: fixed;
  top: 94px;
  left: 1076px;
}
@media (max-width: 1366px) {
  .title-section {
    position: fixed;
    height: 220px;
    margin-bottom: 0;
  }
  .title-section .btnwrap {
    top: 150px;
    left: 144px;
  }
}
@media (max-width: 991px) {
  .title-section .f16-r {
    display: none;
  }
  .title-section .btnwrap {
    left: 100px;
  }
}
@media (max-width: 767px) {
  .title-section {
    height: 210px;
  }
  .title-section h1 {
    width: 308px;
  }
  .title-section .btnwrap {
    top: 155px;
    left: 16px;
  }
}

.list-section {
  margin-top: 0px;
}
.list-section ul {
  max-width: 1300px;
  padding: 0 16px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-section li {
  width: 24%;
  background-color: white;
  text-align: center;
  border-radius: 8px;
  color: #001038;
  border: 4px solid #334060;
  -webkit-box-shadow: inset 0px 0px 0px 4px #999faf;
          box-shadow: inset 0px 0px 0px 4px #999faf;
  padding: 55px 0 46px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 768px) {
  .list-section li:hover {
    background-color: #001038;
    border: 4px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0px 0px 0px 4px white;
            box-shadow: inset 0px 0px 0px 4px white;
    color: white;
  }
  .list-section li:hover .icon .hover {
    opacity: 1;
  }
  .list-section li:hover .icon .unhover {
    opacity: 0;
  }
  .list-section li:hover .line {
    background-color: white;
  }
}
.list-section .icon {
  margin: 0 auto 30px;
  width: 88px;
  height: 88px;
  position: relative;
}
.list-section .icon .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.list-section .icon .unhover {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.list-section .f18-m {
  line-height: 25.2px;
}
@media (max-width: 1200px) {
  .list-section .f18-m {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .list-section .f18-m {
    font-size: 0.875rem;
  }
}
@media (min-width: 1201px) {
  .list-section .f18-m {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .list-section .f18-m {
    line-height: 19.6px;
  }
}
.list-section .line {
  margin: 20px auto 36px;
  width: 56px;
  height: 1px;
  background-color: #001038;
}
.list-section .f16-m {
  line-height: 28px;
}
@media (max-width: 1200px) {
  .list-section .f16-m {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .list-section .f16-m {
    font-size: 0.75rem;
  }
}
@media (min-width: 1201px) {
  .list-section .f16-m {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .list-section .f16-m {
    line-height: 16.8px;
  }
}
@media (max-width: 1366px) {
  .list-section {
    margin-top: 260px;
  }
}
@media (max-width: 1199px) {
  .list-section .icon .hover {
    opacity: 1;
  }
  .list-section .icon .unhover {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .list-section {
    margin-top: 220px;
  }
  .list-section ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .list-section li {
    width: 49%;
    margin-bottom: 10px;
    padding: 34px 0 31px;
  }
}
@media (max-width: 767px) {
  .list-section {
    margin-top: 210px;
  }
  .list-section .icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
  }
  .list-section .line {
    margin: 12px auto 16px;
    width: 48px;
  }
}