@charset "utf-8";
:root {
	--body-color: #28221D;
	--main-color: #109583;
	--sub-color: #C01B32;
	--third-color: #FF9638;
	--foruth-color:#939c5a;
	--main-color-dark: #038fa5;
	--cata-color: #526366;
	--sectionpd: 5em;
	--unitcolor:#ffffff;
	/*112px*/
	--rowpd: 4em;
	--titlepd: 1em;
	/*32px*/
	--ppd: 0.5em;
}

@media screen and (min-width: 768px) {
	:root {
		--sectionpd:10em;
		--rowpd: 5em;
		--titlepd: 1.5em;
		--ppd: 1em;
	}
}

ul,
li {
	list-style: none;
}

dd {
	padding-left: 0px;
	float: left;
	margin-left: 0px;
}

* {
	margin: 0;
	padding: 0;
}
.site-blue{
	color:var(--main-color)
}
.site-white{color:#ffffff}
.site-black{color:#000000}
@font-face {
	font-family: 'NotoSansTC';
	src: url("/fonts/NotoSansTC/NotoSansTC-Regular.ttf") format("opentype");
}

@font-face {
	font-family: 'NotoSansTCBold';
	src: url("/fonts/NotoSansTC/NotoSansTC-Bold.otf") format("opentype");
}
@font-face {
	font-family: 'NotoSansTCLight';
	src: url("/fonts/NotoSansTC/NotoSansTC-Light.ttf") format("opentype");
}
@font-face {
	font-family: 'NotoSerifTC';
	src: url("/fonts/NotoSerifTC/NotoSerifTC-Bold.otf") format("opentype");
}


.fontn{
	font-family: 'NotoSansTC', serif;
}
.fontb{font-family:"NotoSansTCBold", serif;}
.ch{font-family: 'NotoSerifTC';}
.en {
	font-family: 'arial', serif;
}
.blue{color:#71B6E5}
.olnum{  counter-reset: item;}
.olnum li{padding-left: 30px;
position: relative;
}
.olnum li:before {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	position: absolute;
	left:0px;
	text-align: center;
	background-color: #D9D9D9;
  /*   content: counters(item, ".") ". "; */
  content: counters(item, ".");
    counter-increment: item
}
/*body------------------------------
------------------------------------*/
body {
	font-size: 1.1em;
	line-height: 1.6;
	min-height: 100vh;
	overflow-y: auto;
	font-weight: normal;
	color: #000000;
	background-color: #e7f0eb;
}

.bodywrapper {
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.section-bigpt {
	z-index: 2;
	margin-bottom: var(--sectionpd)*2;
	margin-top: var(--sectionpd)*2;
}

.pc {
	display: none;
}

.mobile {
	display: block;
}

@media screen and (min-width: 768px) {
	body {
		font-size: 1.1em;
		line-height: 1.8;
	}

	.pc {
		display: block;
	}

	.mobile {
		display: none;
	}

}

/* ---------------------------------------------------------
  Header (.site-header[-*])
----------------------------------------------- */
.site-header {
	padding: 0.75em 1em;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	max-width: 100%;
	
}
.site-header__btn .btn{
	font-weight: bolder;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
	padding-left: 1rem;
	padding-right: 1rem;
	font-family: "NotoSansTC";
	}
/* .site-header.active {
	background-color: #e7f0eb;
	} */

.site-header_logo {
	flex:0 0 auto;
	width:250px;
	margin-right: 5%;
	display: flex;
}

.site-header_nav--in{
	display: flex;
	gap: 10px;
}
.site-heade_in {
	position: relative;
	z-index: 100;
}

.site-header_navcontent {
	min-width: 250px;
	max-width: 100%;
	position: absolute;
	left: -250px;
	top: 0;
	background-color: #000000;
	height: 100vh;
	z-index: 99;
	overflow-y: auto;
	opacity: 0;
	-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	-webkit-transition: 0.6s;
	transition: 0.6s;

}

.site-header_navcontent.active {
	-webkit-clip-path: polygon(-15% 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(-15% 0, 100% 0, 100% 100%, 0 100%);
	-webkit-animation: ani-left 0.5s forwards;
	-moz-animation: ani-left 0.5s forwards;
	-o-animation: ani-left 0.5s forwards;
	animation: ani-left 0.5s forwards;

}

.site-header_ul {
		width: 100%;
	
}

.site-header_li {
	color: #ffffff;
	padding-bottom: 1.5rem;
	position: relative;
	cursor: pointer;
	font-weight: normal;

}
.site-header_li:hover  .ch01{
	-webkit-animation: ani-ch01 0.5s forwards;
	-moz-animation: ani-ch01 0.5s forwards;
	-o-animation: ani-ch01 0.5s forwards;
	animation: ani-ch01 0.5s forwards;
}
.site-header_li:hover  .ch02{
	-webkit-animation: ani-ch02 0.5s forwards;
	-moz-animation: ani-ch02 0.5s forwards;
	-o-animation: ani-ch02 0.5s forwards;
	animation: ani-ch02 0.5s forwards;
}


.site-header_li:hover{
	color: #8ad3c9;
}
.site-header_li--in {
	padding-left: 2.5em;
	padding-right: 2.5em;
	color: #ffffff;	
	letter-spacing: 0.2rem;
	font-family: 'NotoSansTC';
	text-align: center;	
	font-size: 1.1rem;
	height: 28px;
	overflow: hidden;
}
.site-header_li--in .en {
	font-size: 0.8em;
	text-align: left;
}


.site-header_li--in:hover .ch01,
.site-header_li--in:hover .en {
	color: #dbdeba;
}

.site-overlay {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
	display: none;
}

.site-overlay.active {
	display: block;
}

.site-gotop {
	width: 35px;
	height: 35px;;
	cursor: pointer;
	overflow: hidden;
	z-index: 10;
	background-image: url(../img/all/scrolltop.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 35px 35px;
	right: 0.5em;
	position: fixed;
	bottom:1em;
	display: none;
}
.site-gotop.active {display: block;}
/*FOOTER*/
.site-footer {
	position: relative;	
	clear: both;
	color: #ffffff;
	background-color: var(--main-color);
}
.site-footer_in {
	max-width: 1200px;
	position: relative;
	z-index: 2;
	left: 0;
	top: 0;
	gap: 1em;
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-bottom: 5em;
	padding-top: 2em;
}

.site-footer_in a{color: rgba(255,255,255,0.8);}
.site-footer_in a:hover{color: rgba(255,255,255,1);}
.site-footer__gotop {
	margin: 2.5em 0px;
	border-top: solid 1px var(--main-color);
}


.site-social {
	gap: 1em;

}

.site-social_li {
	font-size: 1.5em;
}

.site-paragraph {
	padding-bottom: 0.8rem;
}

.site-title {
	margin-bottom: var(--titlepd);
	text-align: center;
	font-size: 2rem;
	color: var(--main-color);
	line-height: normal;
	text-wrap: nowrap;
}
.site-title .ch{
	color: #000000;
}
.site-title .en{
	font-size: 1.5rem;
}
.site-item{
	font-size: 1.3rem;
	color: #000;
	padding-bottom: 1rem;
	border-bottom: #000 1px solid;
}
.site-item span{ color: var(--main-color);}
.site-title__line{font-size: 1.5rem;
}
.site-title__line:before{
	content:"";
	width: 1px;
	height: 10px;
	background-color: #b7c7e7;
	display: block;
	margin-left: calc(50% - 1px);

}
.container.site-container {
	position: relative;
	padding-left: 2.5em;
	padding-right: 2.5em;
	max-width: 1200px;
	z-index: 2;
}

@media screen and (min-width: 768px) {
.site-item{
	font-size: 1.8rem;	
}
}
/*------------------------------school
-------------------------------------*/
.box-footer__sch{
	flex:0 0 auto;
	width: 100%;
}
.box-footer__sch img{width:75%;}
.box-footer__icon{flex:0 0 auto;
width: 22px;
font-size: 1.5rem;
}
@media screen and (min-width: 450px) {

.box-footer__sch{
	flex:0 0 auto;
	width: 250px;
}
.box-footer__sch img{width: 250px;}
}
@media screen and (min-width: 576px) {
	
	.site-content_mask1 {
		max-width: 250px;
	}
}

@media screen and (min-width: 650px) {

	.box-unit__u {
		padding: 0px 5px;
		display: inline-block;
	}
}

@media screen and (min-width: 768px) {
	.site-footer__units--col {
		margin-bottom: 0.3rem;
	}

	.site-header_navcontent {
		min-width: 280px;
		max-width: 280px;
	}

	
	.site-content_mask1 {
		max-width: 40%;
	}

	.site-header_dl {
		margin: 5em 1em;
	}
	.site-header__btn .btn{
		font-size: 1.3rem;
		padding-left: 2rem;
		padding-right: 2rem;
	
		}
	.site-title {
			font-size: 2.8rem;
	}
		
	.site-title__line:before{	
		height: 30px;
	}
}
/* ---------------------------------------------------------
  Mag
----------------------------------------------- */
#mag {
	margin-top: -5px;
	width: 50px;
	height: 50px;
	background-color: #344946;
	--magcolor: #ffffff;
	--magwidth: 20px;
}

#mag:hover {
	background-color: #273835
}

#mag>* {
	border: none;
	outline: none;

}

#mag span {
	font-size:10px;
	margin-left: -1px;
	color: #ffffff;
}

#mag div {
	background-color: var(--magcolor);
	width: var(--magwidth);
	height: 2px;
	position: relative;
	border: none;
	outline: none;
	margin-left: 4px;
	margin-top: 18px;
}

#mag div:before {
	background-color: var(--magcolor);
	width: var(--magwidth);
	height: 2px;
	content: "";
	display: block;
	position: absolute;
	top: 5px;
}

