/*-------------------------------------------*\
	index.scss
\*-------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,400;0,600;0,800;1,400;1,600;1,800&display=swap");
/*-------------------------------------------------------------------*/
/*    $owl.carousel                                                  */
/*-------------------------------------------------------------------*/
.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  width: 78px;
  height: 78px;
  padding: 4px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.owl-theme .owl-nav [class*=owl-]:focus {
  outline: 2px dotted #7c65b8;
}
.owl-theme .owl-nav [class*=owl-] span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 70px;
  font: 0/0 a;
  background-color: #005bb5;
  background-image: -o-linear-gradient(45deg, #005bb5 0%, #64b6fd 100%);
  background-image: linear-gradient(45deg, #005bb5 0%, #64b6fd 100%);
  border-radius: 50%;
}
.owl-theme .owl-nav [class*=owl-] span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-left: 4px solid white;
  border-bottom: 4px solid white;
  opacity: 0.75;
}
.owl-theme .owl-nav [class*=owl-] span:hover::before {
  opacity: 1;
}
.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.owl-theme .owl-nav .owl-prev span::before {
  margin-left: 0.75rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.owl-theme .owl-nav .owl-next {
  right: 0;
}
.owl-theme .owl-nav .owl-next span::before {
  margin-right: 0.75rem;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.owl-theme .owl-dots {
  display: block;
  position: absolute;
  bottom: 1rem;
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dot {
  display: inline-block;
  pointer-events: none;
}
.owl-theme .owl-dot span {
  position: relative;
  width: 13px;
  height: 13px;
  margin: 0.5rem 0.25rem;
  display: block;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
  background: #8bcaff;
  pointer-events: auto;
  opacity: 0.85;
}
.owl-theme .owl-dot.active span, .owl-theme .owl-dot:hover span {
  background: #0074d3;
  opacity: 1;
}
.owl-theme .owl-dot.active span::before, .owl-theme .owl-dot:hover span::before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border-radius: 30px;
  border: 1px solid #0074d3;
}
.owl-theme .owl-dot:focus {
  outline: 2px dotted #7c65b8;
}

/*-------------------------------------------*\
	icommon.scss

	Index
  - 1.title
  - 2.more
  - 3.img object-fit
  - 4.blackground
\*-------------------------------------------*/
.ititle {
  padding-bottom: 1.5rem;
  color: #404040;
  font-size: 2.1875em;
  font-style: italic;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url(../../images/side_tit_bg.png);
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .ititle {
    font-size: 2.5em;
  }
}
.ititle_bg1 {
  text-align: center;
  background-image: url(../../images/side_tit_bg.png);
  background-position: center bottom;
}

.imore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  padding: 1rem;
  color: white;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.5rem 1rem -0.25rem rgba(0, 116, 211, 0.5);
          box-shadow: 0 0.5rem 1rem -0.25rem rgba(0, 116, 211, 0.5);
  background-color: #0069d2;
  background-image: -webkit-gradient(linear, left top, right top, from(#0069d2), to(#40a1ec));
  background-image: -o-linear-gradient(left, #0069d2 0%, #40a1ec 100%);
  background-image: linear-gradient(90deg, #0069d2 0%, #40a1ec 100%);
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.imore::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 0.5rem;
  background: url(../../images/imore.svg);
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.imore:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 116, 211, 0);
          box-shadow: 0 0 0 rgba(0, 116, 211, 0);
  -webkit-transform: translateY(-0.25rem);
      -ms-transform: translateY(-0.25rem);
          transform: translateY(-0.25rem);
}
.imore:hover::after {
  margin-left: 1rem;
}

.cm_pic {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.cm_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ibg {
  position: relative;
  z-index: -2;
  background: url(../../images/ibg.png) no-repeat center bottom;
}

/*-------------------------------------------*\
	ibanner.scss

	Index
  - 1.wrapper
  - 2.owl-dots
  - 3.item
  - 4.hide
\*-------------------------------------------*/
.ibanner_wrap {
  position: relative;
  z-index: 1;
}
.ibanner_wrap::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 33%;
  max-height: 232px;
  background: url(../../images/ibanner_mask.png) no-repeat right bottom;
  background-size: contain;
  pointer-events: none;
}
@media (min-width: 1600px) {
  .ibanner_wrap::after {
    height: 232px;
  }
}

.ibanner_wrap .owl-dots {
  z-index: 2;
  bottom: 5rem;
}
@media (min-width: 768px) {
  .ibanner_wrap .owl-dots {
    bottom: 8rem;
  }
}
@media (min-width: 992px) {
  .ibanner_wrap .owl-dots {
    bottom: 10rem;
  }
}
@media (min-width: 1400px) {
  .ibanner_wrap .owl-dots {
    bottom: 8rem;
  }
}

.ib_item figure {
  padding-bottom: 400px;
}
@media (min-width: 768px) {
  .ib_item figure {
    padding-bottom: 700px;
  }
}
@media (min-width: 1200px) {
  .ib_item figure {
    padding-bottom: 777px;
  }
}

@media (min-width: 576px) {
  .hide-xs {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .hide-sm {
    display: none !important;
  }
}

.message_turtle {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 3rem;
  width: 220px;
  -webkit-animation: mg_up 2s;
          animation: mg_up 2s;
  -webkit-filter: drop-shadow(0 0.25rem 1rem rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0.25rem 1rem rgba(0, 0, 0, 0.5));
}
@media (min-width: 768px) {
  .message_turtle {
    right: 1rem;
    bottom: 7rem;
    width: 450px;
  }
}

.message_close {
  position: absolute;
  top: 0;
  right: 0;
}
.message_btn {
  position: relative;
  top: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 3px;
  background-color: white;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.message_btn::before, .message_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 10px);
  width: 20px;
  height: 4px;
  background-color: #0069d2;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.message_btn::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.message_btn:focus {
  outline: 2px dotted #ffcc02;
}

@-webkit-keyframes mg_up {
  from {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes mg_up {
  from {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*-------------------------------------------*\
	iinfo.scss

	Index
  - 1.
\*-------------------------------------------*/
.in_info_wrap {
  margin: 3rem 0;
}
.in_info_wrap .in_info_img {
  text-align: center;
}
.in_info_wrap .in_info_txt {
  margin-top: 2rem;
}
.in_info_wrap .itxt {
  line-height: 1.5;
}
.in_info_wrap .imore {
  margin: 2rem auto;
}
@media (min-width: 992px) {
  .in_info_wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .in_info_wrap .in_info_img, .in_info_wrap .in_info_txt {
    width: 50%;
  }
  .in_info_wrap .in_info_txt {
    margin-top: 0;
    margin-left: 2rem;
  }
  .in_info_wrap .itxt {
    font-size: 1.125em;
    line-height: 1.75;
  }
  .in_info_wrap .imore {
    margin: 2rem 0;
  }
}
@media (min-width: 1600px) {
  .in_info_wrap .in_info_txt {
    margin: 0 5rem;
  }
}

/*-------------------------------------------*\
	ievent.scss

	Index
  - 1.
\*-------------------------------------------*/
.in_event_wrap {
  margin: 3rem 0;
}
.in_event_wrap .item {
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.in_event_wrap .item:hover .cm_pic img, .in_event_wrap .item:focus .cm_pic img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.in_event_wrap .cm_pic {
  padding-bottom: 35.5%;
  border-radius: 1rem;
}
.in_event_wrap .imore {
  margin: 2rem auto;
}
.in_event_wrap .in_event_owl {
  position: relative;
  padding-bottom: 2.5rem;
}
.in_event_wrap .in_event_owl .owl-dots {
  bottom: 0;
}
@media (min-width: 992px) {
  .in_event_wrap {
    margin: 5rem 0;
  }
  .in_event_wrap .in_event_owl::before, .in_event_wrap .in_event_owl::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .in_event_wrap .in_event_owl::before {
    background-image: url(../../images/in_event_wrap-Hulk.svg);
    width: 100px;
    height: 100px;
    top: -74px;
    left: 30px;
  }
  .in_event_wrap .in_event_owl::after {
    background-image: url(../../images/in_event_wrap-HermitCrab.svg);
    width: 70px;
    height: 70px;
    top: -35px;
    right: 30px;
  }
}
@media (min-width: 1600px) {
  .in_event_wrap .in_event_owl::before {
    width: 150px;
    height: 150px;
    top: -110px;
    left: 50px;
  }
  .in_event_wrap .in_event_owl::after {
    width: 100px;
    height: 100px;
    top: -50px;
    right: 50px;
  }
}

/*-------------------------------------------*\
	iattraction.scss

	Index
  - 1.
\*-------------------------------------------*/
.in_attraction_wrap {
  padding: 0 1rem;
  margin: 5rem 0;
}
.in_attraction_wrap .itxt {
  line-height: 1.5;
}
.in_attraction_wrap .in_attraction_info {
  margin-bottom: 2rem;
}
.in_attraction_wrap .in_attraction_owl {
  padding-bottom: 2rem;
}
.in_attraction_wrap .in_attraction_owl a {
  display: block;
  margin: 1rem 1.5rem;
  color: #222222;
  font-size: 1.25em;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.in_attraction_wrap .in_attraction_owl a:hover, .in_attraction_wrap .in_attraction_owl a:focus {
  color: #0074d3;
  -webkit-transform: translateY(-0.5em);
      -ms-transform: translateY(-0.5em);
          transform: translateY(-0.5em);
}
.in_attraction_wrap .in_attraction_owl a:hover .cm_pic img, .in_attraction_wrap .in_attraction_owl a:focus .cm_pic img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.in_attraction_wrap .in_attraction_owl .itxt {
  margin: 1rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  height: 3.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.in_attraction_wrap .in_attraction_owl .cm_pic {
  padding-bottom: 75%;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 5px 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 1rem rgba(0, 0, 0, 0.2);
}
.in_attraction_wrap .in_attraction_owl .owl-dots {
  bottom: 0;
}
.in_attraction_wrap .in_attraction_btn {
  width: 100%;
}
.in_attraction_wrap .in_attraction_btn .imore {
  margin: 2rem auto;
}
@media (min-width: 992px) {
  .in_attraction_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .in_attraction_wrap .in_attraction_info {
    width: 40%;
    padding: 0 3rem;
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .in_attraction_wrap .in_attraction_owl {
    width: 60%;
  }
  .in_attraction_wrap .in_attraction_btn {
    width: 100%;
    padding: 0 3rem;
    margin-top: -3rem;
  }
  .in_attraction_wrap .in_attraction_btn .imore {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .in_attraction_wrap .in_attraction_info {
    width: 30%;
    padding: 0 3rem;
  }
  .in_attraction_wrap .in_attraction_owl {
    width: 70%;
  }
  .in_attraction_wrap .in_attraction_btn {
    margin-top: -3.5rem;
  }
}
@media (min-width: 1600px) {
  .in_attraction_wrap .in_attraction_info {
    width: 25%;
    margin-top: 2rem;
  }
  .in_attraction_wrap .in_attraction_owl {
    width: 75%;
  }
  .in_attraction_wrap .in_attraction_btn {
    margin-top: -5rem;
  }
}