@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,1000&family=Noto+Serif+TC:wght@900&display=swap');
html,
body {
	margin: 0;
	padding: 0;
}
a:hover {
    text-decoration: none;
}
figure {
    margin: 0;
}
body {
	font-family:"Noto Sans TC","Microsoft JhengHei", "Noto Sans CJK TC", PingFang, STHeiti, sans-serif, serif;
	background-color:#fbfbfb;
	background: url(../img/bg.jpg);
    background-size: 100% 100%;
    background-repeat: repeat-y;
}
body.page02{
	background: url(../img/bg.jpg);
    background-size: 100% 200%;
}
.g_main{
	overflow: hidden;
}
.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 0.5rem;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}

.fix_aside.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  background-color: #fff;
  font-size: 0.95rem;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms, -webkit-transform 240ms, -webkit-box-shadow 240ms;
}

.fix_aside .fx_item.is_primary {
  background: linear-gradient(94.17deg, #01FFFF 8.85%, #FEE92E 103.15%);
  color: #0F236C;
  line-height: 1.3;
}

.fix_aside .fx_item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}

.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fix_aside .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}

.fix_aside .fx_item .in_wrap.ic .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("../img/arrow_top.png") center/contain no-repeat;
}

.g_header {
	margin:0 auto;
	z-index: 98;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width:80%;
}

.g_header.is_active .nav_area .nav_link {
  color: #fff;
}

.g_header.is_active .nav_area .nav_link:hover {
  color: #008296;
}

.g_header .header_cnt {
	position: relative;
	padding: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: rgb(251, 251, 251, 1);
	z-index: 98;
	height: 60px;
	width: 75%;
	border-radius: 0 0 40px  0;
}
.g_header .header_cnt.smallhc{
	width: 25%;
	right: 0;
    top: 0;
    position: absolute;
	background: unset;
	height: 30px;
    border-radius: 40px 0 0 0;
    box-shadow: -15px -5px 0 0 rgb(251, 251, 251, 1);
}

.g_header .header_cnt.minihc{
	width: 80px;
    position: relative;
	background: unset;
	height: 30px;
    border-radius: 40px 0 0 0;
    box-shadow: -15px -5px 0 0 rgb(251, 251, 251, 1);
}
.g_header .menu {
	position: absolute;
    right: 0;
    padding-right: 25px;
}
.g_header .nav_area {
  position: relative;
  z-index: 3;
}

.g_header .nav_area .nav_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          /* justify-content: center; */
}

.g_header .nav_area .nav_cnt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.g_header .nav_area .nav_content .nav_cnt ul{
	margin:0;
}
.g_header .nav_area .nav_content .nav_cnt li{
	list-style: none;
    float: left;
    padding: 10px 0;
    font-size: 12px;
    font-weight: normal;
}
.g_header .nav_area .nav_content .nav_cnt.mainlogo img{
	width:150px;
	padding: 10px 5px;
}
.g_header .nav_area .nav_content .nav_cnt .menubtn li a{
	text-decoration:none;
	color:#000;
	padding: 0 5px;
	transition: color 0.5s; /* 添加點擊或移入的動態效果 */
}

.g_header .nav_area .nav_content .nav_cnt .menubtn li:not(:first-child) a{
		border-left: 2px solid #000;
}
.g_header .nav_area .nav_content .nav_cnt li img{
	margin-right:10px;
	max-height: 22px;
}
.g_header .nav_area .nav_content .nav_cnt li a:hover{
	color:#E3AC00;
	/* text-shadow: 0px 0px 5px #000; */
}

.g_header .nav_area .nav_hamberger{
	display:none;
}
.g_header .nav_area .nav_item {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}

.g_header .nav_area .nav_item.is_highlight {
  padding: 0 6px;
}

.g_header .nav_area .nav_item.is_highlight .nav_link {
  background-color: #008296;
  color: #000;
}

.g_header .nav_area .nav_link {
  border-radius: 4px;
  display: block;
  padding: 12px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.g_header .nav_area .nav_link:hover {
  color: #008296;
  text-decoration: none;
}

.g_header .header_sns {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 12px;
  text-align: right;
}

.g_header .header_sns .hover {
  display: inline-block;
  position: relative;
}

.g_header .header_sns .hover img {
  width: 40px;
  line-height: 0;
}

.g_header .header_sns .hover:hover .hover_menu {
  display: block;
}

.g_header .header_sns .hover_holder {
  cursor: pointer;
}

.g_header .header_sns .hover_menu {
  position: absolute;
  padding: 0.5em 0;
  display: none;
}

.g_header .header_sns .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  margin-top: 0.5em;
}

.g_kv{
	width:100%;
	margin:0 auto;
	margin-top: -90px;
}
.desktop{
	position:relative;
	overflow: hidden;
	top:0;
	border-radius: 30px;
}
.g_kv .kv_area{
	position:relative;
	overflow: hidden;
}
.g_kv .kv_area .kv_mask {
	position: absolute; /* 使用絕對定位，覆蓋在父容器內 */
	top: 0;
	left: 0;
	width: 100%; /* 覆蓋整個容器 */
	height: 100%;
	/* background-color: rgba(63, 87, 13, 0.44); /* 黑色遮罩，50%透明度 */
	z-index: 1; /* 保證位於圖片之上 */
	text-align: center;
}
.g_kv .kv_area .kv_mask img{
	margin-top: 13%;
    width: 40vw;
}
.g_kv .kv_area .kv_pic{
	z-index: 0;
}
.g_kv .bx-wrapper{
	border:0;
	box-shadow:unset;
	-webkit-box-shadow:unset;
	-moz-box-shadow:unset;
	margin-bottom:0;
}
.bx-wrapper .bx-pager{
	bottom: 20px;
	z-index: 2;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background: rgba(255,255,255,0.6);
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #0c355b;
}
.kv_ms{display:none;}

