@charset "UTF-8";
/* CSS Document */
.cardList ul li {
    margin-left: 5px;
    margin-bottom: 5px;
}
.supnumber {
    font-size: 17px;
    vertical-align: 8px;
}
	
.offer-wrapper {
    position: relative;
    max-width: 100%;
    margin: 0px auto 60px;
    padding: 20px 30px;
    z-index: 1;
}
.offer-bg-blue {
    position: absolute;
    top: 65px;
    left: -90px;
    width: 50%;
    height: 95%;
    background: linear-gradient(#5cc5f1, #166fb8, #166fb8);
    z-index: -2;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}
.offer-bg-orange {
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 110%;
    height: 90%;
    background-color: #fb6437;
    z-index: -1;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    clip-path: polygon(25% 0, 100% 0, 100% 0100%, 0% 100%);
}
.card-shadow {
    position: absolute;
    top: 24px;
    width: 85%;
    height: 96%;
    background-color: #d3c9b0;
    transform: rotate(-1.8deg);
    box-shadow: 2px 3px 5px rgb(90 33 33);
    z-index: -1;
    justify-self: center;
    margin: 2px 15px 0px -8px;
    left: 56px;
}
.offer-card {
    background-color: #f3ecde;
    padding: 35px 30px;
    box-shadow: 4px 6px 8px rgb(84 51 51);
    position: relative;
    z-index: 2;
    width: 95%;
    justify-self: center;
rotate: 1.deg;
}
.offer-top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}
.offer-text-content {
    width: 180%;
}
.offer-lounge {
    width: 100%;
    margin: 50px -20px 0px 0px;
}
.offer-lounge-v {
    background-image: url(../images/Lounge.png);
    background-repeat: no-repeat;
    text-align: center;
    padding: 250px 0px 0px 0px;
    margin: -20px 0px 0px 20px;
    background-size: contain;
}

.offer-logo {
    margin-bottom: 15px;
}
.offer-desc {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
    text-align: justify;
    margin-bottom: 20px;
}
.offer-desc sup {
    font-size: 11px;
}
.offer-highlight {
    color: #1e3e7a;
    font-weight: bold;
}
.offer-cta-container {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 25px 0 0px 0;
    justify-content: flex-start;
    width: inherit;
}
.offer-cta-text {
    color: #1e3e7a;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    padding: 10px;
}
.offer-period {
    font-size: 17px;
    color: #4a4a4a;
    font-weight: 400;
}
.offer-images-col {
    width: 38%;
    position: relative;
    height: 220px;
}
.offer-polaroid {
    background: #fff;
    padding: 6px 6px 20px 6px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    position: absolute;
    border: 1px solid #e0e0e0;
}
.offer-polaroid .img-placeholder {
    width: 150px;
    height: 110px;
    background-color: #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 14px;
    border: 1px solid #ccc;
}
.offer-polaroid.p1 {
    top: -10px;
    right: 0;
    transform: rotate(4deg);
    z-index: 2;
}
.offer-polaroid.p2 {
    top: 90px;
    left: 20px;
    transform: rotate(-6deg);
    z-index: 1;
}
.offer-scribble-1 {
    position: absolute;
    top: -20px;
    left: -15px;
    width: 180px;
    height: 140px;
    border: 2px dashed #d9856c;
    transform: rotate(-2deg);
    pointer-events: none;
    z-index: 3;
}
.offer-scribble-2 {
    position: absolute;
    top: 70px;
    left: 10px;
    width: 170px;
    height: 150px;
    border: 2px dashed #d9856c;
    transform: rotate(3deg);
    pointer-events: none;
    z-index: 0;
}
.offer-table-wrapper {
    width: 100%;
    margin-bottom: 20px;
}
.offer-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    background-color: #fcfbf9;
    border: 2px solid #7a6e61;
}
.offer-table th {
    background-color: #928375;
    color: #fff;
    padding: 12px;
    border: 2px solid #7a6e61;
    font-weight: normal;
    font-size: 17px;
}
.offer-table td {
    border: 2px solid #7a6e61;
    padding: 15px 12px;
    vertical-align: middle;
    font-size: 17px;
}
.offer-table td:first-child {
    color: #4a4a4a;
    font-weight: bold;
    line-height: 1.6;
}
.offer-table td:not(:first-child) {
    color: #1e3e7a;
    font-weight: bold;
}
.offer-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}
.offer-footer p {
    font-size: 17px;
    color: #4a4a4a;
    margin: 0;
}
.brush {
    width: 100%;
    padding: 0px 60px 0px 50px;
}
.calender {
    width: 10%;
}
.map {
    width: 13%;
}

