.download_nav {
  border-bottom: 1px solid #BFCCD5;
  position: sticky;
  position: -webkit-sticky;
  top: 60px;
  background: #FFFFFF;
  z-index: 99; }
  .download_nav .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px; }
    .download_nav .wrap .item {
      line-height: 50px;
      padding: 0 35px;
      font-weight: 400;
      font-size: 16px;
      color: #004178;
      transition: 0.6s;
      cursor: pointer; }
      .download_nav .wrap .item:hover, .download_nav .wrap .item.on {
        background: #004178;
        color: #FFFFFF; }

.section {
  padding: 80px 0 20px; }
  .section .wrap .title {
    font-family: 'Handel Gothic BT';
    font-weight: 400;
    font-size: 36px;
    color: #004178;
    text-transform: uppercase; }
  .section .wrap .line {
    width: 100%;
    height: 1px;
    background: #D9DBE3;
    margin: 15px 0 40px; }
  .section .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 66px; }
    .section .wrap .list .item {
      width: 320px; }
      .section .wrap .list .item p {
        font-weight: 400;
        font-size: 18px;
        color: #004178;
        margin-bottom: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase; }
      .section .wrap .list .item .img {
        width: 100%;
        height: 451px;
        overflow: hidden;
        border-radius: 4px; }
        .section .wrap .list .item .img img {
          display: block;
          width: 100%;
          height: 451px;
          transition: 3s; }
      .section .wrap .list .item:hover .img img {
        transform: scale(1.1); }

.footer {
  margin: 80px 0 0; }

/*# sourceMappingURL=download.css.map */