.g_kv .kvtit {
    position: absolute;
    top: 37%;  /* temp */
    left: 0;
    width: 100%;
    z-index: 1;
    font-size: 32px;
    line-height: 45px;
	padding-left: 80px;
	font-weight: 900;
	/* color: #d7ad46; 
	letter-spacing: 3px;*/
	
background: linear-gradient(to right, #d7ad46,#d7ad46, #906834,#d7ad46, #d7ad46, #906834, #d7ad46, #906834);
-webkit-background-clip: text;
color: transparent;

}
.g_kv .kvtit.text-shadow {
    position: absolute;
    top: 37%;  /* temp */
    left: 0;
    width: 100%;
    z-index: 1;
    font-size: 32px;
    line-height: 45px;
	padding-left: 80px;
	font-weight: 900;
	color: rgba(0,0,0,0);
    text-shadow: 3px 3px 5px #000;
	/* letter-spacing: 3px; */
	

background: unset;
-webkit-background-clip: unset;


}

.g_kv .kvtit span{
	font-size:22px;
	line-height: 25px;
	padding:0;
	margin:0;
	display: block;
	padding-top: 10px;
}
.footer{
	background: #000;
    color: #fff;
    font-weight: lighter;
    font-family: Arial;
    letter-spacing: 3px;
    font-size: 12px;
}
.footer.row{
	margin:0 !important;
}
.footer div{
	color:#fff;
	margin-top:20px;
	margin-bottom:10px;
}
.footer div:nth-child(1){
	text-align:right;
	border-right:2px solid #fff;
}
.footer div.inform{
	display:flex;
	align-items: center;
    font-size: 15px;
    padding-left: 20px;
    font-weight: 900;
}
.footer div:last-child{
	padding:5px;
	color:#fff;
	text-align:center;
	margin:0;
}
.footer img{
	/*filter: grayscale(1) brightness(0.25);*/
	padding:5px;
	margin:0;
}
.container{
	width:80%;
}

.tit{
	text-align:center;
	margin:0 auto;
	font-weight: 900;
	font-size:30px;
	color:rgba(0,0,0,0.7);
}
.tit span{
	font-weight: bold;
	color:#949596;
	font-size:17px;
}

/*  ***************sc01***********  */

.sc01{
    padding-bottom: 45px;
}
.sc01 .tit{
	margin-top:30px;
}
.sc01 .sc_content ul{
	width: 65%;
	margin:0 auto;
	text-align:center;
	list-style:none;
	padding-top:30px;
	display: flex;
	align-items: flex-start;
}
.sc01 .sc_content ul.sc01lidesc{
	padding-top:70px;
}
.sc01 .sc_content ul.sc01libtn li{
    width: 50%;
    padding: 15px 0;
    background: linear-gradient(to right, #d7ad46, #906834);
    border-radius: 50px;
    margin: 0 2.5%;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
	box-shadow: 2px 2px 10px -5px #000;
}
.sc01 .sc_content ul.sc01libtn li:last-child{
	transform: scale(0.8);
	background: linear-gradient(to right, #65a9ae, #367f8e);
}
.sc01 .sc_content ul.sc01lidesc li{
	width:25%;
	background: linear-gradient(135deg, #6496ae, #007891, #194d57);
	font-size: 17px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    padding: 15px;
    height: 130px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	box-shadow:2px 2px 10px -5px #000;
	z-index: 5;
}
.sc01lidesc{
	position:relative;
}

.sc01 .sc_content ul.sc01lidesc li:first-child,
.sc01 .sc_content ul.sc01lidesc li:last-child{
	display:block;
	position:absolute;
	background:unset;
	box-shadow:unset;
	padding:0;
	width: 4.5vw;
    height: calc(4.5vw* 0.75);

	filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.3));
	z-index:10;
}
.sc01 .sc_content ul.sc01lidesc li:first-child{
	left: 48%;
	top: 63%;
}
.sc01 .sc_content ul.sc01lidesc li:last-child{
	left: 72%;
	top: 40%;
}
.sc01 .sc_content ul.sc01lidesc li:first-child img,
.sc01 .sc_content ul.sc01lidesc li:last-child img{
	width:100%;
	padding:0;
}

.sc01 .sc_content ul.sc01lidesc li:nth-child(2){
	height: 160px;
	background: linear-gradient(135deg, #541513, #8d5027, #ad743d, #cb9552, #d2a470, #d7b189, #9c530d);
	z-index: 6;
	width:50%;
	margin-top: 30px;
}
.sc01 .sc_content ul.sc01lidesc li:nth-child(4){
	background: linear-gradient(135deg, #00727f, #005161, #003344);
	z-index: 4;
	height: 100px;
	margin-top: -30px;
}
.sc01 .sc_content ul.sc01lidesc li img{
	width: 65%;
    padding: 10px;
    margin: 0 auto;
}

.sc01litext{
    text-align: center;
    padding: 50px 0;
    font-size: 24px;
    font-weight: 900;
	color:#b68946;
}
.sc01litext span{
	color:#000;
}
.sc_content ul{
	list-style:none;
}



/*  ***************sc02***********  */

.sc02{
    padding-bottom: 80px;	
}
.sc02 .contenttext,.sc04 .contenttext{
	width: 540px;
	height: 590px;
	margin: 0 auto;
	padding-top:50px;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}
#myChart{
	width:700px;
	cursor: pointer;
}
.pieContext{
	width:10px;
	height: 10px;
	position:absolute;
	border-radius:50%;
	cursor: pointer;
}
.pieContext img{
	width:55px;
	margin-bottom: 5px;
}
.pieContext div{
    width: 130px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0px;
	position:absolute;
	font-size:15px;
	
}
.pieContext div:hover{
	transition-delay:0.2s !important;
	transition-duration:0.2s !important;
	transform:scale(1.1) !important;
}
.piecont01{
    top: -180px;
    right: -110px;
}
.piecont02{
    top: -43px;
    right: -180px;
}
.piecont03{
    top: 75px;
    right: -125px;
}
.piecont04{
    top: 70px;
    right: 10px;
}
.piecont05{
    top: -45px;
    right: 65px;
}
.piecont06{
	top: -190px;
    right: 10px;
    font-size: 13px !important;
    line-height: 14px !important;
}
.piecont06 img{
	width:70px;
}
.pieBoxCycle
{
    width: 490px;
    height: 490px;
    background: rgba(100, 100, 100, 0.8);
    border-radius: 50%;
    position: absolute;
    top: 79px;
	display: flex;
    align-items: center;
    justify-content: center;
	visibility: hidden; /* 預設為隱藏 */
}
.pieBox{
    width: 70%;
    height: 50%;
	background:#000;
	border-radius:20px;
	position: absolute;
	overflow: hidden;
}

/*  ***************sc03***********  */

.sc03{
	background:url("../img/bg02.jpg") top/cover no-repeat;
	background-size:100% 100%;	
}
.sc03 .sc_content{
	width:80%;
	margin: 0 auto;
	text-align: right;
}
.sc03 .tit{
	text-align:right;
	color:#000;
	border-bottom:5px solid #000;
	padding-bottom: 15px;
	width: 90%;
	display: inline-block;
	padding-top: 50px;
}
.sc03 .tit span{
	color:#000;
}
.sc03 .contenttext {
	padding:80px 0;
}
.sc03 .contenttext .sc03bk{
	width:100%;
	display: flex;
}
.sc03 .contenttext .boxtitle{
	width: 45%;
	text-align: center;
	padding-bottom: 30px;
}
.sc03 .contenttext .boxtitle div{
    width: 75%;
    height: 100%;
    margin: 0 auto;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 900;
    color: #fff;
	background:linear-gradient(135deg, #f5c93a, #e8b957, #e8b957, #e8b957, #9f7f3b);
	border-radius:40px;
	padding-top: 20px;
	box-shadow:10px 10px 15px 2px rgba(0,0,0,0.3)
}
.sc03 .contenttext .boxtitle div img{
	width:100px;
	margin: 30px 20px;
}
.sc03 .contenttext .boxtitle div span{
		text-decoration: underline;
    text-underline-offset: 10px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 18px;
		display: block;
}
.sc03 .contenttext .boxtext{
		width:55%;
		text-align: left;
		color:#fff;
		display: flex;
		align-items: flex-start;
}
.sc03 .contenttext .boxtext ul{
		padding: 0;
    font-size: 22px;
    padding-right: 25px;
    letter-spacing: 1px;
    font-weight: bold;
		line-height: 27px;
}
.sc03 .contenttext .boxtext li{
    padding: 15px 0;
		border-bottom: 2px dashed #b9bbbb;
}
.sc03 .contenttext .boxtext li:first-child{
    padding-top: 0;
}
.sc03 .contenttext .boxtext li:last-child{
    border-bottom: 0;
}

.sc03 .contenttext .sc03bk01 .boxtext li span{
    color:#843a15;
}
.sc03 .contenttext .sc03bk02 .boxtext li span{
    color:#cafaff;
}

.sc03 .contenttext .boxtext li span{
    color:#fff;
	padding: 0;
	position: relative;
}
/*
.sc03 .contenttext .boxtext li span:after {
	content: "";
    background: #d69153;
    display: block;
    width: 120px;
    height: 20px;
    position: absolute;
    left: 3px;
    transform: skewX(-20deg);
    bottom: 0;
    z-index: -5;
}
.sc03 .contenttext .sc03bk02 .boxtext li span:after {
	background: #1d82ab;
	bottom: 0;
	bottom: 35px;
}
*/
.sc03 .contenttext .sc03bk02 .boxtitle div{
	background:linear-gradient(135deg, #194d57, #007891, #6496ae);
}

.sc03 .contenttext .drowline{
	width:5%;
	position: relative;
}
.drowline .line{
    width: 5px;
	height: 100%;
    background: #f4be64;
    margin: 0 auto;
}
.drowline .cycle{
	width:30px;
	height:30px;
	background: #f4be64;
	margin: 0 auto;
	border-radius:50%;
	position: absolute;
    top: 41%;
	left: 10px;
	display: flex;
    align-items: center;
	border: 1px solid #f4be64;
}

.drowline .cycle div{
	width: 80%;
    height: 80%;
    background: #f4be64;
    margin: 0 auto;
    border-radius: 50%;
    border: 4px solid #9d9d9e;
}
.sc03bk02 .drowline .line{
	background: #1680a5;
}
.sc03bk02 .drowline .cycle{
	background: #1680a5;
	border: 1px solid #1680a5;
}
.sc03bk02 .drowline .cycle div{
	background: #1680a5;
}

.sc03bk03 .drowline .line{
	background: #05526c;
}
.sc03bk03 .drowline .cycle{
	background: #05526c;
	border: 1px solid #05526c;
}
.sc03bk03 .drowline .cycle div{
	background: #05526c;
}
.sc03 .contenttext .sc03bk03 .boxtitle div{
	background:linear-gradient(135deg, #00727f, #005161, #003344);
}
.sc03 .contenttext .sc03bk02 .boxtitle div img{
	width: 75px;
}
.sc03 .contenttext .sc03bk03 .boxtitle div img{
	width: 55px;
}

/*  ***************sc04***********  */

.sc04{

}
.sc04 .tit{
	padding-top:30px;
}
.DonutContext{
	width:10px;
	height: 10px;
	position:absolute;
	border-radius:50%;
	/*cursor: pointer;*/
}
.DonutContext:after{
	content: "";
    width: 200px;
    height: 75px;
    background: url(../img/logo.png);
    position: relative;
    background-size: cover;
    display: block;
    left: -100px;
    top: -35px;
	animation: logoout 2s ease 1;
}
@keyframes logoout {
  0% {
	  opacity: 0;
	transform: translateY(5%);
  }
  100% {
	  opacity: 1;
	transform: translateY(0);
	}
}


.DonutContext img{
	width:70px;
	margin-bottom: 5px;
}
.DonutContext div{
		width: 135px;
		text-align: center;
		color: #fff;
		font-weight: 700;
		line-height: 15px;
		letter-spacing: 1px;
		position: absolute;
		cursor: pointer;
		font-size: 12px;
}
.DonutContext div:hover{
	transition-delay:0.2s !important;
	transition-duration:0.2s !important;
	transform:scale(1.1) !important;
}

.Donutcont01{
		top: -140px;
    right: -200px;
}
.Donutcont02{
    top: 110px;
    right: -190px;
}
.Donutcont03{
		top: 105px;
    right: 80px;
}
.Donutcont03 img{
	width:90px;
}
.Donutcont04{
		top: -170px;
		right: 40px;
    width: 150px !important;
    font-size: 14px;
		letter-spacing: 0px !important;
}
.Donutcont04 img{
		width: 100px;
		left: -5px;
		position: absolute;
		top: 50px;
}
.dbtn{
	background-color:#845165;
    width: 100px !important;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 18px;
	font-size:13px;
	color:rgba(255,255,255,0.7) !important;
}
.dbtn:hover{
	transform:scale(1.03);
}
.Donutbtn01{
	background-color:rgba(235, 189, 101, 1);
    top: -40px;
    right: -235px;
	box-shadow: 0px 11px 10px -10px rgba(0, 0, 0, 0.3);
}
.Donutbtn02{
	background-color:rgba(223, 164, 76, 1);
    top: 150px;
    right: -40px;
    align-items: center;
    justify-content: flex-start;
    padding-top: 17px;
    padding-left: 10px;
	box-shadow: -10px 0px 10px -10px rgba(0, 0, 0, 0.3);
}
.Donutbtn03{
	background-color:rgba(214, 145, 83, 1);
    top: -45px;
    right: 145px;
    align-items: flex-start;
    padding-top: 15px;
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.3);
}
.Donutbtn04{
	background-color:rgba(204, 120, 75, 1);
    top: -230px;
    right: -50px;
    align-items: center;
    padding: 0;
	box-shadow: 10px 0px 10px -10px rgba(0, 0, 0, 0.3);
}
.DonutBoxCycle
{
    width: 510px;
    height: 510px;
    background: rgba(100, 100, 100, 0.6);
    border-radius: 50%;
    position: absolute;
    top: 70px;
	display: flex;
    align-items: center;
    justify-content: center;
	visibility: hidden; /* 預設為隱藏 */
}

.close-popup {
    background: #e85700;
    color: #cfdcb3;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    top: 60px;
    right: 10%;
	position: absolute;
    width: 30px;
    height: 30px;
	border-radius: 50%;
}
.close-popup:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.close-popup:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.close-popup:before, .close-popup:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 75%;
    height: 1px;
    background: #fff;
}
.pieBox .close-popup {
    background: unset;
    color: #cfdcb3;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    top: 8%;
    left: 6%;
	position: absolute;
    width: 30px;
    height: 30px;
	border-radius: 50%;
}
.pieBox .close-popup:before,.pieBox .close-popup:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 5px;
    background: #fff;
}
.pieText{
	color:#fff;
}
.pieText div{
	width:100%;
    text-align: left;
}
.pText {
    width: 80% !important;
    margin: auto;
    padding-top: 20px;
}
.pTit img{
	width:50px;
	margin-right: 20px;
    margin-left: 60px;
	float: left; 
	height: auto;
}
.pTit span{
	display: block;
    line-height: 1.5;
	text-align: left;
}

.pTit {
	margin-top: 30px;
    font-size: 18px;
    font-weight: 900;
    text-decoration: underline;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-underline-offset: 3px;
    letter-spacing: 0px;
}

.pText{
    width: 80% !important;
    margin: 0 auto;
    padding: 15px 0;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 1px;
}
.hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.visible {
  visibility: visible;
  opacity: 0.9;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}



.btnGroup{
	margin:0 auto;
	text-align:center;
	padding: 30px 0;
	margin-top:30px;
}
.btnGroup ul{
	width:100%;
	margin:0 auto;
	text-align:center;
	display:inline-block;
	display: flex;
    justify-content: center;
}
.btnGroup img{
	width: 28px;
    padding-left: 5px;
}
.btnGroup a{
	color:#fff;
	background:linear-gradient(135deg, #541513, #cb9552, #d7b189, #9c530d);
	border-radius:30px;
	margin:0 10px;
	border:3px solid #fff;
	box-shadow: 0 0 10px -5px #000;
	display: flex;
    align-items: center;
	padding: 10px 15px;
	padding-right:10px;
	text-decoration: none;
    font-weight: bold;
	justify-content: center;
}
.btnGroup a:hover{
	transform:scale(1.1);
	transition: transform 0.5s ease;
}


/*** 新增按鈕群 ****/
.sc04_01{
	padding-top:20px;	
	background: linear-gradient(to bottom, rgba(45,45,45,0.56), rgba(45,45,45,0.56)),url(../img/bg02.jpg) top / cover no-repeat;
    background-size: 100% 200%;
}

.sc04_01 .tit,.sc04_01 .tit span{
	color:#fff;
}

.sc04_01 .btnGroup a{
	background: unset;
    border: unset;
    box-shadow: unset;
	border-left:1px solid #fff;
	border-radius:unset;
	padding:0 0 0 15px;
	line-height: 1;
}
.sc04_01 .btnGroup ul li:last-child a{
	padding-right:15px;
	border-right:1px solid #fff;
}
.sc04_01 .btnGroup a:hover{
	text-decoration:underline;
	text-underline-offset:7px;
	color:#B68946;
	text-shadow:0 0 5px rgba(0,0,0,0.6);
}

.sc04_01 .stit:after, .sc04_01 .stit:before{
	filter:brightness(2);
}
.sc04_01 .stit {
	letter-spacing:2px;
}
.sc04_01 .stit , .btnGroup.btnGroup02 ul{
	margin-top:50px;

}
.btnGroup02{
	padding-top:0;
	margin-top:0;
}
.newicon{
	display: block;
	font-size: 12px;
	line-height: 10px;
	color: white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	font-weight: 900;
	animation: jumping 1.5s infinite ease-in-out;
	background: black;
	width: fit-content;
	padding: 2px 5px;
	margin: 0 auto;
	border-radius: 3px;
}
@keyframes jumping {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}

/*  ***************sc05***********  */
.sc05 .tit{
	margin:50px 0;
}
.sc05 .sc_content{
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.sc05 .contenttext{
	margin: 0 0 50px 0;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.sc05 label{
	text-align: center;
    width: auto;
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 1px 10px;
    font-weight: bold;
    letter-spacing: 0;
		font-size: 15px;
    /*background: #000;*/
}
.msonly{
	display: none;
}
.sliderblock {
	overflow: hidden; /* 隱藏超出範圍的內容 */
	width: 900px; /* 滿版寬度 */
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 20px;
}

.slider-track {
  display: flex;
  transition: transform 0.3s ease-in-out; /* 滑動動畫 */
  justify-content: center;
}

.slider-item {
	width: 180px;
    height: 150px;
	border-radius: 10px;
	margin-left:-15px;
	position:relative;
	display: flex;
    align-items: center;
	cursor: pointer;
}
.slider-item.item01 {background: url("../img/cycle01.png") center/contain no-repeat;margin-left:0;}
.slider-item.item02 {background: url("../img/cycle02.png") center/contain no-repeat;}
.slider-item.item03 {background: url("../img/cycle03.png") center/contain no-repeat;}
.slider-item.item04 {background: url("../img/cycle04.png") center/contain no-repeat;}
.slider-item.item05 {background: url("../img/cycle05.png") center/contain no-repeat;}
.slider-item.item06 {background: url("../img/cycle06.png") center/contain no-repeat;margin-left:0;}
.slider-item.item07 {background: url("../img/cycle07.png") center/contain no-repeat;}
.slider-item.item08 {background: url("../img/cycle08.png") center/contain no-repeat;}
.slider-item img {
  width: 60px;
  display: block;
  padding-bottom: 5px;
}
.slider-item.item01 img{width: 80px;}
.slider-item.item04 img{width: 45px; margin-top: -5px;}
.slider-item.item05 img{padding-bottom: 0;}
.slider-item.item06 img{width: 35px; margin-top: -10px;}
.slider-item.item07 img{width: 100px;}
.cyclenum{
	position:absolute;
	width:40px;
	height:40px;
	border-radius:50%;
	top:0;
	left:15px;
	display: flex;
    align-items: center;
    justify-content: center;
	color:#fff;
	font-weight:900;
	font-size: 20px;
}
.slider-item.item05 .cyclenum,.slider-item.item08 .cyclenum{left:25px;}
.item01 .cyclenum{background:#EDBC74;}
.item02 .cyclenum{background:#DFA44C;}
.item03 .cyclenum{background:#C68630;}
.item04 .cyclenum{background:#995B10;}
.item05 .cyclenum{background:#5A3306;}
.item06 .cyclenum{background:#5DA597;}
.item07 .cyclenum{background:#3E756B;}
.item08 .cyclenum{background:#1C443C;}

.cyclecontent{
    height: 130px;
    width: 130px;
    margin-left: 15px;
		background:#fff;
		border-radius:50%;
		box-shadow: 0px 0px 10px -5px black;
		display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
		justify-content: center;
		font-size: 11px;
    font-weight: bold;
    color: rgba(35, 24, 21, 0.7);
    line-height: 12px;
}
.item01 .cyclecontent{
	margin-left: 12px;
}
.item06 .cyclecontent{
	margin-left: 15px;
}
.item05 .cyclecontent,.item08 .cyclecontent{
	margin-left: 25px;
}

.cycleBoxCycle
{
    width: 80%;
    height: 100%;
    position: absolute;
    top: 200px;
	display: flex;
    align-items: flex-start;
    justify-content: center;
	visibility: hidden; /* 預設為隱藏 */
	z-index: 1000;
}
.cycleBoxCycle .pieBox{
	background:rgb(0,0,0,0.9);
	box-shadow:	5px 4px 20px -3px black;
}
.boxnum {
	position: absolute;
    width: 80px;
    height: 115px;
    top: -5px;
    right: -20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: rgba(255,255,255,0.3);
    font-weight: 900;
    font-size: 100px;
	font-family:'DM Sans';
}
.sc05 .pTit img {
    filter: grayscale(100%) invert(100%) brightness(999%);
		margin-left: 10px;
}
.sc05 .pTit img.img01{width:80px;}
.sc05 .pTit img.img06{width:35px;}
.sc05 .pTit img.img07{width:100px;}

.sc05 .pieBox{
	width: 90%;
	height:auto;
	padding-bottom: 30px;
}
.sc05 .pText{
	text-align:left;
	font-weight: bold;
	line-height: 23px;
	letter-spacing: 0;
	padding-top: 40px;
	
}
.sc05 .pText ul {
    list-style: disc;
}
.sc05 .pText ol {
    list-style: auto;
}
.sc05 .pText span{
	color:#E2BD6A;
}
.sc05 .pText a{
    color: #000;
    text-decoration: none;
    background: #E2BD6A;
    width: fit-content;
    text-align: center;
    margin: auto;
    border-radius: 30px;
    padding: 0 15px;
}
.sc05 .pieBox .close-popup{
	top: 45px;
}
.hoversc05{
	padding: 10px 0;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}
.hoversc05:hover{
	transform:scale(1.07);
}
.hoversc05:hover .cyclenum{
	transition: transform 0.6s;
	transform-style: preserve-3d;
	transform:rotateY(360deg);
}

/*  ***************sc06***********  */
.sc06{
	background:url("../img/bg02.jpg") top/cover no-repeat;
	background-size:100% 220%;	
}
.sc06 .tit{
	padding: 30px 0;
    width: 70%;
    color: #fff;
	background:linear-gradient(120deg, #541513, #8D5027, #CB9552, #CB9552, #D7B189,#9C530D);
}
.sc06 .tit span {
	color:#fff;
}
.sc06 .tit h5 {
	text-align: right;
    width: 90%;
    font-size: 15px;
	padding-top: 15px;
}
.sc06 .tit h5 a{
    text-align: center;
    width: auto;
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 1px 10px;
    font-weight: bold;
}
.sc06 .contenttext{
	position:relative;
	display: flex;
    justify-content: center;
}
.itemboard{
	width: 70%;
	margin: 0 auto;
	text-align:center;
}
.bitme{
	height:120px;
	display: flex;
    align-items: center;
	justify-content: center;
    color: #fff;
    font-weight: bolder;
    letter-spacing: 2px;
}
.bitme:nth-child(1){
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("../img/p2sc06_01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bitme:nth-child(2){
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("../img/p2sc06_02.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bitme:nth-child(3){
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("../img/p2sc06_03.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bitme:nth-child(4){
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("../img/p2sc06_04.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bitme:nth-child(5){
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("../img/p2sc06_05.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bitme:nth-child(6){
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("../img/p2sc06_06.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bitme:nth-child(7){
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("../img/p2sc06_07.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*  ***************sc07***********  */
.sc07 .tit{
	padding:30px 0 ;
}
.sc07 .contenttext{
	display:flex;
	flex-direction: column;
    align-items: center;
	margin-bottom: 80px;
}

.sc07 label{
    width: 80%;
    font-size: 24px;
    font-weight: 900;
    border-left: 3px solid #000;
    padding-left: 10px;
    line-height: 25px;
    padding-bottom: 3px;
    margin: 40px 0;
}
.sc07 span{
	color: #949596;
    text-align: left;
    width: 60%;
    font-weight: bolder;
    font-size: 15px;
}

ul.compboard{
	width:80%;
	margin:0 auto;
	padding: 0;
	/* display: flex;
    justify-content: space-between; */
	margin: 5px 0;
}
ul.compboard li{
	display:inline-block;
	width: 32.9%;
    text-align: center;
	padding:5px 0;
	font-weight: bold;
    margin: 0 3px 3px 0;
		font-size: 18px;
}
ul.compboard:nth-child(2n) li:nth-child(2n),ul.compboard:nth-child(2n-1) li:nth-child(2n-1){
	background:#9BB2BC;
	color:#435561;
}
ul.compboard:nth-child(2n) li:nth-child(2n-1),ul.compboard:nth-child(2n-1) li:nth-child(2n){
	background:#435561;
	color:#fff;
}

/*  *************** sc08 ***********  */
.sc08 .container{
	width:100% !important;
	max-width:100% !important;
	padding:0 !important;
	margin:0 !important;
}
.sc08 .tit{
	margin:50px 0 110px 0;
}
.tabbg00{
    width: 100%;
    height: 80px;
    background: #9F7F3B;
    transform: skewY(2deg);
}
.tabbg01{
    width: 100%;
    height: 100px;
    background: #F5C93A;
    transform: skewY(-2deg);
}
.pagetab{
	position:relative;
	
}
.pagetab div{
	position:absolute;
	width: 100%;
}
.tabboard{
	margin-top:-55px;
}
.pagetab ul{
	width: 80%;
	display:flex;
	margin:auto;
}
.pagetab li{
	width: 23%;
}
.pagetab li div{
	background:linear-gradient(135deg, #9F7F3B, #9F7F3B ,#F5C93A,#F5C93A);
	border-radius:20px;
	height: 120px;
	padding: 15px 0 0 20px;
	cursor: pointer;
	color:#fff;
	box-shadow: 0 0 10px -3px black;
	font-weight:bolder;
	transition: margin-top 0.3s ease-in-out;
}
.pagetab li:not(:first-child){
	margin-left:-8%;
}
.pagetab li:nth-child(2) div{
	background:linear-gradient(135deg, #D39731, #D39731 ,#F5C93A,#F5C93A);
}
.pagetab li:nth-child(3) div{
	background:linear-gradient(135deg, #CF762F, #CF762F ,#F5C93A,#F5C93A);
}
.pagetab li:nth-child(4) div{
	background:linear-gradient(135deg, #C54D2E, #C54D2E ,#F5C93A,#F5C93A);
}
.pagetab li:nth-child(5) div{
	background:linear-gradient(135deg, #8C3E2C, #8C3E2C ,#F5C93A,#F5C93A);
}
.pagetab li:nth-child(6) div{
	background:linear-gradient(135deg, #431100, #431100 ,#A6753D,#A6753D);
}
.pagetab li div:hover,.pagetab li div.active{
	margin-top: -25px;
	transition: margin-top 0.3s ease-in-out;
}

.pagetab li span{
	padding-left:10px;
	border-left:2px solid #fff;
	display: flex	;
	line-height: 15px;
}
.sc08 .contenttext{
	width:100%;
	background:linear-gradient(to bottom, #F5C93A,#F5C93A,#F5C93A,#9F7F3B);
    position: relative;
	z-index: 1;
	margin-top: 140px;
    padding-top: 20px;
}
.sc08 .contenttext .itemlist{
	width:80%;
	margin:auto;
}
.sc08 .contenttext a{
	text-decoration:none;
	color:#4C4948;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.sc08 .contenttext .item{
	position:relative;
	padding-bottom:30px;
}
.sc08 .contenttext .item .eventpic img{
	border:5px solid #fff;
	border-radius:20px;
}
.sc08 .contenttext .item .eventpic img{
	width:100%;
}
.sc08 .contenttext .item:first-child .eventpic img{
	width:60%;
}
.sc08 .contenttext .item .eventtextbox{
	padding-top:10px;
}
.sc08 .contenttext .item .eventtextbox .eventCat{
	width:fit-content;
	background:#CF762F;
	padding:3px 25px;
	color:#fff;
	position: relative;
    overflow: hidden;
}
.sc08 .contenttext .item .eventtextbox .eventCat.tagnum_01{background:#D39731;}
.sc08 .contenttext .item .eventtextbox .eventCat.tagnum_02{background:#CF762F;}
.sc08 .contenttext .item .eventtextbox .eventCat.tagnum_03{background:#C54D2E;}
.sc08 .contenttext .item .eventtextbox .eventCat.tagnum_04{background:#8C3E2C;}
.sc08 .contenttext .item .eventtextbox .eventCat.tagnum_05{background:#431100;}

.sc08 .contenttext .item .eventtextbox .eventCat::after{
	content: '';
    width: 120%;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    display: block;
    position: absolute;
    top: 0;
    left: -55px;
    transform: skewY(-40deg);
    overflow: hidden;
}
.sc08 .contenttext .item .eventtextbox .eventTitle,
.sc08 .contenttext .item .eventtextbox .eventText{
	color:#4C4948;
	font-weight: 600;
	padding-top: 5px;
	line-height: 17px;
	font-size: 13px;
}
.sc08 .contenttext .item .eventtextbox .eventText span{
	padding-right:5px;
	color:#fff;
	letter-spacing:1px;
}
.sc08 .contenttext .item:first-child .eventtextbox .eventText span{
	color:#9F7F3B;
}
.sc08 .contenttext .item:first-child .eventtextbox{
		width: 45%;
    background: rgba(255, 255, 255, 0.77);
    padding: 25px 34px;
    border-radius: 20px;
    box-shadow: 0 0 10px -3px black;
    position: absolute;
    right: 0;
    bottom: 15%;
}
.sc08 .contenttext .item .eventtextbox .eventTitle{
    font-size: 17px;
    font-weight: 800;
}
.sc08 .nodata{
	height: 300px;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
	color:rgb(39,48,55);
}

/*  *************** sc09 ***********  */
.sc09{
	background:linear-gradient(to bottom, rgba(45,45,45,0.86), rgba(45,45,45,0.86)), url("../img/p2sc06_06.jpg") top/cover no-repeat;
	margin-top:40px;
}
.sc09 .tit,.sc09 .tit span{
	color:#fff;
}
.sc09 .tit{
	padding:80px 0 ;
}
.sc09 .contenttext{
	width:90%;
	margin: auto;
	display:flex;
}
.cboard {
	width:50%;
	height:330px;
	position:relative;
}
.cboard div{
	position:absolute;
}
.topcup{
	width: 60%;
    height: 30px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-radius: 30px 0 0 0;
    box-shadow: -3px -3px 5px 0px rgba(45, 45, 45, 1), inset 6px 6px 10px -4px rgba(45, 45, 45, 1);
	top: 18%;
}
.circleicon{
	width:130px;
	height:130px;
	border:2px solid #fff;
	border-radius:50%;
	display:flex;
	align-items: center;
    justify-content: center;
	box-shadow: 3px 3px 10px 5px rgba(45, 45, 45, 1),inset 3px 3px 10px 5px rgba(45, 45, 45, 1);
	right: 10%;
}
.circleicon img{
	width: 50%;
}
.bottomcup{
	width: 80%;
    border-left: 2px solid #fff;
    height: 40%;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 0 0 30px 30px;
    top: 50%;
	box-shadow: -13px 6px 15px -7px rgba(45, 45, 45, 0.8),
				11px 13px 15px -7px rgba(45, 45, 45, 0.8),
				inset -9px -14px 11px -10px rgba(45, 45, 45, 0.8),
				inset 10px -8px 15px -10px rgba(45, 45, 45, 0.8);
}
.textbox{
	width: 80%;
    height: 70%;
    top: 20%;
}
.cboard .textbox h5{
	color: #fff;
    padding-left: 15px;
    border-left: 5px solid #fff;
    margin-left: 50px;
    margin-top: 50px;
		height: 50px;
    display: flex;
    align-items: center;
}
.cboard .textbox span{
	font-size:90px;
	color:#E3AC00;
	font-weight:1000;
	text-shadow:0 0 20px rgba(0,0,0,0.7);
}
.cboard .textbox span.num{
	font-family: "DM Sans";
	margin-left: 50px;
    margin-top: 30px;
	letter-spacing:2px;
	margin-right:10px;
}
.cboard .textbox span.unix{
	font-size:30px;
	
}

/*  *************** sc10 ***********  */
.sc10 ,.sc11{
	margin-top:60px;
}
.sc10 .container{
	position: relative;
}
.sc10 .contenttext,.sc11 .contenttext{
	width:600px;
	margin: 70px 0;
	position:relative;
	display: flex;
    justify-content: center;
    align-items: center;
}
.sc10 .donuttit,.sc11 .donuttit{
	position:absolute;
	text-align:center;
	font-family: "DM Sans";
	font-size:20px;
	font-weight:bolder;
	margin-top: 30px;
	z-index: 100;
}
.sc10 .donuttit h5,.sc11 .donuttit h5{
	font-size: 22px;
	font-weight: bolder;
	letter-spacing: 0;
	line-height: 24px;
}
.sc10 .donuttit span,.sc11 .donuttit span{
	font-size: 80px;
	font-weight: 1000;
	line-height: 70px;
	padding-right: 0;
}

.sc10 .sc_content,.sc11 .sc_content{
	position:relative;
	display: flex;
    justify-content: center;
	cursor:pointer;
}
.sc10 .Donut10Context,.sc11 .Donut11Context{
	position:absolute;
	width:100%;
}

.sc10 .Donut10Context label,.sc11 .Donut11Context label{
	font-family: "DM Sans";
	color:#fff;
	border-radius:30px;
	padding:3px 15px;
	font-size:16px;
	text-align: center;
	line-height: 16px;
}
.sc10 .Donut10Context span,.sc11 .Donut11Context span{
	font-family: "DM Sans";
	font-size:60px;
	margin:0 10px;
	line-height: 60px;
}
.sc10 .Donut10Context div,.sc11 .Donut11Context div{
	font-weight:bolder;
	width:35%;
	position: absolute;
}
.sc10 .Donut10Context div div{
	width:80%;
}
.sc10 .Donut10Context div div:hover,.sc10 .Donut10Context .hovered,
.sc11 .Donut11Context div div:hover,.sc11 .Donut11Context .hovered{
	transform:scale(0.9);
	cursor:pointer;
}
.c10cont01,.c10cont02,.c10cont03{
	right: 90px;
	text-align:right;
}
.c10cont01{
	top:120px;
	color:rgba(237, 188, 116, 1);
}
.c10cont01 div{
	border-bottom:1px solid rgba(237, 188, 116, 1);
}
.c10cont01 label{
	background:rgba(237, 188, 116, 1);
}
.c10cont02{
	right:-20px;
	top:340px;
	color:rgba(223, 164, 76, 1);
}
.c10cont02 div{
	border-bottom:1px solid rgba(223, 164, 76, 1);
}
.c10cont02 label{
	background:rgba(223, 164, 76, 1);
}
.c10cont03{
	top:500px;
	color:rgba(198, 134, 48, 1);
}
.c10cont03 div{
	border-bottom:1px solid rgba(198, 134, 48, 1);
}
.c10cont03 label{
	background:rgba(198, 134, 48, 1);
}
.c10cont04{
	top:500px;
	left:150px;
	color:rgba(153, 91, 16, 1);
}
.c10cont04 div{
	border-bottom:1px solid rgba(153, 91, 16, 1);
}
.c10cont04 label{
	background:rgba(153, 91, 16, 1);
}
.c10cont05{
	top:330px;
	left:90px;
	color:rgba(90, 51, 6, 1);
}
.c10cont05 div{
	border-bottom:1px solid rgba(90, 51, 6, 1);
}
.c10cont05 label{
	background:rgba(90, 51, 6, 1);
}
.c10cont06{
	top:200px;
	left:90px;
	color:rgba(68, 37, 6, 1);
}
.c10cont06 div{
	border-bottom:1px solid rgba(68, 37, 6, 1);
}
.c10cont06 label{
	background:rgba(68, 37, 6, 1);
}
.c10cont07{
	top:120px;
	left: 270px;
	color:rgba(45, 24, 5, 1);
}
.c10cont07 div{
	border-bottom:1px solid rgba(45, 24, 5, 1);
}
.c10cont07 label{
	background:rgba(45, 24, 5, 1);
}
.c10cont08{
	top: 0px;
	left: 235px;
	text-align: center;
	width: 25% !important;
	color:rgba(10, 5, 1, 1);
}
.c10cont08 div{
	border-bottom:1px solid rgba(10, 5, 1, 1);
}
.c10cont08 label{
	background:rgba(10, 5, 1, 1);
}
.c10cont08 div:after{
	content: "";
    height: 100px;
    border-left: 1px solid rgba(10, 5, 1, 1);
    position: absolute;
    right: 0;
    bottom: -100px;
}
.c10cont09{
		top: -35px;
    right: 30%;
    text-align: center;
    width: 22% !important;
		color:rgba(224, 181, 130, 1);
}
.c10cont09 div{
	border-bottom:1px solid rgba(224, 181, 130, 1);
}
.c10cont09 label{
	background:rgba(224, 181, 130, 1);
}
.c10cont09 div:after{
	content: "";
    height: 90px;
    border-left: 1px solid rgba(224, 181, 130, 1);
    position: absolute;
    left: 0;
    bottom: -90px;
}
.inhover, .inhover label{
	cursor:pointer;
}
.venBoxCycle
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
	display: flex;
    align-items: center;
    justify-content: center;
	/* visibility: hidden; 預設為隱藏 */
	z-index: 200;
}
.venBoxCycle .pieBox{
	width: 70%;
	height: fit-content;
	background:rgba(0,0,0,0.95);
	padding-bottom:20px;
}
.venBoxCycle .pText{
	width: 95% !important;
}
.venBoxCycle ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    padding-left: 10px;
}
.venBoxCycle li{
		text-align: left;
		width: 20%;
		margin: 15px 0;
		border-left: 12px solid #fff;
		padding-left: 10px;
		cursor:pointer;
		font-weight: bold;
		letter-spacing: 0px;
		font-size: 14px;
		display: flex;
    align-items: center;
}
.venBoxCycle li.longname{
	width: 40%;
}
.venBoxCycle .pieBox .close-popup{
	top: 7%;
}
.venBoxCycle li:hover{
	border-left: 15px solid rgba(198, 134, 48, 1);
    padding-left: 12px;
	transform:scale(1.1);
	color:rgba(198, 134, 48, 1);
}

/*  *************** sc11 ***********  */
.sc11 .Donut11Context div div{
	width:80%;
}
.sc11 .container{
	position: relative;
}
.c11cont01,.c11cont02{
	right:23%;
	text-align:right;
}
.c11cont01{
		top: -50px;
    color: rgba(62, 117, 107, 1);
    width: 23% !important;
}
.c11cont01 div{
	border-bottom:1px solid rgba(62, 117, 107, 1);
}
.c11cont01 label{
	background:rgba(62, 117, 107, 1);
}
.c11cont01 div:after{
	content: "";
    height: 90px;
    border-left: 1px solid rgba(62, 117, 107, 1);
    position: absolute;
    left: 0;
    bottom: -90px;
}
.c11cont02{
	right:-2%;
	top:200px;
	color:rgba(93, 165, 151, 1);
}
.c11cont02 div{
	border-bottom:1px solid rgba(93, 165, 151, 1);
}
.c11cont02 label{
	background:rgba(93, 165, 151, 1);
}
.c11cont03{
	top:440px;
	left:5%;
	color:rgba(11, 148, 155, 1);
}
.c11cont03 div{
	border-bottom:1px solid rgba(11, 148, 155, 1);
}
.c11cont03 label{
	background:rgba(11, 148, 155, 1);
}
.c11cont04{
    top: 100px;
    left: 10%;
	color:rgba(33, 193, 193, 1);
}
.c11cont04 div{
	border-bottom:1px solid rgba(33, 193, 193, 1);
}
.c11cont04 label{
	background:rgba(33, 193, 193, 1);
}

/*  *************** sc12 ***********  */
.sc12{
	background:linear-gradient(to bottom, rgba(45,45,45,0.86), rgba(45,45,45,0.86)), url("../img/p2sc06_05.jpg") top/cover no-repeat;
	margin-top:80px;
	padding-bottom: 50px;
}
.sc12 .contenttext{
	display: flex;
	justify-content: center;
}
.sc12 .contenttext .dboard{
	color:#fff;
	padding:0 20px;
	font-family: "DM Sans";
}
.sc12 .contenttext .block01{
	width:30%;
}
.sc12 .contenttext .dboard .textbox{
	width: 100%;
	height:unset;
	text-align: center;
}
.sc12 .contenttext .dboard .iconPic ,.sc12 .contenttext .dboard.block01 .textbox{
	text-align: center;
}
.sc12 .contenttext .dboard .iconPic img{
	width: 100px;
	padding: 70px 0 30px 0;
}
.sc12 .dboard span{
	font-size: 45px;
	color:#E3AC00;
	text-shadow: 0 2px 8px rgba(0,0,0,0.7);
}
.sc12 h5{
	font-size: 15px;
	padding: 3px 0 10px 0;
	text-align: center;
	border-bottom: 3px solid #fff;
}
.sc12 h5 span{
	font-size: 12px !important;
	color:#fff !important;
}
.sc12 .block01 h5{
	font-size: 18px;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 25px;
    padding-top: 20px;
	border-bottom: 0;
}

/*  *************** sc13 ***********  */
.sc13 .tit{
	padding-top: 30px;
}
.stit{
	width:100%;
	text-align:center;
	position: relative;
}
.stit:after,.stit:before{
    content: "";
    width: 100%;
    height: 0;
		border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 320px solid #949596;
    position: absolute;
    bottom: 10px;
    left: 0;
}
.stit:after{
	transform:scaleX(-1);
	right: 0 !important;
}
.buttongroup{
	display:flex;
	justify-content: space-around;
	font-weight: bold;
	padding-top: 10px;
}
.buttongroup img{
	height: 23px;
	border-right: 1px solid #000;
	padding-right: 10px;
	margin-right: 10px;
}
.buttongroup div{
		border: 1px solid #000;
		border-radius: 3px;
		padding: 10px 20px;
		cursor: pointer;
		margin: 0 5px;
		display: flex	;
    font-size: 15px;
    align-items: center;
    text-align: left;		
}
.buttonB .buttongroup div{
		padding: 10px 10px;
		font-size: 13px;
}
.buttonB .buttongroup div:first-child img{
		height: 27px;
}
.buttongroup div:hover,.buttongroup div.active{
	border: 0;
	color:#fff;
	background:linear-gradient(to right, #F5C93A, #9F7F3B);
	padding: 11px 21px;
}
.buttongroup div:hover img,.buttongroup div.active img{
	filter: invert(100%);
}
.infblock{
    text-align: left;
}
.textit{
	width: 100%;
    padding: 50px 0 10px 0;
    border-bottom: 3px solid #000;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 15px;
}
.infortext{
	padding: 10px 0 50px 0;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.5s ease;
	height: 500px;
	display:none;
}
.sc14 .course_taxg ul li{
	letter-spacing:0;
}
.courseItem .course_title {
    text-align: unset;
}

.courseItem .course_title span {
    white-space: nowrap;
}
.courseItem {
    cursor: unset;
}

@media screen and (max-width: 1500px) {
	.sc06 .tit {
    width: 80%;
	}
	.sc10 .Donut10Context div, .sc11 .Donut11Context div {
		width:45%;
	}
	.c10cont01,.c10cont03{
		right:-50px;
	}
	.c10cont02 {
		right: -120px;
	}
	.c10cont04 {
		left:30px;
	}
	.c10cont05,.c10cont06 {
		left: -20px;
	}
	.c10cont07 {
		left: 165px;
	}
	.c10cont08 {
		left: 15%;
		width: 30% !important;
	}
	.c10cont09 {
		right: 22%;
		width: 30% !important;
	}
	.c11cont02{
		right: -12%;
	}
	.c11cont03{
		left: -6%;
	}
	.c11cont04 {
		left: 5%;
	}
	.itemboard {
		width: 90%;
	}
}
@media screen and (max-width: 1280px) {
	.sc03 .tit {
		width: 95%;
	}
	.sc03 .sc_content{
		width:95%;
	}
	.g_header {
			width: 95%;
	}
	.g_header .nav_area .nav_content .nav_cnt .menubtn li a {
		padding: 0 8px;
	}
	.g_header .nav_area .nav_content .nav_cnt li {
		padding: 10px 3px;
	}
	.g_header .nav_area .nav_content .nav_cnt ul {
		margin-right: -10px;
	}
	.sc06 .tit,.itemboard {
		width: 80%;
	}
	.sc13 .itemboard {
        width: 100%;
    }
	ul.compboard,.sc07 label,.sc07 span {
		width: 85%;
	}
	.sc08 .contenttext .itemlist {
		width: 90%;
	}
	.sc08 .contenttext .item:first-child .eventtextbox {
		width: 45%;
	}
	.pagetab ul {
		width: 90%;
	}
	.sc09 .container {
		width: 90%;
		max-width:90%;
	}
	.sc09 .contenttext {
		width: 100%;
	}
	.sc10 .Donut10Context div {
        width: 55%;
    }
	.sc11 .Donut11Context div {
        width: 60%;
    }
	.inhover{
		transform:scale(0.8);
	}
	.c10cont09 ,.c10cont08 {
				width: 35% !important;
	}
	.c10cont01, .c10cont03 {
				right: -100px;
	}
	.c10cont02 {
				right: -190px;
	}
	.c10cont04 {
				left: -25px;
	}
	.c10cont05, .c10cont06 {
				left: -80px;
	}
	.c10cont07 {
				top: 110px;
				left: 0;
	}
	.c10cont08 {
		left: 10%;
	}
	.c11cont01 {
		width: 27% !important;
	}
	.c11cont02 {
        right: -18%;
    }
	.c11cont03 {
		top: 515px;
	}
	.sc10box.venBoxCycle .pieBox {
		width: 95%;
	}
	.sc11box.venBoxCycle .pieBox {
		width: 85%;
	}
	.sc12 .container {
		width: 90%;
	}
	.sc12 .contenttext .block01 {
		width: 32%;
	}
	.sc13 .container {
    width: 90%;
	}
	
}
/* 平板版 */
@media screen and (max-width: 1080px) {
	.sc01 .sc_content ul.sc01lidesc li:first-child, .sc01 .sc_content ul.sc01lidesc li:last-child{
		width: 8vw;
	}
	.g_header {
		width: 95%;
	}
	.g_header .nav_area .nav_content .nav_cnt .menubtn li a {
		padding: 0 5px;
	}
	.g_header .nav_area .nav_content .nav_cnt li {
		padding: 10px 0;
	}
	.g_header .nav_area .nav_content .nav_cnt ul {
		margin-right: -10px;
		margin-left: 50px;
		margin-top: 1%;
	}
	.sc01 .sc_content ul {
		width: 100%;
	}
	.sc08 .contenttext .item:first-child .eventtextbox {
		width: 45%;
	}
	.pagetab ul {
        width: 100%;
	}
	#Chart10,#Chart11{
		transform:scale(0.9);
	}
	.sc10 .donuttit h5, .sc11 .donuttit h5 {
    font-size: 19px;
    line-height: 22px;
	}
	.c10cont01, .c10cont03 {
		right: -130px;
	}
	.c10cont02 {
		right: -200px;
	}
	.c10cont02 {
		right: -200px;
	}
	.c10cont07 {
		top: 110px;
	}
	.c10cont08 {
		top: 10px;
		left: 10%;
		width: 38% !important;
	}
	.c10cont09 {
		top: -15px;
	}
	
	.sc11 .Donut11Context div {
		width: 70%;
	}
	.c11cont01 {
    top: -10px;
	}
	.c11cont02 {
		right: -27%;
	}
	.c11cont03 {
		top: 515px;
		left: -13%;
	}
	.sc10box.venBoxCycle .pieBox {
		width: 100%;
	}
	.sc11box.venBoxCycle .pieBox {
		width: 100%;
	}
	.sc12 .container {
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.sc06 .container ,.sc07 .container {
			width: 100%;
			max-width: 100%;
	}
	.sc08 .contenttext .itemlist {
        width: 60%;
    }
	.sc08 .contenttext .item .eventpic,.sc08 .contenttext .item .atitle {
		width: 50%;
	}
	.sc08 .contenttext .item .eventpic{
		padding-top: 10px;
	}
	.sc08 .contenttext .item .atitle{
		padding-left:15px;
	}
	.sc08 .contenttext .item:first-child .eventpic img ,.sc08 .contenttext .item:first-child .eventpic ,.sc08 .contenttext .item:first-child .atitle{
		width: 100%;
	}
	.sc08 .contenttext .item:first-child .atitle{
		padding-left:0;
	}
	.sc08 .contenttext .item:first-child .eventtextbox {
		width: 100%;
		position:unset;
		background: unset; 
		padding: unset; 
		box-shadow: unset; 
		padding-top: 10px; 
	}
	.pagetab li:not(:first-child) {
		margin-left: -6%;
	}
	.sc09 .contenttext {
		flex-direction: column;
	}
	.sc09 .cboard {
		width: 100%;
		padding-left: 50px;
	}
	.sc09 .cboard .textbox h5 br{
		display: none;
	}
	#Chart10,#Chart11{
		transform:scale(0.8);
	}
	.sc10 .donuttit h5, .sc11 .donuttit h5 {
		font-size: 16px;
		line-height: 16px;
	}
	.inhover{
		transform:scale(0.7);
	}
	.sc10 .Donut10Context div,.sc11 .Donut11Context div  {
        width: 70%;
    }
	.sc10 .Donut10Context div div:hover, .sc10 .Donut10Context .hovered, .sc11 .Donut11Context div div:hover, .sc11 .Donut11Context .hovered {
			transform: scale(0.6);
			cursor: pointer;
	}
	.c10cont01, .c10cont03 {
        right: -160px;
    }
	.c10cont01 {
		top: 150px;
	}
	.c10cont02 {
		right: -200px;
	}
	.c10cont03 {
			top: 465px;
	}
	.c10cont04 {
		top: 470px;
		left: -50px;
	}
	.c10cont05, .c10cont06 {
        left: -110px;
    }
	.c10cont06 {
		top: 230px;
	}
	.c10cont07 {
		top: 140px;
		left: -60px;
	}
	.c10cont08 {
			top: 45px;
			left: 5%;
	}
	.c10cont09 {
			top: 20px;
			right: 15%;
	}
	.c10cont09, .c10cont08 {
		width: 46% !important;
	}
	.venBoxCycle .pieBox{
		width: 90%;
	}
	.c11cont01 {
        width: 35% !important;
    }
	.c11cont01 {
		top: 40px;
		right: 15%;
	}
	.c11cont02 {
		right: -30%;
	}
	.c11cont03 {
		top: 490px;
		left: -20%;
		width: 80% !important;
	}
	.c11cont04 {
		left: -10%;
		top: 150px;
	}
	.sc13 .container {
		width: 100%;
		max-width: 100%;
	}
	.sc12 h5 {
		font-size: 14px;
	}
	.sc12 .contenttext .dboard {
		padding: 0 10px;
	}
	.sc10box.venBoxCycle .pieBox {
		width: 100%;
	}
	.sc11box.venBoxCycle .pieBox {
		width: 100%;
	}
	.sc11box.venBoxCycle .pieBox li{
		font-size: 14px;
	}
}

@media screen and (max-width: 835px) {
	body.no-scroll {
	  overflow: hidden; /* 禁止滾動 */
	}
	.g_kv .kvtit,.g_kv .kvtit.text-shadow{
		font-size: 28px;
		line-height: 35px;
		padding-left: 35px;
	}
	.g_kv .kvtit span,.g_kv .kvtit.text-shadow span {
    font-size: 18px;
    line-height: 16px;
	}
	.tit {
		font-size: 27px;
	}
	.container, .container-md, .container-sm {
			max-width: 90%;
			width: 90%;
	}
	.g_header .nav_area .nav_content .menu{
		display:none;
        width: 110%;
        height: 110vh;
        position: fixed;
        top: -5px;
        left: -20px;
		background:rgb(255, 255, 255, 0.95);
		z-index: 100;
	}
	.nav_content{
		padding-left:80px;
	}
	.nav_hamberger {
		width: 60px;
		height: 53px;
		cursor: pointer;
		position: absolute;
		display: inline-block;
		background: rgb(255, 255, 255, 0);
		margin-left:20px;
		margin-top:10px;
        top: -5px;
        left: -25px;
        z-index: 200;
	}
	.nav_hamberger div {
		position: absolute;
        width: 70%;
        height: 5px;
        background-color: #0c355b;
        transition: 0.3s;
        margin: auto;
        left: 15%;
	}
	.nav_hamberger .bar1 {
		top: 12px;
	}
	.nav_hamberger .bar2 {
		top: 24px;
	}
	.nav_hamberger .bar3 {
		top: 36px;
	}
	/* 漢堡圖標轉為關閉按鈕 */
	.nav_hamberger.active .bar1 {
		transform: rotate(45deg);
		top: 24px;
	}
	.nav_hamberger.active .bar2 {
		opacity: 0;
	}
	.nav_hamberger.active .bar3 {
		transform: rotate(-45deg);
		top: 24px;
	}
	.g_header .nav_area .nav_content .nav_cnt li {
		float: unset;
    padding: 20px;
		font-size: 26px;
	}
	.g_header .nav_area .nav_content .nav_cnt .menubtn li a {
        padding: 0 20px;
		border-left:0 !important;
    }	
	.zindex{
		position: relative;
		z-index:-1;
	}
	.sc03 .contenttext {
		padding: 80px 0;
		display: flex;
		flex-direction: column;
	}
	.sc03 .tit {
        width: 100%;
    }
	.sc03 .contenttext .sc03bk{
		display:inline-block;
		width: 80%;
		height: 420px;
		margin: 0 auto;
		color: #fff;
		border-radius: 15px;
		padding-top: 0px;
		box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.4);
		padding-left: 20px;
		position: relative;
		margin-bottom:30px;		
	}
	.sc03 .contenttext .boxtitle {
		width: 80%;
		text-align: left;
		padding-top: 15px;
		padding-bottom: 10px;
	}
	.sc03 .contenttext .boxtitle div {
		width: 100%;
		border-radius: 15px;
		padding-top: 0px;
		padding-left: 20px;
		box-shadow:unset;
		background:unset !important;
		line-height: 40px;
	}
	.sc03 .contenttext .boxtitle div br{
		display: none;
	}
	.boxtitleimg img{
		display:none;
	}
	.boxtitleimgout{
		position: absolute;
        right: 10%;
        top: 7%;
		width: 84px;
        height: 84px;
        display: flex;
        align-items: center;
        border: 2px solid #fff;
        justify-content: center;
		border-radius:50%;
	}
	.boxtitleimg{
		width:70px;
		height:70px;
		border: 1px solid #fff;
		border-radius:50%;
		background-size: 90%;
	}
	
	.sc03bk01{
	background: linear-gradient(135deg, #f5c93a, #e8b957, #e8b957, #e8b957, #9f7f3b);
	}
	.sc03bk02{
		background:linear-gradient(135deg, #6496ae, #007fac, #007fac, #194d57);
	}
	.sc03bk03{
		background:linear-gradient(135deg, #00878b, #00798b, #00798b, #003344);
	}
	.sc03bk01 .boxtitleimg{
		background:url("../img/sc03img01.png") center/cover no-repeat;
		background-size: 78%;
	}
	.sc03bk02 .boxtitleimg{
		background:url("../img/sc03img02.png") center/cover no-repeat;
		background-size: 65%;
	}
	.sc03bk03 .boxtitleimg{
		background:url("../img/sc03img03.png") center/cover no-repeat;
		background-size: 50%;
	}
	.sc03 .contenttext .boxtext {
		width: 90%;
	}
	.sc03 .contenttext .boxtext{
		color:#1c1c1c;
	}
	.sc03 .contenttext .boxtext ul{
		font-size: 18px;
	}
	.sc03 .contenttext .boxtext li {
		border-bottom: 2px dashed rgba(28,28,28,0.5);
		padding: 8px 0;
		margin-left: 20px;
	}
	.sc03 .contenttext .drowline {
		width: 5%;
		height: 50%;
        position: absolute;
        right: 20px;
        bottom: 35px;
	}
	.drowline .line {
		background: #fff;
	}
	.drowline .cycle {
		width: 33px;
		height: 33px;
		background: #fff;
		border: 2px solid #fff;
		left: -3px;
	}
	.drowline .cycle div {
		background: #fff;
		border: 4px solid #f4be64;
	}
	.sc03bk02 .drowline .line,.sc03bk03 .drowline .line {
		background: #fff;
	}
	.sc03bk02 .drowline .cycle , .sc03bk03 .drowline .cycle {
		background: #fff;
		border: 1px solid #fff;
	}
	.sc03bk02 .drowline .cycle div{
		background: #fff;
		border: 4px solid #1680a5;
	}
	.sc03bk03 .drowline .cycle div{
		background: #fff;
		border: 4px solid #05526c;
	}
	
	.sliderblock {
		transform: scale(0.7);
	}

	.cycleBoxCycle {
		width: 100%;
	}
	.cycleBoxCycle .pieBox {
		width: 100%;
	}
	.cycleBoxCycle .pTit {
		margin-top: 85px;
	}
	.sc08 .contenttext .itemlist {
        width: 80%;
    }
	.pagetab ul {
		padding-left: 0;
	}
	.pagetab li {
		width: 22%;
	}
	.topcup {
    width: 45%;
	}
	.sc09 .cboard .textbox h5 {
		font-size: 16px;
	}
	.sc09 .cboard .textbox h5 br {
		display: block;
	}
	.sc10 .donuttit span, .sc11 .donuttit span {
    font-size: 60px;
	}
	.sc10 .donuttit h5, .sc11 .donuttit h5 {
		font-size: 14px;
		line-height: 13px;
		margin-bottom: 0;
	}
	.c10cont01, .c10cont03 {
		right: -130px;
	}
	.c10cont02 {
		right: -145px;
		top: 270px;
	}
	.c10cont03 {
		top: 400px;
	}
	.c10cont04 {
		top: 400px;
	}
	.c10cont05 {
		top: 310px;
		left: -75px;
	}
	.c10cont06 {
		left: -75px;
		top: 190px;
	}
	.c10cont07 {
		top: 105px;
		left: -40px;
	}
	.c10cont08 {
		width: 58% !important;
		top: 10px;
		left: -5%;
	}
	
	.c11cont02 {
		top: 130px;
		right: -28%;
	}
	.c11cont03 {
		top: 400px;
		left: -15%;
	}
	.c11cont03 label{
		width: 50%;
	}
	.venBoxCycle .pieBox{
		width: 100%;
	}
	.sc12 .contenttext {
		display: flex;
		align-items: center;
		flex-direction: column;
		padding-bottom:50px;
	}
	.sc12 .contenttext .dboard .iconPic img {
		width: 110px;
		padding: 40px 0 30px 0;
	}
	.sc12 .contenttext .dboard {
		width: 70%;
    }
	.sc12 h5 {
        font-size: 20px;
    }

	#sc13 .bx-wrapper {
		border: none !important; /* 移除白色框框 */
		background: none !important; /* 確保沒有背景色 */
		box-shadow: none !important; /* 避免陰影 */
		margin-bottom:0;
	}
	#sc13 .bx-viewport{
		height:100% !important;
		width: 60% !important;
		margin: auto;
	}
	.buttongroup div{
		display: flex;
		justify-content: center;
		align-items: center;
	} 
	#sc13 .bx-wrapper .bx-controls-direction a{
		border-radius:20%;
		width: 30px;
		height: 30px;
		background: url('../img/arrow.png') center/cover no-repeat,linear-gradient(to bottom, rgba(59,59,59,0.35), rgba(59,59,59,0.35));
		background-size: 50%;
		box-shadow:0 0 10px -3px black;
		top: 60%;
	}
	#sc13 .bx-wrapper .bx-controls-direction .bx-prev{
		transform: scaleX(-1);
	}	
}
/* 手機版 */
@media screen and (max-width: 600px) {
	body{
		background-size: 300% 100%;
		background-position-x: center;
	}
	body.page02 {
		background-size: 100% 50%;
	}
	.g_header .nav_area .nav_content .nav_cnt ul {
		margin-right: -10px;
		margin-left: 10px;
		margin-top: 10%;
	}
	.g_kv .kvtit,.g_kv .kvtit.text-shadow{
		font-size:35px;
		line-height: 40px;
		padding-left: 25px;
	}
	.g_kv .kvtit span{
		font-size:20px;
	}
	.bx-wrapper img {
		height: 400px;
		object-fit: cover;
	}
	.nav_content {
		padding-left: 50px;
    }
	.tit span {
		font-size: 15px;
	}
	.tit {
		font-size: 25px;
	}
	.container {
		width: 100%;
	}
	.sc01 .sc_content ul.sc01libtn li{
		font-size:16px;
		padding: 8px 0;
	}
	.sc01 .sc_content ul.sc01lidesc li{
		font-size:20px;
	}
	.sc01 .sc_content ul.sc01lidesc li img {
		width: 100%;
		padding: 5px;
	}
	.sc01 .sc_content ul.sc01lidesc li:first-child, .sc01 .sc_content ul.sc01lidesc li:last-child {
			width: 13vw;
	}
	.sc01 .sc_content ul.sc01lidesc li:nth-child(2){
		font-size: 16px;
		display: flex;
		align-items: center;
	}
	.sc01 .sc_content ul.sc01lidesc li:nth-child(3){
		font-size: 12px;
		display: flex;
		align-items: center;
	}
	.sc01 .sc_content ul.sc01lidesc li:nth-child(4){
		font-size: 16px;
		display: flex;
		align-items: center;
	}
	.sc01 .sc_content ul.sc01lidesc li:first-child {
			left: 43%;
			top: 63%;
	}
	.sc01 .sc_content ul.sc01lidesc li:last-child {
			left: 69%;
			top: 42%;
	}
	.sc01litext{
		font-size: 16px;
	}
	.sc02 .contenttext, .sc04 .contenttext {
		width: 100%;
		height: auto;
	}
	.sc03 {
		background-size: 520% 100%;
        background-position-x: 20%;
	}
	.sc03 .contenttext{
		padding:60px 0;
	}
	.sc03 .contenttext .sc03bk{
		width:100%;
		height: 390px;
	}
	
	.sc03 .contenttext .boxtitle{
		width: 110%;
        text-align: left;
        transform: scale(0.9);
        transform-origin: top left;
	}
	.sc03 .contenttext .boxtitle div{
		padding:0;
	}
	.boxtitleimgout{
		right: 5%;
        top: 5%;
		transform: scale(0.8);
	}
	.sc03 .contenttext .boxtext {
        margin-top: -20px;
    }
	.sc03 .contenttext .boxtext ul{
		font-size: 18px;
	}
	.sc03 .contenttext .sc03bk01 .boxtext li span{
		color:#843a15;
	}
	.sc03 .contenttext .sc03bk02 .boxtext li span{
		color:#cafaff;
	}
	.drowline .cycle{
		left: -8px;
	}
	.pieContext{
		transform: scale(0.7) translateY(0px);
		transform-origin: top center;
	}
	.DonutContext{
		transform: scale(0.66) translateY(4px);
		transform-origin: top center;
	}
	.btnGroup ul {
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding:0;
		width:70%;
	}
	.btnGroup ul li{
		margin:10px 0;	
	}
	.pieBoxCycle  {
		transform: scale(74%) translateY(-30px);
		transform-origin: top center;
		background:radial-gradient(circle, rgba(0,0,0,1),rgba(0,0,0,0.8), rgba(255,255,255,0), rgba(255,255,255,0));
	}
	.pieText div {
        padding-top: 30px;
    }
	.DonutBoxCycle {
		transform: scale(74%) translateY(-30px);
		transform-origin: top center;
		background:radial-gradient(circle, rgba(0,0,0,1),rgba(0,0,0,0.8), rgba(255,255,255,0), rgba(255,255,255,0));
	}
	.sc01 .sc_content ul{
		padding-left:0;
	}
	.btnGroup.btnGroup02 {
		display:flex;
		flex-direction: column;
        align-items: center;
	}
	.sc04_01{
		background-size: 200% 100%;
	}
	.btnGroup.btnGroup02 ul{
		width: 100%;
		display:flex;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.btnGroup.btnGroup02 ul:last-child{
		margin-top:0;
	}
	.sc04_01 .btnGroup a{
		padding: 0 0 0 10px;
		margin: 0 5px;
	}
	.sc06 {
		background: url(../img/bg02.jpg) top / cover no-repeat;
		background-size: 300% 220%;
	}
	ul.compboard li{
		font-size:13px;
		width: 19%;
	}
	ul.compboard li.spcb{
		width: 38.7%;
	}
	ul.board02 li {
		width: 32% !important;
	}
	ul.compboard, .sc07 label,.sc07 span {
        width: 100%;
    }
	.sc08 .contenttext .itemlist {
        width: 95%;
    }
	.sc08 .contenttext .item .eventpic img {
		border: 3px solid #fff;
		border-radius: 10px;
	}
	.pagetab li span {
		padding-left: 5px;
		font-size: 12px;
	}
	.pagetab li div{
	    border-radius: 10px;
		height: 120px;
		padding: 5px 0 0 10px;
	}
	.tabboard {
		margin-top: -40px;
	}
	.pagetab li{
		width:30%;
	}
	.pagetab li:nth-child(2) {
		margin-left: -13%;
	}
	.pagetab li:nth-child(6) {
        width:15%;
    }
	.sc08 .contenttext{
		margin-top: 100px;
	}
	.sc08 .contenttext .item {
		position: relative;
		padding-bottom: 30px;
		border-bottom: 7px double rgba(79,73,72,0.6);
		margin-bottom: 10px;
	}
	.sc09 .tit {
		padding: 60px 0;
	}
	.sc09 .cboard {
        padding-left: 0px;
    }
	.circleicon{
		right: -5%;
		top: -20px;
	}
	.bottomcup,.textbox {
		width: 100%;
	}
	.sc10 .donuttit, .sc11 .donuttit{
		font-size: 10px;
		margin-top: 0;
	}
	.sc10 .donuttit div, .sc11 .donuttit div{
		margin-top: -12px;
	}
	.sc10 .donuttit h5, .sc11 .donuttit h5 {
		line-height: 16px;
        font-size: 15px;
    }
	.sc10 .donuttit span, .sc11 .donuttit span {
		font-size: 25px;
		line-height: 5px;
		padding-right: 3px;
	}
	.sc10 .Donut10Context, .sc11 .Donut11Context{
		width:100%;
		transform: scale(1.08) translateY(15px);
	}
	.sc10 .Donut10Context div, .sc11 .Donut11Context div,
	.sc10 .Donut10Context div div ,.sc11 .Donut10Context div div {
        width: 100%;
    }
	.c10cont01, .c10cont03 {
        right: -110px;
    }
	.c10cont01{
		top: 60px;
	}
	.inhover {
        transform: scale(0.5);
    }
	#Chart10,#Chart11{
		transform: scale(0.65);
	}
	#Chart11{
		transform-origin: top;
	}
	.cboard .textbox span {
		font-size: 70px;
	}
	.cboard .textbox span.num ,.cboard .textbox h5{
		margin-left: 40px;
	}
	.sc10 .Donut10Context div div:hover, .sc10 .Donut10Context .hovered, 
	.sc11 .Donut11Context div div:hover, .sc11 .Donut11Context .hovered {
		transform: scale(0.7);
	}
	.sc10 .Donut10Context br{
		display:unset;
	}
	.c10cont01 {
        right: -65px;
        top: 30px;
    }
	.c10cont02 {
        right: -25px;
        top: 110px;
        width: 50% !important;
	}
	.c10cont03 {
        right: -65px;
        top: 160px;
    }
	.sc10 .contenttext, .sc11 .contenttext {
		margin:0;
	}
	.c10cont04 {
        top: 150px;
        left: -60px;
	}
	.c10cont05 {
        top: 100px;
        left: -30px;
        width: 50% !important;
    }
	.c10cont06 {
        top: 50px;
        left: -80px;
    }
	.c10cont07 {
		top: 30px;
        left: -35px;
    }
	.c10cont08 {
        top: -15px;
        left: 5%;
    }
    .c10cont09 {
		top: -15px;
		right: 22%;
	}

	.venBoxCycle .pieBox,.sc11box.venBoxCycle .pieBox {
		width:100%;
		height: fit-content;
	}
	.venBoxCycle {
		width: 95%;
		height: fit-content;
		top: 60%;
		z-index:200;
	}
	.venBoxCycle .pieText {
		padding-top: 50px;
	}
	.venBoxCycle li {
		width: 33%;
		margin: 8px 0;
		font-size: 12px;
	}
	.venBoxCycle li.longname {
		width: 50%;
	}
	.sc11box {
		top: 30%;
    }
	.sc11box li {
        width: 25%;
        font-size: 12px;
    }
	.c11cont01 {
        width: 85% !important;
        top: -90px;
        right: -23%;
    }
	.c11cont02 {
        width: 110% !important;
        top: -20px;
        right: -37%;
    }
	.c11cont03 {
		width: 115% !important;
		top: 145px;
        left: -15%;
    }
	.c11cont04 {
        top: -40px;
        left: -10%;
    }
	.c11cont03 div {
		border-top: 1px solid rgba(11, 148, 155, 1);
		padding-top: 15px;
		border-bottom:0;
	}
	.sc11 .donuttit{
		margin-bottom: 100px;
	}
	.sc12 .contenttext .dboard {
        width: 95%;
    }
	.sc12 h5 {
        font-size: 17px;
    }
	.stit:after, .stit:before{
		border-top: 2px solid transparent;
		border-bottom: 2px solid transparent;
		border-left: 160px solid #949596;
		left: -10%;
	}
	.stit:after {
		left: 10% !important;
	}
	#sc13 .bx-viewport{
		height:100% !important;
		width: 90% !important;
		margin: auto;
	}
	#sc13 .bx-wrapper img {height: 23px;}
	#sc13 .bx-wrapper .bx-controls-direction a{
		border-radius: 5px;
	}
	#sc13 .bx-wrapper .bx-prev{left:-10%;}
	#sc13 .bx-wrapper .bx-next{right:-10%;}
	
	.footer div:nth-child(1){
		text-align:center;
		border-right:0;
	}
	.footer div.inform{
		justify-content: center;
		margin-top: 0;
	}	
}
@media screen and (max-width: 450px) {
	.g_kv .kvtit, .g_kv .kvtit.text-shadow {
			font-size: 18px;
			line-height: 25px;
			padding-left: 20px;
			top: 55%;
	}
	.g_kv .kvtit span, .g_kv .kvtit.text-shadow span {
		font-size: 15px;
		line-height: 11px;
	}
	.tit {
			font-size: 23px;
	}
	.sc01 .sc_content ul.sc01libtn li {
			font-size: 12px;
			letter-spacing: 0;
			margin: 0;
	}
	.container, .container-md, .container-sm {
			max-width: 100%;
	}
	.pTit img {
			margin-left: 40px;
	}
	.sc05 .tit {
		margin: 50px 0 0 0;
	}
	.pieBox .close-popup{
		top: 20px;
		left: 15px;
	}
	.pieText div {
		width: 90%;
		margin:auto;
	}
	.pText {
		padding-top: 15px !important;
	}
	.sc03 .tit {
			font-size: 22px;
	}
	.sc03 .contenttext .boxtext li{
		margin-left: 0;
	}
	.sc03 .contenttext .boxtext ul{
		padding-right: 10px;
		font-size: 16px;
		line-height: 20px;
		padding-top: 10px;
		letter-spacing: 0;
	}
	.Donutcont01 {
			top: -160px;
			right: -200px;
	}
	.Donutcont02 {
			top: 125px;
			right: -190px;
	}
	.Donutcont03 {
			top: 125px;
			right: 80px;
	}
	.Donutcont04 {
  	  top: -170px;
    	right: 60px;
	}
	.sc04 .pText {
			padding-top: 30px !important;
	}
	.sliderblock {
		width: 100vw; /* 限制寬度為視窗寬度 */
		transform: scale(1);
	}
	.slider-item {
		flex: 0 0 180px; /* 每個項目占寬度的 70% */
	}
	.slider-track {
		justify-content: flex-start;
	}
	.stit:after, .stit:before{
		border-left: 60px solid #949596;
	}
	.sc05 label{
		padding: 5px 10px;
		font-size: 15px;
    line-height: 16px;
		margin-top: 15px;
	}
	.msonly{
		display: unset;
	}
	.sc05 .pieBox .close-popup {
    top: 15px;
    left: 15px;
    width: 15px;
    height: 15px;
		padding: 10px 12px;
	}
	.sc05 .cycleBoxCycle .pTit {
		margin-top: 10px;
	}
	.sc05 .pText {
    width: 85% !important;
		font-size: 15px;
	}
	.sc05 .pText a {
		padding: 2px 10px;
		font-size: 12px;
	}
	.sc05 .pTit img.img07 {
		width: 75px;
		margin-right: 10px;
		margin-left: 0;
	}
	.bitme {
		letter-spacing: 0px;
    font-size: 12px;
	}
	.sc06 .tit {
		font-size: 18px;
	}
	.sc06 .tit h5 {
		font-size: 12px;
	}
	.sc06 .tit, .itemboard {
        width: 100%;
    }
	.sc06 .container{
		padding:0;
	}
	.sc07 label {
		font-size: 20px;
	}
	.sc07 ul.compboard li{
    background: #9BB2BC !important;
    color: #435561 !important;
		width: 49% !important;
	}
	.sc07 ul.compboard li:nth-child(4n+1),
	.sc07 ul.compboard li:nth-child(4n),
	.sc07 ul.compboard li:nth-child(1){
		background: #435561 !important;
		color: #fff !important;
	}
	.venBoxCycle .pieBox .close-popup {
			top: 20px;
			left: 20px;
	}

	.sc10 .Donut10Context, .sc11 .Donut11Context{
		transform:scale(1.11) translateY(10px);
	}
	.sc10 .donuttit div, .sc11 .donuttit div {
		margin-top: 5px;
	}
	.sc10 .donuttit h5, .sc11 .donuttit h5 {
			line-height: 9px;
			font-size: 9px;
	}
	.sc10 .donuttit span, .sc11 .donuttit span {
		font-size: 30px;
	}
	.c10cont02 {
		right: -30px;
	}
	.c10cont03 {
			top: 175px;
			right: -75px;
	}
	.c10cont04 {
		top: 180px;
		left: -70px;
	}
	.c10cont05 {
		top: 125px;
	}
	.c10cont06 {
		top: 70px;
		width: 60% !important;
		left: -35px;
	}
	.c10cont07 {
		top: 20px;
		left: -50px;
	}
	.c10cont08 {
		top: -40px;
		left: -5%;
	}
	.c10cont09 {
			top: -35px;
			right: 22%;
	}
	.sc10 .donuttit, .sc11 .donuttit {
			font-size: 20px;
			margin-top: 20px;
	}
.sc11 .donuttit {
			margin-bottom: 130px;
	}
	.c11cont01 {
		top: -100px;
	}
	.c11cont02 {
		top: -30px;
	}
	.sc10 .Donut10Context div div:hover, .sc10 .Donut10Context .hovered, .sc11 .Donut11Context div div:hover, .sc11 .Donut11Context .hovered {
		transform: scale(0.4);
	}
	.pieText div {
		padding-top: 0;
}
	.pTit {
		padding-top: 20px !important;
	}
	.sc10box.venBoxCycle .pieBox li ,.sc11box.venBoxCycle .pieBox li {
		font-size: 10px;
		padding-left: 5px;
		border-left: 8px solid #fff;
	}
	.sc13 .buttongroup div {
		width: 340px !important;
    /*border: 1px solid #000;*/
		/*background: rgba(255, 255, 255, 0.4);*/
	}
	#sc13 .bx-wrapper .bx-prev {
		left: -5%;
	}
	#sc13 .bx-wrapper .bx-next {
		right: -5%;
	}
	.sc08 .contenttext .item .eventtextbox .eventCat {
    padding: 3px 10px;
    font-size: 13px;
	}
	.sc08 .contenttext .item .eventtextbox .eventTitle {
    font-size: 16px;
		line-height: 15px;
	}
}
/* 小螢幕 3XX */
@media screen and (max-width: 380px) {
    .boxtitleimgout {
        right: 5%;
        top: 13%;
    }
	.pieContext,.DonutContext{
		transform: scale(0.63) translateY(7px);
		transform-origin: top center;
	}
	.pieContext,.DonutContext{
		transform: scale(0.63) translateY(7px);
		transform-origin: top center;
	}
	.pieBoxCycle  {
		transform: scale(65%);
		transform-origin: top center;
		background:radial-gradient(circle, rgba(0,0,0,1),rgba(0,0,0,0.8), rgba(255,255,255,0), rgba(255,255,255,0));
	}
	.DonutBoxCycle {
		transform: scale(66%);
		transform-origin: top center;
		background:radial-gradient(circle, rgba(0,0,0,1),rgba(0,0,0,0.8), rgba(255,255,255,0), rgba(255,255,255,0));
	}
	.sc03 .contenttext .sc03bk{
		height: 400px;
	}
	.Donutcont01 {
		top: -160px;
		right: -200px;
	}
	.Donutcont02 {
			top: 110px;
			right: -190px;
	}
	.Donutcont03 {
			top: 100px;
			right: 80px;
	}
	.Donutcont04 {
			top: -170px;
			right: 45px;
	}
	.sc10 .Donut10Context, .sc11 .Donut11Context{
		transform:scale(0.9) translateY(10px);
	}
    .c10cont02 {
        right: -50px;
    }
		.c10cont03 {
			top: 175px;
			right: -100px;
		}
    .c10cont04 {
        left: -85px;
				top: 190px;
    }
    .c10cont05 {
        left: -60px;
        width: 55% !important;
    }
		.c10cont06 {
			top: 80px;
			left: -50px;
		}
		.c10cont07 {
			top: 30px;
		}
		.c10cont08 {
			top: -30px;
			left: -15%;
			width: 70% !important;
		}
	.sc10 .donuttit, .sc11 .donuttit {
        font-size: 10px;
		margin-top: 10px;
	}
	.sc10 .donuttit div {
			margin-top: 10px;
	}
	.sc11 .donuttit {
		margin-top: 0px;
}
	.sc10 .donuttit h5, .sc11 .donuttit h5 {
		line-height: 8px;
		font-size: 7px;
	}

	.sc11 .donuttit {
        margin-bottom: 0;
    }
	.c11cont02 {
        right: -45%;
    }
    .c11cont03 {
        top: 140px;
        left: -25%;
    }
		.c11cont03 label {
			width: 60%;
		}
    .c11cont04 {
        left: -15%;
    }
    .sc11 .donuttit {
        margin-bottom: 105px;
    }
	.sc11box li {
        width: 33%;
        font-size: 11px;
    }
		.sc13 .buttongroup div {
			width: 290px !important;
		}
}
/* 小螢幕 3XX */
@media screen and (max-width: 365px) {
	ul.compboard li {
		font-size: 12px;
		font-weight: 500;
	}
}


.course_tabbtn ul li.active:after, .course_tabbtn ul li.active:before, .course_tabbtn ul li:hover:after, .course_tabbtn ul li:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -21px;
    width: 8%;
    height: 10px;
    background: #AFAFB0;
}