/*  info_attraction  */
.attrac_info_bg {
  background-image: url(../images/attrac_info_bg.png);
  padding-top: 16px;
}

.attrac_info_header {
  height: 200px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#attrac_title {
  font-weight: 900;
  font-size: 24px;
}

#attrac_subtitile {
  margin-top: 15px;
}

.attrac_info_content {
  padding-top: 5px;
  position: relative;
}

.scroll_bg {
  background-image: url(../images/bg6.png);
  background-size: cover;
}

.desc_bg {
  background-image: url(../images/bg6.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.attrac_info_desc {
  width: 92%;
  position: relative;
  left: 4%;
  line-height: 1.8;
}

.img_tag {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1000;
  background-color: rgba(3, 3, 3, 0.4);
  color: #ffffff;
  text-indent: 5%;
  overflow: hidden;
  max-height: 3.6em;
  line-height: 1.8em;
  padding: 0px 3% 0px 3%;
  margin-bottom: 4px;
  width: 100%;
}

#preview_list {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.image_slot {
  height: 185px;
  width: 285px;
  overflow: hidden;
  padding: 0 3px 0 3px;
  border-radius: 6%;
}

p {
  padding-bottom: 16px;
}

/*  info_attarction swiper addon  */
.outer_info {
  position: relative;
  height: 720px;
  width: 90%;
  margin: auto;
  padding-top: 20px;
}

.outer_info .swiper-container {
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
}

.outer_info .swiper-slide {
  background-size: cover;
  background-position: center;
}

.outer_info .gallery-top {
  height: 72%;
  width: 100%;
}

.outer_info .gallery-thumbs {
  height: 180px;
  box-sizing: border-box;
  margin-top: 7px;
}

.outer_info .gallery-thumbs .swiper-slide {
  width: 24%;
  height: 100%;
  border-radius: 6%;
  margin:0 0.5%;
}

.outer_info .gallery-thumbs .swiper-slide-thumb-active {
  box-shadow: 0px 0px 0px 4px orange inset;
  border-radius: 6%;
}

.outer_info .swiper-button-next {
  background-image: url(../images/button_right.png);
  height: 185px !important;
  width: 35px !important;
  position: absolute;
  top: 76% !important;
  right: 0;
}

.outer_info .swiper-button-next::after {
  display: none;
}

.outer_info .swiper-button-prev {
  background-image: url(../images/button_left.png);
  height: 185px !important;
  width: 35px !important;
  position: absolute;
  top: 76% !important;
  left: 0;
}

.outer_info .swiper-button-prev::after {
  display: none;
}

/*  list attraction  */
.attrac_list_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.item_header {
  height: 120px;
  position: relative;
}

.item_title {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 40%;
  text-align: center;
  font-weight: bolder;
  font-size: 26px;
}

.item_liner {
  position: absolute;
  z-index: 999;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 55%;
  width: 100%;
  max-width: 820px;
}

.list_item_bg {
  background-image: url(../images/bg19.png);
  background-repeat: no-repeat;
  width: 100%;
}
.attrac_list_area .list_item_bg:nth-child(even) {
  background-image: none;
  background-repeat: no-repeat;
  width: 100%;
}

.list_item_nbg {
  width: 100%;
  margin: auto;
  text-align: center;
}

.list_item {
  max-width: 70%;
  display: inline;
}

.scroll_viewer_img {
  width: 98%;
  height: 96%;
  padding: 1% 1% 1% 1%;
}

.scroll_viewer_info {
  width: 300px;
  height: 400px;
  background-image: url(../images/bg8.png);
  background-position: center;
  position: absolute;
  z-index: 99;
  top: 50px;
  right: 50px;
  opacity: 0.9;
}

.viewer_info_title {
  margin: 10% 8%;
  color: orange;
  font-size: 28px;
}

.viewer_info_desc {
  margin: 10% 8%;
  max-height: 50%;
  overflow: hidden;
  text-align: start;
}

.viewer_info_btn {
  box-shadow: 0px 0px 0px 1px orange inset;
  width: fit-content;
  padding: 10px 10px;
  color: orange;
}

/*  list attraction swiper addon  */
.outer_list {
  position: relative;
  height: 720px;
  margin: auto;
  padding-top: 20px;
}

.outer_list .swiper-container {
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
}

.outer_list .swiper-slide {
  background-size: cover;
  background-position: center;
}

.outer_list .gallery-top {
  height: 72%;
  width: 100%;
}

.outer_list .gallery-thumbs {
  height: 124px;
  box-sizing: border-box;
  margin-top: 7px;
}

.outer_list .gallery-thumbs .swiper-slide {
  width: 20%;
  height: 96%;
}

.outer_list .gallery-thumbs .swiper-slide-thumb-active {
  box-shadow: 0px 0px 0px 3px orange inset;
}

.attrac_list_area
  div:nth-child(even)
  .list_item
  .gallery-thumbs
  .swiper-slide-thumb-active {
  box-shadow: 0px 0px 0px 3px green inset;
}

.outer_list .swiper-button-next {
  background-image: url(../images/right_amber.png);
  height: 126px !important;
  width: 35px !important;
  position: absolute;
  top: 6% !important;
  right: 0;
}

.attrac_list_area
  div:nth-child(even)
  .list_item
  .outer_list
  .swiper-button-next {
  background-image: url(../images/right_turquoise.png);
  height: 126px !important;
  width: 35px !important;
  position: absolute;
  top: 6% !important;
  right: 0;
}

.outer_list .swiper-button-next::after {
  display: none;
}

.outer_list .swiper-button-prev {
  background-image: url(../images/left_amber.png);
  height: 126px !important;
  width: 35px !important;
  position: absolute;
  top: 6% !important;
  left: 0;
}

.attrac_list_area
  div:nth-child(even)
  .list_item
  .outer_list
  .swiper-button-prev {
  background-image: url(../images/left_turquoise.png);
  height: 126px !important;
  width: 35px !important;
  position: absolute;
  top: 6% !important;
  left: 0;
}

.outer_list .swiper-button-prev::after {
  display: none;
}
