@charset "utf-8";
/* CSS Document */

/* HTML5基本設定 */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,main{display:block;}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]){display:none;}[hidden]{display:none;}

/* reset */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { padding: 0; margin: 0;}
address,caption,cite,code,dfn,var { font-weight: normal; font-style: normal;}
h1,h2,h3,h4,h5,h6 { font-weight: inherit; font-size: 100%;}
html { background: #fff;}
body {
	font-size: 14px;
	font-family:"Noto Sans TC",Arial,"微軟正黑體","Microsoft JhengHei","新細明體",sans-serif!important;
	letter-spacing: 0.01em;
	color: #444444;
	background: #fff;
	/*background: url(../images/bg_gradient.png) 0 40px repeat-x;*/
}	
img { border: 0; max-width: 100%; height: auto; }
* { margin: 0px; padding: 0px; transition: all 0.3s ease;}
a { color: inherit; text-decoration: none; transition: all 0.3s ease, background-position 0s;}
a:focus { outline: 0;}
body{background-color: #ffffff;}


/* 共用 */
.inner, .inner-static{ max-width: 1200px; margin: 0 auto; padding: 0 20px; clear: both; text-align: center;  }
.show-xs{ display: none !important; }
hr{
	height: 0px;
	border-bottom:1px #d9d9d9;
}

p{ font-size: 16px; margin: 0px; }

@media (min-width: 701px) and (max-width: 1200px){
	.inner{ padding: 0 30px; }
}
@media (max-width: 800px){
	.btngp{ display: flex; justify-content: center; }
	.btn{ min-width: 0; flex: 1; margin-top: 30px; margin-bottom:0px; }
}
@media (max-width: 600px){
	.hide-xs{ display: none !important; }
	.show-xs{ display: block !important; }
	.btngp{ display: flex; justify-content: center; }
	.btn{ min-width: 0; flex: 1; margin-top: 30px;margin-bottom:0px;}
	p{ font-size: 14px;margin: 0px 0px 10px 0px;}
}

ul{
	padding: 0px 0px 0px 20px;
}

ul li {
	margin-top: 0;
	margin-bottom: 0rem;
	}

h3{
	font-size: 22px;
    font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5;
}

/* h3-tittle*/
.h3-title-pc{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #00A19B;
	line-height: 1.5;
	display:block;
}

.ul_event{
	font-weight: 400;
    line-height: 1.8;
    padding-top: 10px;
    text-align: justify;
    color: #595959;
    font-size: 16px;
}

.ul_notice{
	font-weight: 400;
    line-height: 1.8;
    padding-top: 10px;
    text-align: justify;
    color: #595959;
    font-size: 16px;
}

.p_notice{
	font-size: 13px;
	line-height: 20px;
	padding-top: 15px;
	text-align: justify;
	color: #7c7c7c;
}

/* 顏色 */
.emphasize-word{
	color: #FF7C00;
	font-style: normal;
}

.flex-emphasize-word{
	color: #FF7C00;
	font-style: normal;
}


@media screen and (max-width: 430px){
.flex-emphasize-word{
	color: #FF7C00;
	font-style: normal;
	display: flex;
	}
}


.blue{
	color: #13ADA8;
	font-style: normal;
}

.red{
	color: #FF7C00;
	font-style: normal;
}

.yellow{
	background: #FFFDAD;
	font-style: normal;
}
/* 顏色 end*/

.p-time{
	font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #595959;
    padding-bottom: 5px;
}

.p-event{
	line-height: 28px;
    color: #434343;
    font-weight: 400;
}

.event_img_content{
	width: 100%;
}

.event_img_content img{
	width: 90%;
}

.event_img_b{
	width: 40%;
}

.event_img_b img{
	width: 80%;
	margin: 0 auto;
	display:block
}

.subtitle{
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	line-height: 1.5;
	margin-top: 1%;
}

#pageWarpper{
	min-height: 100%;
	position: relative;
}

#contentWarpper{
	padding-top: 50px;
}

.pageContentContainer{
	width: 100%;
	max-width: 980px;
	margin: 0px auto;
}

@media screen and (max-width: 1400px){
#contentWarpper{
	padding-bottom: 0px;/*footer height*/
}
}

@media screen and (max-width: 1160px){
#goTopContainer{
	right: 20px;
}
}

