/*----------------------------------------------*/
/*    Travel2                                                                                     */
/*----------------------------------------------*/
/*-------------------------------------------------------------------*/
/*    $owl.carousel                                                  */
/*-------------------------------------------------------------------*/
.owl-nav,
.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.owl-nav [class*=owl-],
.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  width: 40px;
  height: 40px;
  background: black url(../../images/owl-arrow.svg) no-repeat center center !important;
  background-size: 18px 32px !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.owl-nav [class*=owl-] a{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.owl-nav [class*=owl-]:focus,
.owl-theme .owl-nav [class*=owl-]:focus {
  outline: 4px solid #7c65b8;
}
@media (min-width: 992px) {
  .owl-nav [class*=owl-],
  .owl-theme .owl-nav [class*=owl-] {
    width: 54px;
    height: 54px;
  }
}
.owl-nav .owl-prev,
.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-next,
.owl-theme .owl-nav .owl-next {
  right: 0;
  -webkit-transform: rotate(180deg) translateY(50%);
      -ms-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
.owl-nav .disabled,
.owl-theme .owl-nav .disabled {
  opacity: 0;
  cursor: default;
}
.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;
  background-color: transparent;
}
.owl-theme .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0.5rem 0.25rem;
  display: block;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
  border: 1px solid #0074d3;
  opacity: 0.85;
}
.owl-theme .owl-dot.active span, .owl-theme .owl-dot:hover span {
  background: #0074d3;
}
.owl-theme .owl-dot:focus {
  outline: 4px solid #7c65b8;
}

/* ------------ tl-icon---------------- */
.tlicon:before {
  display: inline-block;
  width: 1rem;
  margin-right: 0.5rem;
  text-align: center;
  font: normal normal normal 1em/1 FontAwesome;
}
.tlicon-thumbs:before {
  content: "\f164";
}
.tlicon-mapMarker:before {
  content: "\f041";
}
.tlicon-calendar:before {
  content: "\f133";
}
.tlicon-eye:before {
  content: "\f06e";
}
.tlicon-map_pin:before {
  content: "\f276";
}
.tlicon-remove:before {
  content: "\f00d";
}
.tlicon-phone:before {
  content: "\f095";
}
.tlicon-arrows:before {
  content: "\f047";
}
.tlicon-link:before {
  content: "\f0c1";
}

.tlicon-tick {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.25rem 0rem;
}
.tlicon-tick:before {
  content: "";
  margin-right: 0.25rem;
  height: 1rem;
  vertical-align: bottom;
  background-image: url(../../images/module/travel2/tl-icon-tick.svg);
}

/* --------------- tl-search ------------------ */
.tl-radio_wrap {
  padding-bottom: 1rem;
}
@media (max-width: 575px) {
  .tl-radio_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tl-radio_btn {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.tl-radio_btn + label {
  position: relative;
  height: auto;
  padding: 0.75em 0.125em;
  text-align: center;
  color: #0074d3;
  background-color: white;
  border: 1px solid #0074d3;
  cursor: pointer;
}
@media (max-width: 575px) {
  .tl-radio_btn + label {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 0em !important;
  }
}
@media (min-width: 576px) {
  .tl-radio_btn + label {
    margin-right: 0.25rem;
    padding: 0.75em 2em;
    border-radius: 0.25rem;
    border: 2px solid #0074d3;
  }
}
.tl-radio_btn:checked + label, .tl-radio_btn:focus + label {
  color: white;
  background-color: #0074d3;
}
.tl-radio_btn:focus + label {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.75), 0 0 0 0.25rem #219bff;
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.75), 0 0 0 0.25rem #219bff;
}

/* ------------ tl-badge---------------- */
.tlBadge {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  color: white;
  border-radius: 0.125rem;
}
.tlBadge-xs {
  font-size: 0.875em;
}
.tlBadge-pill {
  padding: 0.2rem 0.75rem;
  border-radius: 1rem;
}
.tlBadge-none {
  padding: 0;
  color: #504d4d;
}
.tlBadge-secondary {
  background-color: #4d3098;
}
.tlBadge-outline {
  color: #0074d3;
  border: 1px solid #0074d3;
}
.tlBadge-primary-outline {
  color: #3c3c3c;
  border: 1px solid #0074d3;
}
.tlBadge + .tlBadge {
  margin-left: 0.5rem;
}
.tlBadge + .tlCard {
  margin-top: 0.75rem;
}
.tlBadge-01 {
  background-color: #0074d3;
}
.tlBadge-02 {
  background-color: #00757c;
}
.tlBadge-03 {
  background-color: #ca3636;
}
.tlBadge-04 {
  background-color: #003e7c;
}
.tlBadge-05 {
  background-color: #6B18BC;
}

a.tlBadge-primary-outline:hover {
  color: white;
  background-color: #0074d3;
}
a.tlBadge-primary-outline:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 4px #7c65b8;
          box-shadow: 0 0 0 4px #7c65b8;
}

