/* Button */
.dhkv2-route .route-stop-list .item-content-right .button {
  padding: 0;
  margin: 0;
}
.dhkv2-route .route-stop-list .dhkv2-button-group > .button {
  margin: 0;
  padding: 0;
}
/* Button Group */
.dhkv2-route .route-stop-list .buttongroup {
  padding: 0;
}
/* Text */
.dhkv2-text-container .dhkv2-text__see-more.hide {
  display: none;
}
.dhkv2-text-container h1.dhkv2-text__text,
.dhkv2-text-container h2.dhkv2-text__text,
.dhkv2-text-container h3.dhkv2-text__text,
.dhkv2-text-container h4.dhkv2-text__text,
.dhkv2-text-container h5.dhkv2-text__text,
.dhkv2-text-container h6.dhkv2-text__text {
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  margin: 0;
}
.dhkv2-text-container .dhkv2-text__text p {
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
.dhkv2-text-container .dhkv2-text__text p a {
  text-decoration: underline;
}
/* layout container */
.dhkv2-layout-container > .dhkv2-row {
  display: flex;
  flex-wrap: wrap;
}
/* data listing */
.dhkv2-data-listing p {
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
.dhkv2-data-listing a:hover {
  color: inherit !important;
}
.dhkv2-data-listing .dhkv2-data-listing__show-more .show-more-btn svg {
  vertical-align: unset;
}
/* header */
.dhk-header {
  font-size: 16px;
}
.dhk-header .button {
  padding: 0 !important;
  margin: 0 !important;
}
/* Cookie */
.cookie-modal__container .modal {
  z-index: 2001;
}
.cookie-modal__container .modal .cookie-setting__container {
  border: 1px solid #dee2e6;
}
@media screen and (min-width: 1025px) {
  .dhk-header .dhk-header__spanel p {
    margin: 0 !important;
  }
}
.dhk-header__container ol,
.dhk-header__container ul {
  padding: 0 !important;
  margin: 0 !important;
}
.dhk-header__container .dhkv2-text-container .dhkv2-text__text p a {
  text-decoration: unset;
}
.dhk-header__container .dhkv2-text-container .dhkv2-text__text p a:hover {
  text-decoration: underline;
}
/* 字体设置 */
html[lang="en"] .font-brand-display {
  font-family: 'HKRemix Bold';
  font-size: 6.25rem;
  line-height: 1;
  font-weight: 700;
}
html[lang="en"] .font-brand-headline {
  font-family: 'HKRemix Bold';
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
}
html[lang="en"] .font-brand-large-title {
  font-family: 'HKRemix Bold';
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
}
html[lang="en"] .font-brand-title {
  font-family: 'HKRemix Bold';
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}
html[lang="en"] .font-general-large-title {
  font-family: 'Manrope';
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 800;
}
html[lang="en"] .font-general-title {
  font-family: 'Manrope';
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 800;
}
html[lang="en"] .font-general-btn {
  font-family: 'Manrope';
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
html[lang="en"] .font-general-remark {
  font-family: 'Manrope';
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
}
html[lang="en"] .font-general-subcontent {
  font-family: 'Manrope';
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 500;
}
html[lang="en"] .font-general-body {
  font-family: 'Manrope';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
html[lang="en"] .font-general-body-see-more {
  font-family: 'Manrope';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}
html[lang="zh-CN"] .font-brand-display {
  font-family: 'Noto Sans SC';
  font-size: calc(4.375rem);
  line-height: 1.3;
  font-weight: 900;
}
html[lang="zh-CN"] .font-brand-headline {
  font-family: 'Noto Sans SC';
  font-size: calc(3.15rem);
  line-height: 1.3;
  font-weight: 900;
}
html[lang="zh-CN"] .font-brand-large-title {
  font-family: 'Noto Sans SC';
  font-size: calc(2.625rem);
  line-height: 1.3;
  font-weight: 900;
}
html[lang="zh-CN"] .font-brand-title {
  font-family: 'Noto Sans SC';
  font-size: calc(2.1rem);
  line-height: 1.3;
  font-weight: 900;
}
html[lang="zh-CN"] .font-general-large-title {
  font-family: 'Microsoft JhengHei';
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 800;
}
html[lang="zh-CN"] .font-general-title {
  font-family: 'Microsoft JhengHei';
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 800;
}
html[lang="zh-CN"] .font-general-btn {
  font-family: 'Microsoft JhengHei';
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
html[lang="zh-CN"] .font-general-remark {
  font-family: 'Microsoft JhengHei';
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
}
html[lang="zh-CN"] .font-general-subcontent {
  font-family: 'Microsoft JhengHei';
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 500;
}
html[lang="zh-CN"] .font-general-body {
  font-family: 'Microsoft JhengHei';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
html[lang="zh-CN"] .font-general-body-see-more {
  font-family: 'Microsoft JhengHei';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}
html[lang="zh-TW"] .font-brand-display {
  font-family: 'Noto Sans TC';
  font-size: calc(4.375rem);
  line-height: 1.3;
  font-weight: 900;
}
html[lang="zh-TW"] .font-brand-headline {
  font-family: 'Noto Sans TC';
  font-size: calc(3.15rem);
  line-height: 1.3;
  font-weight: 900;
}
html[lang="zh-TW"] .font-brand-large-title {
  font-family: 'Noto Sans TC';
  font-size: calc(2.625rem);
  line-height: 1.3;
  font-weight: 900;
}
html[lang="zh-TW"] .font-brand-title {
  font-family: 'Noto Sans TC';
  font-size: calc(2.1rem);
  line-height: 1.3;
  font-weight: 900;
}
html[lang="zh-TW"] .font-general-large-title {
  font-family: 'Microsoft JhengHei';
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 800;
}
html[lang="zh-TW"] .font-general-title {
  font-family: 'Microsoft JhengHei';
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 800;
}
html[lang="zh-TW"] .font-general-btn {
  font-family: 'Microsoft JhengHei';
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
html[lang="zh-TW"] .font-general-remark {
  font-family: 'Microsoft JhengHei';
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
}
html[lang="zh-TW"] .font-general-subcontent {
  font-family: 'Microsoft JhengHei';
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 500;
}
html[lang="zh-TW"] .font-general-body {
  font-family: 'Microsoft JhengHei';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
html[lang="zh-TW"] .font-general-body-see-more {
  font-family: 'Microsoft JhengHei';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  html[lang="en"] .font-brand-display {
    font-family: 'HKRemix Bold';
    font-size: 5rem;
    line-height: 1;
    font-weight: 700;
  }
  html[lang="en"] .font-brand-headline {
    font-family: 'HKRemix Bold';
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 700;
  }
  html[lang="en"] .font-brand-large-title {
    font-family: 'HKRemix Bold';
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
  }
  html[lang="en"] .font-brand-title {
    font-family: 'HKRemix Bold';
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
  }
  html[lang="en"] .font-general-large-title {
    font-family: 'Manrope';
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 800;
  }
  html[lang="en"] .font-general-title {
    font-family: 'Manrope';
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 800;
  }
  html[lang="en"] .font-general-btn {
    font-family: 'Manrope';
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 700;
  }
  html[lang="en"] .font-general-remark {
    font-family: 'Manrope';
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700;
  }
  html[lang="en"] .font-general-subcontent {
    font-family: 'Manrope';
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 500;
  }
  html[lang="en"] .font-general-body {
    font-family: 'Manrope';
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
  }
  html[lang="en"] .font-general-body-see-more {
    font-family: 'Manrope';
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
  }
  html[lang="zh-CN"] .font-brand-display {
    font-family: 'Noto Sans SC';
    font-size: calc(3.5rem);
    line-height: 1.3;
    font-weight: 900;
  }
  html[lang="zh-CN"] .font-brand-headline {
    font-family: 'Noto Sans SC';
    font-size: calc(2.625rem);
    line-height: 1.3;
    font-weight: 900;
  }
  html[lang="zh-CN"] .font-brand-large-title {
    font-family: 'Noto Sans SC';
    font-size: calc(2.1rem);
    line-height: 1.3;
    font-weight: 900;
  }
  html[lang="zh-CN"] .font-brand-title {
    font-family: 'Noto Sans SC';
    font-size: calc(2.1rem);
    line-height: 1.3;
    font-weight: 900;
  }
  html[lang="zh-CN"] .font-general-large-title {
    font-family: 'Microsoft JhengHei';
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 800;
  }
  html[lang="zh-CN"] .font-general-title {
    font-family: 'Microsoft JhengHei';
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 800;
  }
  html[lang="zh-CN"] .font-general-btn {
    font-family: 'Microsoft JhengHei';
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 700;
  }
  html[lang="zh-CN"] .font-general-remark {
    font-family: 'Microsoft JhengHei';
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700;
  }
  html[lang="zh-CN"] .font-general-subcontent {
    font-family: 'Microsoft JhengHei';
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 500;
  }
  html[lang="zh-CN"] .font-general-body {
    font-family: 'Microsoft JhengHei';
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
  }
  html[lang="zh-CN"] .font-general-body-see-more {
    font-family: 'Microsoft JhengHei';
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
  }
  html[lang="zh-TW"] .font-brand-display {
    font-family: 'Noto Sans TC';
    font-size: calc(3.5rem);
    line-height: 1.3;
    font-weight: 900;
  }
  html[lang="zh-TW"] .font-brand-headline {
    font-family: 'Noto Sans TC';
    font-size: calc(2.625rem);
    line-height: 1.3;
    font-weight: 900;
  }
  html[lang="zh-TW"] .font-brand-large-title {
    font-family: 'Noto Sans TC';
    font-size: calc(2.1rem);
    line-height: 1.3;
    font-weight: 900;
  }
  html[lang="zh-TW"] .font-brand-title {
    font-family: 'Noto Sans TC';
    font-size: calc(2.1rem);
    line-height: 1.3;
    font-weight: 900;
  }
  html[lang="zh-TW"] .font-general-large-title {
    font-family: 'Microsoft JhengHei';
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 800;
  }
  html[lang="zh-TW"] .font-general-title {
    font-family: 'Microsoft JhengHei';
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 800;
  }
  html[lang="zh-TW"] .font-general-btn {
    font-family: 'Microsoft JhengHei';
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 700;
  }
  html[lang="zh-TW"] .font-general-remark {
    font-family: 'Microsoft JhengHei';
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700;
  }
  html[lang="zh-TW"] .font-general-subcontent {
    font-family: 'Microsoft JhengHei';
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 500;
  }
  html[lang="zh-TW"] .font-general-body {
    font-family: 'Microsoft JhengHei';
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
  }
  html[lang="zh-TW"] .font-general-body-see-more {
    font-family: 'Microsoft JhengHei';
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  html[lang="en"] .font-brand-display {
    font-family: 'HKRemix Bold';
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 700;
  }
  html[lang="en"] .font-brand-headline {
    font-family: 'HKRemix Bold';
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 700;
  }
  html[lang="en"] .font-brand-large-title {
    font-family: 'HKRemix Bold';
    font-size: 2.1875rem;
    line-height: 1;
    font-weight: 700;
  }
  html[lang="en"] .font-brand-title {
    font-family: 'HKRemix Bold';
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
  }
  html[lang="en"] .font-general-large-title {
    font-family: 'Manrope';
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 800;
  }
  html[lang="en"] .font-general-title {
    font-family: 'Manrope';
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 800;
  }
  html[lang="en"] .font-general-btn {
    font-family: 'Manrope';
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 700;
  }
  html[lang="en"] .font-general-remark {
    font-family: 'Manrope';
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 700;
  }
  html[lang="en"] .font-general-subcontent {
    font-family: 'Manrope';
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 500;
  }
  html[lang="en"] .font-general-body {
    font-family: 'Manrope';
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 500;
  }
  html[lang="en"] .font-general-body-see-more {
    font-family: 'Manrope';
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 700;
  }
  html[lang="zh-CN"] .font-brand-display {
    font-family: 'Noto Sans SC';
    font-size: calc(1.75rem);
    line-height: 1.3;
    font-weight: 900;
  }
  html[lang="zh-CN"] .font-brand-headline {
    font-family: 'Noto Sans SC';
    font-size: calc(1.75rem);
    line-height: 1.3;
    font-weight: 900;
  }
  html[lang="zh-CN"] .font-brand-large-title {
    font-family: 'Noto Sans SC';
    font-size: calc(1.53125rem);
    line-height: 1.3;
    font-weight: 900;
  }
  html[lang="zh-CN"] .font-brand-title {
    font-family: 'Noto Sans SC';
    font-size: calc(1.4rem);
    line-height: 1.3;
    font-weight: 900;
  }
  html[lang="zh-CN"] .font-general-large-title {
    font-family: 'Microsoft JhengHei';
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 800;
  }
  html[lang="zh-CN"] .font-general-title {
    font-family: 'Microsoft JhengHei';
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 800;
  }
  html[lang="zh-CN"] .font-general-btn {
    font-family: 'Microsoft JhengHei';
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 700;
  }
  html[lang="zh-CN"] .font-general-remark {
    font-family: 'Microsoft JhengHei';
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 700;
  }
  html[lang="zh-CN"] .font-general-subcontent {
    font-family: 'Microsoft JhengHei';
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 500;
  }
  html[lang="zh-CN"] .font-general-body {
    font-family: 'Microsoft JhengHei';
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 500;
  }
  html[lang="zh-CN"] .font-general-body-see-more {
    font-family: 'Microsoft JhengHei';
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 700;
  }
  html[lang="zh-TW"] .font-brand-display {
    font-family: 'Noto Sans TC';
    font-size: calc(1.75rem);
    line-height: 1.3;
    font-weight: 900;
  }
  html[lang="zh-TW"] .font-brand-headline {
    font-family: 'Noto Sans TC';
    font-size: calc(1.75rem);
    line-height: 1.3;
    font-weight: 900;
  }
  html[lang="zh-TW"] .font-brand-large-title {
    font-family: 'Noto Sans TC';
    font-size: calc(1.53125rem);
    line-height: 1.3;
    font-weight: 900;
  }
  html[lang="zh-TW"] .font-brand-title {
    font-family: 'Noto Sans TC';
    font-size: calc(1.4rem);
    line-height: 1.3;
    font-weight: 900;
  }
  html[lang="zh-TW"] .font-general-large-title {
    font-family: 'Microsoft JhengHei';
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 800;
  }
  html[lang="zh-TW"] .font-general-title {
    font-family: 'Microsoft JhengHei';
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 800;
  }
  html[lang="zh-TW"] .font-general-btn {
    font-family: 'Microsoft JhengHei';
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 700;
  }
  html[lang="zh-TW"] .font-general-remark {
    font-family: 'Microsoft JhengHei';
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 700;
  }
  html[lang="zh-TW"] .font-general-subcontent {
    font-family: 'Microsoft JhengHei';
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 500;
  }
  html[lang="zh-TW"] .font-general-body {
    font-family: 'Microsoft JhengHei';
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 500;
  }
  html[lang="zh-TW"] .font-general-body-see-more {
    font-family: 'Microsoft JhengHei';
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 700;
  }
}