@media screen and (max-width: 768px){
#topBtn{
	width: 15px;
	height: 67px;
}
#topBtn svg{
	width: 15px;
	height: 15px;
}
.pageContentContainer{
	width: 100%;
}
}

@media only screen and (max-width: 430px){
	#contentWarpper{
		padding-top: 30px;
	}
}		

/* main背景 */
.main_page{
	width: 100%;
	/*background-image: url(../img/background.jpg);*/
	background-size: 100%;
	height: auto;
	background-color: #ffffff
}

/* 主視覺pc+m */
.kvbackground_pc{
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	padding-top: 60px;
	padding-bottom: 0px;
}

.kvbackground_m{
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	display:none;
}

@media (max-width: 820px) {
	.kvbackground_pc{
		display: none;
	}
	.kvbackground_m{
		display:block;
		margin-top: 60px;
		margin-bottom: 100px;
	}	
}

@media (max-width: 430px) {
	.kvbackground_pc{
		display: none;
	}
	.kvbackground_m{
		display:block;
		padding-top: 0px;
		margin-bottom: 20px;
	}	
}

.cardList h2 {
    font-size: 28px;
    line-height: 40px;
    color: #82B386;
    text-align: center;
    font-weight: bold;
    margin-top: 150px;
}

.cardList-b h2 {
    font-size: 28px;
    line-height: 40px;
    color: #00A19B;
    text-align: center;
    font-weight: bold;
    margin-top: 150px;
}

.line {
    content: "";
    width: 300px;
    height: 1px;
    background-color: #82B386;
    text-align: center;
    margin: 5px auto;
}    

.line-b {
    content: "";
    width: 300px;
    height: 1px;
    background-color: #00A19B;
    text-align: center;
    margin: 5px auto;
}  

/*兩格併排*/
.event_content{
	margin: 0 auto;
	margin-top: 60px;
}

