@charset "UTF-8";
/*-------------------------------------------*\
	index.scss
\*-------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap);
/*-------------------------------------------*\
  iehack.scss

  Use
  @include hack($IE-ver),目前使用IE10以上
\*-------------------------------------------*/
.owl-theme {
  position: relative;
}
.owl-theme .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: calc(50% - (54px / 2));
  left: 0;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: black url(../../../images/owl-arrow.svg) no-repeat center center !important;
  background-size: 18px 32px !important;
  pointer-events: auto;
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.owl-theme .owl-nav [class*=owl-] span {
  display: block;
  width: inherit;
  height: inherit;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  color: white;
}
.owl-theme .owl-nav [class*=owl-] span:focus {
  border: 4px solid #bfa6ff;
}
.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus {
  opacity: 1;
}
@media (min-width: 813px) {
  .owl-theme .owl-nav [class*=owl-] {
    width: 54px;
    height: 54px;
  }
}
.owl-theme .owl-nav .disabled {
  opacity: 0.75;
  cursor: default;
}
.owl-theme .owl-nav .owl-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 0.5rem;
  border: 1px solid #7d0000;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #7d0000;
}

/*-------------------------------------------*\
	ivisit.scss

	Index
	- 1.Layout
  - 2.item1
  - 3.social
  - 4.data
  - 5.行動版隱藏
\*-------------------------------------------*/
.ivisit_wrap {
  min-height: 300px;
  background: #202020 url(../../images/ivisit_bg.png) no-repeat top right;
}
.ivisit_wrap > .container {
  padding: 1rem;
}
@media (min-width: 992px) {
  .ivisit_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ivisit_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ivisit_col {
  color: #b7b4b4;
  line-height: 1.2;
  font-family: sans-serif, "Noto Sans TC" Georgia, "Times New Roman", Times, serif;
  padding: 1.5rem;
}
@media (min-width: 813px) {
  .ivisit_col:nth-child(1) {
    margin-left: calc(40px + 1rem);
  }
}
@media (min-width: 992px) {
  .ivisit_col {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .ivisit_col {
    padding: 3.5rem 1.5rem;
  }
  .ivisit_col:nth-child(1) {
    width: auto;
  }
}

.ivisit_tit {
  color: white;
  font-size: 2.5em;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
@media (min-width: 576px) {
  .ivisit_tit {
    font-size: 3.75em;
  }
}

.isocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 280px;
  margin-top: 2rem;
}
.isocial a {
  position: relative;
  z-index: 0;
  display: block;
  width: 26px;
  height: 24px;
}
.isocial a:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  z-index: -1;
  background-color: #b7b4b4;
}
.isocial a:hover:before {
  background-color: white;
}
.isocial a img {
  vertical-align: top;
}

.ivisit_data {
  padding-left: calc(40px + 1rem);
  background-repeat: no-repeat;
  background-size: 40px 40px;
}
.ivisit_data li:not(:first-of-type) {
  margin-top: 0.25rem;
}
@media (min-width: 576px) {
  .ivisit_data li {
    margin-bottom: 0.75rem;
  }
}
.ivisit_data li span {
  display: block;
}
.ivisit_data li span:first-child {
  margin-bottom: 0.25rem;
  color: #d4d3d3;
  font-weight: bold;
}
.ivisit_data li ol {
  list-style-type: decimal;
}
.ivisit_data li ul {
  list-style-type: disc;
}
.ivisit_data li ul {
  padding: 0.25rem 0;
  padding-left: 1rem;
}
.ivisit_data li ul li {
  position: relative;
  padding-left: 0.5rem;
  list-style-type: none;
  line-height: 1.5;
}
.ivisit_data li ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #941d27;
}
.ivisit_data li ul > ul > li {
  list-style-type: inherit;
}
.ivisit_data li ul > ul > li:before {
  display: none;
}
.ivisit_data li ul > ul > ul {
  list-style-type: circle;
}
.ivisit_data li ul > ol > li {
  list-style-type: inherit;
}
.ivisit_data li ul > ol > li:before {
  display: none;
}
.ivisit_data li ol {
  padding: 0.25rem 0;
  padding-left: 1.5rem;
}
.ivisit_data li ol > li {
  list-style-type: inherit;
}
.ivisit_data li ol > li:before {
  display: none;
}
.ivisit_data li ol > ul > li {
  list-style-type: inherit;
}
.ivisit_data li ol > ul > li:before {
  display: none;
}
.ivisit_data li ol > ul > ul {
  list-style-type: circle;
}
.ivisit_ic01 {
  background-image: url(../../images/ivisit_ic01.svg);
}
.ivisit_ic02 {
  background-image: url(../../images/ivisit_ic02.svg);
}
.ivisit_data-tit {
  color: #e1e1e0;
  font-size: 1.25em;
  line-height: 40px;
}
@media (min-width: 576px) {
  .ivisit_data-tit {
    margin-bottom: 1rem;
  }
}
.ivisit_data-tit::first-child {
  color: white !important;
}
.ivisit_more {
  margin-left: -1.25rem;
  padding-top: 1rem;
}

