.kth-page .page-banner {
  margin-top: 173px;
  margin-bottom: 20px;
  min-height: 145px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kth-page .page-banner::before {
  border-radius: 20px;
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.kth-page .page-banner .right {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.kth-page .page-banner .right img {
  max-height: 380px;
  object-fit: cover;
}
.kth-page .service-title {
  font-family: InterBold, NotoBold, NotoSCBold, sans-serif;
  font-size: 1.555rem;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.kth-page .service-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(#1e9c99, #268f8a);
}
.kth-page .shadow-box {
  margin-top: 18px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.kth-page .shadow-box .shadow-box-tit1 {
  font-family: InterBold, NotoBold, NotoSCBold, sans-serif;
  font-size: 1.555rem;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.kth-page .shadow-box .shadow-box-tit1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(#1e9c99, #268f8a);
}
.kth-page .shadow-box .shadow-box-tit2 {
  margin-top: 25px;
  border-bottom: 2px solid #2f7774;
  padding-bottom: 5px;
  font-family: InterBold, NotoBold, NotoSCBold, sans-serif;
  font-weight: bold;
  font-size: 1.333rem;
  color: #000;
}
.kth-page .shadow-box .shadow-box-tit2:first-child {
  margin-top: 0;
}
.kth-page .shadow-box .shadow-box-tit3 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 1.111rem;
  color: #2f7774;
}
.kth-page .shadow-box .shadow-box-tit3.black {
  color: #2d2d2d;
}
.kth-page .shadow-box .shadow-box-tit4 {
  font-size: 1.111rem;
  color: #000;
  font-family: InterBold, NotoBold, NotoSCBold, sans-serif;
  font-weight: bold;
}
.kth-page .shadow-box .shadow-box-tit5 {
  font-size: 1rem;
  color: #000;
  font-family: InterBold, NotoBold, NotoSCBold, sans-serif;
  font-weight: bold;
}
.kth-page .shadow-box .shadow-box-tit1 + .shadow-box-tit2,
.kth-page .shadow-box .shadow-box-tit1 + .shadow-box-tit3,
.kth-page .shadow-box .shadow-box-tit3 + p,
.kth-page .shadow-box .shadow-box-tit1 + .shadow-box-tit4 {
  margin-top: 0;
}
.kth-page .shadow-box .shadow-box-tit2 + .shadow-box-tit5 {
  margin-top: 24px;
}
.kth-page .shadow-box > .pic {
  margin-top: 24px;
}
.kth-page .shadow-box p {
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1rem;
  color: #000;
}
.kth-page .shadow-box p:first-child {
  margin-top: 0;
}
.kth-page .icons-and-copywriting-box {
  margin-top: 16px;
  flex-grow: 1;
}
.kth-page .icons-and-copywriting-box .list {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.kth-page .icons-and-copywriting-box .list .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.kth-page .icons-and-copywriting-box .list .item .icons {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background-color: #2f7774;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.kth-page .icons-and-copywriting-box .list .item .copywriting {
  padding-left: 30px;
  flex-grow: 1;
  min-width: 10%;
}
.kth-page .icons-and-copywriting-box .list .item .copywriting .tit {
  margin: 0 0 8px;
  font-family: InterBold, NotoBold, NotoSCBold, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #000;
}
.kth-page .icons-and-copywriting-box .list .item .copywriting .text {
  margin: 0;
  line-height: 1.5;
  font-size: 1rem;
  color: #000;
}
.kth-page .shadow-box-tit1 + .icons-and-copywriting-box .list .item:first-child {
  padding-top: 0;
}
.kth-page .row .icons-and-copywriting-box,
.kth-page .row .iframe-box {
  margin-top: 0;
}
.kth-page .num-and-copywriting-box {
  margin-top: 24px;
}
.kth-page .num-and-copywriting-box .list .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 11px;
  padding-top: 11px;
}
.kth-page .num-and-copywriting-box .list .item .num {
  border-radius: 50%;
  border: 4px solid #2f7774;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  font-size: 1.333rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.kth-page .num-and-copywriting-box .list .item .copywriting {
  padding-left: 22px;
  flex-grow: 1;
}
.kth-page .num-and-copywriting-box .list .item .copywriting .tit {
  margin: 0 0 8px;
  font-family: InterBold, NotoBold, NotoSCBold, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #000;
}
.kth-page .num-and-copywriting-box .list .item .copywriting .text {
  margin: 0;
  line-height: 1.35;
  font-size: 1.111rem;
  color: #000;
}
.kth-page .iframe-box {
  margin-top: 16px;
  position: relative;
}
.kth-page .iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.kth-page .btn-radius-box {
  margin-block: 16px;
  border-radius: 5px;
  border: 2px solid #2f7774;
  padding: 12px 16px;
  background-color: #fffbf8;
  display: inline-block;
  transition: background-color 0.35s ease, border-color 0.35s ease;
  line-height: 1.1666;
  color: #000;
  text-decoration: none;
}
.kth-page .btn-radius-box .btn-con {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.kth-page .btn-radius-box .btn-con span + .bi,
.kth-page .btn-radius-box .btn-con .bi + span {
  margin-left: 32px;
}
.kth-page .btn-radius-box .btn-con .bi {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-color: #2f7774;
  color: #fff;
  font-size: 0.555rem;
  vertical-align: baseline;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.kth-page .btn-radius-box .btn-con .bi::before {
  line-height: 8px;
}
.kth-page .btn-radius-box:hover,
.kth-page .btn-radius-box:focus {
  background-color: #2f7774;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}
.kth-page .btn-radius-box:hover .btn-con .bi,
.kth-page .btn-radius-box:focus .btn-con .bi {
  background-color: #fff;
  color: #2f7774;
}
.kth-page .btn-radius-box.hide-btn {
  opacity: 0;
  position: relative;
  z-index: -1;
}
.kth-page .btn-list {
  margin-top: 16px;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.kth-page .btn-list .btn-radius-box,
.kth-page .btn-list .download-btn {
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.kth-page .shadow-box-tit1 + .btn-list {
  margin-top: -16px;
}
.kth-page .htbox {
  margin-top: 24px;
}
.kth-page .htbox .list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.kth-page .htbox .list .ht-item {
  width: 20%;
  padding-left: 0;
  padding-right: 0;
}
.kth-page .htbox .list .item-box {
  width: 100%;
  height: 117px;
  background: no-repeat top center / contain;
  color: #fff;
  text-align: center;
}
.kth-page .htbox .list .item-box .num-text {
  padding-top: 8px;
  font-size: 2rem;
  line-height: 1.5;
}
.kth-page .htbox .list .item-box .text {
  font-size: 1.111rem;
  line-height: 1.5;
}
.kth-page .graphics-and-text-list {
  margin-top: 16px;
}
.kth-page .graphics-and-text-list .list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.kth-page .graphics-and-text-list .list .item {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.kth-page .graphics-and-text-list .list .item .item-box {
  width: calc(50% - 75px);
}
.kth-page .graphics-and-text-list .list .item .item-box .pic {
  width: 100%;
}
.kth-page .left-right-tables table {
  width: 100%;
}
.kth-page .left-right-tables table tr {
  border-bottom: 10px solid #fff;
}
.kth-page .left-right-tables table tr:last-child {
  border: none;
}
.kth-page .left-right-tables table tr td {
  padding: 16px 12px;
  font-size: 1rem;
  line-height: 1.5;
}
.kth-page .left-right-tables table tr td:first-child {
  background-color: #9c6844;
  color: #ffffff;
  font-weight: bold;
  width: 30%;
}
.kth-page .left-right-tables table tr td:last-child {
  background-color: #f7f3f2;
  color: #000;
  width: 70%;
}
.kth-page .left-right-tables table tr td .unorder-list,
.kth-page .left-right-tables table tr td .order-list {
  margin-top: 0;
}
.kth-page .page-breadcrumbs {
  margin-top: 52px;
}
.kth-page .page-breadcrumbs ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  margin: -16px -16px 0;
  flex-wrap: wrap;
}
.kth-page .page-breadcrumbs ul li {
  padding: 16px 16px 0;
  width: 20%;
}
.kth-page .page-breadcrumbs ul li a {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  border-bottom: 2px solid #2f7774;
  text-decoration: none;
  background-color: #fff;
  height: 100%;
  transition: background-color 0.35s ease-in-out;
}
.kth-page .page-breadcrumbs ul li a .icos {
  width: 60px;
  min-height: 60px;
  flex-shrink: 0;
  background-color: #efe0d6;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.kth-page .page-breadcrumbs ul li a .icos .bi {
  border-radius: 50%;
  width: 1.111rem;
  height: 1.111rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  background-color: #2f7774;
  color: #fff;
}
.kth-page .page-breadcrumbs ul li a .text {
  padding: 10px;
  color: #000;
  font-size: 1rem;
  line-height: 1.222;
  flex-grow: 1;
  text-align: center;
  transition: color 0.35s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.kth-page .page-breadcrumbs ul li a:hover,
.kth-page .page-breadcrumbs ul li a.active,
.kth-page .page-breadcrumbs ul li a:focus {
  background-color: #2f7774;
}
.kth-page .page-breadcrumbs ul li a:hover .text,
.kth-page .page-breadcrumbs ul li a.active .text,
.kth-page .page-breadcrumbs ul li a:focus .text {
  color: #fff;
}
.kth-page .page-breadcrumbs.large ul li {
  width: 50%;
}
.kth-page .page-breadcrumbs-2 {
  margin-top: 18px;
}
.kth-page .page-breadcrumbs-2 ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: #81dbdb;
}
.kth-page .page-breadcrumbs-2 ul li {
  padding: 12px 20px;
  list-style: none;
}
.kth-page .page-breadcrumbs-2 ul li a {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  padding-left: 20px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.kth-page .page-breadcrumbs-2 ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../../files/svg/arrow-down.svg) no-repeat 0 0/21px auto;
}
.kth-page .page-breadcrumbs-2 ul li a:hover {
  color: #117e7c;
}
.kth-page .page-breadcrumbs-2.large ul li {
  width: 50%;
}
.kth-page .left-text-right-picture {
  margin-top: 16px;
}
.kth-page .left-text-right-picture > .list > .item {
  align-items: flex-start !important;
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.kth-page .left-text-right-picture > .list > .item:first-child {
  margin-top: 0;
}
.kth-page .left-text-right-picture > .list > .item .left-text {
  vertical-align: top;
  padding-right: 32px;
  flex-grow: 1;
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
}
.kth-page .left-text-right-picture > .list > .item .left-text .unorder-list:first-child,
.kth-page .left-text-right-picture > .list > .item .left-text .shadow-box-tit3:first-child {
  margin-top: 0;
}
.kth-page .left-text-right-picture > .list > .item .right-picture {
  flex: 0 0 auto;
  width: 33.33333333%;
  height: auto;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.kth-page .left-text-right-picture > .list > .item .right-picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.35s ease-in-out;
}
.kth-page .left-text-right-picture > .list > .item .right-picture > img.cover {
  object-fit: cover;
}
.kth-page .left-text-right-picture > .list > .item .right-picture::after {
  content: "";
  padding-top: 75%;
  width: 100%;
  display: block;
}
.kth-page .left-text-right-picture > .list > .item .right-picture.stacked {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: visible;
}
.kth-page .left-text-right-picture > .list > .item .right-picture.stacked::after {
  display: none;
}
.kth-page .left-text-right-picture > .list > .item .right-picture.stacked > img {
  position: static;
  transform: none;
  height: auto;
  display: block;
}
.kth-page .shadow-box-tit1 + .left-text-right-picture .list .item .left-text p {
  padding-top: 0;
}
.kth-page .left-picture-right-copywriting {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(173, 99, 50, 0.56);
}
.kth-page .left-picture-right-copywriting .left-picture {
  width: 41.66666667%;
  flex-shrink: 0;
}
.kth-page .left-picture-right-copywriting .right-copywriting {
  padding-left: 24px;
  flex-grow: 1;
  align-content: center;
}
.kth-page .left-picture-right-copywriting .right-copywriting .tit {
  font-size: 1rem;
}
.kth-page .table-box {
  margin-top: 16px;
  overflow-x: auto;
  width: 100%;
}
.kth-page .table-box.nowrap table tr td,
.kth-page .table-box.nowrap table tr th {
  white-space: nowrap;
}
.kth-page .table-box table {
  width: 100%;
}
.kth-page .table-box table tr.colspan-box {
  background-color: #efe0d6;
  font-size: 1.333rem;
}
.kth-page .table-box table tr.colspan-box td[colspan] {
  font-family: InterBold, NotoBold, NotoSCBold, sans-serif;
  text-align: center;
  font-weight: bold;
}
.kth-page .table-box table tr td,
.kth-page .table-box table tr th {
  border: 1px solid #dee2e6;
  padding: 16px 12px;
  line-height: 1.5;
  vertical-align: top;
}
.kth-page .table-box table tr td .unorder-list,
.kth-page .table-box table tr th .unorder-list {
  margin-top: 0;
}
.kth-page .table-box table thead tr {
  background: #9c6844;
  color: #fff;
  font-weight: bold;
  font-family: InterBold, NotoBold, NotoSCBold, sans-serif;
}
.kth-page .table-box table tbody tr {
  background: #f7f3f2;
}
.kth-page .table-2col {
  margin-top: 16px;
  overflow-x: auto;
  width: 100%;
}
.kth-page .table-2col.nowrap table tr td,
.kth-page .table-2col.nowrap table tr th {
  white-space: nowrap;
}
.kth-page .table-2col table {
  width: 100%;
  border-collapse: collapse;
}
.kth-page .table-2col table thead {
  display: none;
}
.kth-page .table-2col table tbody {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.kth-page .table-2col table tbody tr {
  display: contents;
  background: #c0f2f3;
}
.kth-page .table-2col table tbody tr td {
  border: 1px solid #dee2e6;
  padding: 16px 12px;
  line-height: 1.5;
  vertical-align: top;
  word-break: break-word;
  overflow-wrap: break-word;
  background: #c0f2f3;
}
.kth-page .table-2col table tbody tr td .unorder-list {
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .kth-page .table-2col table tbody {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .kth-page .table-2col table tbody {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .kth-page .table-2col table tbody {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .kth-page .table-2col table tbody {
    grid-template-columns: 1fr;
  }
  .kth-page .table-2col table tbody tr td {
    padding: 12px 8px;
    font-size: 0.9rem;
  }
}
.kth-page .table-3col {
  margin-top: 16px;
  overflow-x: auto;
  width: 100%;
}
.kth-page .table-3col.nowrap table tr td,
.kth-page .table-3col.nowrap table tr th {
  white-space: nowrap;
}
.kth-page .table-3col table {
  width: 100%;
  border-collapse: collapse;
}
.kth-page .table-3col table thead {
  display: none;
}
.kth-page .table-3col table tbody {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.kth-page .table-3col table tbody tr {
  display: contents;
  background: #c0f2f3;
}
.kth-page .table-3col table tbody tr td {
  border: 1px solid #dee2e6;
  padding: 16px 12px;
  line-height: 1.5;
  vertical-align: top;
  word-break: break-word;
  overflow-wrap: break-word;
  background: #c0f2f3;
}
.kth-page .table-3col table tbody tr td .unorder-list {
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .kth-page .table-3col table tbody {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .kth-page .table-3col table tbody {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .kth-page .table-3col table tbody {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .kth-page .table-3col table tbody {
    grid-template-columns: 1fr;
  }
  .kth-page .table-3col table tbody tr td {
    padding: 12px 8px;
    font-size: 0.9rem;
  }
}
.kth-page .table-no-header {
  margin-top: 16px;
  overflow-x: auto;
  width: 100%;
}
.kth-page .table-no-header.nowrap table tr td,
.kth-page .table-no-header.nowrap table tr th {
  white-space: nowrap;
}
.kth-page .table-no-header table {
  width: 100%;
  border-collapse: collapse;
}
.kth-page .table-no-header table thead {
  display: none;
}
.kth-page .table-no-header table tbody {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.kth-page .table-no-header table tbody tr {
  display: contents;
  background: #c0f2f3;
}
.kth-page .table-no-header table tbody tr td {
  border: 1px solid #dee2e6;
  padding: 16px 12px;
  line-height: 1.5;
  vertical-align: top;
  word-break: break-word;
  overflow-wrap: break-word;
  background: #c0f2f3;
}
.kth-page .table-no-header table tbody tr td .unorder-list {
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .kth-page .table-no-header table tbody {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .kth-page .table-no-header table tbody {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .kth-page .table-no-header table tbody {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .kth-page .table-no-header table tbody {
    grid-template-columns: 1fr;
  }
  .kth-page .table-no-header table tbody tr td {
    padding: 12px 8px;
    font-size: 0.9rem;
  }
}
.kth-page .multi-col-tables {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.kth-page .multi-col-tables table {
  width: 100%;
  min-width: 400px;
  border-collapse: collapse;
  border-spacing: 0;
}
.kth-page .multi-col-tables table thead th {
  padding: 14px 12px;
  font-size: 1rem;
  line-height: 1.4;
  background-color: #48cbc5;
  color: #000;
  font-weight: bold;
}
.kth-page .multi-col-tables table thead th:last-child {
  border-right: none;
}
.kth-page .multi-col-tables table tbody tr td {
  padding: 14px 12px;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
  background-color: #c0f2f3;
  color: #000;
  border: 1px solid #dee2e6;
  min-width: 150px;
}
.kth-page .multi-col-tables table tbody tr td:last-child {
  border-right: none;
}
.kth-page .multi-col-tables table tbody tr td .unorder-list,
.kth-page .multi-col-tables table tbody tr td .order-list {
  margin-top: 0;
}
.kth-page .two-column-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
}
@media (max-width: 740px) {
  .kth-page .two-column-list {
    grid-template-columns: 1fr;
  }
}
.kth-page .order-list {
  margin-top: 16px;
  margin-bottom: 16px;
}
.kth-page .order-list ol {
  list-style-type: decimal !important;
  list-style-position: outside !important;
  counter-reset: none !important;
}
.kth-page .order-list ol > li {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 1rem;
  display: list-item !important;
  list-style-type: decimal !important;
  list-style-position: outside !important;
}
.kth-page .order-list ol > li:first-child {
  margin-top: 0;
}
.kth-page .order-list ol > li:last-child {
  margin-bottom: 0;
}
.kth-page .order-list ol li.shadow-box-tit3 {
  font-size: 1.111rem;
  font-weight: bold;
  color: #2f7774;
  font-family: InterBold, NotoBold, NotoSCBold, sans-serif;
}
.kth-page .order-list-a {
  margin-top: 16px;
  margin-bottom: 16px;
}
.kth-page .order-list-a ol {
  list-style-type: lower-alpha !important;
  list-style-position: outside !important;
  counter-reset: none !important;
}
.kth-page .order-list-a ol > li {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 1rem;
  display: list-item !important;
  list-style-type: lower-alpha !important;
  list-style-position: outside !important;
}
.kth-page .order-list-a ol > li:first-child {
  margin-top: 0;
}
.kth-page .order-list-a ol > li:last-child {
  margin-bottom: 0;
}
.kth-page .order-list-i {
  margin-top: 16px;
  margin-bottom: 16px;
}
.kth-page .order-list-i ol {
  list-style-type: lower-roman !important;
  list-style-position: outside !important;
  counter-reset: none !important;
}
.kth-page .order-list-i ol > li {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 1rem;
  display: list-item !important;
  list-style-type: lower-roman !important;
  list-style-position: outside !important;
}
.kth-page .order-list-i ol > li:first-child {
  margin-top: 0;
}
.kth-page .order-list-i ol > li:last-child {
  margin-bottom: 0;
}
.kth-page .unorder-list {
  margin-top: 16px;
  margin-bottom: 16px;
}
.kth-page .unorder-list ul li {
  margin-top: 8px;
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
  display: flex;
}
.kth-page .unorder-list ul li:first-child {
  margin-top: 0;
}
.kth-page .unorder-list ul li::before {
  margin-top: 11px;
  margin-right: 10px;
  border-radius: 50%;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #e19951;
  display: inline-block;
  vertical-align: top;
  flex-shrink: 0;
}
.kth-page .unorder-list ul li span,
.kth-page .unorder-list ul li strong {
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
}
.kth-page .unorder-list ul li span div,
.kth-page .unorder-list ul li strong div {
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
}
.kth-page .unorder-list ul li .shadow-box-tit3 {
  margin: 0;
}
.kth-page .unorder-list ul a,
.kth-page .unorder-list ul b {
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
}
.kth-page .unorder-list ul ul {
  padding-left: 16px;
}
.kth-page .unorder-list ul ul li:first-child {
  margin-top: 8px;
}
.kth-page .section-header .more-btn {
  background: #6dcabb;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  float: right;
}
.kth-page .section-header .more-btn:hover {
  background-color: #1e7a73;
  color: white;
  text-decoration: none;
}
.kth-page .section-header .more-btn:focus {
  outline: 2px solid #23978e;
  outline-offset: 2px;
}
.kth-page .publication-card a,
.kth-page .publication-card a:link,
.kth-page .publication-card a:visited,
.kth-page .publication-card a:hover,
.kth-page .publication-card a:active,
.kth-page .publication-card a:focus {
  text-decoration: none;
}
.kth-page .download-btn {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.kth-page .download-btn a {
  border: 2px solid #da924a;
  border-radius: 10px;
  padding: 10px 24px;
  color: #da924a;
  background-color: rgba(255, 251, 248, 0.6);
  transition: all 0.35s ease-in-out;
  font-size: 0.888rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #000;
  width: 100%;
  font-size: 1rem;
  text-decoration: none;
}
.kth-page .download-btn a .icon-box + span,
.kth-page .download-btn a span + .icon-box {
  margin-left: 20px;
  display: block;
}
.kth-page .download-btn a.has-hover:hover,
.kth-page .download-btn a.has-hover:focus {
  background-color: #da924a;
  color: #fff;
}
.kth-page .download-btn a .icon-box {
  width: 20px;
}
.kth-page .download-btn a span {
  font-size: 1rem;
  line-height: 1.5;
}
.kth-page .download-btn a:hover,
.kth-page .download-btn a:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #da924a;
}
.kth-page .left-icon-right-copywriting {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.kth-page .left-icon-right-copywriting .icos {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.kth-page .left-icon-right-copywriting .right-copywriting {
  padding-left: 30px;
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
  flex-grow: 1;
}
.kth-page .icons-w30 li {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.kth-page .icons-w30 li:first-child {
  margin-top: 0;
}
.kth-page .icons-w30 li .pic {
  margin-right: 8px;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.kth-page .icons-w30 li .text {
  flex-grow: 1;
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
}
.kth-page .tabs-box .tab-list ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.kth-page .tabs-box .tab-list ul li {
  border: 1px solid #cccccc;
  border-bottom: none;
  background-color: #ffe9dc;
  padding: 16px;
  color: #787878;
  width: 20%;
  text-align: center;
  height: 80px;
  line-height: 1.2;
  transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.kth-page .tabs-box .tab-list ul li:hover,
.kth-page .tabs-box .tab-list ul li:focus {
  color: #2f7774;
}
.kth-page .tabs-box .tab-list ul li:hover .transportation-icon,
.kth-page .tabs-box .tab-list ul li:focus .transportation-icon {
  filter: invert(39%) sepia(98%) saturate(371%) hue-rotate(342deg) brightness(90%) contrast(84%);
}
.kth-page .tabs-box .tab-list ul li.active {
  background-color: #2f7774;
  color: #ffffff;
}
.kth-page .tabs-box .tab-list ul li.active .transportation-icon {
  filter: invert(100%) sepia(80%) saturate(1014%) hue-rotate(260deg) brightness(127%) contrast(101%);
}
.kth-page .tabs-box .tab-list ul li .transportation-icon {
  width: 25px;
  height: 25px;
  display: none;
}
.kth-page .tabs-box .tab-panel-list {
  border: 1px solid #cccccc;
  padding: 48px;
  background-color: #f9f3f1;
}
.kth-page .tabs-box .tab-panel-list .tab-panel {
  display: none;
}
.kth-page .tabs-box .tab-panel-list .tab-panel.active {
  display: block;
}
.kth-page .tabs-box .tab-panel-list .tab-panel .pic {
  width: 100%;
}
.kth-page .tabs-box .tab-panel-list .tab-panel .unorder-list ul {
  margin-top: 8px;
}
.kth-page .tabs-box .icon-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  /* space between icon and text */
}
.kth-page .tabs-box.is-accordion {
  border: 1px solid #cccccc;
  background-color: #81dbdb;
  padding: 0;
}
.kth-page .tabs-box.is-accordion .accordion-item {
  border-bottom: 1px solid #e0e0e0;
}
.kth-page .tabs-box.is-accordion .accordion-item:last-child {
  border-bottom: none;
}
.kth-page .tabs-box.is-accordion .accordion-item .accordion-trigger {
  width: 100%;
  padding: 20px 32px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #000;
  font-size: 1.111rem;
  font-family: InterMedium, NotoMedium, NotoSCMedium, sans-serif;
  text-align: left;
}
.kth-page .tabs-box.is-accordion .accordion-item .accordion-trigger .accordion-title {
  flex: 1;
}
.kth-page .tabs-box.is-accordion .accordion-item .accordion-trigger .tab-arrow {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.kth-page .tabs-box.is-accordion .accordion-item .accordion-trigger .tab-arrow::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transition: transform 0.2s ease-in-out;
}
.kth-page .tabs-box.is-accordion .accordion-item.open .accordion-trigger {
  background-color: rgba(255, 255, 255, 0.6);
}
.kth-page .tabs-box.is-accordion .accordion-item.open .tab-arrow::before {
  transform: rotate(-135deg);
}
.kth-page .tabs-box.is-accordion .accordion-item .accordion-panel {
  display: none;
  padding: 10px 0px 10px 30px;
  color: #000;
}
.kth-page .tabs-box.is-accordion .accordion-item .accordion-panel p:last-child,
.kth-page .tabs-box.is-accordion .accordion-item .accordion-panel ul:last-child,
.kth-page .tabs-box.is-accordion .accordion-item .accordion-panel ol:last-child {
  margin-bottom: 0;
}
.kth-page .transportation-bullets {
  padding-left: 18px;
  margin-bottom: 0;
}
.kth-page .transportation-bullets li {
  margin-bottom: 10px;
  line-height: 1.5;
}
.kth-page .box-list .box-item .awards-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 10px;
  padding: 36px 26px;
  background-color: #dcf3fc;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.kth-page .box-list .box-item .awards-box .text-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
}
.kth-page .box-list .box-item .awards-box .text-box .box-info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.kth-page .box-list .box-item .awards-box .text-box .box-info .arrows {
  position: absolute;
  top: 0;
  left: 32px;
  transform: translateY(-50%);
}
.kth-page .box-list .box-item .awards-box .text-box .box-info .date-text {
  margin-bottom: 10px;
  font-size: 0.888rem;
  color: #333;
  line-height: 1.4;
}
.kth-page .box-list .box-item .awards-box .text-box .box-info .title {
  margin-bottom: 8px;
  font-size: 1.333rem;
  color: #0a4263;
  line-height: 1.4;
  font-family: InterBold, NotoBold, NotoSCBold, sans-serif;
  font-weight: bold;
}
.kth-page .box-list .box-item .awards-box .text-box .btn-radius-box {
  margin-top: 0;
  flex-shrink: 0;
}
.kth-page .box-list .box-item .awards-box .box-img {
  margin-top: 24px;
  width: 100%;
  flex-shrink: 0;
}
.kth-page .box-list .box-item .report-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 10px;
  padding: 32px 38px;
  background-color: #f2f2f2;
  height: 100%;
  transition: all 0.35s ease-in-out;
  text-decoration: none;
}
.kth-page .box-list .box-item .report-box:not(.hide-btn):hover,
.kth-page .box-list .box-item .report-box:not(.hide-btn):focus {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
}
.kth-page .box-list .box-item .report-box:not(.hide-btn):hover .img-btn .pic .img,
.kth-page .box-list .box-item .report-box:not(.hide-btn):focus .img-btn .pic .img {
  transform: translate(-50%, -50%) scale(1.1);
}
.kth-page .box-list .box-item .report-box.is-video .img-btn .pic {
  position: relative;
}
.kth-page .box-list .box-item .report-box.is-video .img-btn .pic::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.kth-page .box-list .box-item .report-box.is-video .img-btn .pic .bi {
  border-radius: 50%;
  border: 2px solid #da924a;
  background-color: #fff;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ff0000;
  font-size: 26px;
  z-index: 2;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: background-color 0.35s ease-in-out;
}
.kth-page .box-list .box-item .report-box.is-video .img-btn .pic .bi:hover,
.kth-page .box-list .box-item .report-box.is-video .img-btn .pic .bi:focus {
  background-color: #da924a;
}
.kth-page .box-list .box-item .report-box .pic .img {
  width: 100%;
}
.kth-page .box-list .box-item .report-box .text-box {
  color: #000;
  line-height: 1.5;
}
.kth-page .box-list .box-item .report-box .text-box .time {
  font-size: 0.888rem;
  line-height: 1.3125;
}
.kth-page .box-list .box-item .report-box .text-box .title {
  margin-top: 12px;
  margin-bottom: 8px;
  font-family: InterBold, NotoBold, NotoSCBold, sans-serif;
  font-weight: bold;
  font-size: 1.333rem;
}
.kth-page .box-list .box-item .report-box .text-box .desc-info {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1rem;
}
.kth-page .box-list .box-item .report-box .img-btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.kth-page .box-list .box-item .report-box .img-btn .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.kth-page .box-list .box-item .report-box .img-btn .pic .img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.35s ease-in-out;
}
.kth-page .box-list .box-item .report-box .img-btn .pic::after {
  content: "";
  padding-top: 75%;
  width: 100%;
  display: block;
}
.kth-page .box-list .box-item .report-box .img-btn .btn-radius-box {
  margin-top: 20px;
}
.kth-page .box-list .box-item .report-box.hide-btn .img-btn .btn-radius-box {
  opacity: 0;
  position: relative;
  z-index: -1;
}
.kth-page .box-list.awards {
  margin-bottom: -48px;
}
.kth-page .box-list.awards .box-item {
  margin-bottom: 48px;
}
.kth-page .box-list.awards .box-item.hide {
  display: none;
}
.kth-page .box-list.report {
  margin-bottom: -40px;
  --bs-gutter-x: 40px;
}
.kth-page .box-list.report .box-item {
  margin-bottom: 40px;
}
.kth-page .horizontal-table-box {
  width: 100%;
}
.kth-page .horizontal-table-box tr {
  border-bottom: 1px solid #cccccc;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}
.kth-page .horizontal-table-box tr th {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1rem;
  min-width: 240px;
  font-weight: normal;
}
.kth-page .horizontal-table-box tr th.news-title {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.kth-page .horizontal-table-box tr th .iconfont {
  margin-right: 8px;
  width: 26px;
  height: 26px;
}
.kth-page .horizontal-table-box tr td {
  min-width: 240px;
  font-size: 1rem;
}
.kth-page .horizontal-table-box tr td.news-title {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.kth-page .horizontal-table-box tr td.btn {
  padding: 0;
  min-width: auto;
  flex-shrink: 0;
}
.kth-page .horizontal-table-box tr td.btn .btn-radius-box .btn-con span {
  white-space: nowrap;
  color: #000;
}
.kth-page .horizontal-table-box tr td .mobile-show {
  display: none;
}
.kth-page .horizontal-table-box tr td .td-text {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.kth-page .news-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 16px 12px 8px;
  border-radius: 10px;
  padding: 10px 15px;
  background-color: #eeeeee;
  font-size: 1rem;
}
.kth-page .news-tag .bi {
  margin-right: 8px;
  font-size: 1rem;
  color: #2f7774;
  line-height: 1;
}
.kth-page .pic-box {
  margin-top: 16px;
  margin-bottom: 24px;
  width: 100%;
}
.kth-page .pic-box .pic {
  width: 100%;
}
.kth-page .pic-box p {
  font-size: 0.888rem;
  color: #333;
  line-height: 1.5;
}
.kth-page .pic-list {
  padding-bottom: 16px;
}
.kth-page .pic-list .row {
  --bs-gutter-y: 28px;
  --bs-gutter-x: 28px;
}
.kth-page .pic-list .row .box-item a:hover,
.kth-page .pic-list .row .box-item a:focus {
  text-decoration: none;
}
.kth-page .pic-list .pic {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.kth-page .pic-list .pic .ele {
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.35s ease-in-out;
}
.kth-page .pic-list .pic .zoom-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 4px;
}
.kth-page .pic-list .pic::after {
  content: "";
  padding-top: 75%;
  width: 100%;
  display: block;
}
.kth-page .pic-list .pic.video-box {
  position: relative;
}
.kth-page .pic-list .pic.video-box::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../../files/svg/play.svg) no-repeat center / 100%;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  z-index: 10;
  pointer-events: none;
}
.kth-page .pic-list .pic.video-box::after {
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}
.kth-page .pic-list .title {
  margin-top: 8px;
  font-size: 1rem;
  color: #07874a;
}
.kth-page .pic-list .desc {
  margin-top: 8px;
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
}
.kth-page .pic-list.swiper .swiper-wrapper {
  align-items: stretch;
}
.kth-page .pic-list.swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 8px;
  box-sizing: border-box;
  align-self: stretch;
}
.kth-page .pic-list.swiper .swiper-slide .pic {
  width: 100%;
  flex-shrink: 0;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}
.kth-page .pic-list.swiper .swiper-slide .pic .ele {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}
.kth-page .pic-list.swiper .swiper-slide .pic::after {
  content: "";
  padding-top: 75%;
  width: 100%;
  display: block;
}
.kth-page .pic-list.swiper .swiper-slide .title {
  margin-top: 0;
  margin-bottom: 4px;
  flex-shrink: 0;
}
.kth-page .pic-list.swiper .swiper-slide .desc {
  margin-top: 0;
  flex-shrink: 0;
}
.kth-page .pic-list-original-size {
  padding-bottom: 16px;
  width: 100%;
  display: block;
}
.kth-page .pic-list-original-size .row {
  --bs-gutter-y: 28px;
  --bs-gutter-x: 28px;
}
.kth-page .pic-list-original-size .box-item a:hover,
.kth-page .pic-list-original-size .box-item a:focus {
  text-decoration: none;
}
.kth-page .pic-list-original-size .pic {
  width: auto !important;
  max-width: 100%;
  display: inline-block !important;
  background-color: #eee;
  position: relative;
  overflow: visible !important;
  height: auto !important;
  min-height: auto !important;
}
.kth-page .pic-list-original-size .pic::after {
  display: none !important;
  content: none !important;
  padding-top: 0 !important;
  height: 0 !important;
}
.kth-page .pic-list-original-size .pic.video-box {
  position: relative;
}
.kth-page .pic-list-original-size .pic.video-box::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../../files/svg/play.svg) no-repeat center / 100%;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  z-index: 10;
  pointer-events: none;
}
.kth-page .pic-list-original-size .pic.video-box::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.3) !important;
  z-index: 1 !important;
  padding-top: 0 !important;
  pointer-events: none !important;
}
.kth-page .pic-list-original-size .pic .ele {
  position: relative !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  object-fit: initial !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  display: block !important;
}
.kth-page .pic-list-original-size .pic .zoom-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 4px;
  z-index: 2;
}
.kth-page .small-left-icon-right-copy {
  margin-top: 24px;
}
.kth-page .small-left-icon-right-copy .item {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.kth-page .small-left-icon-right-copy .item:first-child {
  margin-top: 0;
}
.kth-page .small-left-icon-right-copy .item .pic {
  margin-right: 10px;
  width: 18px;
  flex-shrink: 0;
}
.kth-page .small-left-icon-right-copy .item span {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  flex-grow: 1;
}
.kth-page .search-tag-list {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.kth-page .search-tag-list .search-tag {
  margin-bottom: 8px;
  margin-right: 32px;
  color: #07874a;
  text-decoration: underline;
  transition: opacity 0.5s ease;
  font-size: 1rem;
  white-space: nowrap;
  cursor: pointer;
}
.kth-page .search-tag-list .search-tag:hover,
.kth-page .search-tag-list .search-tag:focus {
  opacity: 0.8;
}
.kth-page .download-list .row {
  --bs-gutter-y: 32px;
}
.kth-page .download-list .download-item {
  height: 100%;
  width: 100%;
}
.kth-page .download-list .download-item a {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.kth-page .download-list .download-item a:hover,
.kth-page .download-list .download-item a:focus {
  text-decoration: none !important;
}
.kth-page .download-list .download-item a .pic {
  width: 100%;
  background-color: #eeeeee;
  text-align: center;
  flex-shrink: 0;
  position: relative;
  height: 200px;
  align-content: center;
}
.kth-page .download-list .download-item a .pic img {
  width: 100%;
  max-width: 100%;
  max-height: 200px;
  object-fit: contain;
  transition: transform 0.35s ease-in-out;
}
.kth-page .download-list .download-item a .info-box {
  width: 100%;
  flex-grow: 1;
  min-height: 10%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
}
.kth-page .download-list .download-item a .info-box .title {
  margin-top: 16px;
  color: #23978e;
  font-size: 1rem;
  font-family: InterBold, NotoBold, NotoSCBold, sans-serif;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  flex-grow: 1;
  display: block;
  width: 100%;
}
.kth-page .download-list .download-item a .info-box .btn-radius-box {
  margin-top: 8px;
  margin-bottom: 0;
}
.kth-page .photo-box-list {
  margin-top: 8px;
  --bs-gutter-x: 28px;
  --bs-gutter-y: 28px;
}
.kth-page .photo-box-list .photo-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.kth-page .photo-box-list .photo-box .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.kth-page .photo-box-list .photo-box .pic .img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.35s ease-in-out;
}
.kth-page .photo-box-list .photo-box .pic::after {
  content: "";
  padding-top: 75%;
  width: 100%;
  display: block;
}
.kth-page .photo-box-list .photo-box .desc {
  margin-bottom: 0;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  transform: translateY(100%);
  transition: transform 0.35s ease-in-out;
}
.kth-page .photo-box-list .photo-box:hover .desc,
.kth-page .photo-box-list .photo-box:focus .desc {
  transform: translateY(0);
}
.kth-page .resize-image-container {
  background-position: center center;
  background-size: cover;
}
.kth-page .resize-image-container .pic-wrapper {
  height: 230px;
  width: 100%;
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.7);
}
.kth-page .resize-image-container .pic-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1680px) {
  .kth-page .htbox .list .item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 96px;
  }
  .kth-page .htbox .list .item-box .num-text {
    padding-top: 0;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1400px) {
  .kth-page .htbox .list .item-box {
    height: 82px;
  }
  .kth-page .htbox .list .item-box .num-text {
    font-size: 1.777rem;
    line-height: 1.1;
  }
  .kth-page .htbox .list .item-box .text {
    line-height: 1.1;
  }
  .kth-page .graphics-and-text-list {
    margin-top: 0;
  }
  .kth-page .graphics-and-text-list .list .item .item-box {
    width: calc(50% - 30px);
  }
  .kth-page .page-breadcrumbs ul {
    margin: -16px -12px 0;
  }
  .kth-page .page-breadcrumbs ul li {
    padding: 16px 12px 0;
    width: 33.33%;
  }
  .kth-page .page-breadcrumbs-2 ul li {
    padding: 10px;
    width: 33.33%;
  }
  .kth-page .left-picture-right-copywriting {
    align-items: stretch;
  }
  .kth-page .left-picture-right-copywriting .left-picture .pic {
    height: 100%;
  }
  .kth-page .left-picture-right-copywriting .left-picture .pic img {
    height: 100%;
    object-fit: cover;
  }
  .kth-page .left-picture-right-copywriting .right-copywriting {
    padding: 25px 20px;
  }
  .kth-page .horizontal-table-box tr th {
    min-width: 200px;
  }
  .kth-page .horizontal-table-box tr td {
    min-width: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .kth-page .htbox .list .item-box {
    height: 68px;
  }
  .kth-page .htbox .list .item-box .num-text {
    font-size: 1.6rem;
  }
  .kth-page .htbox .list .item-box .text {
    font-size: 1rem;
  }
  .kth-page .left-right-tables table tr td:first-child {
    width: 40%;
  }
  .kth-page .left-right-tables table tr td:last-child {
    width: 60%;
  }
  .kth-page .horizontal-table-box tr th {
    min-width: 150px;
  }
  .kth-page .horizontal-table-box tr td {
    min-width: 150px;
  }
  .kth-page .horizontal-table-box tr td.btn .btn-radius-box .bi {
    margin-left: 18px;
  }
}
@media screen and (max-width: 992px) {
  .kth-page .page-banner {
    margin-top: 103px;
    flex-direction: column-reverse;
  }
  .kth-page .table-box {
    margin-top: 16px;
    width: 100%;
  }
  .kth-page .iframe-box {
    min-height: 300px;
  }
  .kth-page .htbox .list {
    margin-bottom: -25px;
    flex-wrap: wrap;
  }
  .kth-page .htbox .list .ht-item {
    margin-bottom: 25px;
    width: 33.3333%;
  }
  .kth-page .htbox .list .item-box {
    height: 78px;
  }
  .kth-page .graphics-and-text-list {
    margin-top: 0;
  }
  .kth-page .graphics-and-text-list .list .item {
    margin-top: 24px;
    flex-direction: column-reverse;
  }
  .kth-page .graphics-and-text-list .list .item:nth-child(2n) {
    flex-direction: column;
  }
  .kth-page .graphics-and-text-list .list .item .item-box {
    width: 100%;
  }
  .kth-page .graphics-and-text-list .list .item .item-box p {
    margin-top: 8px;
  }
  .kth-page .left-right-tables table {
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .kth-page .left-right-tables table tr {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-shrink;
  }
  .kth-page .left-right-tables table td {
    width: 100% !important;
    word-break: break-word;
    overflow-wrap: break-word;
    padding: 12px 8px;
    box-sizing: border-box;
  }
  .kth-page .left-right-tables table td:first-child {
    padding-bottom: 8px;
  }
  .kth-page .left-right-tables table td:last-child {
    padding-top: 8px;
  }
  .kth-page .left-right-tables table td p {
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .kth-page .left-right-tables table td .unorder-list,
  .kth-page .left-right-tables table td .order-list {
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .kth-page .left-right-tables table td .unorder-list ul,
  .kth-page .left-right-tables table td .order-list ul,
  .kth-page .left-right-tables table td .unorder-list ol,
  .kth-page .left-right-tables table td .order-list ol {
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .kth-page .left-right-tables table td .unorder-list li,
  .kth-page .left-right-tables table td .order-list li {
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .kth-page .shadow-box {
    padding: 20px;
    overflow-x: auto;
    box-sizing: border-box;
  }
  .kth-page .page-breadcrumbs ul li {
    width: 50%;
  }
  .kth-page .page-breadcrumbs-2 ul li {
    width: 50%;
  }
  .kth-page .left-text-right-picture > .list > .item {
    flex-wrap: wrap;
  }
  .kth-page .left-text-right-picture > .list > .item .left-text {
    padding-right: 0;
    width: 100%;
  }
  .kth-page .left-text-right-picture > .list > .item .right-picture {
    margin-top: 16px;
    width: 100%;
  }
  .kth-page .left-picture-right-copywriting {
    flex-wrap: wrap;
  }
  .kth-page .left-picture-right-copywriting .left-picture {
    width: 100%;
  }
  .kth-page .left-picture-right-copywriting .right-copywriting {
    width: 100%;
  }
  .kth-page .table-box table tr td,
  .kth-page .table-box table tr th {
    white-space: nowrap;
    width: 100% !important;
  }
  .kth-page .tabs-box .tab-list ul li {
    width: 25%;
  }
  .kth-page .tabs-box .tab-panel-list {
    padding: 24px;
  }
  .kth-page .horizontal-table-box {
    display: block;
  }
  .kth-page .horizontal-table-box thead {
    display: none;
  }
  .kth-page .horizontal-table-box tbody {
    display: block;
  }
  .kth-page .horizontal-table-box tr {
    display: block;
  }
  .kth-page .horizontal-table-box tr td {
    padding: 4px 0 10px;
    width: 100%;
    display: block;
    position: relative;
  }
  .kth-page .horizontal-table-box tr td.btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .kth-page .horizontal-table-box tr td.btn .btn-radius-box {
    margin-top: 0;
  }
  .kth-page .horizontal-table-box tr td .mobile-show {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
  }
  .kth-page .horizontal-table-box tr td .mobile-show .iconfont {
    margin-right: 8px;
    display: block;
  }
}
@media (min-width: 601px) and (max-width: 680px) {
  .kth-page .page-banner {
    margin-top: 85px;
  }
}
@media (min-width: 577px) and (max-width: 600px) {
  .kth-page .page-banner {
    margin-top: 75px;
  }
}
@media (min-width: 500px) and (max-width: 576px) {
  .kth-page .page-banner {
    margin-top: 30px;
  }
}
@media (min-width: 460px) and (max-width: 499px) {
  .kth-page .page-banner {
    margin-top: 20px;
  }
}
@media (min-width: 400px) and (max-width: 459px) {
  .kth-page .page-banner {
    margin-top: 10px;
  }
}
@media (max-width: 399px) {
  .kth-page .page-banner {
    margin-top: 0px;
  }
}
@media screen and (max-width: calc(992px - 1px)) {
  .kth-page .page-breadcrumbs.large ul li {
    width: 100%;
  }
  .kth-page .page-breadcrumbs-2.large ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .kth-page .htbox .list .ht-item {
    width: 50%;
  }
  .kth-page .left-icon-right-copywriting {
    flex-wrap: wrap;
  }
  .kth-page .left-icon-right-copywriting .right-copywriting {
    padding-top: 20px;
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .kth-page .shadow-box {
    overflow-x: auto;
    box-sizing: border-box;
  }
  .kth-page .shadow-box .shadow-box-tit1 {
    margin-bottom: 18px;
  }
  .kth-page .shadow-box .shadow-box-tit3 {
    margin-top: 12px;
  }
  .kth-page .shadow-box .left-right-tables table td {
    padding: 10px 6px;
  }
  .kth-page .icons-and-copywriting-box .list .item .icons {
    width: 55px;
    height: 55px;
  }
  .kth-page .icons-and-copywriting-box .list .item .icons img {
    width: 55%;
    height: 55%;
  }
  .kth-page .icons-and-copywriting-box .list .item .copywriting {
    margin-top: 8px;
  }
  .kth-page .num-and-copywriting-box .list .item .num {
    width: 45px;
    height: 45px;
    font-size: 0.888rem;
  }
  .kth-page .page-breadcrumbs ul li {
    width: 100%;
  }
  .kth-page .page-breadcrumbs-2 ul li {
    width: 100%;
  }
  .kth-page .tabs-box .tab-list ul {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .kth-page .tabs-box .tab-list ul li {
    padding: 10px;
    width: 60%;
    height: 56px;
    flex: 0 0 auto;
  }
  .kth-page .box-list .box-item .awards-box .text-box .box-info .title {
    font-size: 1.111rem;
  }
  .kth-page .box-list .box-item .report-box {
    padding: 0;
  }
  .kth-page .box-list .box-item .report-box .pic img {
    max-width: 100%;
  }
  .kth-page .box-list .box-item .report-box.is-video .img-btn .pic .bi {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .kth-page .btn-radius-box .btn-con span + .bi,
  .kth-page .btn-radius-box .btn-con .bi + span {
    margin-left: 8px;
  }
  .kth-page .page-breadcrumbs {
    margin-top: 32px;
  }
  .kth-page .page-breadcrumbs-2 {
    margin-top: 32px;
  }
  .kth-page .unorder-list {
    margin-top: 8px;
  }
  .kth-page .download-list .download-item a .pic img {
    max-height: 180px;
  }
  .kth-page .download-list .download-item a .info-box {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
  }
  .kth-page .download-list .download-item a .info-box .title {
    margin: 0;
    margin-top: 8px;
  }
  .kth-page .download-list .download-item a .info-box .btn-radius-box {
    margin: 0;
    margin-top: 8px;
  }
  .kth-page .report-box {
    flex-direction: row;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
  }
  .kth-page .report-box .pic {
    order: 1;
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 8px;
  }
  .kth-page .report-box .pic .img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .kth-page .report-box .text-box {
    order: 2;
    flex: 0 0 auto;
    width: 95%;
    padding-left: 12px;
  }
  .kth-page .report-box .text-box .title {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 100%;
  }
  .kth-page .report-box .btn-radius-box {
    order: 3;
    flex: 0 0 auto;
    width: auto;
    margin-top: 0;
    margin-right: 8px;
    justify-items: center;
    align-self: self-end;
  }
}
@media screen and (min-width: 993px) {
  .kth-page .left-text-right-picture .right-picture .pic-list.layout-vertical-stacked .row .box-item {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 992px) {
  .kth-page .left-text-right-picture .list > .item .right-picture.stacked {
    box-shadow: none;
    position: static;
  }
  .kth-page .left-text-right-picture .list > .item .right-picture.stacked .pic-list {
    margin: 0;
  }
  .kth-page .pic-list .row .box-item:only-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 490px) {
  .kth-page .htbox .list .ht-item {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .kth-page .icons-and-copywriting-box .list .item {
    flex-direction: column;
  }
  .kth-page .icons-and-copywriting-box .list .item .copywriting {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .kth-page .icons-and-copywriting-box .list .item .btn-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .kth-page .num-and-copywriting-box .list .item .copywriting {
    padding-left: 15px;
  }
}
@media screen and (max-width: 390px) {
  .kth-page .report-box {
    justify-content: end;
  }
  .kth-page .report-box .text-box {
    padding-right: 12px;
    width: 100%;
  }
  .kth-page .report-box .btn-radius-box {
    width: auto;
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
.kth-page .subspecialty-section {
  background-color: #f8f9fa;
  padding: 0 15px 25px 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.kth-page .subspecialty-section .container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .kth-page .subspecialty-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ===========================================
   INTRODUCTION PAGE STYLES
   =========================================== */
/* Introduction Page Header */
.introduction-page .page-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 30px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  margin-top: 20px;
}
.introduction-page .page-header h1 {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 600;
}
.introduction-page .page-header p {
  font-size: 1.2rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
/* Introduction Page Sections */
.introduction-page .section {
  margin-bottom: 40px;
}
.introduction-page .section h2 {
  color: #2c3e50;
  border-bottom: 3px solid #6dcabb;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.introduction-page .section h2.centered {
  text-align: center;
}
/* Introduction Page Grid Layout */
.introduction-page .content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}
.introduction-page .content-grid.center {
  align-items: center;
}
/* Introduction Page Text Content */
.introduction-page .text-content p {
  line-height: 1.8;
  margin-bottom: 20px;
}
.introduction-page .text-content p:last-child {
  margin-bottom: 0;
}
/* Introduction Page Images */
.introduction-page .image-container {
  text-align: center;
}
.introduction-page .image-container img {
  width: 100%;
  max-width: 600px;
  height: auto;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
/* Introduction Page Values Section */
.introduction-page .values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}
.introduction-page .value-card {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 12px;
  border-left: 5px solid #6dcabb;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.introduction-page .value-card h3 {
  color: #2c3e50;
  margin-bottom: 20px;
  font-size: 1.3rem;
}
.introduction-page .value-card ul {
  line-height: 1.8;
  color: #495057;
  margin: 0;
  padding-left: 20px;
}
/* Responsive Design for Introduction Page */
@media (max-width: 768px) {
  .introduction-page .content-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .introduction-page .page-header h1 {
    font-size: 2rem;
  }
  .introduction-page .page-header p {
    font-size: 1rem;
  }
  .introduction-page .values-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
/* ===========================================
   GOVERNANCE PAGE STYLES
   =========================================== */
/* Governance Page Header */
.governance-page .page-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 30px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
}
.governance-page .page-header h1 {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 600;
}
.governance-page .page-header p {
  font-size: 1.2rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
/* Governance Page Sections */
.governance-page .section {
  margin-bottom: 40px;
}
.governance-page .section h2 {
  color: #2c3e50;
  border-bottom: 3px solid #6dcabb;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
/* Generic Styled Table */
.styled-table {
  margin: 20px 0;
  overflow-x: auto;
}
.styled-table table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.styled-table th {
  background: #6dcabb;
  color: #ffffff;
  padding: 15px;
  text-align: left;
  font-weight: 600;
  font-size: 1.1rem;
}
.styled-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #e9ecef;
  vertical-align: top;
}
.styled-table td:first-child {
  font-weight: 600;
  color: #2c3e50;
}
.styled-table tr:hover {
  background: #f8f9fa;
}
.styled-table tr:last-child td {
  border-bottom: none;
}
.styled-table td:last-child {
  font-weight: 400;
  color: #495057;
}
@media (max-width: 740px) {
  .styled-table {
    font-size: 0.9rem;
  }
  th,
  td {
    padding: 10px;
  }
}
/* Governance Table */
/* Organization Chart */
.governance-page .organization-chart {
  margin-top: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.governance-page .org-hierarchy {
  display: flex;
  flex-direction: column;
}
.governance-page .org-level-1,
.governance-page .org-level-2,
.governance-page .org-level-3 {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.governance-page .org-clinical-services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.governance-page .org-node {
  background: #ffffff;
  padding: 20px;
  border: 2px solid #6dcabb;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  min-width: 200px;
}
.governance-page .org-node strong {
  display: block;
  color: #2c3e50;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.governance-page .org-node span {
  color: #495057;
  font-size: 0.95rem;
}
.governance-page .org-department {
  background: #f8f9fa;
  padding: 25px;
  border-left: 5px solid #6dcabb;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.governance-page .org-department h4 {
  color: #2c3e50;
  margin-bottom: 20px;
  font-size: 1.3rem;
  border-bottom: 2px solid #6dcabb;
  padding-bottom: 8px;
}
.governance-page .org-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}
/* Single-item org-grid (Q&S, Pharmacy) → shorten inner box on desktop */
.governance-page .org-department .org-grid:has(> .org-item:only-child) {
  max-width: 275px;
}
.governance-page .org-item {
  background: #ffffff;
  padding: 15px;
  border-left: 4px solid #6dcabb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.governance-page .org-item a strong {
  color: #2c5f7f;
}
.governance-page .org-item strong {
  color: #2c3e50;
  font-size: 0.95rem;
  font-weight: 600;
}
.governance-page .org-item span {
  color: #495057;
  font-size: 0.9rem;
}
/* Responsive Design for Governance Page */
@media (max-width: 890px) {
  .governance-page .organization-chart {
    overflow-x: visible;
  }
  .governance-page .org-level-1,
  .governance-page .org-level-2,
  .governance-page .org-level-3,
  .governance-page .org-clinical-services {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .governance-page .org-node {
    min-width: 0;
    width: 100%;
    padding: 12px 14px;
    box-sizing: border-box;
  }
  .governance-page .org-node strong {
    font-size: 0.9rem;
  }
  .governance-page .org-node span {
    font-size: 0.85rem;
  }
  .governance-page .org-hierarchy:has(.org-level-1) .org-level-1 .org-node {
    border: 3px solid #1e7a73;
  }
  .governance-page .org-hierarchy:has(.org-level-1) .org-level-1 .org-node strong {
    font-size: 1rem;
  }
  .governance-page .org-hierarchy:has(.org-level-1) .org-level-2 {
    margin-left: 16px;
    padding-left: 12px;
    border-left: 3px solid #2c9e9b;
  }
  .governance-page .org-hierarchy:has(.org-level-1) .org-level-2 .org-node {
    border: 2px solid #2c9e9b;
  }
  .governance-page .org-hierarchy:has(.org-level-1) .org-level-2 .org-node strong {
    font-size: 0.9rem;
  }
  .governance-page .org-hierarchy:has(.org-level-1) .org-level-3 {
    margin-left: 32px;
    padding-left: 12px;
    border-left: 3px solid #6dcabb;
  }
  .governance-page .org-hierarchy:has(.org-level-1) .org-level-3 .org-node {
    border: 2px solid #6dcabb;
  }
  .governance-page .org-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .governance-page .page-header h1 {
    font-size: 2rem;
  }
  .governance-page .page-header p {
    font-size: 1rem;
  }
  .governance-page .org-department .org-grid:has(> .org-item:only-child) {
    max-width: 100%;
    width: 100%;
  }
}
/* ===========================================
   CODE ON ACCESS TO INFORMATION PAGE STYLES
   =========================================== */
/* Code on Access Page Header */
.code-on-access-page .page-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 30px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
}
.code-on-access-page .page-header h1 {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 600;
}
.code-on-access-page .page-header p {
  font-size: 1.2rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
/* Code on Access Page Sections */
.code-on-access-page .section {
  margin-bottom: 40px;
}
.code-on-access-page .section h2 {
  color: #2c3e50;
  border-bottom: 3px solid #6dcabb;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
/* Address Information */
.code-on-access-page .address-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 30px 0;
}
.code-on-access-page .address-card {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 12px;
  border-left: 5px solid #6dcabb;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.code-on-access-page .address-card h3 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-size: 1.2rem;
}
.code-on-access-page .address-details p {
  margin: 5px 0;
  line-height: 1.6;
  color: #495057;
}
/* Information List */
.code-on-access-page .info-list {
  margin: 20px 0;
}
.code-on-access-page .info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding: 15px;
  background: #ffffff;
  border-radius: 8px;
  border-left: 4px solid #6dcabb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.code-on-access-page .info-number {
  background: #6dcabb;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-right: 15px;
  flex-shrink: 0;
}
.code-on-access-page .info-item span:last-child {
  color: #495057;
  line-height: 1.6;
}
/* Fee Table */
.code-on-access-page .styled-table td:first-child {
  width: 40% !important;
}
/* Contact Information */
.code-on-access-page .contact-info {
  margin: 30px 0;
}
.code-on-access-page .contact-card {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 12px;
  border-left: 5px solid #6dcabb;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.code-on-access-page .contact-card h3 {
  color: #2c3e50;
  margin-bottom: 20px;
  font-size: 1.3rem;
}
.code-on-access-page .contact-detail {
  margin: 10px 0;
  color: #495057;
  line-height: 1.6;
}
.code-on-access-page .contact-detail strong {
  color: #2c3e50;
  font-weight: 600;
}
/* Code on Access Page Links */
.code-on-access-page main a {
  color: #6dcabb;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}
.code-on-access-page main a:hover {
  color: #579b90;
  border-bottom-color: #6dcabb;
  text-decoration: none;
}
.code-on-access-page main a:focus {
  outline: 2px solid #6dcabb;
  outline-offset: 2px;
}
/* Responsive Design for Code on Access Page */
@media (max-width: 768px) {
  .code-on-access-page .address-info {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .code-on-access-page .page-header h1 {
    font-size: 2rem;
  }
  .code-on-access-page .page-header p {
    font-size: 1rem;
  }
  .code-on-access-page .info-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .code-on-access-page .info-number {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
/* ===========================================
   Multimedia and Publications PAGE STYLES
   =========================================== */
/* Multimedia and Publications Page Header */
.multimedia-and-publications-page .page-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 30px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
}
.multimedia-and-publications-page .page-header h1 {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 600;
}
.multimedia-and-publications-page .page-header p {
  font-size: 1.2rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.multimedia-and-publications-page .section {
  margin-bottom: 40px;
}
.multimedia-and-publications-page .section h2 {
  color: #2c3e50;
  border-bottom: 3px solid #6dcabb;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
/* Publication Section */
.multimedia-and-publications-page .publication-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.multimedia-and-publications-page .publication-card {
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.multimedia-and-publications-page .publication-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.multimedia-and-publications-page .publication-image {
  width: 100%;
  background-color: #eeeeee;
  text-align: center;
  flex-shrink: 0;
  position: relative;
  height: 200px;
  align-content: center;
}
.multimedia-and-publications-page .publication-image img {
  width: 100%;
  max-width: 100%;
  max-height: 200px;
  object-fit: contain;
  transition: transform 0.35s ease-in-out;
}
.multimedia-and-publications-page .publication-content {
  padding: 25px;
}
.multimedia-and-publications-page .publication-content h3 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: 600;
}
.multimedia-and-publications-page .publication-content p {
  color: #6c757d;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .multimedia-and-publications-page .publication-section {
    grid-template-columns: repeat(2, 1fr);
  }
  .multimedia-and-publications-page .publication-content h3 {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .multimedia-and-publications-page .publication-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .multimedia-and-publications-page .publication-content {
    padding: 16px;
  }
  .multimedia-and-publications-page .publication-content h3 {
    overflow-wrap: normal;
    word-break: normal;
  }
}
.teamlead {
  padding-bottom: 10px;
  font-weight: bold;
}
.family-medicine .shadow-box-tit3 {
  padding-top: 20px !important;
}
.interpretation-service-page .icon {
  width: 70px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
}
.location-and-transport-page .location-row {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
  max-width: 100%;
  padding-bottom: 8px;
}
.location-and-transport-page .location-row img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.location-and-transport-page .location-row span {
  flex: 1;
  min-width: 0;
  word-break: break-word;
}
.noticesWrap {
  padding: 20px;
  background: #fff;
  float: left;
  width: 100%;
  color: #666;
  margin-bottom: 20px;
}
.noticesWrap .n_body .desc {
  line-height: 1.15em;
  margin-bottom: 20px;
}
.noticesWrap .n_body table td {
  vertical-align: top;
  line-height: 1em;
  padding-bottom: 15px;
}
.noticesWrap .n_poster {
  margin-bottom: 10px;
  font-size: smaller;
}
.noticesWrap .n_body {
  float: left;
  padding-right: 0px;
}
.noticesWrap .n_body .title {
  color: #225c32;
  font-weight: bold;
  margin-bottom: 10px;
}
.noticesWrap .n_body .viewBtn {
  display: block;
  color: #fff;
  background: #777777;
  float: left;
  padding: 6px 47px;
  margin-top: 10px;
}
.col5,
.col12 {
  float: left;
  margin-right: 1%;
}
.col5 {
  width: 40.0847456%;
}
.col12 {
  width: 99.9999996%;
  margin-right: 0;
}
.col5 img,
.col12 img {
  width: 100%;
  height: auto;
  display: block;
}
.selectBox {
  width: 180px;
  background: #fff url(../../files/images/arrowDown.webp) no-repeat 91% 48%;
  padding: 8px 10px;
  font-size: 16px;
  color: #666;
  font-weight: bold;
  padding-right: 6%;
  margin-bottom: 10px;
  border: 0 !important;
  /*Removes border*/
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /*Removes default style Firefox*/
}
.location-and-transport-page .pic,
.facilities-page .pic {
  position: relative;
  display: inline-block;
}
.location-and-transport-page .pic .zoom-icon,
.facilities-page .pic .zoom-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 4px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location-and-transport-page .pic .zoom-icon img,
.facilities-page .pic .zoom-icon img {
  width: 20px;
  height: 20px;
  display: block;
}
.forms-page .pdf-icon {
  width: 38px;
  height: 38px;
  display: block;
}
.iframe_video {
  display: block;
  max-width: 940px;
  width: 100%;
  box-sizing: border-box;
  height: 528px;
  aspect-ratio: 16 / 9;
  border: none;
  background: transparent;
}
.break-word {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
/* Prosthetics Orthotics - Promotional Leaflets only */
.prosthetics-orthotics-page #promotional-leaflets .pic {
  max-height: 200px;
  pointer-events: none;
  cursor: default;
}
.prosthetics-orthotics-page .zoom-icon,
.prosthetics-orthotics-page .pic .zoom-btn,
.prosthetics-orthotics-page .img-zoom-icon {
  display: none !important;
}
.facilities-page #contentContainer .pic,
.location-and-transport-page #contentContainer .pic {
  display: block;
  position: relative;
  max-width: 1000px;
}