@media (max-width: 768px) {
.calender {
    width: 16%;
}	
.offer-wrapper {
    margin: 20px auto 40px;
    padding: 10px 15px;
}
.offer-card {
    padding: 25px 20px;
}
.offer-bg-orange {
    right: -35px;
    height: 95%;
}
.card-shadow {
    width: 88%;
    left: 32px;
}

.offer-top-row {
    flex-direction: column-reverse;
    align-items: flex-end;
}
.offer-text-content, .offer-images-col {
    width: 100%;
	margin: -135px 0px 0px 0px;
}
.offer-images-col {
    height: 260px;
    margin-top: 30px;
}
	
.offer-lounge-v {
    background-image: url(../images/Lounge_m.png);
    background-repeat: no-repeat;
    text-align: -webkit-auto;
    padding: 140px 0px 0px 0px;
    margin: 0px 0px 0px 40px;
    background-size: contain;
}
.offer-logo {
    padding: 00px 0px 100px 0px;
}
.offer-polaroid.p1 {
    right: auto;
    left: 50%;
    top: 0;
    margin-left: 10px;
    transform: translateX(-50%) rotate(4deg);
}
.offer-polaroid.p2 {
    right: auto;
    left: 50%;
    top: 80px;
    margin-left: -20px;
    transform: translateX(-50%) rotate(-6deg);
}
.offer-scribble-1 {
    left: 50%;
    top: -10px;
    margin-left: 0px;
    transform: translateX(-50%) rotate(-2deg);
}
.offer-scribble-2 {
    left: 50%;
    top: 70px;
    margin-left: -10px;
    transform: translateX(-50%) rotate(3deg);
}
.offer-cta-container {
    flex-direction: column-reverse;
    text-align: center;
    margin: 5px 0 25px 0;
}
.offer-footer {
    flex-direction: column;
    text-align: center;
}
.offer-table th {
    padding: 10px 8px;
	line-height: 20px;
}
.offer-table td {
    padding: 10px 8px;
		line-height: 20px;
}
.brush {
    padding: 0px;
}
.offer-lounge {
    width: 90%;
    margin: 0px;
}
}
@media (max-width: 400px) {
.offer-logo {
    padding: 00px 0px 79px 0px;
}
	}