@media (max-width: 991px) {
  .ivisit_col:first-of-type .ibtn,
.ivisit_col:first-of-type p,
.ivisit_ic01 li:not([class^=ivisit]),
.ivisit_ic02 li:not([class^=ivisit]) {
    display: none;
  }
}
@media (min-width: 992px) {
  .ivisit_ic02 .ivisit_more {
    display: none;
  }
}
/*-------------------------------------------*\
	icalendar.scss

  Index
  - 1.ievents
	- 2.layout
	- 3.icon
	- 4.title
	- 5.month
  - 6.ic_control
  - 7.ic_calendar
  - 8.th & day
  - 9.explain
  - 10.more
\*-------------------------------------------*/
@media (min-width: 1200px) {
  .ievents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ievents-three_quarter {
    min-width: calc(100% - 380px);
  }
}

.ievents-quarter {
  display: none;
}
@media (min-width: 813px) {
  .ievents-quarter {
    display: block;
    max-width: 380px;
    margin: 0 auto;
    padding: 4rem 0;
  }
}
@media (min-width: 813px) and (max-width: 1199px) {
  .ievents-quarter {
    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;
    padding: 4rem 0;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .ievents-quarter {
    padding: 2rem 0;
    -webkit-box-shadow: 0.5rem 0.5rem 4rem rgba(0, 0, 0, 0.15);
            box-shadow: 0.5rem 0.5rem 4rem rgba(0, 0, 0, 0.15);
  }
}

.ic_col {
  padding: 2rem 1rem;
}
.ic_col + .ic_col {
  padding-top: 1.5rem;
  text-align: center;
}
@media (min-width: 813px) and (max-width: 1199px) {
  .ic_col + .ic_col {
    padding-top: 9rem;
  }
}
@media (min-width: 992px) {
  .ic_col {
    padding: 2rem;
  }
}

.ic_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ic_icon {
  width: 60px;
  height: 60px;
  margin-right: 1rem;
  padding-top: 1rem;
  text-align: center;
  background-color: #7d0000;
  border-radius: 0.5rem;
}
.ic_icon img {
  width: 30px;
}
@media (min-width: 813px) {
  .ic_icon {
    width: 100px;
    height: 100px;
    padding-top: 1.5rem;
    margin-right: 2rem;
  }
  .ic_icon img {
    width: 52px;
  }
}

.ic_tit {
  color: #484646;
  font-size: 2.125em;
}
.ic_tit-center {
  text-align: center;
}
.ic_tit_time {
  margin-top: 0.125rem;
  font-size: 1.5em;
  font-weight: bold;
}
@media (min-width: 813px) {
  .ic_tit_time {
    margin-top: 1rem;
  }
}

.ic_month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2.5rem 0;
}
.ic_month_txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  font-size: 1.875em;
  color: rgba(0, 0, 0, 0.8);
}

.ic_control {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 20px;
  height: 31px;
  background: url(../../images/icalendar_arrow.svg) no-repeat;
}
.ic_control.ic_control-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ic_control:hover, .ic_control:focus {
  background: url(../../images/icalendar_arrow-hover.svg) no-repeat;
}

.ic_calendar table {
  width: 100%;
}
.ic_calendar table td {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.875em;
}
.ic_calendar table a {
  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: 24px;
  height: 24px;
  margin: 0 auto;
  color: #757575;
  font-weight: bold;
  border-radius: 50%;
}
.ic_calendar table a:hover, .ic_calendar table a:focus {
  color: #c01c27;
}
@media (min-width: 576px) {
  .ic_calendar table td {
    padding: 0.5rem;
  }
  .ic_calendar table a {
    width: 30px;
    height: 30px;
  }
}

.ic_th {
  padding: 0.75rem 0.25rem !important;
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
}
.ic_today {
  color: black !important;
  border: 1px solid white;
  -webkit-box-shadow: 0px 0px 0px 5px #7d0000;
          box-shadow: 0px 0px 0px 5px #7d0000;
}
.ic_closed {
  color: white !important;
  background-color: #202020;
}
.ic_activity {
  color: white !important;
  background-color: #af782d;
}
.ic_free {
  color: white !important;
  background-color: #5f7700;
}
.ic_special {
  color: white !important;
  background-color: #6e447f;
}
.ic_other {
  color: rgba(117, 117, 117, 0.5) !important;
}
.ic_other.ic_activity {
  background-color: #f6efe5;
}

.ic_explain li {
  padding: 0.5rem;
}
.ic_explain li:before {
  content: "●";
  margin-right: 0.5rem;
  font-size: 1.125em;
}
.ic_explain li:nth-child(1):before {
  content: "○";
  color: #7d0000;
  font-weight: bold;
}
.ic_explain li:nth-child(2):before {
  color: #202020;
}
.ic_explain li:nth-child(3):before {
  color: #af782d;
}
.ic_explain li:nth-child(4):before {
  color: #5f7700;
}
.ic_explain li:nth-child(5):before {
  color: #6e447f;
}