/* ------------ list-tool---------------- */
@media (max-width: 575px) {
  .kf_search_unit + .tl2ListTool {
    margin-top: -2rem;
  }
}

.tl2ListTool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 0.75rem;
}
@media (min-width: 576px) {
  .tl2ListTool + .travel2List_inner {
    margin-top: 1.5rem;
  }
}

.tl_label {
  color: #6c6666;
  line-height: 46px;
  padding-bottom: 0;
}

.tl_select {
  width: 110px;
  margin: 0 0.5rem 0 0.5rem;
}
@media (min-width: 576px) {
  .tl_select {
    width: 160px;
  }
}

.btn-map {
  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;
  color: white;
  background-color: #504d4d;
}
@media (max-width: 575px) {
  .btn-map {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    background-color: #504d4d;
  }
}
@media (min-width: 576px) {
  .btn-map {
    width: 160px;
  }
  .btn-map:before {
    margin-right: 0.5rem;
  }
}
.btn-map:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url(../../images/module/travel2/button_icon-map.svg);
}

/* ------------ list-card---------------- */
.travel2List {
  margin: 0 -10px;
}
@media (min-width: 576px) {
  .travel2List_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .travel2List_inner {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.tlLsit {
  padding: 0.75rem;
}
@media (min-width: 576px) {
  .tlLsit {
    width: 50%;
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .tlLsit {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .tlLsit {
    width: 33.3%;
  }
}

.tlCard {
  display: block;
  overflow: hidden;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.tlCard:hover {
  -webkit-box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .tlCard:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.tlCard:focus {
  -webkit-box-shadow: 0 0 0 4px #7c65b8, 0 0.25rem 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 4px #7c65b8, 0 0.25rem 2rem rgba(0, 0, 0, 0.2);
}
.tlCard .kf_img_inner {
  margin-bottom: 0;
  padding-bottom: 73% !important;
}

.tlCardBody {
  padding: 1.5rem;
  color: #6c6666;
}
.tlCardBody > div:not(:first-of-type) {
  margin-top: 0.75rem;
}
.tlCardTit {
  color: #504d4d;
  font-size: 1.4375em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.tlCardTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tlCount {
  margin-left: auto;
}

.tlCardList li {
  padding: 0.25rem;
  font-size: 0.875em;
}
.tlCardList li:before {
  color: #0074d3;
}
.tlCardList li > a {
  color: #1866bd;
}
.tlCardList li > a:hover {
  text-decoration: underline;
}

.tlCardTxt {
  display: none;
}
.tlCardTxt-hover {
  position: relative;
  padding-bottom: 110px;
}
.tlCardTxt-hover .tlCardBody {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: white;
}

.tlCardTruncate2 {
  line-height: 1.5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tlCardTruncate2 {
    height: 46px;
  }
}

.tlCard-Maintenance {
  position: relative;
}
.tlCard-Maintenance:before, .tlCard-Maintenance:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tlCard-Maintenance:before {
  content: attr(data-maintenance);
  z-index: 1;
  padding-top: 48%;
  color: white;
  font-size: 1.5625em;
  background: url(../../images/module/travel2/maintenance.svg) no-repeat center 40%/80px;
}
.tlCard-Maintenance:after {
  content: "";
  background-color: rgba(64, 64, 64, 0.75);
}

/* ------------ detail-promote---------------- */
.tl-info {
  padding: 1.5rem 0;
  color: #504d4d;
}
.tl-info_item:not(:first-of-type) {
  margin-top: 1.5rem;
}
.tl-info_date span:not(:last-child) {
  margin-right: 1rem;
}

.tl-pic_owl {
  overflow: hidden;
  border-radius: 0.25rem;
}

.tl-pic_img,
.tl-promote_sound,
.tl-promote_pano {
  display: block;
}
.tl-pic_img .kf_img_inner,
.tl-promote_sound .kf_img_inner,
.tl-promote_pano .kf_img_inner {
  margin-bottom: 0;
  padding-bottom: 57% !important;
}
.tl-pic_img .kf_img_inner:after,
.tl-promote_sound .kf_img_inner:after,
.tl-promote_pano .kf_img_inner:after {
  display: none;
}
.tl-pic_img .kf_img_inner img,
.tl-promote_sound .kf_img_inner img,
.tl-promote_pano .kf_img_inner img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.tl-pic_img .kf_img img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.tl-promote_video .kf_video_inside {
  width: 100%;
  padding-bottom: 57% !important;
}

.tl-promote_pano {
  background-color: #9e9e9e;
}

.tl-promote_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .tl-promote_tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .tl-promote_tabs .kf_btn {
    margin-bottom: 0.5rem;
  }
}

.tl-tabBtn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.25rem;
  padding: 0.25rem 0.5rem;
  color: #504d4d;
  background-color: transparent;
  border: 1px solid #9e9e9e;
}
@media (min-width: 576px) {
  .tl-tabBtn {
    padding: 0.25rem 1.5rem;
  }
}
.tl-tabBtn:before {
  content: "";
  display: block;
  width: 30px;
  height: 18px;
  margin-right: 0.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}
.tl-tabBtn:hover {
  color: white;
  background-color: #0074d3;
  border: 1px solid #0074d3;
}
.tl-tabBtn:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.75), 0 0 0 4px #7c65b8;
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.75), 0 0 0 4px #7c65b8;
}

.tl-tabBtn-pic:before {
  background-image: url(../../images/module/travel2/tl_icon-pic.svg);
}
.tl-tabBtn-pic:hover:before {
  background-image: url(../../images/module/travel2/tl_icon-pic-hover.svg);
}

.tl-tabBtn-video:before {
  background-image: url(../../images/module/travel2/tl_icon-video.svg);
}
.tl-tabBtn-video:hover:before {
  background-image: url(../../images/module/travel2/tl_icon-video-hover.svg);
}

.tl-tabBtn-pano:before {
  background-image: url(../../images/module/travel2/tl_icon-pano.svg);
}
.tl-tabBtn-pano:hover:before {
  background-image: url(../../images/module/travel2/tl_icon-pano-hover.svg);
}

.tl-tabBtn-sound:before {
  background-image: url(../../images/module/travel2/tl_icon-sound.svg);
}
.tl-tabBtn-sound:hover:before {
  background-image: url(../../images/module/travel2/tl_icon-sound-hover.svg);
}

.tab-content {
  display: none;
}
.tab-content.current {
  display: inherit;
}

.no-js .tl-promote {
  display: none;
}
.no-js .no-js_txt {
  padding: 1.5rem;
  text-align: center;
  line-height: 1.5;
  color: #404040;
}

.tl-audio-player {
  position: absolute;
  z-index: 1;
  bottom: calc(28.5% + 27px);
  width: calc(100% - 1rem);
  margin: 0.5rem;
}

/*-------------------------------------------*\
	owl-sync.scss

	Index
  - 1.title
\*-------------------------------------------*/
.owl-big {
  background-color: #f5f5f5;
}
.owl-big-pic .kf_img_inner {
  margin-bottom: 0;
  padding-bottom: 57% !important;
}
.owl-big-pic .kf_img_inner:after {
  display: none;
}
.owl-big-pic .kf_img_inner img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.owl-thumbs {
  padding: 0.25rem;
  background-color: black;
}
.owl-thumbs-pic {
  display: block;
}
.owl-thumbs-pic .kf_img_inner {
  margin-bottom: 0;
  padding-bottom: 57% !important;
}
.owl-thumbs-pic .kf_img_inner img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.tl-pic a {
  display: block;
  position: relative;
  outline: none;
}
.tl-pic a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #7c65b8;
  opacity: 0;
}
.tl-pic a:focus::after {
  opacity: 1;
}

.icon-ig::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  background-image: url(../../images/social-media-instagram.svg);
  background-size: 2rem;
}

