
main {
    background: #fff;
}

.seo-h1 {
    height: 0px;
    width: 0px;
    padding: 0px;
    margin: 0px;
    transform: scale(0);
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}



.mb{
    margin-bottom: 100px;
}

.center{
    text-align: center;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝
 KV
＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#kv-banner {
    margin-top: 70px;
    height: 100px;
    background-image: url("../img/kv-bg.webp");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
第一區-project
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#project {
    background-color: #fff;
    padding: 50px 24px 0;
    margin: 0 auto;
}

.row-tab {
  width: 100%;
  margin:0 auto;
  position: relative;
}

.uk-tab {
  width: 100%;
  margin: 0 auto !important;
}

.uk-tab > li {
  display: inline-block !important;
  width: 15%;
  padding-left: 0;
  position: relative;
  margin: 0 auto;
}
.uk-tab > li h2{
    text-align: center;
    font-size: 18px;
}
.uk-tab > li a {
    color: inherit;/* 繼承父元素文字顏色 */
    text-decoration: none; /* 取消底線 */
}

.uk-tab > .uk-active {
  position: relative; /* 確保定位基準 */
}

.uk-tab > .uk-active::after {
  content: "";
  width: 100%;
  height: 6px;
  background: #00a19b;
  border-radius: 4px;
  display: block;
  position: absolute;
  bottom: -4px;
  right: 0;
}

/* 新增向上小三角形 */
.uk-tab > .uk-active::before {
  content: "";
  position: absolute;
  bottom: 2px;  /* 調整位置，放在底線上方 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;  /* 調整三角形寬度 */
  border-right: 6px solid transparent;
  border-bottom: 6px solid #00a19b;  /* 三角形顏色 */
}


.uk-tab > .uk-active a {
  color: #00a19b;
  font-weight: bold;
  padding-bottom: 16px;
  border: 0;
}

.uk-tab::before {
  display: none;
}

.uk-tab::after {
  content: "";
  bottom: 0;
  left: 20px;
  right: 0;
  width: 100%;
  height: 4px;
  background: #E1EFEF;
  border-radius: 10px;
  position: static;
}

.row-tab .uk-switcher {
  background: #Fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.row-tab .project-content{
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
    text-align: left;
    margin-bottom: 50px;
}


/* 專案內容 */

/* 左圖右文 */
.project-img{
    width: 35%;
}

.project-img img{
    width: 100%;
    border-radius: 10px;
    margin: 40px auto;
}

.project-info{
    width: 55%;
}

.project-info h3{
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    background-color: #E1EFEF;
    color: #00a19b;
    width: auto;
    border-radius: 6px;
    margin: 10px auto;
}

.project-info .project-name{
    padding: 10px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 10px auto;
    color: #f47b50;
}

.project-info p {
    padding-left: 10px;
    margin: 0 auto 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 1.3px;
}


.project-info .pj-time{
    margin: 20 auto;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.3px;
}


.project-info button{
    margin: 0;
    margin-left: 10px;
}

@media screen and (max-width: 640px) {
    .project-img{
        width: 100%;
    }
    .project-info{
        width: 100%;
    }
}

/* ------------------------------------------ notice
--------------------------------------------專案說明 */
.notice_content{
    margin: 0 auto;
    text-align: left;
}

.notice_content table{
    max-width: 1200px;
}
.notice_content img{
    text-align: center;
    width: 230px;
    padding: 5px;
}
.notice_content th{
    width: 225px;
    text-align: center;
    background: #ec8354;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 30px;
    border: solid 1px #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
}
.notice_content td{
    background: #fff6e8;
    color: #333;
    font-weight: bold;
    padding: 10px 20px;
    border: solid 1px #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 28px;
    text-align: left;
}

@media (max-width: 425px) {
    .notice_content th{
        width: 60px;
        padding: 10px;
        border: solid 1px #ffffff;
        font-size: 14px;
    }
.notice_content td{
        padding: 10px 10px;
        font-size: 14px;
        letter-spacing: 1.2px;
        line-height: 20px;
    }
  }




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
第二區-love-point
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#love-point {
    background-color: #fffbed;
    padding: 40px 24px 60px;
    margin: 40px auto 0;

}

.love-point-card {
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-evenly;
}

.love-point-card button{
    margin: 0;
}

.love-point-img {
    width: 40%;
    border-radius: 10px;

}

.discount-details {
    width: 50%;
    letter-spacing: .1rem;
    margin-top: 20px;
}

.discount-details h3 {
    font-size: 21px;
    padding-bottom: 10px;
    letter-spacing: .1rem;
    color: #00a19b;
    margin-bottom: 0;
}

.discount-details p{
    margin: 0;
}

.discount-details ul {
    margin: 0;
    margin-left: 1.2em;
    padding: 10px 0;
    text-align: justify;
}

.discount-details li {
    list-style-type: disc;
}

.discount-details li a{
    font-size: 16px;
}

/* 表格 */
table {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 4px 8px;
}

th {
    background-color: #E1EFEF;
}

td p {
    font-size: 14px;
}



/*--iPad pro------------------------------------------------------------*/
@media screen and (max-width:1024px) {
    .button-group {
        display: inline-block;
    }

}

/*--iPad-----------------------------------------------------------*/
@media screen and (max-width:768px) {
    .love-point-card {
        width: 90%;
    }
    .love-point-card {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .love-point-img {
        width: 80%;
        margin-bottom: 30px;
    }


    .discount-details {
        width: 100%;
    }

    .discount-details h3 {
        letter-spacing: 0.1rem;
    }

    .button-group {
        min-width:100%;
        flex-direction: column;
        gap: 0;
    }

    /* 表格 */
    .table-overflow {
        box-shadow: rgba(0, 0, 0, 0.35) -30px 0px 36px -28px inset;
        overflow-x: auto;
        display: flex;
    }
    .table-overflow th {
        min-width: 130px;
    }
}


/*--Mobile-----------------------------------------------------------*/
@media screen and (max-width:540px) {
    .love-point-img {
        width: 100%;
        margin-top: 40px;
    }

}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
第三區-survey-section
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#survey-section {
    background: linear-gradient(#FFF, #edfffe ,#FFF );
    padding: 80px 24px;
    margin: 0 auto;
}
.result-content{
    margin: 0 80px;
}
.result-content img{
    display: block;
    margin: 0 auto;
    width: 70%;
    padding: 30px;
}

/*--Mobile-----------------------------------------------------------*/
@media screen and (max-width:540px) {
    .result-content{
        margin: 0 auto;
}

}