.ic_more {
  padding: 2.5rem 0;
}
.ic_more .ibtn {
  width: 250px;
  margin: 0 auto;
  padding: 1.25rem 0;
  text-align: center;
  border: 2px solid #afacac;
}
@media (min-width: 992px) {
  .ic_more {
    display: none;
  }
}

/*-------------------------------------------*\
	exhibition.scss

	Index
  - 1.layout
  - 2.item
  - 3.en_head
  - 4.picture
  - 5.en_body
  - 6.more
  - 7.no-js
\*-------------------------------------------*/
.exhibition_wrap {
  padding: 3.5rem 1rem;
  font-family: "Open Sans", sans-serif;
}
.exhibition_wrap .ic_tit {
  color: #484646;
  font-size: 2.5em;
  font-family: "Open Sans", sans-serif;
  font-weight: bolder;
}
@media (min-width: 576px) {
  .exhibition_wrap .ic_tit {
    font-size: 3.75em;
  }
}
.exhibition_wrap .owl-dots {
  bottom: 0;
}
@media (min-width: 576px) {
  .exhibition_wrap .exhibition_content {
    margin: 0 -1rem;
  }
}
@media (min-width: 992px) {
  .exhibition_wrap {
    padding: 4rem 2rem;
  }
}

@media (min-width: 576px) {
  .en_item {
    padding: 1rem;
  }
}

.en_head {
  height: 112px;
  padding: 2rem 0 1rem;
}
.en_head div {
  margin-top: 0.75rem;
}
.en_num {
  font-size: 5em;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #e1e1e0;
}
@media (max-width: 812px) {
  .en_num {
    display: none;
  }
}
.en_time {
  font-size: 1.125em;
}
.en_time span:first-of-type {
  position: relative;
  padding-right: 2.25rem;
  margin-right: 0.25rem;
}
.en_time span:first-of-type:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 2rem;
  height: 1px;
  background-color: black;
}
.en_tit {
  height: 75px;
  margin: 18px 0;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.en_location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #484646;
}
.en_location:after {
  content: "";
  display: block;
  width: 17px;
  height: 24px;
  margin-left: 0.5rem;
  background-image: url(../../images/ic_location.svg);
}

.en_pic {
  display: block;
  color: black;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.en_pic_fig {
  padding-bottom: 56%;
}
.en_pic_fig:after {
  content: "Details";
  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;
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
}
.en_pic:hover .en_pic_fig:after, .en_pic:focus .en_pic_fig:after {
  opacity: 1;
}
.en_pic:hover .en_pic_fig img, .en_pic:focus .en_pic_fig img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.en_pic:focus:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px dotted #bfa6ff;
}