/* ------------ tl-detail_help---------------- */
.tl-section1, .tl-section2, .tl-section3 {
  padding: 1.5rem 0;
}

.tl_content-section {
  padding: 1.5rem 0;
}
@media (min-width: 992px) {
  .tl_content_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tl_content-article {
    min-width: calc(100% - 330px);
    padding-right: 50px;
  }
  .tl_content-aside {
    min-width: 330px;
  }
}

.tl_content-tit {
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  color: #404040;
  font-size: 2.5em;
  font-weight: bold;
}
.tl_content-tit_icon01, .tl_content-tit_icon02, .tl_content-tit_icon03, .tl_content-tit_icon04, .tl_content-tit_icon05, .tl_content-tit_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tl_content-tit_icon01:before, .tl_content-tit_icon02:before, .tl_content-tit_icon03:before, .tl_content-tit_icon04:before, .tl_content-tit_icon05:before, .tl_content-tit_icon:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 0.5rem;
  background: url(../../images/module/travel2/tl_icon-content_tit.svg) no-repeat left 0.125rem;
  background-size: 36px 36px;
}
.tl_content-tit_icon:before {
  width: 38px;
  height: 38px;
  background: url(../../images/module/travel2/tl_icon-content_tit.svg) no-repeat left 0.125rem;
  background-size: 36px 36px;
}
.tl_content-tit_icon01:before, .tl_content-tit_icon02:before, .tl_content-tit_icon03:before, .tl_content-tit_icon04:before, .tl_content-tit_icon05:before {
  width: 52px;
  height: 52px;
  background-size: 50px;
}
.tl_content-tit_icon01:before {
  background: url(../../images/module/travel2/tl_icon-content_tit01.svg) no-repeat center;
}
.tl_content-tit_icon02:before {
  background: url(../../images/module/travel2/tl_icon-content_tit02.svg) no-repeat center;
}
.tl_content-tit_icon03:before {
  background: url(../../images/module/travel2/tl_icon-content_tit03.svg) no-repeat center;
}
.tl_content-tit_icon04:before {
  background: url(../../images/module/travel2/tl_icon-content_tit04.svg) no-repeat center;
}
.tl_content-tit_icon05:before {
  background: url(../../images/module/travel2/tl_icon-content_tit05.svg) no-repeat center;
}
.tl_content-tit-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tl-alink {
  color: #1866bd;
}
.tl-alink:hover {
  color: #0074d3;
  text-decoration: underline;
}
.tl-alink:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 4px #7c65b8;
          box-shadow: 0 0 0 4px #7c65b8;
}
.tl-alink-blank:after {
  content: "\f08e";
  display: inline-block;
  width: 1em;
  margin-left: 0.5em;
  text-align: center;
  color: #155aa6;
  font: normal normal normal 1em/1 FontAwesome;
}
.tl-alink-blank:hover:after {
  color: #0066ba;
}