@media (max-width: 480px) {
.offer-wrapper {
    padding: 5px 10px;
}
.offer-card {
    padding: 20px 15px;
}
.offer-desc {
    font-size: 15px;
    margin-bottom: 5px;
}
.offer-cta-text {
    font-size: 17px;
}
.offer-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.offer-table {
    min-width: 400px;
}
.brush {
    padding: 0px;
}
.map {
    width: 20%;
}
}
.reg-wrapper {
    position: relative;
    width: 100%;
    margin: 40px auto 5px;
    font-family: "Noto Sans TC", 'Microsoft JhengHei', '微軟正黑體', arial;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    z-index: 1;
}
.reg-blue-bg {
    background: linear-gradient(135deg, #0d5ea8 0%, #3598d9 100%);
    padding: 5px 40px 25px 40px;
}
.reg-header {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 8px;
    margin-bottom: 5px;
}
.reg-white-box {
    background: #fff;
    padding: 30px 20px 40px;
}
.reg-steps-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.reg-step {
    width: 31%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reg-step-icon {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.reg-step-text {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    font-weight: 500;
}
.reg-arrow {
    display: flex;
    align-items: center;
    height: 70px;
}
.reg-divider {
    border-top: 2px dashed #7dbbe4;
    margin: 35px 0;
}
.reg-rewards-title {
    text-align: center;
    color: #0d5ea8;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.reg-rewards-flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.reg-reward-card {
    flex: 1;
    padding: 25px 15px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.reg-reward-card.left {
    background: linear-gradient(to right, #8dc3e8, #60a0d6);
}
.reg-reward-card.right {
    background: linear-gradient(to right, #53a3de, #186bb5);
}
.reg-reward-text-small {
    font-size: 17px;
    line-height: 1.5;
}
.reg-reward-text-large {
    font-size: 26px;
    font-weight: bold;
    margin-top: 5px;
    line-height: 1.2;
}
.reg-footer-box {
    background-color: #f7fbfd;
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #e1eef6;
    border-top: none;
}
.reg-footer-text-1 {
    font-size: 17px;
    color: #333;
    margin-bottom: 8px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.reg-footer-text-1 span {
    color: #0d5ea8;
    font-weight: bold;
}
.reg-footer-text-2 {
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
}
.reg-buttons-flex {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.reg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0d5ea8;
    border-radius: 30px;
    padding: 8px 25px;
    color: #0d5ea8;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    background: #fff;
    transition: all 0.3s;
}
.reg-btn:hover {
    background: #0d5ea8;
    color: #fff;
}
.reg-btn svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

@media (max-width: 768px) {
.reg-steps-container {
    flex-direction: column;
    align-items: center;
}
.reg-step {
    width: 100%;
    margin-bottom: 15px;
}
.reg-arrow {
    height: 40px;
    transform: rotate(90deg);
    margin-bottom: 15px;
}
.reg-rewards-flex {
    flex-direction: column;
}
.reg-buttons-flex {
    flex-direction: column;
    padding: 0 10%;
    gap: 15px;
}
.reg-header {
    font-size: 20px;
    letter-spacing: 4px;
}
	.animate-arrow {
    position: relative; 
}
}
	
.reg-block {
    background-color: white;
    background: linear-gradient(to right, white, white) padding-box, linear-gradient(30deg, #0050ba, #3ae1ff, #0050ba) border-box;
    padding: 35px 20px 0px;
    margin-top: -22px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.f18 {
    font-size: 17px;
    line-height: 140%;
}
.reg-col {
    text-align: center;
    max-width: 300px;
}
.reg-col2 {
    max-width: 250px;
}
.mt10 {
    margin-top: 10px !important;
    font-size: 16px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.onlyDesktop {
    display: inline-block;
}
.animate-arrow {
    position: relative; 
}
a.mb-demo-btn {
    display: inline-flex;
    background-color: #fff;
    border: 1px solid #0066b3;
    align-items: center;
    padding: 5px 40px 5px 25px;
    background-image: url("../images/btn-arrow.svg");
    background-size: 8px auto;
    background-position: center right 15px;
    background-repeat: no-repeat;
    border-radius: 20px;
    color: #0066b3;
    font-size: 17px;
    line-height: 1;
    margin: 15px 15px 0 15px;
}	
@media (max-width: 768px){
.reg-block{
flex-flow: column;
padding: 25px 20px 10px;
}
.reg-col, .reg-col2{
max-width: 100%;
}
.animate-arrow{
transform: rotate(90deg);
}
.onlyDesktop {
    display: none;
}
	
}
.banner-card {
    background-color: #f3ecde;
    padding: 10px 10px;
    box-shadow: 4px 6px 8px rgb(84 51 51);
    position: relative;
    z-index: 2;
    width: 95%;
    justify-self: center;
rotate: 1.deg;
}

.banner-wrapper {
    position: relative;
    max-width: 100%;
    z-index: 1;
}
	.banner-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.banner-left {
    width: 45%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner-surprise {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 26px;
    font-weight: bold;
    color: #d86d48;
    transform: rotate(-10deg);
    z-index: 2;
    letter-spacing: 2px;
}
.banner-right {
    width: 52%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	margin: -50px 0px 0px 0px;
	padding: 15px 0px;
}
.banner-text-blue {
    color: #17428f;
    font-weight: bold;
    line-height: 1.4;
}
.banner-t1 { 
	font-size: 17px; 
	padding: 0px 0px 10px 0px 
	}
.banner-divider {
    width: 100%;
    height: 2px;
    background-color: #17428f;
    margin: 20px 0;
}
.banner-expedia { margin-bottom: 15px; }
.banner-promo {
    background-color: #17428f;
    color: #fff;
    padding: 2px 90px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
}
.banner-url-btn {
    border: 2px solid #17428f;
    color: #000000;
    padding: 6px 70px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    background: #f2ebd9;
    letter-spacing: 1px;
}
.father {
		width: 100%;
	}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .father {
        width: 333px;
    }
}	
@media (max-width: 768px) {
    .banner-content { flex-direction: column; }
    .banner-left { width: 100%; margin-bottom: 40px; margin-top: 20px; }
    .banner-right { width: 100%; }
    .banner-card { padding: 40px 20px 30px; }
    .banner-hole { top: 15px; left: 15px; }
    .banner-surprise { top: -15px; right: 10px; }
	.father { width: 80%; }
	.banner-url-btn { padding: 6px 35px; }

}
	.reward_banner {
		width: 75%;
		border: solid 2px #cccccc;
	}	
	@media (max-width: 768px) {
	.reward_banner { width: 100%; }	
	}
		.disable-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}	