.event_content-b{
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.event_content-c{
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #FFFAF0;
}

.event_list{
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	justify-content : center;
	padding-top: 30px;
	padding-bottom:30px;
	padding-left: 30px;
	padding-right: 30px;
}

.event_list-b{
	width: 98%;
	max-width: 1150px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	justify-content : center;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.event_content .event_list .card_content{
	width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
 }

.event_content-b .event_list-b .card_content-b{
	width: 98%;
    max-width: 1150px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
 }

 .event_content-c .event_list-b .card_content-b{
	width: 98%;
    max-width: 1150px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
 }

/* 放大效果 */
.event_list .event_img_content{
	width: 50%;
	max-width: 770px;
	margin: 0 auto;
    cursor: pointer;
    transition: transform 0.3s ease; /* 添加過渡效果 */
}

.event_list .event_img_content:hover img {
    transform: scale(1.1);
}

/* 放大後的覆蓋層 */
.lightbox {
    display: none; /* 初始化時隱藏 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}
.lightbox img {
	max-width: 85%;
	max-height: 85%;
}
/* 放大後的覆蓋層 end*/

.event_list .card_content .event_text{
	max-width: 480px;
	text-align: left;
}

.event_list-b .card_content-b .event_text-b{
	width: 600px;
	text-align: left;
}

.event_list-c .card_content-b .event_text-b{
	width: 600px;
	text-align: left;
}

.event_textdetail{
	width:90%;
	max-width: 700px
}

.event_textdetail-b{
	width:90%;
	max-width: 700px
}

.event_list .event_textdetail{
	width: 100%;
	margin-bottom: 30px;
}

.event_list-b .event_textdetail-b{
	width: 100%;
}

.event_list .event_textdetail ul li{
	font-size: 16px;
	font-weight: 400;	
	line-height: 1.7;
    margin-bottom: 1%;
    color: #5b5b5b;
}

.event_list-b .event_textdetail-b ul li{
	font-size: 16px;
	font-weight: 400;	
	line-height: 1.7;
    margin-bottom: 1%;
    color: #5b5b5b;
}

@media (max-width: 820px){
	.event_text{
		width: 100%;
	}
	.event_text-b{
		width: 100%;
	}
	.event_img_content{
		width: 100%;
	}
	.event_img_content-b{
		width: 100%;
	}
}

@media (max-width: 768px){
	.event_list{
		display: block;
		margin-top: 0px;
		width: 88%;
	}
	.event_list-b{
		display: block;
		margin-top: 0px;
		width: 100%;
	}
	.event_content .event_list .card_content{
		display: block;
		padding-bottom: 0px;
	    padding-left: 0px;
	    padding-right: 0px;
	}
	.event_content-b .event_list-b .card_content-b{
		display: block;
		padding-bottom: 0px;
	    padding-left: 0px;
	    padding-right: 0px;
	}
	.event_content-c .event_list-b .card_content-b{
		display: block;
		padding-bottom: 0px;
	    padding-left: 0px;
	    padding-right: 0px;
	}
	.event_list .event_img_content{
		width: 100%;
		margin-bottom: 30px;
	}
	.event_list-b .event_img_content-b{
		width: 100%;
		margin-bottom: 30px;
	}
	.event_content .event_list .event_img_content img{
		width: 100%;
	}
	.event_content-b .event_list-b .event_img_content-b img{
		width: 100%;
	}
	.event_content-c .event_list-b .event_img_content-b img{
		width: 100%;
	}
	.event_content .event_list .event_text{
		width: 95%;
		margin: 0 auto;
	}
	.event_content-b .event_list-b .event_text-b{
		width: 95%;
		margin: 0 auto;
	}
	.event_content-c .event_list-b .event_text-b{
		width: 95%;
		margin: 0 auto;
	}
	.event_img_b {
		width: 60%;
		margin: 0 auto;
	}
	.event_img_b img {
		margin-bottom: 20px;
		width: 100%;
	}
}

@media (max-width: 430px){
	.cardList h2 {
		margin-top: 120px;
	}
	.event_list{
		padding-bottom:0px;
		padding-top: 5px;
	}
	.event_list-b{
		padding-bottom:50px;
		padding-top: 5px;
	}
	.event_content .event_list .event_img_content img{
		width: 100%;
		margin-top: 1%;
        margin-bottom: 6%;
	}
	.event_content-b .event_list-b .event_img_content-b img{
		width: 100%;
		margin-top: 1%;
        margin-bottom: 6%;
	}
	.event_content-c .event_list-b .event_img_content-b img{
		width: 100%;
		margin-top: 1%;
        margin-bottom: 6%;
	}
}

/* 按鈕(滿版) */
.event_btnbody{
	width: 100%;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0px 30px 0px;
}

.event_btnbody2{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0px 30px 0px;
}

/*各區按鈕*/
.event_btn1{
	display:inline-block; 
	line-height: 2.8em; 
	font-size: 17px; 
	text-align: center; 
	color: #3cbaad; 
	background:#fff ; 
	border: 1px solid #3cbaad;
	cursor: pointer;
	width: 160px;
	border-radius: 4px;
	margin: 10px 20px;
	transition: transform 0.3s ease;
}
.event_btn1:hover {
    transform: translateY(-10px); /* 鼠標懸停時區塊稍微抬起 */
}


.event_btn2{
	display:inline-block; 
	line-height: 2.8em; 
	font-size: 17px; 
	text-align: center; 
	color: #fff; 
	background: #3cbaad; 
	cursor: pointer;
	width: 160px;
	border-radius: 4px;
	margin: 10px 0;
	transition: transform 0.3s ease;
}
.event_btn2:hover {
    transform: translateY(-10px); /* 鼠標懸停時區塊稍微抬起 */
}


.event_btn3{
	display:inline-block; 
	line-height: 2.8em; 
	font-size: 17px; 
	text-align: center; 
	color: #3cbaad; 
	background:#fff ; 
	border: 1px solid #3cbaad;
	cursor: pointer;
	width: 160px;
	border-radius: 4px;
	margin: 10px 0;
	transition: transform 0.3s ease;
}
.event_btn3:hover {
    transform: translateY(-10px); /* 鼠標懸停時區塊稍微抬起 */
}


.event_btn4{
	display:inline-block; 
	line-height: 2.8em; 
	font-size: 17px; 
	text-align: center; 
	color: #fff; 
	background: #3cbaad; 
	cursor: pointer;
	width: 160px;
	border-radius: 4px;
	margin: 10px 20px;
	transition: transform 0.3s ease;
}
.event_btn4:hover {
    transform: translateY(-10px); /* 鼠標懸停時區塊稍微抬起 */
}


@media (max-width: 430px){	
	.h3-title {
		letter-spacing: -0.4px;
	}
	.event_textdetail {
		width: 100%;
	}
	.event_list .event_img_content {
		width: 95%;
	}
	.event_img img{
		width: 100%;
	}
	.event_img_b {
		width: 100%;
	}
	.event_img_b img {
		width: 100%;
	}
	.event_img_content img{
		width: 100%;
	}
	.event_btnbody{
		text-align: center; 
	}
	.event_list .event_text {
		margin-top: 10%;
	}
	.event_btnbody{
		padding-bottom: 0px;
	}
	.event_btn1{
		margin: 10px 20px;
	}
	.event_btn2{
		margin: 10px 20px;
	}
	.event_btn3{
		margin: 10px 20px;
	}
	.event_btn4{
		margin: 10px 20px;
	}
}

.event_btn1:hover {
    opacity: 0.7;
}

.event_btn2:hover {
    opacity: 0.7;
}

.event_btn3:hover {
    opacity: 0.7;
}

.event_btn4:hover {
    opacity: 0.7;
}

.event_btn1:disabled {
    background: #acacac;
    color: #ffffff;
    cursor: not-allowed;
}

.event_btn2:disabled {
    background: #acacac;
    color: #ffffff;
    cursor: not-allowed;
}

.event_btn3:disabled {
    background: #acacac;
    color: #ffffff;
    cursor: not-allowed;
}

.event_btn4:disabled {
    background: #acacac;
    color: #ffffff;
    cursor: not-allowed;
}


/* 表格 */
.bg-green{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.bg-green-m{
    width: 100%;
    height: auto;
    overflow: hidden;
    display:none;
}

section{
    padding: 0 0 50px 0;
	width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

@media (max-width: 430px){	
	section{
		padding-bottom: 0px;
		margin-top: 10px;
	}
}

/* table */
.table{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 40px;
    overflow-x: hidden; /* 表格寬度超出時可水平滾動 */
}
 
.table table{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 70px 10px 70px;
    border-collapse: separate;
    border-spacing: 0;
}

.table th{
    background-color:#3cbaad;
    color: #fff;
    font-size: 16px !important;
}

.table th .emphasize-word-style{
    color: #fff100;
    font-style: normal;
}

.table th,td{
    border: 1px solid rgb(255 255 255);
    border-right: solid 1px #d9d9d9;
    padding: 20px 30px;
    line-height: 1.5;
}

.table td {
    font-size: 16px;
    border-left: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
    padding: 10px 0px;
    line-height: 30px;
    background-color: #ffffff;
    padding: 20px 10px;
}

/*項目排：左*/
.table tr:first-child th:first-child{
    border-top-left-radius: 15px;
}

/*項目排：右*/
.table tr:first-child th:last-child{
    border-top-right-radius: 15px;
}

/*第三排第一列：左*/
.table tr:nth-child(2) td:first-child{
    border-bottom-left-radius: 15px;
}

/*最後排第一列：右下*/
.table tr:last-child td:last-child{
    border-bottom-right-radius: 15px;
}

@media (max-width: 768px){	
	.table table{
        width: 100%;
        padding: 20px 30px;
		}
}

@media (max-width: 430px){	
	.table table{
    	width: 100%;
    	padding: 20px 20px;
		}
	.table th,td{
		padding: 15px 18px;
	}	
	.table td {
		line-height: 1.6;
	}
	.event_list {
		margin-top: -38px;
		padding-bottom: 0px;
		padding-left: 0px; 
		padding-right: 0px;
	}
	.bg-green{
		display: none;
	}
	.bg-green-m{
		display: block;
	}
}

.bg{
    background-image: url(../img/line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-2 {
	margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
    background-color: #D8E9D9;
    background-image: url(../img/line-2.svg);
    background-repeat: no-repeat;
    background-position: right;
}

.bg-3{
    background-image: url(../img/line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	padding: 140px;
}
.bg-4{
	margin: 0 auto;
    text-align: center;
    background-color: #D8E9D9;
    background-image: url(../img/line-2.svg);
    background-repeat: no-repeat;
    background-position: right;
	padding: 80px;
}

@media (max-width: 430px){	
	.bg-3{
		padding: 50px;
	}
	.bg-4{
		padding: 50px;
	}
}
/* ------------------------------------
 * 隱藏h1
 * ----------------------------------- */

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