@charset "utf-8";
/* CSS Document */

/* ------------------------------------------ reset
--------------------------------------------- */
body {
    width: 100%;
    background: #fff;
    position: relative;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

html,
body,
div,
span,
p,
ul,
li,
input,
table,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    letter-spacing: 1px;
}
h1.seo-h1,
h2.seo-h2,
h3.seo-h3,
h4.seo-h4,
h5.seo-h5,
h6.seo-h6{  
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

p {
    color: #2f2f2f;
    font-size: 16px;
    letter-spacing: 1px;
}


hr {
    background-color: rgb(209, 208, 208);
    height: 1px;
    border: none;
    margin: 26px 0;
}


/* ------------------------------------------ component 
--------------------------------------------- */
.content {
    margin: 0 auto;
}
.container {
    margin: 0 auto;
    position: relative;
}
.title-container {
    padding: 0 16px;
    margin-bottom: 32px;
    text-align: center;
}


@media screen and (max-width: 576px) {
    .container {
        padding: 0 18px;
    }
    .title-container {
        margin-bottom: 24px;
    }
}
.subTitle {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #2f2f2f;
    letter-spacing: 4px;
    position: relative;
    display: inline-block;
}
.subTitle+p {
    margin: 20px auto 0;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 25px;
}
.subTitle::after {
    content: "";
    background: url(../img/title-decro.svg) no-repeat center;
    background-size: contain;
    width: 60px;
    height: 22px;
    position: absolute;
    right: -53px;
    bottom: -10px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
@media screen and (max-width: 376px) {
    .subTitle+p {
        margin: 20px 15px;
    }
}

/* ------------------------------------------ 按鈕
--------------------------------------------- */
.btn{
    display: block;
    width: 200px;
    font-size: 18px;
    font-weight: bold;
    background-color: #00a19b;
    border-radius: 4px;
    color: #ffffff;
    line-height: 54px;
    text-align: center;
    transition: .2s;
    text-decoration: none;
    margin: 20px 0 0 0;
}

.btn:hover {
    opacity: 0.7;
}
.btn-w {
    display: inline-block;
    padding: 0 40px;
    font-size: 16px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #00a19b;
    line-height: 50px;
    text-align: center;
    transition: .2s;
    text-decoration: none;
    margin: 5px 0;
}
.btn-w:hover {
    opacity: 0.8;
    color: #f0f0f0;
    text-decoration: none; /* 移除底線 */
}

.btn-o {
    display: block;
    max-width: 12.5rem;
    font-size: 16px;
    border: 1px solid #ef7800;
    border-radius: 4px;
    background: #ef7800;
    color: #ffffff;
    line-height: 36px;
    padding: 0px 32px;
    text-align: center;
    transition: .2s;
}



.button {
    width: 100%;
    position: relative;
    margin: 30px auto;
    text-align: center;
}

/* ------------------------------------------ article all
--------------------------------------------- */
article {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    height: auto;
}
@media screen and (max-width: 768px) {
    article {
        padding-top: 65px;
        padding-bottom: 50px;
    }
}

/* -----------------------------------
 * KV
 * ----------------------------------- */

#tag_1{
    background-image: url(../img/bg-1.webp);
    background-size: cover;
	background-position: center;
    padding-top: 140px;
}


/* .kv{
	background-image: url('../images/kv.png');
	background-size: cover;
	background-position: center;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 780px;
	overflow: hidden;
}
.kv_text{
	display: inline-block;
}
.kv_text h1{
	color: #fba149;
	font-weight: bolder;
	font-size: 36px;
	padding-left: 313px;
	letter-spacing: 3px;

}
.kv_text h3{
	color: #1cada4;
	font-size: 22px;
	padding-left: 300px;
	letter-spacing: 2px;
	line-height: 33px;
	padding-top: 20px;
}


@media (max-width: 1200px) {
	.kv{
		height: 700px;
	}
	.kv_text h1{
		padding-left: 210px;
	}
	.kv_text h3{
		padding-left: 200px;
	}
}

@media (max-width: 1000px) {
	.kv{
		height: 450px;
	}
	.kv_text h1{
		padding-left: 100px;
		font-size: 30px;
		letter-spacing: 2px;
	}
	.kv_text h3{
		padding-left: 100px;
		font-size: 18px;
		letter-spacing: 1px;
	}
}
@media (max-width: 700px) {
	.kv_text h1{
		padding-left: 50px;
	}
	.kv_text h3{
		padding-left: 50px;
	}
}
@media (max-width: 600px) {
	.kv_text h1{
		padding: 0 auto;
		text-align: left;
	}
	.kv_text h3{
		padding: 0 auto;
		text-align: left;
	}
} */

@media (max-width: 600px) {
    #tag_1 {
        padding-top: 160px;
        background-position: right;
    }
}


