@charset "UTF-8";


h1 {
  text-align: center;
  color: #333;
}
table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  table-layout: fixed;
}
th, td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}
th {
  background-color: #f0f0f0;
  font-weight: bold;
}
td:first-child, th:first-child {
  width: 10%;
}
td img {
  width: 100%;
  max-width: 200px;
  border-radius: 8px;
}
a {
  color: #0066cc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.label-cell {
  background-color: #fafafa;
  font-weight: bold;
  text-align: center;
}
.button-container {
  text-align: center;
}
.cta-button1{
    padding: 12px 24px;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
    background-color: #007BFF;
}
.cta-button1:hover {
    background-color: #0056b3;
}
ul {
  list-style-position: inside;
  padding-left: 0;
  margin-left: 0;
}
.poi-container {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  justify-content: center;
}
.poi {
  background: #f1f1f1;
  padding: 2px 4px;
  border-radius: 8px;
  font-size: 12px;
}
.poi-spot {
  background: #b4d9ff8f;
  padding: 2px 4px;
  border-radius: 8px;
  font-size: 12px;
}
.airline-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
.airline-logo {
  width: 20px;
  height: auto;
  vertical-align: middle;
}
#ai-text{
  font-size: 16px;
  font-weight: normal;
}
#ai-text ul{
  list-style-position: outside;
}
.poi-container a {
  text-decoration: none;
  color: inherit;
}
a.mobile-no-display {
  text-decoration: none;
  color: inherit;
}
.rounded-red-button {
  background-color: #d70101bd;  /* 紅色背景 */
  color: white;               /* 白色文字 */
  padding: 4px 10px;         /* 上下12px、左右24px 的內距 */
  text-decoration: none;
  border-radius: 10px;         /* 圓角 */
  cursor: pointer;           /* 滑鼠移過去是手指圖示 */
  transition: background-color 0.2s;
}

.rounded-red-button:hover {
  background-color: #be0404;  /* 滑鼠移上去變紅 */
  color: rgb(255, 184, 184);
  text-decoration: none;
}

.ph .ph-group-title:first-of-type {
  margin-top: 30px;
} 

.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-popup {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  background-color: #333;
  color: #fff;
  text-align: left;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  position: absolute;
  bottom: 125%; /* 在 icon 上方 */
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.tooltip-container:hover .tooltip-popup {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
    .ph-introduce.pc-type .ph-introduce-border {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
  .ph .border-type {
      border-top: 3px solid #2d7cd1;
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
      padding: 15px 0px;
      border-radius: 4px;
  }
}

@media screen and (max-width: 767px) {
  .ph .ph-group-title:first-of-type {
      margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .mobile-no-display {
      display: none;
  }
}

@media (min-width: 768px) {
  .mobile-only-display {
      display: none;
  }
}
#customer-btn{
  font-size: 1.6rem;
  color: #333;
}

@media (max-width: 767px) {
  .tooltip-popup-left {    
    transform: translateX(0%) translateY(0);
  }
}
.ulleft ul {
  list-style-position: outside;
  padding-left: 1.2em;
  margin: 0;
}

.ulleft ul li {
  margin-bottom: 0.8em;
  text-indent: 0;
  padding-left: 0;
  text-align: left;
}