﻿.line__route {
  position: relative;
}

.link__area {
  position: absolute;
  width: 100%;
  margin-top: 4.65%;
  top: 0;
  right: 0;
}

.station__link__area {
  width: 100%;
  aspect-ratio: 1200/115.4;
  display: flex;
}

.station__link {
  display: block;
  flex: 1 1 0;
}

.transfer__link {
  display: block;
  flex: 0.27 0 0;
}

.section__sub__title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.route__list {
  margin-bottom: 5rem;
}

.search__nav,
.line__nav {
  list-style: none;
  display: flex;
  justify-content: space-around;
}

.search__nav {
  padding-bottom: 5rem;
  justify-content: center;
}

.line__nav__btn {
  width: 16.6%;
}

.line__nav__btn button {
  width: 100%;
  background-color: unset;
  border: unset;
}

.line__nav__area {
  margin-bottom: 3rem;
}

.BR.active {
  border-bottom: 2px solid #C48D32;
}

.R.active {
  border-bottom: 2px solid #E4002C;
}

.G.active {
  border-bottom: 2px solid #008659;
}

.O.active {
  border-bottom: 2px solid #F8B616;
}

.BL.active {
  border-bottom: 2px solid #0070BD;
}

.Y.active {
  border-bottom: 2px solid #FFDA00;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete {
  width: 65%;
  min-width: 150px;
  margin: auto;
  border: 2px solid #007AB0;
  border-radius: 30px;
  display: block !important;
}

.form-control {
  font-size: 1.6rem;
  border-radius: 30px;
  padding: 5px 10px;
}

#btnStaionQuery {
  position: absolute;
  width: 20px;
  aspect-ratio: 41.39/42.22;
  background-image: url("/images/station/search_icon.png");
  background-color: #fff;
  top: 8px;
  right: 15px;
  background-size: cover;
}

.quickmenu__bar {
  margin-bottom: 5rem;
}

.route__list .section__sub__title {
  padding-top: 3rem;
  border-top: 1px solid;
}

@media screen and (min-width: 769px) {
  .section__sub__title {
    font-size: 2.6rem;
    margin-bottom: 5rem;
  }
  .route__list {
    margin-bottom: 10rem;
  }
  .line__nav__area {
    margin-bottom: 5rem;
  }
  .form-control {
    font-size: 2.6rem;
  }
  #btnStaionQuery {
    position: absolute;
    width: 30px;
    top: 10px;
    right: 20px;
  }
  .quickmenu__bar {
    margin-bottom: 10rem;
  }
  .route__list .section__sub__title {
    padding-top: 5rem;
  }
  .search__nav__btn {
    border-radius: 20px;
  }
  .search__nav {
    padding-bottom: 10rem;
  }
}