.tl-btn_wrap {
  padding: 2rem 0;
  border-top: 1px solid #0074d3;
  text-align: center;
}

.tl-btn_merge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 575px) {
  .tl-btn_merge {
    border: 2px solid #0074d3;
  }
}
.tl-btn_merge .kf_btn {
  color: #0074d3;
}
.tl-btn_merge .kf_btn:hover {
  color: white;
  background-color: #0074d3;
}
.tl-btn_merge .kf_btn:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 4px #7c65b8;
          box-shadow: 0 0 0 4px #7c65b8;
}
@media (max-width: 575px) {
  .tl-btn_merge .kf_btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-radius: 0;
  }
  .tl-btn_merge .kf_btn:not(:last-child) {
    border-right: 1px solid #0074d3;
  }
}
@media (min-width: 576px) {
  .tl-btn_merge .kf_btn {
    min-width: 180px;
    margin: 0 0.25rem;
    border: 2px solid #0074d3;
  }
}

/* ------------ tl-info_list---------------- */
.tl-info_list {
  padding: 1rem 1.75rem;
  color: #3c3c3c;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
}

.tl-info_dl {
  padding: 1rem 0;
}
.tl-info_dl:not(:last-child) {
  border-bottom: 1px dotted #d3d0d0;
}
.tl-info_dl dt {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.tl-info_dl .tlBadge-primary-outline {
  border-width: 2px;
  border-radius: 0.25rem;
}

.openingHours {
  position: relative;
}
@media (min-width: 576px) {
  .openingHours {
    width: 220px;
  }
}
.openingHours_btn {
  display: block;
  padding: 0.5rem 0;
  color: #3c3c3c;
}
.openingHours_btn:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 9px;
  margin-left: 0.5rem;
  background: url(../../images/module/travel2/select-arrow.svg) no-repeat;
}
.openingHours_btn:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 4px #7c65b8;
          box-shadow: 0 0 0 4px #7c65b8;
}
.openingHours_content {
  display: none;
  position: absolute;
  top: 2.25rem;
  z-index: 1;
  padding: 1rem;
  background-color: white;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
}
.openingHours_content:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.5rem;
  left: calc(50% - 0.5rem);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-color: transparent transparent white transparent;
  -webkit-filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.25));
}
.openingHours_content.open {
  display: block;
}
.openingHours_content li {
  padding: 0.5rem;
}

/* --------------- tl-info -------------------- */
.tl-content_expand {
  padding: 1rem;
}
.tl-content_expand .kf_edit {
  max-height: 6em;
  overflow: hidden;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tl-content_expand .kf_edit.expanded {
    max-height: none !important;
    height: auto !important;
  }
}

.no-js .tl-content_expand .kf_edit {
  max-height: none;
}

.tl-more_wrap {
  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: 1rem 0;
}

.tl-more {
  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: 80%;
  max-width: 280px;
  padding: 0.5rem 1rem;
  color: #0074d3;
  background-color: transparent;
  border: 2px solid #0074d3;
}
.tl-more:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 0.25rem;
  border: 2px solid #0074d3;
  border-radius: 50%;
  background-image: url(../../images/module/travel2/tl_icon-plus.svg);
}
.tl-more.-close:after {
  background-image: url(../../images/module/travel2/tl_icon-minus.svg);
}

.tl-related {
  padding: 2rem;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
}
.tl-related li:not(:first-of-type) {
  margin-top: 0.5rem;
}
.tl-related_item {
  position: relative;
  display: block;
  padding-left: 1.5em;
  color: #1866bd;
  line-height: 1.5;
}
.tl-related_item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #F59F06;
}