.en_body {
  padding: 1rem 0;
}
.en_badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  color: #7d0000;
  border: 1px solid #7d0000;
}
.en_txt {
  height: 39px;
  margin: 1rem 0;
  color: #757575;
  line-height: 1.2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.en_more {
  padding: 1.5rem 0;
  text-align: center;
}
.en_more .ibtn {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 1.25rem 0;
  border: 1px solid #b21d23;
}
@media (min-width: 813px) {
  .en_more {
    padding: 2.5rem 0 1.5rem;
  }
}

.no-js .en_tabs,
.no-js .en_tab {
  position: static;
}
.no-js .en_content {
  max-height: 100%;
  overflow: visible;
}
.no-js .owl_en {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.no-js .en_item {
  width: 100%;
}
@media (min-width: 576px) {
  .no-js .en_item {
    width: calc(100% / 2);
  }
}
@media (min-width: 813px) {
  .no-js .en_item {
    width: calc(99.9% / 3);
  }
}

/*-------------------------------------------*\
	parkmap-mobile.scss

	Index
	- 1.layout
	- 2.title
  - 3.btn
  - 4.nojs
\*-------------------------------------------*/
.navigation_wrap {
  padding: 3rem 2rem;
  background: url(../../images/parkmap_bg.jpg) no-repeat center;
}
@media (min-width: 1200px) {
  .navigation_wrap {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .navigation_mobile {
    display: none;
  }
}

.navigation_tit {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  color: white;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
.navigation_tit-cn {
  font-size: 2.5em;
  font-weight: bold;
}
.navigation_tit-en {
  margin-top: 1rem;
  font-family: sans-serif, "Noto Sans TC";
  text-transform: uppercase;
}
.navigation_tit:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #c01c27;
}
@media (min-width: 576px) {
  .navigation_tit-cn {
    font-size: 3.75em;
  }
}

.navigation_btn {
  padding: 1rem 0;
}
@media (min-width: 576px) {
  .navigation_btn .ibtn {
    width: 290px;
  }
}

/*-------------------------------------------*\
  parkmap-desktop.scss

	Index
	- 1.layout //主結構設定
  - 2.ps_tabs //左側選單
  - 3.pr_tabs //主要景點
  - 4.bus_tabs //公車路線
  - 5.nojs //未設定

\*-------------------------------------------*/
.parkmap_wrap {
  display: none;
  position: relative;
  z-index: 1;
  padding: 3rem 2rem;
  background: url(../../images/parkmap_bg.jpg) no-repeat center center/cover;
  overflow: hidden;
}
.parkmap_wrap::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1200px) {
  .parkmap_wrap {
    display: block;
  }
}
@media (min-width: 1600px) {
  .parkmap_wrap {
    padding: 10rem 2rem;
  }
}
.parkmap_tit {
  position: relative;
  z-index: 5;
  padding: 1.5rem;
  color: white;
  font-size: 3.75em;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  pointer-events: none;
}
@media (min-width: 1400px) {
  .parkmap_tit {
    left: 2.75rem;
  }
}
@media (min-width: 1600px) {
  .parkmap_tit {
    left: calc(50% - 650px);
  }
}

.parkmap_maps, .ps_content {
  position: absolute;
  top: 0;
  right: 0;
  width: 900px;
  height: 668px;
  pointer-events: none;
}
@media (min-width: 1400px) {
  .parkmap_maps, .ps_content {
    top: -3rem;
    right: 3rem;
    width: 1000px;
    height: 742px;
  }
}
@media (min-width: 1600px) {
  .parkmap_maps, .ps_content {
    top: -12rem;
    right: calc(50% - 640px - 150px);
    width: 1300px;
    height: 965px;
  }
}

.parkmap_bg {
  z-index: 1;
  background: url(../../images/parkmap_map.png) no-repeat center top/cover;
}
.parkmap_map1 {
  background: url(../../images/parkmap_map1.png) no-repeat center top/cover;
}
.parkmap_map2 {
  background: url(../../images/parkmap_map2.png) no-repeat center top/cover;
}
.parkmap_map3 {
  background: url(../../images/parkmap_map3.png) no-repeat center top/cover;
}
.parkmap_map4 {
  background: url(../../images/parkmap_map4.png) no-repeat center top/cover;
}
.parkmap_map5 {
  background: url(../../images/parkmap_map5.png) no-repeat center top/cover;
}
.parkmap_map6 {
  z-index: 4;
}

.ps_tabs {
  position: relative;
  font-family: "Open Sans", sans-serif;
}
.ps_tab {
  width: 250px;
}
@media (min-width: 1400px) {
  .ps_tab {
    width: 290px;
    position: relative;
    left: 3rem;
  }
}
@media (min-width: 1600px) {
  .ps_tab {
    left: calc(50% - 650px);
  }
}
.ps_btn {
  position: relative;
  z-index: 2;
  display: block;
  padding: 1.5rem 1.5rem 1.5rem calc(1.5rem + 25px);
  color: white;
  border-radius: 5px;
}
.ps_btn:hover, .ps_btn:focus {
  background: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ps_btn.active {
  background: rgba(125, 0, 0, 0.7);
  -webkit-box-shadow: 0 17px 35px rgba(0, 0, 0, 0.5);
          box-shadow: 0 17px 35px rgba(0, 0, 0, 0.5);
}
.ps_content {
  z-index: 3;
  color: white;
  pointer-events: none;
}
.ps_content.active {
  display: block;
  height: 100%;
}

.ps_tit {
  font-size: 1.125em;
  font-weight: bold;
}
@media (min-width: 1400px) {
  .ps_tit {
    font-size: 1.25em;
  }
}
.ps_tit:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 3px -5px -28px;
}
.ps_tit.walk:before {
  background: url(../../images/ps_tit_icon1.svg) no-repeat center center;
}
.ps_tit.bus:before {
  background: url(../../images/ps_tit_icon2.svg) no-repeat center center;
}
.ps_tit.car:before {
  background: url(../../images/ps_tit_icon3.svg) no-repeat center center;
}
.ps_txt {
  padding: 0.5rem 0;
}
.ps_time {
  display: inline-block;
  padding: 0.25rem;
  background: #915c24;
  font-size: 0.875em;
  border-radius: 5px;
}

.pr_tabs {
  position: relative;
}
.pr_tab {
  position: absolute;
}
.pr_btn {
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  color: white;
  font-size: 0.875em;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: auto;
}
@media (min-width: 1600px) {
  .pr_btn {
    font-size: 1em;
  }
}
.pr_content {
  position: absolute;
  display: none;
  max-width: 250px;
  color: white;
  pointer-events: none;
  z-index: 1;
}
.pr_content.active {
  display: block;
  height: 100%;
}

.pr_data {
  position: relative;
  display: block;
  color: white;
  pointer-events: auto;
}
.pr_data:hover img, .pr_data:focus img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pr_img {
  width: 250px;
  height: 166px;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}
.pr_img figure {
  position: relative;
  width: 100%;
  padding-bottom: 66.66%;
  overflow: hidden;
}
.pr_img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pr_tit {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 0.875em;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-align: center;
}
.pr_tit span {
  position: absolute;
  z-index: 1;
  bottom: 0;
  display: block;
  width: calc(100% - 1.5rem);
  margin: 0.75rem;
  text-shadow: 0 0px 20px rgba(0, 0, 0, 0.75);
  line-height: 1.2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pr_tit:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), color-stop(50%, transparent));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.visitor {
  padding-right: 2.75rem;
}
.visitor:after {
  position: absolute;
  content: "";
  top: -6px;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../images/visitor_center.svg) no-repeat center center/cover;
}

