.access-title{
  background-image: url("../img/download/f-lo1.webp");
  background-position: 50% 65%;
}
.access-title h2{
  font-size: 68px;
  line-height: 0.9;
  width: 100%;
}
.accesslocation-heading{
  background-color: rgba(75,91,129,0.1);
  padding: 40px;
  margin-bottom: 80px;
}

.accesslocation-heading .ac-lo-btn{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap:20px;
}
.accesslocation-heading .ac-lo-btn li{
  text-align: center;
}
.accesslocation-heading .ac-lo-btn a{
  position: relative;
  color: #fdfdfd;
  background-color: #4B5B81;
  display: block;
  padding: 20px 0;
  transition: all 0.5s;
}
.ac-lo-btn a:hover .arrow-box{
  right: 8%;
}
.ac-lo-btn a:hover .arrow-box .arrow{
  width: 25px;
}

.access-topimg{
object-position: 10% 54%;
left: 0;
}
.access-heading{
  margin-bottom: 80px;
}
.access-heading1{
  margin-bottom: 40px;
}
.access-station{
line-height: 1.4;
}
.ac-1{
  font-size: 24px;
  font-weight: bold;
  color: #C4A33E;
}
.access-item{
  padding-bottom: 80px;
}
.access-list{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
.access-list li{
  background: #4B5B81;
  text-align: center;
  position: relative;
    /* height: 140px; */
    padding: 40px 10px 15px;
  }

.access-list li p{
  color: #fdfdfd;
}
.station{
  font-size: 24px;
  padding: 0 5px 0 0;
}
.num-access{
  font-size: 48px;
  padding: 0 5px;
}
.tag-access{
  color: #fdfdfd;
  background: #C4A33E;
  font-size: 20px;
  padding: 5px 10px;
  position: absolute;
  top: 7%;
  left: 13%;
}
.access-2,
.access-3{
  margin-bottom: 80px;
}
.access-2>img{
  height: 450px;
  object-fit: cover;
  object-position: 50% 60%;
 
  margin-bottom: 50px;
}
.access-list2{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.access-list2 li{
  position: relative;
  background: #4B5B81;
  width: 48%;
  color: #fdfdfd;
  padding: 10px 10px 15px;
}
.ac-subtitle{
  font-size: 38px;
    line-height: 0.8;
    font-weight: normal;
    margin-bottom: 20px;
    margin-left: 20px;
    position: relative;
}
.ac-subtitle2{
  font-size: 24px;
  margin-left: 10px;
}
.ac-subtitle::after{
  content: "";
  width: 10px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  left: -15px;
}




@media (max-width:960px){
  

  .station{
    font-size: 20px;
  }
  .num-access{
    font-size: 48px;
    padding: 0 5px;
  }
  .tag-access{
    font-size: 18px;
    padding: 3px 10px;
  }
}
@media (max-width:768px){
 
  .access-title h2{
    font-size: 48px;
  }
  .access-2>img{
    height: 300px;
  }
  .access-list{
    grid-template-columns: repeat(2,1fr);
  }
  
  .station{
    font-size: 20px;
    padding: 0 3px 0 0;
  }
  
  .tag-access{
    font-size: 20px;
    padding: 3px 5px;
  }
  .access-list2{
    flex-direction: column;
  }
  .access-list2 li{
    width: 100%;
    margin-bottom: 20px;
  }
 
  .ac-subtitle{
    font-size: 32px;
  }
  .ac-subtitle2{
    font-size: 20px;
  }
  .ac-subtitle::after{
    width: 8px;
  }

}
@media (max-width:500px){

  .access-title h2{
    font-size: 32px;
  }
  .access-2>img{
    height: 250px;
  }
  .access-station{
    line-height: 1.5;
  }
  .ac-1{
    font-size: 18px;
  }
  
  
  .num-access{
    font-size: 32px;
    padding: 0 3px;
  }
  .tag-access{
    font-size: 16px;
  }
  .access-list li{
      height: 140px;
    }

}




/* ----------------location-------------------------------- */
.location-topimg{
  object-position: 50% 80%;
}
.location-topimg-p{
  position: absolute;
  top: 200px;
  right: 53%;
  font-size: 12px;
}
.location-heading{
  margin-bottom: 80px;
  width: 90%;
}
.location-heading h3{
  margin-bottom: 20px;
}
.location-heading p:not(:last-of-type){
  margin-bottom: 20px;
}
.location-list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.location-list .lo-title{
  font-size: 16px;
}
.location-list p{
  font-size: 14px;
}
.location-item{
  margin-bottom: 80px;
}
.location-item:last-of-type{
  margin-bottom: 0;
}
.location-list img{
  height: 300px;
  object-fit: cover;
  /* margin-bottom: 5px; */
}
.location-1,.location-2{
  padding-bottom: 80px;
}
.location-2{
  margin-top: 80px;
}
.life-list{
  display: flex;
  justify-content: space-between;
}
.life-list-left,.life-list-right{
  width: 48%;
}
.life-list-item{
  margin-top: 50px;
}
.life-list-item dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.life-list-item dt{
  width: 70%;
}
.life-list-item dd{
  width: 20%;
}


@media (max-width:768px){
  .location-topimg-p{
    top: 150px;
    right: 58%;
  }
  .location-list img{
    height: 250px;
  }
  .location-heading{
    width: 100%;
  }
  .life-list-left,.life-list-right{
    width: 100%;
  }
  .life-list{
    flex-direction: column;
  }
  
 
}
@media (max-width:500px){
  .location-topimg-p{
    top: 150px;
    right: 45%;
  }
  .location-list{
    grid-template-columns: 1fr;
    }
    .location-2 .location-list p{
      font-size: 24px;
    }
    .lo-school{
      font-size: 14px;
    }

}