.tl-map_pin {
  margin-top: 1rem;
  padding: 0.75em 0;
  font-weight: bold;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.tl-detail_map {
  overflow: hidden;
  height: 200px;
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.25rem 2rem -0.25rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.25rem 2rem -0.25rem rgba(0, 0, 0, 0.5);
}
@media (min-width: 576px) {
  .tl-detail_map {
    height: 370px;
  }
}

.tl-parking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 0;
  line-height: 1.5;
  font-size: 1.25em;
}
.tl-parking span {
  font-weight: bold;
}
.tl-parking a {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
@media (min-width: 576px) {
  .tl-parking {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* ------------ tl-aside---------------- */
.tl_popular {
  padding: 1rem;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
}
.tl_popular .tl_popular-item:not(:last-child) {
  border-bottom: 1px dotted #ada6a6;
}

.tl_popular-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1rem;
}
.tl_popular-item a .kf_img_wrap {
  min-width: 70px;
}
.tl_popular-item a .kf_img_inner {
  margin-bottom: 0;
  padding-bottom: 100% !important;
}
.tl_popular-item a .kf_img:after {
  display: none;
}
.tl_popular-item a:hover .kf_img img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.tl_popular-item a:hover .tl_popular-txt {
  color: #0074d3;
}
.tl_popular-item a:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 4px #7c65b8;
          box-shadow: 0 0 0 4px #7c65b8;
}

.tl_popular-txt {
  margin-left: 0.5em;
  line-height: 1.5;
  color: #3c3c3c;
}

.tl_comment-col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem;
}

.tl_comment-tit-lg {
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  font-size: 1.4375em;
  color: #404040;
  font-weight: bold;
}
.tl_comment-tit-sm {
  width: 100%;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.tl_comment-link {
  color: #008567;
  margin-left: 0.5rem;
  font-size: 0.875em;
}
.tl_comment-btn {
  margin-top: 0.5rem;
  padding: 0.25rem 0.5rem;
  color: white;
  background-color: #008567;
  font-size: 0.875em;
  width: 100%;
}
@media (min-width: 576px) {
  .tl_comment-btn {
    position: absolute;
    right: 0;
    width: auto;
    padding: 0.125rem 0.5rem;
    margin-top: 0;
  }
}

.tl_comment-datewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5rem 0 0;
  background: white;
  width: 100%;
}
.tl_comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(20% - 0.5rem);
  margin: 0 0.25rem;
}
.tl_comment-item span {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 0.875em;
  margin-bottom: 0.5rem;
}
.tl_comment-num {
  display: block;
  padding: 0.5rem 0;
  width: 50px;
  font-family: Arial;
  font-size: 1em;
  color: white;
  background: #008567;
  border-radius: 50px;
}

.tl_comment-item .emoji-01 {
  position: relative;
  padding-top: 35px;
}
.tl_comment-item .emoji-01:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../../images/module/travel2/emoji-01.svg);
}
.tl_comment-item .emoji-02 {
  position: relative;
  padding-top: 35px;
}
.tl_comment-item .emoji-02:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../../images/module/travel2/emoji-02.svg);
}
.tl_comment-item .emoji-03 {
  position: relative;
  padding-top: 35px;
}
.tl_comment-item .emoji-03:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../../images/module/travel2/emoji-03.svg);
}
.tl_comment-item .emoji-04 {
  position: relative;
  padding-top: 35px;
}
.tl_comment-item .emoji-04:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../../images/module/travel2/emoji-04.svg);
}
.tl_comment-item .emoji-05 {
  position: relative;
  padding-top: 35px;
}
.tl_comment-item .emoji-05:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../../images/module/travel2/emoji-05.svg);
}

/* ------------ neighbor_tabs---------------- */
.neighbor_tabs {
  position: relative;
  padding-top: 4rem;
}
.neighbor_tabs > div:nth-child(1) {
  left: 0%;
}
.neighbor_tabs > div:nth-child(3) {
  left: 25%;
}
.neighbor_tabs > div:nth-child(5) {
  left: 50%;
}
@media (min-width: 992px) {
  .neighbor_tabs > div:nth-child(1) {
    left: calc(50% - 400px + 100px);
  }
  .neighbor_tabs > div:nth-child(3) {
    left: calc(50% - 400px + 300px);
  }
  .neighbor_tabs > div:nth-child(5) {
    left: calc(50% + 200px - 100px);
  }
}
.neighbor_tabs + .kf_btn_wrap {
  margin-top: 2rem;
}

.nr_tab {
  position: absolute;
  top: 0;
  width: 25%;
}
@media (min-width: 992px) {
  .nr_tab {
    max-width: 200px;
  }
}
.nr_btn {
  display: block;
  padding: 1.25rem 0;
  color: #504d4d;
  text-align: center;
  background-color: #f5f5f5;
  border-right: 1px solid white;
}
.nr_btn:hover, .nr_btn.active {
  color: white;
  background-color: #0069d2;
}
.nr_btn:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 4px #7c65b8 inset;
          box-shadow: 0 0 0 4px #7c65b8 inset;
}
.nr_count {
  padding: 0 0.25rem;
}