#mag div:after {
	background-color: var(--magcolor);
	width: var(--magwidth);
	height: 2px;
	content: "";
	display: block;
	position: absolute;
	bottom: 5px;
}

#mag.active div {
	transform: rotate(45deg);
}

#mag.active div:before {
	transform: rotate(-90deg);
	margin-top: -5px;
}

#mag.active div:after {
	display: none;
}

/*BTN----------------------------------
------------------------------------------*/
.btn-i{
	background-color: #ffffff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	overflow: hidden;
	position: relative;
}
.btn:hover .btn-i{background-color:var(--main-color);}
.btn-i:before{
	content: "";
	background-image:url(../img/all/btn-arrow.svg);
	background-repeat:no-repeat ;
	background-size: 12px auto;
	background-position:center ;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 2;

}
.btn-i:after{
	content: "";
	background-image:url(../img/all/btn-arrow-w.svg);
	background-repeat:no-repeat ;
	background-size: 12px auto;
	background-position:center ;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	margin-left: -50px;
	z-index: 1;
}
.btn:hover .btn-i:before{margin-left: 50px;}
.btn:hover .btn-i:after{margin-left: 0px;}

.btn-rule{
	background-color: var(--third-color);
	color: var(--body-color);
	font-weight: bold;
}
.btn-rule:hover{
	background-color: #DF6D3C;
	color: #ffffff;
}
/*-------------------------------PAGETITLE
----------------------------------------*/
.section-100vh {
    min-height: 100vh;
}
.page-section{
    margin-bottom: var(--sectionpd);
    position: relative;
    z-index: 1;
}
.page-section.mart{
    padding-top: 1em;
    margin-top: var(--sectionpd);
}
.page-section.nomarb{
     margin-bottom: var(--rowpd);
}

