/* 

CI Official template 2025June3 for emenu  
visual design style based on CI official website 2015

*/
@charset "UTF-8";

body{
  font-family: "Roboto", Arial, "Noto Sans", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "PingFang TC", "Microsoft Yahei", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
  margin: 0;
  padding: 0;
}


body.lang-sc{
  font-family: "Roboto", Arial, "Noto Sans", "微軟正黑體", "Microsoft JhengHei", "PingFang TC", "Microsoft Yahei", sans-serif;
}


/*
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

*/










.ci-row{
  margin-left: -15px;
  margin-right: -15px;
}
.ci-row::after{
  content: "";
  display: table;
  clear: both;
  overflow: hidden;
}








.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 5px !important; /* 0.25rem * 20 */
}

.m-2 {
  margin: 10px !important; /* 0.5rem * 20 */
}

.m-3 {
  margin: 20px !important; /* 1rem * 20 */
}

.m-4 {
  margin: 30px !important; /* 1.5rem * 20 */
}

.m-5 {
  margin: 60px !important; /* 3rem * 20 */
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 5px !important; /* 0.25rem * 20 */
  margin-left: 5px !important; /* 0.25rem * 20 */
}

.mx-2 {
  margin-right: 10px !important; /* 0.5rem * 20 */
  margin-left: 10px !important; /* 0.5rem * 20 */
}

.mx-3 {
  margin-right: 20px !important; /* 1rem * 20 */
  margin-left: 20px !important; /* 1rem * 20 */
}

.mx-4 {
  margin-right: 30px !important; /* 1.5rem * 20 */
  margin-left: 30px !important; /* 1.5rem * 20 */
}

.mx-5 {
  margin-right: 60px !important; /* 3rem * 20 */
  margin-left: 60px !important; /* 3rem * 20 */
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 5px !important; /* 0.25rem * 20 */
  margin-bottom: 5px !important; /* 0.25rem * 20 */
}

.my-2 {
  margin-top: 10px !important; /* 0.5rem * 20 */
  margin-bottom: 10px !important; /* 0.5rem * 20 */
}

.my-3 {
  margin-top: 20px !important; /* 1rem * 20 */
  margin-bottom: 20px !important; /* 1rem * 20 */
}

.my-4 {
  margin-top: 30px !important; /* 1.5rem * 20 */
  margin-bottom: 30px !important; /* 1.5rem * 20 */
}

.my-5 {
  margin-top: 60px !important; /* 3rem * 20 */
  margin-bottom: 60px !important; /* 3rem * 20 */
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 5px !important; /* 0.25rem * 20 */
}

.mt-2 {
  margin-top: 10px !important; /* 0.5rem * 20 */
}

.mt-3 {
  margin-top: 20px !important; /* 1rem * 20 */
}

.mt-4 {
  margin-top: 30px !important; /* 1.5rem * 20 */
}

.mt-5 {
  margin-top: 60px !important; /* 3rem * 20 */
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 5px !important; /* 0.25rem * 20 */
}

.me-2 {
  margin-right: 10px !important; /* 0.5rem * 20 */
}

.me-3 {
  margin-right: 20px !important; /* 1rem * 20 */
}

.me-4 {
  margin-right: 30px !important; /* 1.5rem * 20 */
}

.me-5 {
  margin-right: 60px !important; /* 3rem * 20 */
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 5px !important; /* 0.25rem * 20 */
}

.mb-2 {
  margin-bottom: 10px !important; /* 0.5rem * 20 */
}

.mb-3 {
  margin-bottom: 20px !important; /* 1rem * 20 */
}

.mb-4 {
  margin-bottom: 30px !important; /* 1.5rem * 20 */
}

.mb-5 {
  margin-bottom: 60px !important; /* 3rem * 20 */
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 5px !important; /* 0.25rem * 20 */
}

.ms-2 {
  margin-left: 10px !important; /* 0.5rem * 20 */
}

.ms-3 {
  margin-left: 20px !important; /* 1rem * 20 */
}

.ms-4 {
  margin-left: 30px !important; /* 1.5rem * 20 */
}

.ms-5 {
  margin-left: 60px !important; /* 3rem * 20 */
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 5px !important; /* 0.25rem * 20 */
}

.p-2 {
  padding: 10px !important; /* 0.5rem * 20 */
}

.p-3 {
  padding: 20px !important; /* 1rem * 20 */
}

.p-4 {
  padding: 30px !important; /* 1.5rem * 20 */
}

.p-5 {
  padding: 60px !important; /* 3rem * 20 */
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 5px !important; /* 0.25rem * 20 */
  padding-left: 5px !important; /* 0.25rem * 20 */
}

.px-2 {
  padding-right: 10px !important; /* 0.5rem * 20 */
  padding-left: 10px !important; /* 0.5rem * 20 */
}

.px-3 {
  padding-right: 20px !important; /* 1rem * 20 */
  padding-left: 20px !important; /* 1rem * 20 */
}

.px-4 {
  padding-right: 30px !important; /* 1.5rem * 20 */
  padding-left: 30px !important; /* 1.5rem * 20 */
}

.px-5 {
  padding-right: 60px !important; /* 3rem * 20 */
  padding-left: 60px !important; /* 3rem * 20 */
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 5px !important; /* 0.25rem * 20 */
  padding-bottom: 5px !important; /* 0.25rem * 20 */
}

.py-2 {
  padding-top: 10px !important; /* 0.5rem * 20 */
  padding-bottom: 10px !important; /* 0.5rem * 20 */
}

.py-3 {
  padding-top: 20px !important; /* 1rem * 20 */
  padding-bottom: 20px !important; /* 1rem * 20 */
}

.py-4 {
  padding-top: 30px !important; /* 1.5rem * 20 */
  padding-bottom: 30px !important; /* 1.5rem * 20 */
}

.py-5 {
  padding-top: 60px !important; /* 3rem * 20 */
  padding-bottom: 60px !important; /* 3rem * 20 */
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 5px !important; /* 0.25rem * 20 */
}

.pt-2 {
  padding-top: 10px !important; /* 0.5rem * 20 */
}

.pt-3 {
  padding-top: 20px !important; /* 1rem * 20 */
}