/* -----------------------------------
 * 概覽
 * ----------------------------------- */
.flex_l {
    max-width: 1100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 50px;
}

/* 圖文 */
.flex_img{
    width: 40%;
}
.flex_img_coupon{
    width: 45%;
}

.flex_img img{
    width: 100%;
    border-radius: 20px;
    margin: 0 auto;
}

.flex_l .flex_img img{
    border-radius: none;
}
.flex_text{
    width: 40%;
}
.flex.box_l .flex_text_2 {
        width: 45%;
    }

.flex_text h3 {
    font-size: 32px;
    /* padding-bottom: 10px; */
    font-weight: 600;
    letter-spacing: 2px;
    color: #00b4ba;
}

.flex_text h4{
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 2px;
    color:#333333;
}
.flex_text .p_title{
    font-size: 17px;
    font-weight: 500;
    color: #1cada4;
    letter-spacing: 2px;
}

.flex_text p {
    margin: 0 auto 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.flex_text span {
    font-weight: 600;
    color: #ef7800;
}
.flex_text span {
    font-weight: 600;
    color: #00a19b;
}

.flex_text ul{
    margin: 15px auto;
    list-style-type: disc;
    padding-left: 20px;
    text-align: justify;
}

.flex_text ul li {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.3px;
    padding-bottom: 6px;
}
.flex_text .li-color{
    color: #0071bc;
}
.flex_text ul li a{
    font-weight: bold;
    color: #00a19b;
    text-decoration: underline;
}
.ol-step{
    font-size: 16px;
    line-height: 26px;
    padding-left: 68px;
    text-indent: -68px;
    text-align: justify;
}
.ol-step li{
    padding-bottom: 6px;
}
.red-em{
    color: #f8524c;
    font-style: normal;
    font-weight: bold;
}

@media (max-width: 760px) {
    .flex_img{
        width: 70%;
        margin: 10px;
    }
    .flex_text{
        width: 100%;
        margin: 10px 40px;
    }
}


/* -----------------------------------
 * 最新活動
 * ----------------------------------- */
.part_2{
    /* 12px 粗細度維持你的設定，底色改為雙層背景 */
    background-image: 
        /* 第一層：你的斜對角線 */
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.4) 10px,
            rgba(255, 255, 255, 0.4) 11.5px
        ),
        /* 第二層：背景漸層 (由左上到右下) */
        linear-gradient(180deg, #ffe9ed 0%, #fff8e0 50%, #ffeee4 100%);
    
    /* 確保背景能填滿整個區塊 */
    background-size: auto, cover;

    padding-top: 80px;
}

.part_2 h3{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 34px;
    color: #ff9900;
    /* margin: 20px auto 10px; */
    /* font-style: italic; */
    margin-top: 50px;
}
.part_2 p{
    font-size: 18px;
}
.part_2 p span{
    font-weight: 600;
    color: #ef7800;
    text-align: center;
}

.flex {
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    /* align-content: stretch; */
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 50px;
}
.box_l{
    width: 90%;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
}

/* 卡片並排 */
.flex_2 {
    max-width: 1100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
    margin: 0 auto;
    padding-bottom: 20px;
}
.flex_2 h2{
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #1cada4;
    text-align: center;
}
.flex_2 p {
    margin: 0 auto 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 20px;
    text-align: justify;
}
.flex_2 span {
    font-weight: 600;
    color: #ef7800;
}
.flex_box{
    width: 40%;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius:20px;
}
.flex_box a{
    margin: 20px auto;
}
.flex_box img{
    width:100%;
    padding: 0 40px 20px;
}

.flex_box h3{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #1cada4;
    text-align: center;
}
.flex_box .p_title{
    font-size: 17px;
    /* font-style: italic; */
    font-weight: 500;
    color: #1cada4;
    letter-spacing: 2px;
}

.flex_box p {
    margin: 0 auto 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 20px;
    text-align: justify;
}
.flex_box span {
    font-weight: 600;
    color: #ef7800;
}
.flex_box ul{
    padding: 0 20px;
}
@media screen and (max-width: 540px) {
    .flex_box{
        width: 100%;
    }

    .flex_img{
        width: 95%;
    }

    .flex_text{
        width: 95%;
    }
}

/* 表格容器 */
.table-container {
    width: 100%;
    max-width: 310px; /* 電腦版最大寬度，避免表格拉太長 */
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 增加一點陰影質感 */
    overflow: hidden; /* 確保圓角不被內容切掉 */
    margin-bottom: 20px;
}

/* 表格本體樣式 */
.custom-table {
    width: 100%;
    border-collapse: collapse; /* 消除表格邊框間隙 */
}

