/*!* 상단검색 *!*/
/*.top-search-wrap{*/
/*    margin-top : 40px;*/
/*}*/

/*.top-search-wrap .searchForm .input-search{*/
/*    font-size : 16px;*/
/*}*/

/*.top-search-wrap .searchForm .input-search-wrap{*/
/*    max-width : 672px;*/
/*    width : 95%;*/
/*    height : 40px;*/
/*    margin : 0 auto 20px;*/
/*}*/

.no-ticket-wrap {
  border-bottom: 1px solid #1c1c1c;
  border-top: 1px solid #1c1c1c;
  margin: auto;
  width: 95%;
}

.no-ticket {
  align-items: center;
  display: flex;
  height: 400px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 844px;
}

.no-ticket .wraning {
  max-width: 500px;
  padding: 0 10px;
  text-align: center;
  width: 100%;
}

.no-ticket .icon.warning-red {
  height: 34px;
  width: 34px;
}

.no-ticket .icon-wrap {
  margin-bottom: 20px;
}

.no-ticket p {
  color: #b3261e;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 60px;
}

.no-ticket .btn-wrap {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}

.no-ticket .btn-wrap > button {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  justify-content: center;
}

.no-ticket .btn-white {
  border: 1px solid #767676;
  border-radius: 2px;
  color: #1c1c1c;
}

.no-ticket .btn-black {
  background-color: #1c1c1c;
  border-radius: 2px;
  color: #fff;
}

@media screen and (max-width: 1016px) {
  .no-ticket .btn-wrap > button {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {

  .no-ticket .btn-wrap > button {
    font-size: 16px;
    height: 50px;
  }

  .select-sort-wrap {
    gap: 12px;
  }

  .no-ticket p {
    font-size: 20px;
    line-height: 24px;
  }
}


@media screen and (max-width: 480px) {
  .top-search-wrap .searchForm .input-search {
    font-size: 14px;
  }

  .no-ticket .btn-wrap > button {
    font-size: 14px;
    height: 40px;
  }

  .select-sort-wrap {
    gap: 8px;
  }

  .no-ticket p {
    font-size: 16px;
    line-height: 20px;
  }
}