.pt-4 {
  padding-top: 30px !important; /* 1.5rem * 20 */
}

.pt-5 {
  padding-top: 60px !important; /* 3rem * 20 */
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 5px !important; /* 0.25rem * 20 */
}

.pe-2 {
  padding-right: 10px !important; /* 0.5rem * 20 */
}

.pe-3 {
  padding-right: 20px !important; /* 1rem * 20 */
}

.pe-4 {
  padding-right: 30px !important; /* 1.5rem * 20 */
}

.pe-5 {
  padding-right: 60px !important; /* 3rem * 20 */
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 5px !important; /* 0.25rem * 20 */
}

.pb-2 {
  padding-bottom: 10px !important; /* 0.5rem * 20 */
}

.pb-3 {
  padding-bottom: 20px !important; /* 1rem * 20 */
}

.pb-4 {
  padding-bottom: 30px !important; /* 1.5rem * 20 */
}

.pb-5 {
  padding-bottom: 60px !important; /* 3rem * 20 */
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 5px !important; /* 0.25rem * 20 */
}

.ps-2 {
  padding-left: 10px !important; /* 0.5rem * 20 */
}

.ps-3 {
  padding-left: 20px !important; /* 1rem * 20 */
}

.ps-4 {
  padding-left: 30px !important; /* 1.5rem * 20 */
}

.ps-5 {
  padding-left: 60px !important; /* 3rem * 20 */
}



/*--------------------------------------------------

Template

--------------------------------------------------*/


/* .header {
  background-color: #23569d;
  padding-top: 15px;
  padding-bottom: 10px;
}

.logoCI {
  height: 30px;
} */


/* .container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
} */

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1170px;
  }
}
/* 
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
} 
*/

/*------------------------------------------------------------------------*-
    $Template : Main Content Area
-*------------------------------------------------------------------------*/
.header-blue {
  background-color: #3e62ad;
  min-height: 230px;
  color: #fff;
  padding: 20px 0;
  z-index: 0;
  position: relative;
}
.header-result h1{
  font-weight: 300;
  font-size: 45px;
  margin-top: 51px;
  color: #fff;
}
.header-blue small {
  height: auto;
  font-size: 14px;
}
  
  
main > .container {
  padding-left: 15px;
  padding-right: 15px;
}
.content-area {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 1200px){
    .cal-container {
      width: 100%;
  }
}