.nr_content {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.nr_content.active {
  max-height: 786px;
  visibility: inherit;
}
@media (min-width: 768px) {
  .nr_content.active {
    max-height: 1000px;
  }
}

.owl_nr {
  margin-top: 1rem;
}
.owl_nr .tlLsit {
  width: 100%;
}
.owl_nr .tlCard:hover {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.owl_nr .owl-dots {
  position: static;
  margin-top: 1rem;
}

.no-js .nr_tabs,
.no-js .nr_tab {
  position: static;
}
.no-js .nr_content {
  max-height: 100%;
  overflow: visible;
  visibility: inherit;
}
.no-js .owl_nr {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.no-js .tlLsit {
  width: 100%;
}
@media (min-width: 576px) {
  .no-js .tlLsit {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .no-js .tlLsit {
    width: 33.3%;
  }
}

/* ------------ tl-list3 ---------------- */
.travel3List_inner {
  padding: 1rem 0.75rem;
}
@media (min-width: 1200px) {
  .travel3List_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1rem;
    padding: 1rem 0;
  }
}

.tlLsit-row {
  overflow: hidden;
  margin-top: 1.5rem;
  padding: 1.5rem;
  background-color: white;
  border-left: 0.3rem solid #0074d3;
  border-radius: 0 0.25rem 0.25rem 0;
  -webkit-box-shadow: 0 0.25rem 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25rem 2rem rgba(0, 0, 0, 0.2);
}
@media (max-width: 575px) {
  .tlLsit-row .kf_img_wrap {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 576px) {
  .tlLsit-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tlLsit-row .kf_img_wrap + .tlCardBody {
    width: calc(100% - (230px + 1.5rem));
  }
}
@media (min-width: 1200px) {
  .tlLsit-row {
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}
.tlLsit-row .kf_img_inner {
  margin-bottom: 0;
  padding-bottom: 56% !important;
  border-radius: 0.5rem;
}
@media (min-width: 576px) {
  .tlLsit-row .kf_img_inner {
    min-width: 230px;
    margin-right: 1.5rem;
    padding-bottom: 172px !important;
  }
}
.tlLsit-row .kf_img:after {
  display: none;
}
.tlLsit-row .tlCardBody {
  width: 100%;
  padding: 0;
}

/*-------------------------------------------*\
	Photos.scss

	Index
  - 1.title
\*-------------------------------------------*/
.tl-info-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tl-info-center .kf_det_head {
  display: inline-block;
}

.photos_wrap .kf_img_inner {
  margin-bottom: 0;
  padding-bottom: 57% !important;
}
.photos_wrap .kf_img_inner img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.photos_wrap + .tl-related {
  margin: 2rem 0 1rem;
}

.text-black {
  color: #3c3c3c;
}

.photos_wrap .kf_img_inner::after,
.no-mask .kf_img_inner::after {
  display: none;
}

/* ------------ tl-equipMap---------------- */
.mp-header-logo {
  width: 260px;
  height: 44.88px;
  margin: 2.56px auto;
}
.mp-header-logo a, .mp-header-logo img {
  width: inherit;
  height: inherit;
}
.mp-header-logo a {
  display: inline-block;
}
@media (min-width: 768px) {
  .mp-header-logo {
    width: 420px;
    height: 72.16px;
    margin: 3.92px auto;
  }
}

.mp-wrap {
  height: calc(100% - 50px);
}
@media (min-width: 768px) {
  .mp-wrap {
    height: calc(100% - 80px);
  }
}
.mp-side {
  position: relative;
  z-index: 3;
}

.mp-map {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .mp-map {
    height: calc(100% - 228px);
  }
}
@media (min-width: 992px) {
  .mp-map {
    min-width: calc(100% - 468px);
    width: 70%;
    height: 100%;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .mp-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mp-side {
    max-width: 468px;
    width: 30%;
  }
}
.mp-mapPopup {
  max-width: 360px;
  width: 80%;
  background-color: white;
  position: relative;
  border-radius: 0.5rem;
  -webkit-filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.2));
}
.mp-mapPopup:after {
  content: "";
  position: absolute;
  left: calc(50% - 1rem);
  bottom: -1.5rem;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 1rem 0 1rem;
  border-color: white transparent transparent transparent;
}
.mp-mapPopup .kf_img {
  border-radius: 0.5rem 0.5rem 0 0;
}
.mp-mapPopup .kf_img:after {
  opacity: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .mp-mapPopup .kf_img {
    display: none;
  }
}

.mp-mapPopup-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 260px;
  width: 60%;
  height: 80px;
  background-color: white;
  -webkit-box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.2);
}
.mp-mapPopup-hover .kf_img_wrap {
  min-width: 45%;
}
.mp-mapPopup-hover .kf_img_inner {
  padding-bottom: 80px;
}
.mp-mapPopup-hover .kf_img:after {
  opacity: 0;
  background-color: transparent;
}

.mp-mapPopup-txt {
  padding: 0.5rem;
}
.mp-mapPopup-truncate {
  color: #6c6666;
  line-height: 1.2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mp-mapPopup-truncate {
    height: 58px;
  }
}

/* ---------- tl-equipMap-search ------------- */
.mp-close_wrap {
  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: 0.5rem;
}
.mp-close_map {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: white;
  background-color: #0074d3;
  border-radius: 0.25rem;
}
.mp-close_map:after {
  display: inline-block;
  content: "\f00d";
  width: 1rem;
  margin-left: 0.25rem;
  text-align: center;
  font: normal normal normal 1em/1 FontAwesome;
}
.mp-close_map:hover {
  background-color: #005bb5;
}
@media (min-width: 992px) {
  .mp-close_wrap {
    padding: 1.25rem;
  }
  .mp-close_map {
    padding: 1rem 2rem;
  }
}

.mp-search_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1rem;
  border-top: 1px solid #d3d0d0;
}
@media (min-width: 992px) {
  .mp-search_bar {
    padding: 1.25rem 1rem;
  }
}

.mp-sh_simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
}
.mp-sh_simple input {
  border: none;
}
.mp-sh_simple input[type=text] {
  width: calc(100% - 40px);
  padding: 0.25rem;
  border-radius: 0.25rem;
}
.mp-sh_simple input[type=text]::-webkit-input-placeholder {
  color: #40a1ec;
  font-size: 0.875em;
}
.mp-sh_simple input[type=text]::-moz-placeholder {
  color: #40a1ec;
  font-size: 0.875em;
}
.mp-sh_simple input[type=text]:-ms-input-placeholder {
  color: #40a1ec;
  font-size: 0.875em;
}
.mp-sh_simple input[type=text]::-ms-input-placeholder {
  color: #40a1ec;
  font-size: 0.875em;
}
.mp-sh_simple input[type=text]::placeholder {
  color: #40a1ec;
  font-size: 0.875em;
}
.mp-sh_simple input[type=submit] {
  width: 40px;
  height: 30px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url(../../images/module/travel2/mp-icon-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25rem;
}
@media (min-width: 992px) {
  .mp-sh_simple input[type=text] {
    padding: 0.5rem;
  }
  .mp-sh_simple input[type=text]::-webkit-input-placeholder {
    font-size: 1em;
  }
  .mp-sh_simple input[type=text]::-moz-placeholder {
    font-size: 1em;
  }
  .mp-sh_simple input[type=text]:-ms-input-placeholder {
    font-size: 1em;
  }
  .mp-sh_simple input[type=text]::-ms-input-placeholder {
    font-size: 1em;
  }
  .mp-sh_simple input[type=text]::placeholder {
    font-size: 1em;
  }
  .mp-sh_simple input[type=submit] {
    width: 46px;
    height: 46px;
  }
}

.mp-sh_more {
  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;
  min-width: 5rem;
  width: 20%;
  margin-left: 0.5rem;
  padding: 0.5rem;
  color: black;
  background-color: #F59F06;
  border-radius: 0.25rem;
}
.mp-sh_more:hover {
  background-color: #c77e01;
}
@media (min-width: 992px) {
  .mp-sh_more {
    min-width: 100px;
  }
}

.mp-search {
  position: relative;
}
.mp-search_content {
  display: none;
  position: absolute;
  top: 0;
  z-index: 6;
  width: 100%;
  padding: 1rem 1rem 1.5rem;
  background-color: white;
  border-top: 1px solid #d3d0d0;
  -webkit-box-shadow: 0 0.5rem 0.5rem -0.125rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 0.5rem -0.125rem rgba(0, 0, 0, 0.1);
}

.mp-sh_close {
  display: block;
  width: 4.5rem;
  margin-left: auto;
  padding: 0.25rem;
  color: #504d4d;
}
.mp-sh_close:before {
  color: #ff4f81;
}

.mp-sh_row {
  margin-top: 1rem;
}
.mp-sh_row .kf_fm_label {
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.5rem;
  padding-left: 0.125rem;
  color: #003e7c;
}
.mp-sh_row .kf_fm_label:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 0.5rem;
  background-color: #F59F06;
}
.mp-sh_row .kf_fm_control {
  margin-bottom: 0px;
}
.mp-sh_row .kf_fm_control::-webkit-input-placeholder {
  color: #40a1ec;
}
.mp-sh_row .kf_fm_control::-moz-placeholder {
  color: #40a1ec;
}
.mp-sh_row .kf_fm_control:-ms-input-placeholder {
  color: #40a1ec;
}
.mp-sh_row .kf_fm_control::-ms-input-placeholder {
  color: #40a1ec;
}
.mp-sh_row .kf_fm_control::placeholder {
  color: #40a1ec;
}
.mp-sh_row.kf_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1rem -0.25rem 0;
}
.mp-sh_row.kf_btn_wrap .kf_btn {
  width: calc(50% - 0.25rem);
}
.mp-sh_row .select2-selection__choice {
  color: white !important;
  background-color: #0069d2 !important;
  border: none !important;
}
.mp-sh_row .select2-selection__choice__remove {
  color: white !important;
}