/* 表頭與儲存格設定 */
.custom-table th, 
.custom-table td {
    padding: 10px 20px; /* 增加留白，讓手指好點擊，視覺也舒適 */
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
    color: #333;
}

/* 第一欄樣式：增加右邊框與加粗，製造明顯區隔 */
.custom-table th:first-child,
.custom-table td:first-child {
    border-right: 2px solid #d1d1d1; /* 明顯的灰色分隔線 */
    font-weight: bold; /* 讓面額更突出 */
    /* background-color: #fafafa; 稍微帶點背景色，強化「標題欄」的感覺 */
}

/* 修正表頭第一欄背景色，避免被上面的 background-color 覆蓋而變淡 */
.custom-table th:first-child {
    background-color: #f6873b;
    border-right-color: #fff; /* 表頭的分隔線顏色微調，才不會太突兀 */
}

/* 第二欄文字靠右對齊 (通常數字靠右比較好讀) */
.custom-table th:nth-child(2),
.custom-table td:nth-child(2) {
    text-align: right;
}

/* 表頭特別樣式 */
.custom-table th {
    background-color: #f6873b; /* 深藍灰色背景 */
    color: #ffffff; /* 白色文字 */
    font-weight: bold;
    letter-spacing: 0.5px;
}

/* 最後一列取消底線 */
.custom-table tr:last-child td {
    border-bottom: none;
}

/* 隔行變色：增加閱讀性 */
.custom-table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

/* 滑鼠懸停效果 (針對電腦版使用者) */
.custom-table tbody tr:hover {
    background-color: #ffefe4;
}
.custom-table th.th-center{
    text-align: center;
}
.custom-table td.td-red{
    color: #f8524c;
    text-align: center;
}

/* 手機版微調 (螢幕小於 480px 時) */
@media (max-width: 480px) {
    .custom-table th, 
    .custom-table td {
        padding: 8px 15px; /* 手機上稍微縮小內距 */
        font-size: 15px;
    }
}




/* -----------------------------------
 *  part 3 
 * ----------------------------------- */

.part_3 {
    /* padding-top: 56px;
    padding-bottom: 105px; */
}
.part_3 .content {
    text-align: center;
}


@media (max-width: 1024px) {
    .center_out1 {
        margin: 10px 0;
        width: 100%;
        height: auto;
    }

    .card_inner p {
        height: auto;
    }
}