main div[class^="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
  
  


/* for content */
.sr-only{
  visibility: hidden;
  display: none;
}


.text-primary{
  color: #23569d !important;
}
.f-mustfill{
  position: relative;
  top: 2px;
  color:#d81159;
  font-size: 20px;
}

.font16{
  font-size: 16px;
}
.font20{
  font-size: 20px;
}
.text-highlight{
  color: #d81159;
}
.d-block {
  display: block !important;
}
.d-none{
  display: none !important;
}
.text-center{
  text-align: center !important;
}
.text-justify{
  text-align: justify !important;
}
@media screen and (min-width: 640px) {
  .text-sm-right{
    text-align: right !important;
  }
}


.ci25-list-ordered-txtm{
  padding-left: 20px;
}
.ci25-list-ordered-txtm > li{
  margin-bottom: 10px;
  font-size: 16px;
}
.ci25-list-unordered{
  padding-left: 16px;
}
.ci25-list-unordered > li{
  list-style: disc;
  margin-bottom: 10px;
}

.d-flex{
  display: flex;
} 
.justify-content-center{
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .d-flex-direction-column{
    flex-direction: column;
  }
  .order-sm-1{
    order: 1;
  }
  .order-sm-2{
    order: 2;
  }
}






.ci25-form-control{
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f4f7ff;
  background-clip: padding-box;
  border: 0px solid #eee;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}
.ci25-form-control.ci25-form-lg{
  height: 60px;
}


.ci25-form-control-ccard{
  position: relative;
}
.ci25-form-control-ccard-inputele {
  display: inline-block;
  padding: 7px 0;
  border: none;
  width: 15%;
  background: #f4f7ff;
  text-align: center;
}




@media (prefers-reduced-motion: reduce) {
  .ci25-form-control {
    transition: none;
  }
}
.ci25-form-control[type=file] {
  overflow: hidden;
}
.ci25-form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.ci25-form-control:hover,
.ci25-form-control-ccard-inputele:hover,
.ci25-form-select:hover {
  -webkit-box-shadow: inset 0 0 0 2px #0054a4;
  -moz-box-shadow: inset 0 0 0 2px #0054a4;
  box-shadow: inset 0 0 0 2px #0054a4 !important;
}

.ci25-form-control:focus,
.ci25-form-control-ccard-inputele:focus,
.ci25-form-select:focus{
  background-color: #f4f7ff;
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 0 rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  outline: 2px solid #96b9da;
  outline-offset: 0;
}
.ci25-form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.ci25-form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.ci25-form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.ci25-form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.ci25-form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.ci25-form-control::-webkit-file-upload-button {
  padding: 6px 12px; /* 0.375rem * 16 */
  margin: -6px -12px; /* -0.375rem * 16 */
  -webkit-margin-end: 12px; /* 0.75rem * 16 */
  margin-inline-end: 12px; /* 0.75rem * 16 */
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ci25-form-control::file-selector-button {
  padding: 6px 12px; /* 0.375rem * 16 */
  margin: -6px -12px; /* -0.375rem * 16 */
  -webkit-margin-end: 12px; /* 0.75rem * 16 */
  margin-inline-end: 12px; /* 0.75rem * 16 */
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ci25-form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .ci25-form-control::file-selector-button {
    transition: none;
  }
}
.ci25-form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  -webkit-box-shadow: inset 0 0 0 2px #0054a4;
  -moz-box-shadow: inset 0 0 0 2px #0054a4;
  box-shadow: inset 0 0 0 2px #0054a4 !important;
  background-color: #f4f7ff;
}
.ci25-form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  -webkit-box-shadow: inset 0 0 0 2px #0054a4;
  -moz-box-shadow: inset 0 0 0 2px #0054a4;
  box-shadow: inset 0 0 0 2px #0054a4 !important;
  background-color: #f4f7ff;
}

.ci25-form-control-plaintext {
  display: block;
  width: 100%;
  padding: 6px 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.ci25-form-control-plaintext:focus {
  outline: 0;
}
.ci25-form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.ci25-form-control-sm {
  min-height: calc(1.5em + 8px + calc(var(--bs-border-width) * 2)); /* 0.5rem * 16 = 8px */
  padding: 4px 8px; /* 0.25rem * 16 = 4px, 0.5rem * 16 = 8px */
  font-size: 14px; /* 0.875rem * 16 = 14px */
  border-radius: var(--bs-border-radius-sm);
}
.ci25-form-control-sm::-webkit-file-upload-button {
  padding: 4px 8px; /* 0.25rem * 16 = 4px, 0.5rem * 16 = 8px */
  margin: -4px -8px; /* -0.25rem * 16 = -4px, -0.5rem * 16 = -8px */
  -webkit-margin-end: 8px; /* 0.5rem * 16 = 8px */
  margin-inline-end: 8px; /* 0.5rem * 16 = 8px */
}
.ci25-form-control-sm::file-selector-button {
  padding: 4px 8px; /* 0.25rem * 16 = 4px, 0.5rem * 16 = 8px */
  margin: -4px -8px; /* -0.25rem * 16 = -4px, -0.5rem * 16 = -8px */
  -webkit-margin-end: 8px; /* 0.5rem * 16 = 8px */
  margin-inline-end: 8px; /* 0.5rem * 16 = 8px */
}

.ci25-form-control-lg {
  min-height: calc(1.5em + 16px + calc(var(--bs-border-width) * 2)); /* 1rem * 16 = 16px */
  padding: 8px 16px; /* 0.5rem * 16 = 8px, 1rem * 16 = 16px */
  font-size: 20px; /* 1.25rem * 16 = 20px */
  border-radius: var(--bs-border-radius-lg);
}
.ci25-form-control-lg::-webkit-file-upload-button {
  padding: 8px 16px; /* 0.5rem * 16 = 8px, 1rem * 16 = 16px */
  margin: -8px -16px; /* -0.5rem * 16 = -8px, -1rem * 16 = -16px */
  -webkit-margin-end: 16px; /* 1rem * 16 = 16px */
  margin-inline-end: 16px; /* 1rem * 16 = 16px */
}
.ci25-form-control-lg::file-selector-button {
  padding: 8px 16px; /* 0.5rem * 16 = 8px, 1rem * 16 = 16px */
  margin: -8px -16px; /* -0.5rem * 16 = -8px, -1rem * 16 = -16px */
  -webkit-margin-end: 16px; /* 1rem * 16 = 16px */
  margin-inline-end: 16px; /* 1rem * 16 = 16px */
}

textarea.ci25-form-control {
  min-height: calc(1.5em + 12px + calc(var(--bs-border-width) * 2)); /* 0.75rem * 16 = 12px */
}
textarea.ci25-form-control-sm {
  min-height: calc(1.5em + 8px + calc(var(--bs-border-width) * 2)); /* 0.5rem * 16 = 8px */
}
textarea.ci25-form-control-lg {
  min-height: calc(1.5em + 16px + calc(var(--bs-border-width) * 2)); /* 1rem * 16 = 16px */
}

.ci25-form-control-color {
  width: 48px; /* 3rem * 16 = 48px */
  height: calc(1.5em + 12px + calc(var(--bs-border-width) * 2)); /* 0.75rem * 16 = 12px */
  padding: 6px; /* 0.375rem * 16 = 6px */
}
.ci25-form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.ci25-form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.ci25-form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.ci25-form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.ci25-form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.ci25-form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f4f7ff;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 0;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


@media (prefers-reduced-motion: reduce) {
  .ci25-form-select {
    transition: none;
  }
}

.ci25-form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 0 rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.ci25-form-select[multiple], .ci25-form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.ci25-form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.ci25-form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.ci25-form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.ci25-form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .ci25-form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.ci25-form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.ci25-form-check .ci25-form-check-input {
  float: left;
  margin-left: -1.5em;
}

.ci25-form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.ci25-form-check-reverse .ci25-form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.ci25-form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.ci25-form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.ci25-form-check-input[type=radio] {
  border-radius: 50%;
}
.ci25-form-check-input:active {
  filter: brightness(90%);
}
.ci25-form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.ci25-form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.ci25-form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.ci25-form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.ci25-form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.ci25-form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.ci25-form-check-input[disabled] ~ .ci25-form-check-label, .ci25-form-check-input:disabled ~ .ci25-form-check-label {
  cursor: default;
  opacity: 0.5;
}

.ci25-form-switch {
  padding-left: 2.5em;
}
.ci25-form-switch .ci25-form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .ci25-form-switch .ci25-form-check-input {
    transition: none;
  }
}
.ci25-form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.ci25-form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.ci25-form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.ci25-form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.ci25-form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.ci25-btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.ci25-btn-check[disabled] + .ci25-btn, .ci25-btn-check:disabled + .ci25-btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .ci25-form-switch .ci25-form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}




.ci25-form-control.is-invalid, 
.was-validated .form-control:invalid,
.ci25-form-control-ccard.is-invalid{
  border: 1px solid #dc3545;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}




/* 


*/





.hide{
  display: none;
}
@media (max-width: 639px) {
  h2 {
    font-size: 24px;
    padding: 20px 0px;
    margin-bottom: 0;
    margin-top: 0;
  }
  h3 {
    font-size: 20px;
  }
}



.ci25-forminput-hastitle{
  position: relative;
}
.form-label-subtitle{
  position: absolute;
  top: 5px;
  left: 12px;
  font-size: 12px;
}
.ci25-forminput-hastitle  >  .ci25-form-control{
  padding-top: 13px;
  padding-bottom: 4px;
}
.ci25-forminput-hastitle  >  .ci25-form-control::placeholder{
  color:#999
}







.ci25-buttonininput{
  position: relative;
}
.btn-info-informcontrol{
  position: absolute;
  top: 12px;
  right: 5px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icon_info@2x.png") center center no-repeat;
  background-size: 24px 24px;
  border: none;
}






/* 
ci-button
*/
.ci-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ci-btn:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 0 rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  outline: 2px solid #96b9da;
  outline-offset: 0;
}