.page-note{ color: var(--third-color);
font-size: 0.9rem;
font-weight: bold;}
.page-note.page-note-green{color: var(--sub-color);}
.page-note-list li{
    background-image:url(../img/page/list-dot.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}
.page-title__wrap{
    margin-left: 0rem; 
    margin-top: 8%;  
    margin-bottom: var(--titlepd);
position:relative;
z-index: 1;}
.page-title__main{
    color: var(--sub-color);
    font-weight: bolder;  
    font-size: 2rem;
}
.page-title__main.group{ color: #009186;}
.page-title__main.group:before{ background-image: url(../img/page/dot-title2.png);}
.page-title__date{
    color:#D9DD8F;
    font-size: 0.8rem;
   /*  margin-bottom: var(--sectionpd); */
 }
.page-sub-title{
    color: var(--third-color);
    font-size: 1.2rem;
    font-weight:bold;
    line-height: normal;
}
@media screen and (min-width: 576px) {
.page-title__main{
    font-size: 2.5rem;
}
.page-sub-title{
    font-size: 1.5rem; 
}
}
    
/*-------------------------------FILEWRAP
----------------------------------------*/
.wrapper-file{
    padding-top: var(--titlepd);
    border-top: rgba(255,255,255,.3) 1px dashed;
    margin-top: var(--rowpd);
}
.list-file{
    color:#D9DD8F;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.list-file:before{
    content:"";
    background-image: url(../img/page/bg-icon-more.png);
    background-repeat:no-repeat ;
    background-size:50px ;
    background-position:5px  10px ;
    clip-path: circle(50% at 50% 50%);
    background-color: black;
    width: 40px;
    height: 40px;
    display:inline-block;
  }
.list-file:hover{ text-decoration: underline;}
.list-file:hover:before{background-size:30px ;
	background-position:5px  10px ;}
/*-------------------------------PAGEITEM
----------------------------------------*/
.pageitem{
    color: var(--third-color);
    margin-bottom: 1em;
    font-size: 1.5rem;
    font-weight: bold;
    padding-left: 40px;
    position: relative;
}
.pageitem.smb{ margin-bottom: 0px;}
.pageitem:before{
    content: "";
    background-image: url(../img/page/dot-way.png);
    background-repeat: no-repeat;
    background-position:left 9px;
    position: absolute;
    width: 50px;
height: 50px;
display: block;
background-size:25px auto;
left: 0px;}
/*LOADMORE===================================*/
.show-more {
	width: 100%;
    height: 100%;
	text-align: center;
	padding: 10px;
	color: #FFF;
	display: none;
	background-image: url(../img/all/loading.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
	position: absolute;
    background-color: rgba(0,0,0,.5);
    left:0;
    top:0;
    z-index: 100;
    text-align: center;
}
.show-more span{
    width: 100%;
	padding-bottom: 50px;
	color:#ffffff;	
}
/*LOADMOREEND=====================================*/
/*others----------------------------------
------------------------------------------*/
.transiA,
a,
.btn,
.site-header_li,
.site-gotop span:after,
.site-header_li--in .en,
.site-header_dt div,
.box-program-icon span:before,
.btn-i:before,
.btn-i:after,
.iconfb,
.picdot,
.col-picname{
	transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
	-moz-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
	-ms-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
	-o-webkit-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
}
.editstyle img{
	max-width: 100%;
}
.nowrap {
	white-space: nowrap;
	display: inline-block
}

/*IMG*/

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.miximg {
	mix-blend-mode: multiply;
}
.iconfb {
    display: inline-block;
    max-width: 390px;
    background-image: url(../img/all/fbfans.svg);
    background-color: #385694;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 20px auto;
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    margin-bottom: 50px;
}
.iconfb:hover { background-color: #294681;}
@media screen and (max-width: 375px) {

	/*限制縮到最小狀況*/
	body,
	html {
		width: 375px;
		overflow-x: hidden;
	}
}