@media (max-width: 900px) {
    .slick-prev, .slick-next {
        top: 30%;
    }

    .center1 {
        margin: 0px 40px;
        height: auto;
    }

    .slider {
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .slick-list {
        margin-bottom: 20px;
    }

    .center_out1, .center_out2 {
        margin: 10px 0px;
    }
}

@media (max-width: 600px) {
    .slider {
        padding: 0px;
    }
    .slick .slider img {
        width: 400px;
        margin-top: 20px;
    }
    .card_inner p {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .slick-prev, .slick-next {
        top: 30%;
    }

    .center1, .center2 {
        min-height: 378px;
    }
    }

@media (max-width: 425px) {
    .slick .slider img {
        width: 330px;
        margin-top: 20px;
    }
}

@media (max-width: 375px) {
    .slick-prev, .slick-next {
        top: 30%;
    }

    .center1, .center2 {
        min-height: 378px;
    }
}


/* -----------------------------------
 *  常見問題
 * ----------------------------------- */
.part_4{
    background-color: #e1efef;
    padding-top: 80px;
}
.new-tab{
	margin: 0 auto;
}
.tab {
  margin: 0 auto;
}

.uk-tab {
  width: 100%;
  margin: 0 auto;
}

.uk-tab .seo-deco{
	margin: 0 auto;
    font-size: 18px;
    /* font-style: italic; */
  	letter-spacing: 2px;
	padding: 4px;
}

.uk-tab > li {
  display: inline-block !important;
  padding-left: 0;
  position: relative;
}

.uk-tab > li a {
  width: 130px;
  display: inline-block;
  text-align: center;

}

.uk-tab::before {
  display: none;
}
.tab-block {
  overflow-x: scroll;
}

.tab-block .uk-switcher {
  margin-top: 10px !important;
}
.tab-block > .uk-tab {
  margin: 0 auto;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  align-content: space-around;
}
.tab-block > .uk-tab::after {
  display: none;
}
.tab-block > .uk-tab > li {
  width: 130;
  margin: 5px 6px;
}
.tab-block > .uk-tab > li > a {
  border: 1px #333 solid;
  background: none;
  color: #333;
  border-radius: 35px;
  padding: 6px;
}
.tab-block > .uk-tab > li > a:hover {
  background: #fff;
}

.tab-block > .uk-tab > .uk-active > a {
  background: #fcb46d;
  color: #fff;
}

.uk-switcher {
  border-radius: 10px;
}
.tab-content{
/*   background-color: #fff; */
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.page-txt{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
.page-txt ul{
  list-style-type: disc;
  text-align: left;
}
.page-txt ul li{
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #333;
}
.page-txt ul li a{
  text-decoration: underline;
  color: blue;
}
@media (min-width: 1200px) {
  .tab-block > .uk-tab {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
  }
}

.qa {
    max-width: 1200px;
    width: 85%;
    margin: 0 auto;
    text-align: left;
    display: block;
    padding: 20px 40px;
    font-size: 20px;
    letter-spacing: 1px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 30px;
    
}

.notice_btn {
  	color: #057272;
  	font-size: 16px;
  	font-weight: bold;
}
.notice_btn:hover{
    color: #369d9d;
    text-decoration: none; /* 移除底線 */

}
.notice_btn img {
    width: 20px;
    float: right;
    position: relative;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
img.rotate{
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.qa .qa_a{
	display: none;
  	margin-top: 10px;
  	line-height: 28px;
  	padding-top: 10px;
  	color: #2f2f2f;
  	font-size: 15px;
  	font-weight: bold;
    text-align: justify;
}
.qa .qa_a a{
	color: #0071bc;
	text-decoration: underline;
}
.qa .qa_a ul{
    list-style-type: disc;
    padding-left: 0;
}
.qa .qa_a li{
	margin: 10px 20px;
	line-height: 1.4;
  	letter-spacing: 1px;
}
@media (max-width: 425px) {
	.qa {
	max-width: 95%;
	padding: 10px 15px;
    }
}

/* -----------------------------------
 *  注意事項(彈跳視窗)
 * ----------------------------------- */
.fancybox-content{
	max-width: 700px;
	border-radius: 5px;
}
.popup .title {
    color: #00a19b;	
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding-right: 40px;
    line-height: 24px;
    text-align: justify;
    }
.popup .content {
	color: #2f2f2f;	
    font-size: 0.9rem;
	line-height: 1.4rem;
	letter-spacing: 1px;
	text-align: justify;

	list-style: decimal;
    }
.popup .content li{
	margin-left: 1rem;
}
.popup .content li a{
	color: #00a19b;
	font-weight: bold;
	text-decoration: underline;
}
.popup .content li a:hover{
	opacity: 0.7;
}
.popup .content li ol{
	list-style: lower-latin;
	padding-left: 22px;
}
.popup .content li ol li{
	margin-left: 0;
}
.popup .content li em{
	color: #fc605b;
	font-style: normal;
    font-weight: bold;
}
.popup .content li em.em2{
	color: #0071bc;
	font-style: normal;
    font-weight: bold;
}
.popup .content .ol_2{
	list-style: disc;
}
.popup .content .ol_2 em{
	color: #ef7800;
}
.popup .content .ol_3{
	list-style: circle;
}






/* 常見問題 */
@media screen and (max-width: 768px) {
    .qa {
        width: 100%;
        padding: 24px 20px;
    }
    .notice_btn {
        width: 86%;
    }
    .word{
        padding-right: 50px;
    
    }
}

h1.seo-h1{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* 讓區塊的圖片變更順序 */
@media screen and (max-width: 768px) {
    .flex_l {
        flex-direction: column; /* 改為垂直排列 */
        flex-wrap: nowrap;
        max-width: 600px;
    }

    .flex_img {
        order: 2; /* 圖片排在文字後面 */
    }

    .flex_text {
        order: 1; /* 文字排在圖片前面 */
    }
}

@media screen and (max-width: 768px) {
    .flex_text p{
        
    }
}
@media screen and (max-width: 768px) {
    /* 針對活動一做調整，讓圖片在文字上方 */
    .flex.box_l {
        flex-direction: column; /* 改為垂直排列 */
        flex-wrap: nowrap;
        width: 100%;
    }
    .flex.box_l .flex_img {
        order: -1; /* 讓圖片排在文字之前 */
        
    }
    .flex.box_l .flex_text {
        order: 1; /* 文字排在圖片之後 */
    }
    .flex.box_l h4,p,li{

    }
    .flex_img img{

    }
 }
 @media screen and (max-width: 500px){
    .flex.box_l .flex_img {
        max-width:400px;
        width: 90%;
    }
    .flex_img img{

    }
    .part_2 h3{
        margin-top: 10px;
    }
    .flex.box_l .flex_text {
        width: 90%;
    }
    .flex.box_l .flex_text_2 {
        width: 86%;
    }
 }

 .footer .container li {
    padding-right: 0px;
   }