.ci-btn-brand-pink {
  min-width: 208px;
  height: 50px;
  color: #fff;
  background-color: #e50049;
  background-image: url("../images/icon-bird-white.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  text-align: left;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 14px;
  padding-right: 50px;
  position: relative;
}
.ci-btn:hover, 
.ci-btn:focus, 
.ci-btn.focus {
  color: #333;
  text-decoration: none;
}
.ci-btn-brand-pink:hover, 
.ci-btn-brand-pink:focus {
  color: #fff;
  background-color: #d7094b;
}
.ci-btn-brand-pink:disabled,
.ci-btn-brand-pink:disabled:hover,
.ci-btn-brand-pink:disabled:focus {
  color: #fff;
  background-color: #ddd;
}



.ci-btn-brand-blue {
  min-width: 208px;
  height: 50px;
  color: #fff;
  background-color:#0054a4;
  background-image: url("../images/icon-bird-white.png");
  background-position: right 8px center;
  background-repeat: no-repeat;
  text-align: left;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 14px;
  padding-right: 50px;
  position: relative;
}
.ci-btn-brand-blue:hover, 
.ci-btn-brand-blue:focus {
  color: #fff;
  background-color: #014586;
}
.ci-btn-brand-blue:disabled,
.ci-btn-brand-blue:disabled:hover,
.ci-btn-brand-blue:disabled:focus {
  color: #fff;
  background-color: #ddd;
}



.ci-btn-brand-blue02 {
  min-width: 208px;
  height: 50px;
  color: #fff;
  background-color:#0054a4;
  text-align: center;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  border: none;
}
.ci-btn-brand-blue02:hover, 
.ci-btn-brand-blue02:focus {
  color: #fff;
  background-color: #014586;
}

.ci-btn-brand-blue02:disabled {
  color: #fff;
  background-color:#ddd;
}
.ci-btn-brand-blue02:disabled:hover, 
.ci-btn-brand-blue02:disabled:focus {
  color: #fff;
  background-color: #ddd;
}




.ci-btn-ghost-blue {
  min-width: 208px;
  height: 50px;
  border: 1px solid #0054a4;
  color: #0054a4;
  background-color: transparent;
  padding: 0 40px;
  line-height: 50px;
  text-decoration: none;
}
.ci-btn-ghost-blue:hover {
  color: #0054a4;
  -webkit-box-shadow: inset 0 0 0 2px #0054a4;
  -moz-box-shadow: inset 0 0 0 2px #0054a4;
  box-shadow: inset 0 0 0 2px #0054a4;
}
.ci-btn-ghost-blue:focus {
  color: #0054a4;
}
.ci-btn-ghost-blue:disabled,
.ci-btn-ghost-blue:disabled:hover,
.ci-btn-ghost-blue:disabled:focus {
  border: 1px solid #ddd;
  color: #ddd;
  background-color: transparent;
  box-shadow: none;
}



.ci-btn-brandcenter {
  text-align: center;
  padding-right: 14px;
}
.ci-btn-sm{
  height: 40px;
  line-height: 40px;
}
.ci-btn-xs{
  min-width: 100px;
  height: 40px;
  line-height: 40px;
}
.ci-btn-lg{
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .ci-btn-sm-100p{
    width: 100%;
  }  
}









/* page 01info */
.aitabs-container {
  width: 100%;
  margin: 20px 0;
}


.aitab {
  flex: 1; /* 每個頁籤平分可用空間 */
  text-align: center; /* 文字置中 */
}

.aitab a {
  display: block; /* 確保連結填滿頁籤 */
  width: 100%; /* 填滿父元素寬度 */
  padding: 15px;
  font-size: 16px;
  text-decoration: none;
  color: #23569d;
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #fafafa;
  transition: background-color 0.3s ease;
}

.aitab a[aria-selected="true"] {
  border-top: 3px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-weight: bold;
  color: #000;
  background-color: #fff !important;
}

.aitab a:hover,
.aitab a:focus {
  background-color: #e9ecef;
  outline: none;
}

.aitabs {
  display: flex; /* 啟用 Flexbox */
  align-items: stretch; /* 子元素高度一致 */
  justify-content: space-between; /* 平均分配空間 */
  list-style: none; /* 移除預設的列表樣式 */
  padding: 0;
  margin: 0;

}



/* 電腦版樣式 */
@media (min-width: 768px) {
  .aitabs-dropdown {
    display: none; /* 隱藏下拉選單 */
  }
}

/* 行動版樣式 */
@media (max-width: 768px) {
  .aitabs {
    display: none; /* 隱藏原本的頁籤 */
  }

  .aitabs-dropdown {
    display: block; /* 顯示下拉選單 */
    margin-bottom: 20px;
  }

  .aitabs-dropdown-buttonbox {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .aitabs-dropdown-button {
    width: 100%;
    padding: 10px 15px;
    height: 50px;
    font-size: 16px;
    text-align: left;
    background-color: #014586;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  .aitabs-dropdown-button:hover {
    background-color: #0056b3;
  }

  .aitabs-dropdown-menu {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    z-index: 1000;
    margin-top: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .aitabs-dropdown-menu.active {
    display: block;
  }

  .aitabs-dropdown-menu li {
    list-style: none;
  }

  .aitabs-dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
  }

  .aitabs-dropdown-menu li a:hover {
    background-color: #f1f1f1;
  }

  .aitabs-dropdown-menu li a.selected {
    color: #014586; /* 藍色文字 */
    font-weight: bold; /* 可選：加粗 */
  }

  .aitabs-dropdown-button {
    position: relative; /* 為了放置箭頭圖示 */
    padding-right: 40px; /* 預留空間給箭頭 */
  }
  
  .aitabs-dropdown-button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px; /* 與按鈕右側的距離 */
    transform: translateY(-50%) rotate(90deg); /* 預設向下箭頭 */
    width: 16px;
    height: 16px;
    background: url('../images/icon-bird-white.png') no-repeat center center;
    background-size: contain;
    transition: transform 0.3s ease; /* 平滑旋轉效果 */
  }
  
  .aitabs-dropdown-buttonbox[aria-expanded="true"] .aitabs-dropdown-button::after {
    transform: translateY(-50%) rotate(270deg); /* 展開時向上箭頭 */
  }
}





.aitab-content {
  margin-top: -1px;
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #fff;
}

.aitab-pane {
  display: none;
}

.aitab-pane.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .aitab-content {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -20px;
    border: none;
  }
  
}




