@charset "UTF-8";

.list .at-container {
  margin: 0 auto
}

.list .box-wrap {
  margin: 50px 0 0
}

.list .box-wrap:after {
  content: "";
  display: block;
  clear: both
}

.list .box-wrap .box-list {
  width: 47.857142%;
  padding: 0 0 8%;
  float: left
}

.list .box-wrap .box-list:nth-of-type(2n) {
  margin: 0 0 0 4.285714%
}

.list .box-wrap .box-list .item_elm {
  position: relative
}

.list .box-wrap .box-list .img_wrap {
  padding: 0 0 62%;
  height: 0;
  position: relative;
  overflow: hidden
}

.list .box-wrap .box-list .img_wrap img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.list .box-wrap .box-list .link {
  position: absolute;
  display: block;
  right: 0;
  bottom: -17px;
  background-color: #ff7200
}

.list .box-wrap .box-list .link span {
  padding: 10px 25px;
  font-size: .75rem;
  display: block;
  color: #fff
}

.list .box-wrap .box-list h2 {
  padding: 20px 0 10px;
  display: block;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 600;
  text-align: left
}

.list .box-wrap .box-list .list-details {
  margin-top: 10px;
  color: #666;
  font-weight: 300;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  line-height: 1.5em;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

@media (max-width: 768px) {
  .list .box-wrap {
    margin: calc(40 / 7.68 * 1vw) 0 0
  }

  .list .box-wrap .box-list .link span {
    padding: calc(10 / 7.68 * 1vw) calc(25 / 7.68 * 1vw);
    font-size: calc(15 / 7.68 * 1vw)
  }

  .list .box-wrap .box-list h2 {
    padding: calc(25 / 7.68 * 1vw) 0 calc(5 / 7.68 * 1vw);
    font-size: calc(25 / 7.68 * 1vw)
  }

  .list .box-wrap .box-list .list-details {
    font-size: 2.34375vw
  }
}

.attractions-list {
  width: 100%
}

.loading,
.error,
.no-data {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  text-align: center
}

.loading p,
.error p,
.no-data p {
  font-size: 1.125rem;
  color: #666;
  margin: 0
}

.loading p {
  position: relative
}

.loading p:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-top: 2px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-left: 10px
}

.error p {
  color: #dc3545;
  margin-bottom: 15px
}

.error .retry-btn {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer
}

.error .retry-btn:hover {
  background: #0056b3
}

.no-data p {
  color: #999;
  font-style: italic
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.pagination {
  margin-top: 30px
}

.pagination .page-link {
  cursor: pointer;
  transition: all .3s ease;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: .5rem .75rem;
  text-decoration: none
}

.pagination .page-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #0056b3
}

.pagination .page-item.active .page-link {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff
}

.pagination .page-item.disabled .page-link {
  cursor: not-allowed;
  opacity: .6;
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6
}

.sub_menu {
  position: relative;
  z-index: 1
}

.sub_menu:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  z-index: -1
}

.sub_menu ul {
  max-width: max-content;
  display: flex;
  padding: 0 30px;
  margin: 0 auto;
  gap: 40px;
  justify-content: space-between;
  align-content: center;
  overflow-x: auto
}

.sub_menu ul::-webkit-scrollbar {
  height: 6px;
  background-color: #f4f4f4
}

.sub_menu ul::-webkit-scrollbar-thumb {
  width: 6px !important;
  background-color: #e3e3e3;
  border-radius: 20px
}

.sub_menu ul li {
  width: fit-content;
  min-width: fit-content
}

.sub_menu ul li a {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  display: block
}

.sub_menu ul li a span {
  padding: 18px 0 19px;
  display: block;
  font-size: .9375rem;
  color: #818589;
  font-weight: 300
}

.sub_menu ul li a:hover span {
  color: #505051
}

.sub_menu ul li.on a span {
  color: #ff7200;
  border-bottom: 2px solid #ff7200;
  font-weight: 700
}

@media (max-width: 768px) {
  .sub_menu ul {
    gap: 3.90625vw;
    padding: 0 5.20833vw;
    margin: 0
  }

  .sub_menu ul::-webkit-scrollbar {
    height: 1.04166vw
  }

  .sub_menu ul::-webkit-scrollbar-thumb {
    width: 1.04166vw !important;
    border-radius: 2.60416vw
  }

  .sub_menu ul li a {
    padding: 0
  }

  .sub_menu ul li a span {
    padding: 3.125vw 0;
    font-size: 3.64583vw
  }

  .sub_menu ul li.on a span {
    border-bottom: .52083vw solid #ff7200
  }
}