/* ------------ tl-equipMap list-------------- */
@media (max-width: 991px) {
  .mp-sd_content {
    position: fixed;
    bottom: 35px;
  }
}

.mp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  background-color: #f5f5f5;
  border-top: 1px solid #b8b8bf;
  border-bottom: 1px solid #b8b8bf;
  overflow-x: auto;
}
@media (min-width: 992px) {
  .mp-list {
    display: block;
    width: 100%;
    height: calc(100vh - 267px);
    padding-top: 1rem;
    overflow-y: auto;
  }
}

.mp-list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1rem;
  background-color: white;
  -webkit-box-shadow: 0.25rem 0 0.5rem rgba(0, 0, 0, 0.3);
          box-shadow: 0.25rem 0 0.5rem rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .mp-list_item {
    width: 260px;
    margin-right: 0.5rem;
  }
}
@media (min-width: 992px) {
  .mp-list_item {
    margin-bottom: 0.5rem;
    padding: 1rem;
    -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
  }
}
.mp-list_item .kf_img_wrap {
  min-width: 90px;
  margin-right: 1rem;
}
.mp-list_item .kf_img_wrap + .mp-list_content {
  width: calc(100% - (90px + 1rem));
}
@media (min-width: 992px) {
  .mp-list_item .kf_img_wrap {
    min-width: 120px;
  }
  .mp-list_item .kf_img_wrap + .mp-list_content {
    width: calc(100% - (120px + 1rem));
  }
}
.mp-list_item .kf_img_inner {
  margin-bottom: 0;
  padding-bottom: 80px !important;
  border-radius: 0.5rem;
}
@media (min-width: 992px) {
  .mp-list_item .kf_img_inner {
    padding-bottom: 96px !important;
  }
}
.mp-list_item .kf_img:after {
  display: none;
}
.mp-list_item:hover .kf_img img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mp-list_content {
  width: 100%;
}
.mp-list_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6rem;
  padding: 0.25rem 0;
  color: #0074d3;
}
.mp-list_more:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  background: url(../../images/module/travel2/mp-list_more.svg) no-repeat;
}