.ci-contdrop-openAll, .ci-contdrop-closeAll {
  cursor: pointer;
}

.ci-contdrop-content {
  display: none;
}

/*content dropdown start*/
.ci-contdrop-btn {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid transparent;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
  border-radius: 0;
  color: #333 !important;
  background-color: #fbfbfb;
  text-decoration: none;
  padding: 6px 20px 6px 14px;
  text-align: left;
  cursor: pointer;
}

a.ci-contdrop-btn:hover {
  text-decoration: none !important;
}

.glyphicon.glyphicon-down {
  width: 8px;
  height: 18px;
  background-image: url(../images/icon-bird-blue@2x.png);
  background-size: 8px 18px;
  background-repeat: no-repeat;
  left: 5px;
  top: 5px;
}

.content-dropdown-hassubdp .ci-contdrop-content {
  padding-top: 10px;
}

.ci-contdrop-content {
  display: none;
  margin-bottom: 20px;
}

.content-dropdown-text .glyphicon {
  margin-left: 25px;
}

.ca-collapse-ctrl.select-open .glyphicon {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

.ca-collapse-ctrl.select-close .glyphicon {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

.cidp-hastitle {
  padding-top: 14px;
  padding-bottom: 10px;
}

  .cidp-hastitle > h2 {
      display: inline;
      margin-right: 10px;
      font-size: 20px;
      line-height: 1;
  }

  .cidp-hastitle > .title-sub {
      display: inline;
      margin-right: 10px;
      font-size: 16px;
      line-height: 1;
  }

  .cidp-hastitle .glyphicon.glyphicon-down {
      top: 3px;
  }
/*content dropdown end*/

.ul-normal {
  padding-left: 20px;
}

  .ul-normal > li {
      list-style: disc;
      margin-bottom: 5px;
  }

@media(min-width:768px) {
  .vdci-formitem-wrap {
      margin-bottom: 10px;
  }
}

/* 麵包屑 */
.link-blue-breadcrumb {
  display: inline-block;
  margin-bottom: 5px !important;
}

.explore-more {
  margin-bottom: 10px !important;
}

/*  箭頭動畫 */
.not-rotate {
  transform: rotate(0deg);
  transition: 0.5s;
}

.rotate {
  transform: rotate(180deg);
  transition: 0.5s;
}

/* 截取官網emenu 原本的表格部分css */
.ci-data-table {
  margin-bottom: 20px;
}

  .ci-data-table > tbody:nth-of-type(even) tr {
      background-color: #fbfbfb;
  }

  .ci-data-table > thead > tr > td, .ci-data-table > thead > tr > th, .ci-data-table > tbody > tr > td, .ci-data-table > tbody > tr > th, .ci-data-table > tfoot > tr > td, .ci-data-table > tfoot > tr > th {
      font-weight: 400;
      padding: 10px 0;
  }

  .ci-data-table > tbody + tbody {
      border-top: none;
  }

  .ci-data-table > thead > tr > th {
      background-color: #fbfbfb;
      border: 0;
      text-align: center;
      line-height: 40px;
      font-size: 18px;
      font-weight: 400;
      border-bottom: 3px solid #ebebeb;
      border-right: 1px solid #ebebeb;
  }

  .ci-data-table > tbody > tr > td {
      text-align: center;
      font-size: 14px;
      /* line-height:40px; */
      padding: 20px 5px;
      border-bottom: 1px solid #ebebeb;
      border-right: 1px solid #ebebeb;
  }

  /* SPML本次表格RWD  */

  .ci-data-table.spmltable > thead > tr > th:nth-child(2) {
      width: 7%;
  }

  .ci-data-table.spmltable > thead > tr > th:nth-child(3) {
      width: 75%;
  }

  .ci-data-table.spmltable > tbody > tr > td {
      vertical-align: middle;
  }

      .ci-data-table.spmltable > tbody > tr > td:nth-child(3) {
          text-align: left;
          padding: 10px;
      }

@media (max-width: 768px) {
  .ci-data-table.spmltable > thead {
      display: none;
  }

  .ci-data-table.spmltable td {
      display: block;
  }

  .ci-data-table.spmltable > tbody > tr {
      border: #ebebeb 1px solid;
      padding-top: 20px;
  }

      .ci-data-table.spmltable > tbody > tr > td {
          border: none;
          padding: 0px 20px;
          min-height: auto;
      }

          .ci-data-table.spmltable > tbody > tr > td:nth-child(1), .ci-data-table.spmltable > tbody > tr > td:nth-child(2) {
              text-align: left;
              line-height: 25px;
              color: #000;
          }

          .ci-data-table.spmltable > tbody > tr > td:nth-child(1) {
              padding-top: 20px;
          }

          .ci-data-table.spmltable > tbody > tr > td:nth-child(3) {
              padding-left: 20px;
              padding-bottom: 20px;
              line-height: 1.5;
          }
}


/* page 02login */

.ci25-check-wrapper:first-child{
  margin-left: -5px;
}
.ci25-check-wrapper  input[type="checkbox"]{
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.ci25-check-wrapper  input[type="checkbox"]:focus + label {
  outline:2px solid #96b9da;
  outline-offset: 0;
}
.ci25-check-wrapper  input[type="checkbox"] + label  .ci25-fake-check{
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 5px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #b5b3b3;
  margin-top: 0px;
  background-color: #fff;
  cursor: pointer;
}
.ci25-check-wrapper  label{
  position: relative;
  margin-right: 5px;
  padding-left: 35px;
  padding-right: 60px;
  font-weight: normal;
}
.ci25-check-wrapper  label  .label-text{
  position: relative;
  top: -1px;
  line-height: 24px;
}
.ci25-check-wrapper  input[type="checkbox"]:checked + label  .ci25-fake-check{
  /*box-shadow: 0 0 0 1px #ed1556;*/
  border: 2px solid #23569d;
}
.ci25-check-wrapper  input[type="checkbox"]:checked + label  .ci25-fake-check:before{
  display: block;
  position: absolute;
  top: 8px;
  left:2px;
  content:"";
  width: 4px;
  height: 3px;
  background-color: #23569d;
  transform: rotate(45deg);
}
.ci25-check-wrapper  input[type="checkbox"]:checked + label  .ci25-fake-check:after{
  display: block;
  position: absolute;
  top: 7px;
  left: 3px;
  content:"";
  width: 13px;
  height: 3px;
  background-color: #23569d; 
  transform: rotate(-45deg);
}
@media (max-width: 800px){
  .ci25-check-wrapper  label{
    padding-right: 5px;
  }
}



/* page 03flight */
.emenu-flightcardwrapper{
  position: relative;
}
.emenu-flightcardwrapper >  input[type="radio"]{
  position: absolute;
  clip-path: rect(0 0 0 0);
  height: 0;
  overflow: hidden;
}
.emenu-flightcard{
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px #F2F2F2;
  border:#ddd 1px solid;
  border-radius: 5px;
  padding: 10px;
  justify-content: space-between;
  background-color: #fff;
  overflow: hidden;
}
.emenu-flightcard:hover{
  border: 1px solid #23569d;
}
.emenu-flightcard.emenu-flightcard-result:hover{
  border:#ddd 1px solid;
}
.emenufc-select{
  display: flex;
  align-items: center;
  padding: 0 5px;
  flex: 1 1 5%;
  background-color: ;
}
.emenufc-select  > input[type="radio"]{
  margin: 0;
}


.emenu-flightcard-radiobox{
  display: block;
}
.emenu-flightcard-fakeradio{
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #666;
}
.emenu-flightcard-fakeradio::before{
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  display: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #23569d;
}
.emenu-flightcardwrapper >  input[type="radio"]:checked  + .emenu-flightcard .emenu-flightcard-fakeradio{
  border-color: #23569d;
}
.emenu-flightcardwrapper >  input[type="radio"]:focus  + .emenu-flightcard .emenu-flightcard-fakeradio{
  outline: 2px solid #23569d;
}
.emenu-flightcardwrapper >  input[type="radio"]:checked  + .emenu-flightcard .emenu-flightcard-fakeradio::before{
  display: block;
}




.emenufc-header{
  display: flex;
  align-items: center;
  flex: 1 1 30%;
}
.emenufc-header > div{
  width: 50%;
  margin: 0 10px;
  font-size: 16px;
}
.emenufc-header-datamain{
  color: #23569d;
}

.emenufc-content{
  display: flex;
  align-items: center;
  flex: 1 1 40%;
  padding: 0 30px;
}
.emenufc-dept{
  width: 45%;
}
.emenufc-direct{
  display: block;
  width: 10%;
}
.emenufc-direct {
  position: relative;
}
.emenufc-direct::after {
  display: block;
  content: "";
  border-bottom: 1px solid #999;
  width: 400%;
  position: absolute;
  top: 5px;
  margin-left: -150%;
}
.emenufc-arrive{
  display: block;
  width: 45%;
  text-align: right;
}
.emenufc-time{
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.emenufc-citycode{
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 4px;
}
.add1day{
  font-size: 14px;
  color: #d81159;
}

.emenufc-footer{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 25%;
}
.emenufc-footer{
  width: 100%;
  font-size: 16px;
}
.emenufc-footer-datamain{
  text-align: center;
}
.emenufc-footer-datasub{
  display: none;
  text-align: center;
}


.emenu-flightcard.fc-disabled{
  background-color: #f6f6f6;
  color:#999;
}
.emenu-flightcard.fc-disabled .emenufc-header-datamain,
.emenu-flightcard.fc-disabled .emenufc-time,
.emenu-flightcard.fc-disabled .emenufc-citycode,
.emenu-flightcard.fc-disabled .add1day{
  color:#999;
}



@media screen and (max-width: 768px) {
  .emenu-flightcard{
    display: block;
    position: relative;
    width: 100%;
  }  
  .emenufc-select{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 35px;
    padding-left: 10px;
    border-right: 1px solid #ddd;
  }
  .emenufc-header,
  .emenufc-content,
  .emenufc-footer{
    width: 100%;
    padding-left: 40px;
  }
  .emenufc-header{
  }
  .emenufc-footer{
  }
  .emenufc-content {
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 0;
    padding-left: 40px;
  }
  .emenufc-dept,
  .emenufc-arrive {

  }
  .emenufc-header > div{
    margin: 0;
  }
  .emenufc-header-datasub{
    text-align: right;
    margin: 0 auto;
  }
  .emenufc-footer-datamain{
    text-align: center;
  }
  .emenufc-footer-datasub{
    display: none;
    text-align: right;
  }
  .emenu-flightcard .emenufc-header,
  .emenu-flightcard .emenufc-content, 
  .emenu-flightcard .emenufc-footer{
    padding-left: 40px;
  }


  .emenu-flightcard.emenu-flightcard-result    .emenufc-header,
  .emenu-flightcard.emenu-flightcard-result    .emenufc-content, 
  .emenu-flightcard.emenu-flightcard-result    .emenufc-footer{
    padding-left: 0px;
  }
}


.btn-cabininfo-trigger{
  display: inline-block;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  padding: 0;
}
.img-cabininfo{
  position: relative;
  top: -1px;  
  display: inline-block;
  width: 18px;
  height: 18px;
}








.civd-card01 {
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  background-color: #fff;
  overflow: hidden;
}



.civd-card01-header {
  background-color: #f8f9fa;
}

.civd-card01-header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}

.civd-card01-header-button {
  display: block;
  background: #23569D;
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 15px;
  color: #fff;
  text-align: left;
  width: 100%;
  height: 50px;
  cursor: pointer;
}

.civd-card01-header-button:hover {
  text-decoration: underline;
}
.orderselection-open{
  color:#fff;
}

.civd-card01-body {
  background-color: #fcfcfc;
}
.civd-card01-body.pb-some {
  padding-bottom: 50px;
}
.civd-card01-body.fixbodyheight {
  height: calc(100vh - 160px);
  overflow-y: auto;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
/* .civd-card01-body.fixbodyheight-3meal {
  height: calc(100vh - 145px);
  overflow-y: auto;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
} */


.civd-card01-footer {
  display: flex;
  border-top: 1px solid #ddd;
  background: #fff;
}
.civd-card01-footer.withfixedbody{
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
}
.civd-card01-footer.fixed{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.civd-card01-footer-container{
  width: 100%;
  padding: 10px 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
/* .civd-card01-footer-container:before, 
.civd-card01-footer-container:after {
  content: " ";
  display: table; 
}
.civd-card01-footer-container:after {
  clear: both; 
} */

.civd-card01-footer-meal > div{
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .civd-card01-footer-container {
    width: 992px; 
  } 
}
@media (min-width: 1280px) {
  .civd-card01-footer-container {
    width: 1170px; 
  } 
}

.civd-card01-mealgenre{
  display: flex;
  padding: 15px;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}


.civd-card01-selection-gen,
.civd-card01-selection-spe{
  padding: 15px;
}





.mealgenre-radio{
  font-size: 20px;
  margin: 0 20px;
}
.mealgenre-radio >  input[type="radio"].mealgenre-realradio{
  position: absolute;
  clip-path: rect(0 0 0 0);
  height: 0;
  overflow: hidden;
}



.mealgenre-radio-radiobox{
  display: inline-block;
  margin-right: 5px
}
.mealgenre-radio-fakeradio{
  position: relative;
  top: 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #666;
}
.mealgenre-radio-fakeradio::before{
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  display: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #23569d;
}
.mealgenre-radio >  input[type="radio"]:checked  + label > .mealgenre-radio-radiobox .mealgenre-radio-fakeradio{
  border-color: #23569d;
}
.mealgenre-radio >  input[type="radio"]:focus  + label > .mealgenre-radio-radiobox .mealgenre-radio-fakeradio{
  outline: 2px solid #23569d;
}
.mealgenre-radio >  input[type="radio"]:checked  + label > .mealgenre-radio-radiobox .mealgenre-radio-fakeradio::before{
  display: block;
}


.civd-card01-body h4,
.civd-card01-body h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  font-weight: bold;
}

.civd-card01-body h5 {
  font-size: 16px;
}

.civd-card01-selection-gen ul,
.civd-card01-selection-spe ul {
  list-style: none;
}

.civd-card01-selection-gen li,
.civd-card01-selection-spe li {
  margin-bottom: 20px;
}
.emenu-paxcard-result  .civd-card01  .civd-card01-header{
  padding: 10px 15px;
  background-color: #23569d;
  color:#fff;
}
.emenu-paxcard-result  .civd-card01  .civd-card01-header  h3{
  font-size: 20px;
}
.emenu-paxcard-result    .civd-card01-footer{
  height: auto;
}

@media screen and (max-width: 768px) {
  .civd-card01 {
    margin: 0 -15px;
    margin-bottom: 20px;
  }  
  .emenu-paxcard-result  .civd-card01 {
    margin: 0 0 20px;
  }
  .civd-card01-footer{
    overflow: hidden;
    height: 150px;
    font-size: 11px;
  }
  .civd-card01-footer-console{
    margin-left: 5px;
  }
  .civd-card01-body.fixbodyheight {
    height: calc(100vh - 200px);
  }
  /* .civd-card01-body.fixbodyheight-3meal {
    height: calc(100vh - 210px);
  } */
  /* .civd-card01-body.fixbodyheight-3meal + .civd-card01-footer.withfixedbody {
    overflow: hidden;
    height: 165px;
    font-size: 12px;
  } */
}



.mealgrid{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-left: -15px;
  margin-right: -15px;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  align-items: stretch;
}
.mealgrid > li{
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .mealgrid > li{
    flex: 0 0 auto;
    width: 25%;
  }  
  
}



.emenudishcard-wrapper{
  position: relative;
  background-color: #fff;
}
.emenudishcard{
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  box-shadow: 0 2px 6px #F2F2F2;
}
.emenudishcard-wrapper >  input[type="radio"]{
  position: absolute;
  clip-path: rect(0 0 0 0);
  height: 0;
  overflow: hidden;
}
.emenudishcard-wrapper >  input[type="radio"]:checked  + .emenudishcard{
  border: 1px solid #23569d;
  outline: 2px solid #23569d;
}

.emenudishcard-imagebox{
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.emenudishcard-imagebox  img{
  width: 100%;
}
.emenudishcard-infobox{
  position: relative;
  min-height: 120px;
  padding: 10px;
  padding-bottom: 0;
  overflow: hidden;
}
.emenudishcard-infobox > p:nth-child(1){
  margin-bottom: 5px;
}
.emenudishcard-sm-infobox{
  position: relative;

  min-height: 120px;
  padding: 10px;
  padding-bottom: 0;
  overflow: hidden;
}

.emenudishcard-sm-infobox> p:nth-child(1){
  font-weight: bold;
  margin-bottom: 5px;
}
.emenudish-cal{
  color: #999;
}

.emenudishcard-radiobox{
  padding: 10px;
}
.emenudishcard-fakeradio{
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #666;
}
.emenudishcard-fakeradio::before{
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  display: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #23569d;
}
.emenudishcard-wrapper >  input[type="radio"]:checked  + .emenudishcard .emenudishcard-fakeradio{
  border-color: #23569d;
}
.emenudishcard-wrapper >  input[type="radio"]:focus  + .emenudishcard .emenudishcard-fakeradio{
  outline: 2px solid #23569d;
}
.emenudishcard-wrapper >  input[type="radio"]:checked  + .emenudishcard .emenudishcard-fakeradio::before{
  display: block;
}
.emenudishcard-splabel{
  position: relative;
  top: -2px;
  text-align: right;
}
.emenudishcard-splabel > img{
  margin-right: 5px;
}
.emenudishcard-splabel > img:last-child{
  margin-right: 0;
}

.dish-selected{
  color:#23569d;
}

@media screen and (max-width: 767px) {
  .emenudishcard{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .emenudishcard-imagebox{
    position: relative;
    flex: 0 0 100px; 
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: 100%;
    order:3;

    padding: 10px;
    padding-left: 0; 
  }
  .emenudishcard-imagebox img {
    border-radius: 5px;
    max-height: 100%; 
    max-width: 100%; 
    object-fit: contain; 
  }
  .emenudishcard-infobox{
    flex: 1 1 auto;
    min-height: auto;
    height: auto;
    order: 2;
    padding-bottom: 10px;
  }
  .emenudishcard-sm-infobox{
    flex: 1 1 auto;
    min-height: auto;
    height: auto;
    order: 2;
    padding-bottom: 10px;
  }
  .emenudishcard-radiobox{
    display: flex;
    width: 40px;
    align-items: center;
    order:1; 
  }
}





.d-block {
  display: block !important;
}
.text-center{
  text-align: center !important;
}




/* loading */
.loading-mask{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  z-index: 1000;
}
.loading-mask-inner {
  display: flex;
    align-items: center; 
  justify-content: center;
  height: 100vh;
}

.loading-modal {
    min-height: 300px;
  background-color: #fff;
  padding: 20px;
  padding-bottom: 60px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(28, 28, 28, 0.15);
  max-width: 600px;
  width: 100%;
}	

@media screen and (max-width: 768px) {
  .loading-modal {
    width: 96%;
    margin: 0 auto;
  }
}

/* 小球動畫 */
.loading-animation {
  position: relative;
  width: 100%;
  height: 200px; /* 小球的初始高度 */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  opacity: 0;
  transition: opacity 0.3s, height 0.3s; /* 添加高度過渡效果 */
}

.loading-animation.active {
  opacity: 1;
}

.loading-animation.hidden {
  height: 0; /* 設置小球高度為0，避免留空白 */
  margin-bottom: 0; /* 移除額外的間距 */
}

.loading-animation .ball {
  position: absolute;
  border-radius: 50%;
  animation: ballMove 2s infinite ease-in-out;
  filter: blur(2.5px);
  opacity: 0.8;
}

.loading-animation .ball:nth-child(1) {
  width: 30px;
  height: 30px;
  background: #d81159; 
  animation-delay: 0s;
}

.loading-animation .ball:nth-child(2) {
  width: 20px;
  height: 20px;
  background: #00aed4; 
  animation-delay: 0.3s;
}

.loading-animation .ball:nth-child(3) {
  width: 40px;
  height: 40px;
  background: #23569d; 
  animation-delay: 0.6s;
}

@keyframes ballMove {
  0%, 100% {
    transform: translate(-28px, -28px); /* 調整偏移至稍微右下 */
  }
  50% {
    transform: translate(22px, 22px); /* 中心位置偏右下 */
  }
}






/*------------------------------------------------------------------------*-
    $Loading
-*------------------------------------------------------------------------*/
#civd-loading-cover{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2050;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  transition: opacity 0.15s linear;
  background-color: rgba(255, 255, 255, 0.98);
}
.ld-hide{
  display: none !important;
}
.loading-style{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
#loading-style01{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -250px;
  width: 500px;
  height: 500px;
}
#loading-global-cities{
  position: absolute;
  width: 500px;
  height: 500px;
  background-image: url(../images/loading/ld01/ld_global_cities.png);
  background-size: 500px 500px;
  background-repeat: no-repeat;
  animation: ld01_global_cities 90s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#loading-global-flight{
  position: absolute;
  width: 500px;
  height: 500px;
	background-image: url(../images/loading/ld01/ld_global_plane.png);
	background-size: 500px 500px;
	background-repeat: no-repeat;
	animation: ld01_flying_plane 10s;
	animation-timing-function: linear;
  animation-iteration-count:infinite;
  transform:rotate(90deg);
}

@keyframes ld01_global_cities{
	0% {
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(359deg);
	}
}
@keyframes ld01_flying_plane{
	0% {
		transform:rotate(90deg);
  }
	25% {
		transform:rotate(0deg);
  }
	50% {
		transform:rotate(-90deg);
  }
	75% {
		transform:rotate(-180deg);
  }
	100%{
		transform:rotate(-270deg);
	}
}




.loading-text {
  text-align: center;
}
.loading-text b{
  color: #d81159;
  font-size: 18px;
  margin-right: 0.5px;
}
.ld-dot{
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #d81159;
  margin-right: 0.5px;
  animation: dot_jump 1s linear infinite;
}
.ld-dot:nth-child(1) {
	animation-delay: .3s;
}
.ld-dot:nth-child(2) {
	animation-delay: .2s;
}
.ld-dot:nth-child(3) {
	animation-delay: .1s;
}
@keyframes dot_jump {
	0%  { opacity: 0.2;}
	10% { transform: translateY(-6px);}
  20% { opacity: 1; 
        transform: translateY(0);
  }
}

@media (max-width: 800px) {
  #loading-style01{
    margin-top: -150px;
    margin-left: -150px;
    width: 300px;
    height: 300px;
  }
  #loading-global-cities{
    width: 300px;
    height: 300px;
    background-size: 300px 300px;
  }
  #loading-global-flight{
    width: 300px;
    height: 300px;
    background-size: 300px 300px;
  }
  #loading-style01  .loading-text b{
    font-size: 14px;
  }
}







/* Modal Overlay */
.ci25modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 33, 33, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.ci25modal-container{
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
   width: 800px;
   overflow: hidden;
}
@media screen and (max-width: 767px) {
    .ci25modal-container {
        width: 98%;
        max-width: 600px;
    }
}




/* Modal Header */
.ci25modal-header {
    position: relative;
    display: flex;
    padding: 20px;
    padding-top: 25px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.ci25modal-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.ci25modal-close {
    position: absolute;
    top: 26px;
    right: 20px;
    width: 18px;
    height: 18px;
    background: transparent url('../images/icon_emenu_close@2x.png') no-repeat center center;
    background-size: 18px 18px;
    cursor: pointer;
    border: none;
}


/* Modal Content */
.ci25modal-content {
    padding: 20px;
    font-size: 16px;
    color: #333;
    background: #fff;
}
.ci25modal-content-scrollable{
    max-height: 400px;
    overflow-y: auto;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}


/* Modal Footer */
.ci25modal-footer {
    padding: 20px;
    background: #fff;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
}

/*調整官網共用footer高度過長問題*/
#footer .footer-links li {
    height: auto !important;
}















