
@font-face {
    font-family: 'KiaSignature'; /* 自定義字體系列名稱 */
    src: url('https://qrpass-event.s3.ap-northeast-1.amazonaws.com/Kia/font/KiaSignatureOTFRegular.otf') format('opentype'); /* 字體檔案路徑 */
    font-weight: 400; /* 正常粗細 */
    font-style: normal;
}

/* --- Light 較細 (300) --- */
@font-face {
    font-family: 'KiaSignature'; /* 使用相同的名稱，讓它們屬於同一個家族 */
    src: url('https://qrpass-event.s3.ap-northeast-1.amazonaws.com/Kia/font/KiaSignatureOTFLight.otf') format('opentype');
    font-weight: 300; /* 較細 */
    font-style: normal;
}

/* --- Bold 粗體 (700) --- */
@font-face {
    font-family: 'KiaSignature';
    src: url('https://qrpass-event.s3.ap-northeast-1.amazonaws.com/Kia/font/KiaSignatureOTFBold.otf') format('opentype');
    font-weight: 700; /* 粗體 */
    font-style: normal;
}

body {
            font-family: 'KiaSignature';
            background-color: #f8f9fa;
        }
        .container {
            max-width: 600px;position: relative;
    text-align: center;
    background: #FFF;
    min-height: 100vh;padding:0
        }
  
        .event-image {
            width: 100%;
            height: auto;
            border-radius: 8px;
            margin-bottom: 2rem;
        }
        h2 {
            font-weight: bold;
            color: #333;
            margin-bottom: 1rem;
        }
        p {
           
            line-height: 1.6;
        }
        .info-section {
            margin-bottom: 2rem;
        }
.btn{cursor: pointer}
        .info-title {
                   font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 5px solid #e3e3e3;
        }
        .btn-register {
            background-color: #000;
            color: #fff !important;
            border: none;
            padding: 1rem 3rem;
            font-size: 1.2rem;
            font-weight: bold;
            border-radius: 5px;
            transition: all 0.5s ease; width: 100%
        }
        .btn-register:hover {
                       background-color: #333;
            transform: scale(1.02);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
				/* 新的下拉選單樣式 */
.date-select-container {
    position: relative;
    margin-top: 0.5rem;
}
.date-select {
    width: 100%;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-appearance: none; /* 移除瀏覽器預設的箭頭 */
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    font-size: 1rem;
   
    padding-right: 2.5rem; /* 為圖示留出空間 */
}
.date-select:focus {
    outline: none;
    border-color: #000;
}
.date-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* 讓圖示無法被點擊 */
    font-size: 1.25rem;
    color: #666;
}
     body {

            background-color: #f8f9fa;
        }
        .container {
             max-width: 600px;
    text-align: center;
    background: #FFF;
    min-height: 100vh;
        }
    
        .header-text {
            text-align: center;
            margin-bottom: 2rem;
        }
        h4 {
            font-weight: bold;
            color: #333;
        }
        p {

            line-height: 1.6;
        }
        .form-control, .form-select {
            height: 50px;
            border-radius: 8px;
            border: 1px solid #ccc;
            padding: 10px 15px;
            font-size: 1rem;
 
            margin-bottom: 1.5rem;
        }
        .btn-next {
            width: 100%;
            background-color: #000;
            color: #fff !important;
            border: none;
            padding: 1rem;
            font-size: 1.2rem;
            font-weight: bold;
            border-radius: 50px;
            transition: all 0.5s ease;
        }
        .btn-next:hover {
            background-color: #333;
            transform: scale(1.02);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        .birthdate-section {
            display: flex;
            gap: 10px;
        }
        .birthdate-section .form-select {
            flex: 1;
        }
        .form-check-input {
            width: 1.2rem;
            height: 1.2rem;
            margin-top: 0.2rem;
        }
        .form-check-label {

            color: #777;
        }
h5{margin:0}
.header {
    display: flex
;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 1.5rem;padding-top: 1rem;
}

      .close-btn {
            font-size: 1.5rem;
            color: #666;
            text-decoration: none;
        }
        .event-main-image {
            width: 100%;
            height: auto;
        }
        .content-section {
            padding: 2rem 1rem;
            text-align: center;
        }
        h4, h5 {
            font-weight: bold;
            color: #000;
        }
        h4 {
            margin-top: 1.5rem;
        }
        .highlight-title {
            margin-top: 2rem;
            border-bottom: 2px solid #ccc;
            padding-bottom: 0.5rem;
            display: inline-block;
        }
        ul {
            padding-left: 10PX;
            text-align: left;
            margin-top: 1rem;
        }
        ul li {
            margin-bottom: 0.8rem;
            font-size: 1rem;
  
            line-height: 1.6;
        }
        .table-section {
            padding: 0 1rem 2rem;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 1rem;
            font-size: 0.9rem;
        }
        th, td {
            border: 1px solid #ccc;
            padding: 0.75rem;
            text-align: center;
        }
        th {
            background-color: #f8f9fa;
        }