[class*=point-]:before, [class*=point-]:after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
}
[class*=point-]:before {
  top: calc(50% - (.5rem / 2));
  left: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #b21d23;
}
[class*=point-]:hover:before, [class*=point-].active:before {
  -webkit-animation: beforepoint 2s infinite;
          animation: beforepoint 2s infinite;
}
[class*=point-]:hover:after, [class*=point-].active:after {
  top: calc(50% - (1rem / 2) - 2px);
  left: calc(1rem - .375rem);
  width: 1rem;
  height: 1rem;
  border: 2px solid #b21d23;
  -webkit-animation: afterpoint 2s infinite 0.5s;
          animation: afterpoint 2s infinite 0.5s;
}

.point-left {
  padding: 0.5rem 1rem 0.5rem 2.5rem;
}

.point-right {
  padding: 0.5rem 2rem 0.5rem 1rem;
}
.point-right:before {
  left: inherit;
  right: 1rem;
}
.point-right:hover:after, .point-right.active:after {
  left: inherit;
  right: calc(1rem - .375rem);
}

@-webkit-keyframes beforepoint {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(5);
            transform: scale(5);
  }
  100% {
    opacity: 1;
  }
}

@keyframes beforepoint {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(5);
            transform: scale(5);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes afterpoint {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes afterpoint {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.circle {
  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: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.circle:hover, .circle.active {
  border: 1px solid white;
}
.circle:hover:before, .circle.active:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: calc(50% - (.5rem / 2));
  left: 0.75rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #d69956;
  -webkit-animation: beforepoint 2s infinite;
          animation: beforepoint 2s infinite;
}

.pr_busstop {
  position: relative;
  padding: 0.75rem;
  background: #941d27;
  border-radius: 0.25rem;
}
.pr_busstop:after {
  position: absolute;
  left: calc(50% - 5px);
  bottom: -9px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #941d27 transparent transparent transparent;
}

.pr_tab-i {
  top: 330px;
  left: 585px;
}
.pr_tab-i + .pr_content {
  top: 155px;
  left: 585px;
}
.pr_tab-1 {
  top: 278px;
  left: 297px;
}
.pr_tab-1 + .pr_content {
  top: 108px;
  left: 325px;
}
.pr_tab-2 {
  top: 305px;
  left: 325px;
}
.pr_tab-2 + .pr_content {
  top: 135px;
  left: 292px;
}
.pr_tab-3 {
  top: 400px;
  left: 280px;
  width: 150px;
}
.pr_tab-3 + .pr_content {
  top: 230px;
  left: 170px;
}
.pr_tab-4 {
  top: 478px;
  left: 122px;
  width: 190px;
}
.pr_tab-4 + .pr_content {
  top: 308px;
  left: 165px;
}
.pr_tab-5 {
  top: 422px;
  left: 520px;
}
.pr_tab-5 + .pr_content {
  top: 252px;
  left: 407px;
}
.pr_tab-6 {
  top: 365px;
  left: 695px;
  width: 170px;
}
.pr_tab-6 + .pr_content {
  top: 195px;
  left: 588px;
}
.pr_tab-7 {
  top: 438px;
  left: 695px;
}
.pr_tab-7 + .pr_content {
  top: 265px;
  left: 588px;
}
.pr_tab-8 {
  top: 481px;
  left: 662px;
}
.pr_tab-8 + .pr_content {
  top: 310px;
  left: 550px;
}
.pr_tab-9 {
  top: 222px;
  left: 800px;
}
.pr_tab-9 + .pr_content {
  top: 170px;
  left: 737px;
}
.pr_tab-10 {
  top: 288px;
  left: 686px;
}
.pr_tab-10 + .pr_content {
  top: 115px;
  left: 575px;
}
.pr_tab-11 {
  top: 230px;
  left: 645px;
}
.pr_tab-11 + .pr_content {
  top: 60px;
  left: 537px;
}
.pr_tab-12 {
  top: 223px;
  left: 564px;
}
.pr_tab-12 + .pr_content {
  top: 52px;
  left: 457px;
}
.pr_tab-13 {
  top: 121px;
  left: 537px;
}
.pr_tab-13 + .pr_content {
  top: -50px;
  left: 430px;
}
.pr_tab-14 {
  top: 184px;
  left: 495px;
}
.pr_tab-14 + .pr_content {
  top: 13px;
  left: 390px;
}
.pr_tab-15 {
  top: 209px;
  left: 342px;
}
.pr_tab-15 + .pr_content {
  top: 38px;
  left: 233px;
}
.pr_tab-16 {
  top: 19px;
  left: 255px;
}
.pr_tab-16 + .pr_content {
  top: 60px;
  left: 147px;
}
.pr_tab-17 {
  top: 33px;
  left: 157px;
}
.pr_tab-17 + .pr_content {
  top: 75px;
  left: 50px;
}
.pr_tab-18 {
  top: 340px;
  left: 120px;
}
.pr_tab-18 + .pr_content {
  top: 168px;
  left: 13px;
}
.pr_tab-19 {
  top: 330px;
  left: 508px;
}
.pr_tab-19 + .pr_content {
  top: 160px;
  left: 400px;
}
.pr_tab-20 {
  top: 523px;
  left: 579px;
}
.pr_tab-20 + .pr_content {
  top: 350px;
  left: 465px;
}
.pr_tab-21 {
  top: 370px;
  left: 405px;
}
.pr_tab-21 + .pr_content {
  top: 200px;
  left: 295px;
}

@media (min-width: 1400px) {
  .pr_tab-i {
    top: 368px;
    left: 662px;
  }
  .pr_tab-i + .pr_content {
    top: 188px;
    left: 656px;
  }
  .pr_tab-1 {
    top: 311px;
    left: 347px;
  }
  .pr_tab-1 + .pr_content {
    top: 140px;
    left: 375px;
  }
  .pr_tab-2 {
    top: 342px;
    left: 371px;
  }
  .pr_tab-2 + .pr_content {
    top: 170px;
    left: 340px;
  }
  .pr_tab-3 {
    top: 450px;
    left: 313px;
  }
  .pr_tab-3 + .pr_content {
    top: 280px;
    left: 203px;
  }
  .pr_tab-4 {
    top: 536px;
    left: 155px;
  }
  .pr_tab-4 + .pr_content {
    top: 365px;
    left: 195px;
  }
  .pr_tab-5 {
    top: 470px;
    left: 582px;
  }
  .pr_tab-5 + .pr_content {
    top: 300px;
    left: 472px;
  }
  .pr_tab-6 {
    top: 408px;
    left: 775px;
  }
  .pr_tab-6 + .pr_content {
    top: 238px;
    left: 666px;
  }
  .pr_tab-7 {
    top: 488px;
    left: 775px;
  }
  .pr_tab-7 + .pr_content {
    top: 317px;
    left: 665px;
  }
  .pr_tab-8 {
    top: 537px;
    left: 738px;
  }
  .pr_tab-8 + .pr_content {
    top: 365px;
    left: 620px;
  }
  .pr_tab-9 {
    top: 240px;
    left: 890px;
  }
  .pr_tab-9 + .pr_content {
    top: 188px;
    left: 827px;
  }
  .pr_tab-10 {
    top: 322px;
    left: 764px;
  }
  .pr_tab-10 + .pr_content {
    top: 150px;
    left: 650px;
  }
  .pr_tab-11 {
    top: 260px;
    left: 715px;
  }
  .pr_tab-11 + .pr_content {
    top: 82px;
    left: 605px;
  }
  .pr_tab-12 {
    top: 242px;
    left: 627px;
  }
  .pr_tab-12 + .pr_content {
    top: 70px;
    left: 515px;
  }
  .pr_tab-13 {
    top: 140px;
    left: 598px;
  }
  .pr_tab-13 + .pr_content {
    top: -35px;
    left: 482px;
  }
  .pr_tab-14 {
    top: 208px;
    left: 552px;
  }
  .pr_tab-14 + .pr_content {
    top: 33px;
    left: 436px;
  }
  .pr_tab-15 {
    top: 234px;
    left: 380px;
  }
  .pr_tab-15 + .pr_content {
    top: 60px;
    left: 266px;
  }
  .pr_tab-16 {
    top: 20px;
    left: 285px;
  }
  .pr_tab-16 + .pr_content {
    top: 60px;
    left: 177px;
  }
  .pr_tab-17 {
    top: 42px;
    left: 172px;
  }
  .pr_tab-17 + .pr_content {
    top: 85px;
    left: 66px;
  }
  .pr_tab-18 {
    top: 384px;
    left: 133px;
  }
  .pr_tab-18 + .pr_content {
    top: 207px;
    left: 22px;
  }
  .pr_tab-19 {
    top: 365px;
    left: 570px;
  }
  .pr_tab-19 + .pr_content {
    top: 190px;
    left: 457px;
  }
  .pr_tab-20 {
    top: 582px;
    left: 640px;
  }
  .pr_tab-20 + .pr_content {
    top: 410px;
    left: 526px;
  }
  .pr_tab-21 {
    top: 415px;
    left: 452px;
  }
  .pr_tab-21 + .pr_content {
    top: 240px;
    left: 340px;
  }
}
@media (min-width: 1600px) {
  .pr_tab-i {
    top: 482px;
    left: 875px;
  }
  .pr_tab-i + .pr_content {
    top: 305px;
    left: 880px;
  }
  .pr_tab-1 {
    top: 408px;
    left: 480px;
  }
  .pr_tab-1 + .pr_content {
    top: 235px;
    left: 520px;
  }
  .pr_tab-2 {
    top: 447px;
    left: 500px;
  }
  .pr_tab-2 + .pr_content {
    top: 275px;
    left: 480px;
  }
  .pr_tab-3 {
    top: 590px;
    left: 412px;
  }
  .pr_tab-3 + .pr_content {
    top: 420px;
    left: 305px;
  }
  .pr_tab-4 {
    top: 700px;
    left: 253px;
  }
  .pr_tab-4 + .pr_content {
    top: 530px;
    left: 300px;
  }
  .pr_tab-5 {
    top: 615px;
    left: 765px;
  }
  .pr_tab-5 + .pr_content {
    top: 445px;
    left: 650px;
  }
  .pr_tab-6 {
    top: 536px;
    left: 1016px;
  }
  .pr_tab-6 + .pr_content {
    top: 365px;
    left: 907px;
  }
  .pr_tab-7 {
    top: 640px;
    left: 1015px;
  }
  .pr_tab-7 + .pr_content {
    top: 468px;
    left: 905px;
  }
  .pr_tab-8 {
    top: 700px;
    left: 965px;
  }
  .pr_tab-8 + .pr_content {
    top: 528px;
    left: 850px;
  }
  .pr_tab-9 {
    top: 317px;
    left: 1154px;
  }
  .pr_tab-9 + .pr_content {
    top: 268px;
    left: 1090px;
  }
  .pr_tab-10 {
    top: 423px;
    left: 995px;
  }
  .pr_tab-10 + .pr_content {
    top: 250px;
    left: 877px;
  }
  .pr_tab-11 {
    top: 342px;
    left: 937px;
  }
  .pr_tab-11 + .pr_content {
    top: 168px;
    left: 826px;
  }
  .pr_tab-12 {
    top: 320px;
    left: 806px;
  }
  .pr_tab-12 + .pr_content {
    top: 147px;
    left: 690px;
  }
  .pr_tab-13 {
    top: 180px;
    left: 775px;
  }
  .pr_tab-13 + .pr_content {
    top: 5px;
    left: 660px;
  }
  .pr_tab-14 {
    top: 276px;
    left: 723px;
  }
  .pr_tab-14 + .pr_content {
    top: 100px;
    left: 608px;
  }
  .pr_tab-15 {
    top: 309px;
    left: 495px;
  }
  .pr_tab-15 + .pr_content {
    top: 135px;
    left: 380px;
  }
  .pr_tab-16 {
    top: 35px;
    left: 375px;
  }
  .pr_tab-16 + .pr_content {
    top: 80px;
    left: 266px;
  }
  .pr_tab-17 {
    top: 63px;
    left: 230px;
  }
  .pr_tab-17 + .pr_content {
    top: 110px;
    left: 118px;
  }
  .pr_tab-18 {
    top: 505px;
    left: 177px;
  }
  .pr_tab-18 + .pr_content {
    top: 330px;
    left: 68px;
  }
  .pr_tab-19 {
    top: 476px;
    left: 732px;
  }
  .pr_tab-19 + .pr_content {
    top: 300px;
    left: 620px;
  }
  .pr_tab-20 {
    top: 755px;
    left: 840px;
  }
  .pr_tab-20 + .pr_content {
    top: 585px;
    left: 727px;
  }
  .pr_tab-21 {
    top: 550px;
    left: 588px;
  }
  .pr_tab-21 + .pr_content {
    top: 375px;
    left: 475px;
  }
}
/*-------------------------------------------*\
	Index
	- 1.collection_wrap
\*-------------------------------------------*/
.collection_wrap::after {
  content: "";
  display: table;
  clear: both;
}
.collection_title {
  padding: 2rem 0;
  background-color: #7d0000;
  color: white;
  text-align: center;
}
@media (min-width: 1200px) {
  .collection_title {
    display: none;
  }
}
.collection_title_txt {
  margin: 0.75rem;
}
.collection_title p {
  display: block;
  padding: 0.5rem;
  font-family: "Open Sans", sans-serif;
  font-size: 2.5em;
  font-weight: bold;
}
@media (min-width: 576px) {
  .collection_title p {
    font-size: 3.75em;
  }
}
.collection_title span {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .collection_title .ibtn {
    width: 290px;
  }
}
@media (min-width: 1200px) {
  .collection_title .ibtn {
    display: none;
  }
}
.collection_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.collection_item:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.collection_content {
  display: none;
}
@media (min-width: 1200px) {
  .collection_content {
    display: block;
  }
}
.collection_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}
.collection_img_fig {
  position: relative;
  padding-bottom: 100%;
}
.collection_inner {
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem 2rem;
}
.collection_subtit {
  max-height: 60px;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.75;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 1200px) {
  .collection_subtit {
    max-height: 112px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

@media (min-width: 1200px) {
  .collection_item {
    background: -webkit-gradient(linear, left top, left bottom, from(#686a6f), to(#aeacb2));
    background: -o-linear-gradient(top, #686a6f 0%, #aeacb2 100%);
    background: linear-gradient(to bottom, #686a6f 0%, #aeacb2 100%);
  }
  .collection_item_01 .collection_inner, .collection_item_02 .collection_inner {
    background: -webkit-gradient(linear, left top, right top, from(#363738), to(#aeacb2));
    background: -o-linear-gradient(left, #363738 0%, #aeacb2 100%);
    background: linear-gradient(to right, #363738 0%, #aeacb2 100%);
  }
  .collection_item_03 .collection_inner, .collection_item_04 .collection_inner {
    background: -webkit-gradient(linear, right top, left top, from(#363738), to(#aeacb2));
    background: -o-linear-gradient(right, #363738 0%, #aeacb2 100%);
    background: linear-gradient(to left, #363738 0%, #aeacb2 100%);
  }
  .collection_item_01:after, .collection_item_02:after {
    content: "";
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #363738 transparent transparent;
  }
  .collection_item_03:after, .collection_item_04:after {
    content: "";
    position: absolute;
    right: calc(50% - 15px);
    top: calc(50% - 15px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #363738;
  }
}
@media (min-width: 1200px) {
  .collection_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .collection_item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .collection_item_01, .collection_item_02, .collection_item_03, .collection_item_04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .collection_item_01 .collection_img, .collection_item_01 .collection_inner, .collection_item_02 .collection_img, .collection_item_02 .collection_inner, .collection_item_03 .collection_img, .collection_item_03 .collection_inner, .collection_item_04 .collection_img, .collection_item_04 .collection_inner {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .collection_item_03, .collection_item_04 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .collection_item_box {
    width: 50%;
    background: #aeacb2;
  }
  .collection_item_box::after {
    content: "";
    display: table;
    clear: both;
  }
}
.ird_btn {
  width: 100%;
  padding: 2rem 0 0;
}
.ird_btn .ibtn_border {
  display: block !important;
  margin-left: 0;
}
@media (min-width: 992px) {
  .ird_btn {
    padding: 3rem 0;
  }
}

/*-------------------------------------------*\
	tours.scss

	Index
  - 1.latout
  - 2.cu_owl

\*-------------------------------------------*/
.cultural_wrap {
  padding: 4rem 1rem;
}
@media (min-width: 813px) {
  .cultural_wrap {
    padding: 4rem 2rem;
  }
}
@media (min-width: 1200px) {
  .cultural_wrap {
    padding: 4rem 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
}
@media (min-width: 1400px) {
  .cultural_wrap {
    padding: 4rem;
  }
}

.cu_content {
  padding: 0 2rem;
}
@media (min-width: 1200px) {
  .cu_content {
    width: 500px;
  }
}
@media (min-width: 1400px) {
  .cu_content {
    padding: 0 3rem;
    width: 620px;
  }
}
.cu_title {
  margin-bottom: 1rem;
  color: #484646;
  font-size: 2.5em;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 576px) {
  .cu_title {
    font-size: 3.75em;
  }
}
@media (min-width: 992px) {
  .cu_title {
    text-align: left;
  }
}
.cu_text {
  color: #484646;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.cu_owl .owl-dots {
  bottom: -10px;
}
@media (min-width: 1200px) {
  .cu_owl {
    width: calc(100% - 250px) !important;
    margin-right: -250px;
  }
  .cu_owl .owl-dots {
    bottom: 1.5rem;
    left: -90px;
  }
}
@media (min-width: 1400px) {
  .cu_owl {
    width: calc(100% - 300px) !important;
    margin-right: -250px;
  }
  .cu_owl .owl-dots {
    bottom: -10px;
    left: -90px;
  }
}

.cu_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 1rem;
}
.cu_group:hover img, .cu_group:focus img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cu_group:focus {
  outline-offset: -2px;
}
.cu_img {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-filter: drop-shadow(0 10px 10px rgba(33, 37, 41, 0.25));
          filter: drop-shadow(0 10px 10px rgba(33, 37, 41, 0.25));
}
@media (min-width: 1200px) {
  .cu_img {
    max-width: 250px;
    min-width: 200px;
  }
}
@media (min-width: 1600px) {
  .cu_img {
    min-width: 250px;
  }
}
.cu_img figure {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.cu_img figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cu_data {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-left: 1.75rem;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 1200px) {
  .cu_data {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}
.cu_tit {
  margin-bottom: 0.75rem;
  font-size: 1.25em;
  font-weight: bold;
  color: #080404;
  line-height: 1.2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 1400px) {
  .cu_tit {
    font-size: 1.875em;
  }
}
@media (min-width: 1600px) {
  .cu_tit {
    font-size: 2.125em;
  }
}
.cu_txt {
  display: none;
  color: #484646;
  line-height: 1.5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.no-js .cultural_wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.no-js .cu_content {
  margin: 0;
  width: 100%;
}