.mp-list_tit {
  margin: 0.5rem 0;
  line-height: 1.2;
  color: #3c3c3c;
}
@media (max-width: 991px) {
  .mp-list_tit {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  .mp-list_tit {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .mp-list_tit {
    height: 41px;
  }
}

/* ------------ tl-equipMap foot ------------- */
.mp-sd_foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: white;
}
@media (max-width: 991px) {
  .mp-sd_foot {
    position: fixed;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .mp-sd_foot {
    padding: 1.5rem 1rem;
  }
}
.mp-sd_foot-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: calc(100% - 80px);
  padding: 0.5rem;
  font-size: 0.75em;
  color: #504d4d;
}
@media (min-width: 992px) {
  .mp-sd_foot-txt {
    min-width: calc(100% - (42px + 1rem) * 2);
  }
}
@media (min-width: 1200px) {
  .mp-sd_foot-txt {
    font-size: 1em;
  }
}

.mp-sd_foot-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mp-sd_foot a[class^=mp-sd_foot] {
  position: relative;
  display: block;
  width: 40px;
  height: 35px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-color: #0069d2;
  border-left: 1px solid white;
}
.mp-sd_foot a[class^=mp-sd_foot]:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: url(../../images/module/travel2/mp-foot-arrow.svg) no-repeat center;
  background-size: 13px 21px;
}
@media (min-width: 992px) {
  .mp-sd_foot a[class^=mp-sd_foot] {
    width: 42px;
    height: 42px;
    margin-left: 1rem;
    border-radius: 50%;
  }
}
.mp-sd_foot-next:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* ------------ tl-equipMap load ------------- */
.loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.loader:after {
  content: attr(data-load);
  display: block;
  margin-top: 1rem;
  color: white;
  text-align: center;
}
.loader img {
  width: 70px;
  height: 70px;
}

.loading_bar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 4px;
  overflow: hidden;
}
.loading_bar:before {
  display: block;
  position: absolute;
  content: "";
  height: inherit;
  background-color: #0074d3;
  -webkit-animation: loading 1s linear infinite;
          animation: loading 1s linear infinite;
}

@-webkit-keyframes loading {
  from {
    left: -50%;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
    width: 30%;
  }
}

@keyframes loading {
  from {
    left: -50%;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
    width: 30%;
  }
}
.no-js .loading_bar {
  display: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 576px) {
  .container {
    width: 546px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 728px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 952px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1240px;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1540px;
    max-width: 100%;
  }
}