@charset "utf-8";

:root {
	--body-color: #28221D;
	--main-color: #CCD68A;
	--sub-color: #FFF5B7;
	--bigT-color: #EE7632;
	--third-color: #FF9638;
	--foruth-color: #939c5a;
	--main-color-dark: #038fa5;
	--cata-color: #526366;
	--sectionpd: 3em;
	--unitcolor: #ffffff;
	/*112px*/
	--rowpd: 1.5em;
	--titlepd: 1em;
	/*32px*/
	--ppd: 0.5em;
}

@media screen and (min-width: 768px) {
	:root {
		--sectionpd: 5em;
		--rowpd: 2em;
		--titlepd: 2em;
		--ppd: 1em;
	}
}

@font-face {
	font-family: "Rammetto One";
	src: url(../font/RammettoOne/RammettoOne-Regular.ttf);
}

ul,
li {
	list-style: none;
}

dd {
	padding-left: 0px;
	float: left;
	margin-left: 0px;
}

* {
	margin: 0;
	padding: 0;
}

.site-blue {
	color: var(--main-color)
}

@font-face {
	font-family: 'Noto Serif TC';
	src: url("../font/Noto_Serif_TC/NotoSerifTC-Bold.otf") format("opentype");
}

@font-face {
	font-family: 'NotoSansTC';
	src: url("../font/NotoSansTC/NotoSansTC-Bold.otf") format("opentype");
}

.ch {
	font-family: 'Noto Serif TC', serif;
}

.fontb {
	font-family: "NotoSansTC";
}

.en {
	font-family: 'arial', serif;
}

.blue {
	color: #71B6E5
}

.olnum {
	counter-reset: item;
}

.olnum li {
	padding-left: 30px;
	position: relative;
}

.olnum li:before {
	position: absolute;
	left: 0px;
	content: counters(item, ".") ". ";
	counter-increment: item
}

/*body------------------------------
------------------------------------*/
body {
	font-size: 1em;
	line-height: 1.6;
	min-height: 100vh;
	overflow-y: auto;
	font-weight: normal;
	/* 	background-image: url(../img/all/bg-body.jpg); */
	background-color: #EDE6DA;
	color: #ffffff
}

.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: 1em;
		line-height: 1.8;
	}

	.pc {
		display: block;
	}

	.mobile {
		display: none;
	}

}

/* ---------------------------------------------------------
  Header (.site-header[-*])
----------------------------------------------- */
.site-header {
	padding: 0.75em 0.5rem;
	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_logo {
	min-width: 100px;
	max-width: 50%;
	margin-right: 5%;
	display: flex;
}

.site-header.active .site-header_logo {
	display: none;
}

.site-header_nav {
	margin-left: auto;
}

.site-header_nav--in {
	display: flex;
	gap: 10px;
}

.site-heade_in {
	position: relative;
	z-index: 100;
}

.site-header_navcontent {
	min-width: 200px;
	max-width: 100%;
	position: absolute;
	right: -200px;
	top: 0;
	background-color: #BED2B7;
	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-right 0.5s forwards;
	-moz-animation: ani-right 0.5s forwards;
	-o-animation: ani-right 0.5s forwards;
	animation: ani-right 0.5s forwards;

}

.site-header_ul {
	width: 100%;

}

.site-header_li {
	margin-top: 1rem;
	color: var(--bs-link-color);
	position: relative;
	cursor: pointer;

}

.site-header_li--in {
	margin-left: 3rem;
	margin-right: 1rem;
	color: var(--bs-link-color);
	display: flex;
	letter-spacing: 0.2rem;
	font-family: "NotoSansTC";
	text-align: center;
	gap: 18px;
	padding: 0.5em 0.75em;
	font-size: 1.2rem;
	font-weight: bold;
	box-sizing: border-box;

	border: 2px solid rgba(48, 50, 85,0);
	border-radius: 40px;
	background-color: rgba(255, 255, 255,0);
}

@media screen and (min-width: 768px) {
	.site-header_li--in {
		letter-spacing: 0.5rem;
	}
}

.site-header_li--in .en {
	font-size: 0.8em;
	text-align: left;
}

.site-header_li--in:hover {
	border: 2px solid rgba(48, 50, 85,1);
	border-radius: 40px;
	background-color: rgba(255, 255, 255,1);
}

.site-header_li--in:hover .ch01,
.site-header_li--in:hover .en {
	color: var(--bs-link-hover-color);
}

.site-header_dl {
	padding-top: 1.5rem;
	border-top: 1px solid rgba(237, 230, 218, 0.1);
	margin: 1.5em 1em;
}

.site-header_dt {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.site-header_dt div {
	display: block;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 20px auto;
	color: var(--bs-link-color);
	padding-left: 30px;
	font-size: 0.8em;
}

@media screen and (min-width: 768px) {
	.site-header_dt div {
		font-size: 1em;
		background-size: 25px auto;
	}
}

.site-header_dt div:hover {
	color: #000000;
}

.site-header_dt__kt {
	background-image: url(../img/all/icon_kt.svg);
}

.site-header_dt__fb {
	background-image: url(../img/all/icon_fb.svg);
}

.site-header_dt__line {
	background-image: url(../img/all/icon_line.svg);
}

.site-overlay {
	width: 100vw;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	display: none;
}

.site-overlay.active {
	display: block;
}

.site-gotop {
	width: 34px;
	height: 34px;
	cursor: pointer;
	z-index: 98;
	background-image: url(../img/all/arrow_back.svg);
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid #303255 !important;
	border-right: 4px solid #303255 !important;
	border-bottom: 4px solid #303255 !important;
	position: fixed;
	bottom: 1rem;
	right: 0.5rem;
	background-color: #ffffff;
}

.site-gotop:hover {
	background-color: #EDB4BB !important;
	border: 2px solid #303255 !important;
	border-right-width: 2px;
	border-bottom-width: 2px;
	bottom: 1.01rem;
	right: 0.51rem;
}

.site-gotop.active {
	display: block;
}

/*CONTENT*/
/*CONTENT-img*/
.section-title {
	margin-left: 2rem;
	margin-right: 2rem;
	margin-top: 2rem;
	position: relative;
}

.img-title_p {
	width: 15%;
	position: relative;
	z-index: 1;
	left: 5%;
	transform: translateY(5%);
}


.img-title_b-title {
	width: 12%;
	position: relative;
	z-index: 1;
	left: 4.3%;
	transform: translateY(-0%);
	margin-bottom: 2rem;
}
@media screen and (min-width: 470px) {
	.img-title_b-title {
		margin-bottom: 3rem;
	}
}
@media screen and (min-width: 576px) {
	.img-title_b-title {
		margin-bottom: 2rem;
	}
}
@media screen and (min-width: 768px) {
	.img-title_b-title {
		margin-bottom: 0rem;
	}
}
@media screen and (max-width: 1023px) {
	.img-title_p {
		min-width: 180px;
	}

	.img-title_b-title {
		min-width: 120px;
	}
}
.section-img-L {
	position: relative;
	left:35%;
	scale:1.5;
	top:-50px

}
.img-L_block {
	width: 13%;
	position: absolute;
	z-index: 2;
	left: 39%;
	transform: translateY(-30%);
}
.img-L_triangle {
	width: 15.9%;
	position: absolute;
	z-index: 3;
	left: 40%;
	transform: translateY(55%);
	top:-10px
}
.img-L_big {
	width: 25.9%;
	position: absolute;
	z-index: 3;
	left: 33%;
	transform: translateY(-97%);
	top:0px
}
@media screen and (min-width: 576px) {
	.section-img-L {
		left: 16%;
		top: -15px;
		scale:1
	}
	.img-L_block {
		width: 13%;
		left: 27%;
		transform: translateY(-30%);
	}
	.img-L_triangle {
		width: 15.9%;
		left: 28.5%;
		transform: translateY(55%);
	}
	.img-L_big {
		width: 25.9%;
		left: 18.5%;
		transform: translateY(-97%);
	}
}
@media screen and (min-width: 768px) {
	.section-img-L {
		left: 5%;
		top: 40px;
	}
}
@media screen and (min-width: 1024px) {
	.section-img-L {
		top: 0%;
		left: 0%;
	}
}
.img-L_could1 {
	width: 27%;
	position: absolute;
	z-index: 1;
	left: 0.5%;
	transform: translateY(35%);
}

.img-L_arch {
	width: 20.5%;
	position: absolute;
	z-index: 2;
	left: 9.5%;
	transform: translateY(23%);
}



.img-L_could2 {
	width: 29.5%;
	position: absolute;
	z-index: 1;
	left: 33.5%;
	transform: translateY(-3%);
}




.section-img-R {
	position: relative;
	left: 5%;
	top: -60px;
	display: none;
}
@media screen and (min-width: 576px) {
	.section-img-R {
		left: 10%;
		display: block;
	}
}
@media screen and (min-width: 768px) {
	.section-img-R {
		left: 9%;
		top: -30px;
	}
}
@media screen and (min-width: 1024px) {
	.section-img-R {
		top: 0%;
		left: 0%;
	}
}
.img-R_racket {
	width: 20%;
	position: absolute;
	z-index: 1;
	right: 1.5%;
	transform: translateY(-30%);
}

.img-R_bool {
	width: 3%;
	position: absolute;
	z-index: 1;
	right: 12%;
	transform: translateY(-180%);
}

.img-R_book {
	width: 11.5%;
	position: absolute;
	z-index: 2;
	right: 11.4%;
	transform: translateY(-17%);
}

.img-R_could {
	width: 30%;
	position: absolute;
	z-index: 3;
	right: 11%;
	transform: translateY(-3%);
}

.img-R_horse {
	width: 13%;
	position: absolute;
	z-index: 4;
	right: 21.7%;
	transform: translateY(-20%);
}

/*Banner*/
.section-centen {
	position: relative;
}

.centen-title {
	position: relative;
	z-index: 5;
	font-size: 1.7rem;
	padding-top: 8%;
	-webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #303255;
	font-family: "Rammetto One";
}

.centen-smail_title {
	font-size: 1rem;
}

.centen-title span {
	position: relative;
}

.centen-img_orange {
	max-width: 30%;
	height: auto;
	position: absolute;
	z-index: 6;
	display: none;
}

.centen-smail_title {
	margin-top: -2.8%;
	padding-right: 1.5%;
	position: relative;
	z-index: 5;
	font-size: 1.75rem;
	color: #303255;
	font-family: "Microsoft JhengHei";
}

.centen-img_orange {
	max-width: 30%;
	height: auto;
	position: absolute;
	z-index: 6;
	display: none;
}

.centen-img_blue {
	max-width: 30%;
	position: absolute;
	z-index: 6;
	display: none;
}

.centen-img_pink {
	max-width: 30%;
	position: absolute;
	z-index: 6;
	display: none;
}

@media screen and (min-width: 576px) {
	.centen-title {
		font-size: 2rem;
		padding-top: 8%;
		padding-right: 1.5%;
	}
}

@media screen and (min-width: 768px) {
	.centen-title {
		font-size: 3.2rem;
	}
}

@media screen and (min-width: 1024px) {
	.centen-title {
		font-size: 4.2rem;
	}

	.centen-smail_title {
		font-size: 1.75rem;
	}

	.centen-img_orange {
		display: block;
		left: -3%;
		transform: translateY(40%);
	}

	.centen-img_blue {
		display: block;
		right: 34%;
		transform: translateY(-475%);
	}

	.centen-img_pink {
		display: block;
		right: -2.5%;
		transform: translateY(-250%);
	}
}

@media screen and (min-width: 1280px) {
	.centen-title {
		font-size: 5rem;
	}

	.centen-img_orange {
		left: -3%;
		transform: translateY(55%);
	}

	.centen-img_blue {
		right: 34%;
		transform: translateY(-530%);
	}

	.centen-img_pink {
		right: -2%;
		transform: translateY(-275%);

	}
}

@media screen and (min-width: 1440px) {
	.centen-title {
		font-size: 5.5rem;
	}

	.centen-img_orange {
		left: -2%;
		transform: translateY(70%);
	}

	.centen-img_blue {
		right: 34.5%;
		transform: translateY(-580%);
	}

	.centen-img_pink {
		right: -1.5%;
		transform: translateY(-300%);
	}
}

@media screen and (min-width: 1880px) {
	.centen-title {
		font-size: 5.75rem;
	}
}

@media screen and (min-width: 1980px) {
	.centen-title {
		font-size: 6.4rem;
	}

	.centen-img_orange {
		left: -2%;
		transform: translateY(70%);
	}

	.centen-img_blue {
		right: 34.7%;
		transform: translateY(-660%);
	}

	.centen-img_pink {
		right: -1.3%;
		transform: translateY(-330%);
	}
}

/*FOOTER*/
.site-footer {
	position: relative;
	clear: both;
	background: url(../img/all/bg-footer.png) no-repeat;
	background-color: #BED2B7;
	background-size: 100%;
}

.site-footer_in {
	position: relative;
	z-index: 2;
	left: 0;
	top: 0;
	gap: 1em;
	font-size: 1em;
	padding: 3rem 2rem 3rem 3rem;
	margin-bottom: -1rem !important;
}


.site-footer_in:after {
	right: 0px;
	left: auto
}

.site-footer__gotop {
	margin: 2.5em 0px;
	border-top: solid 1px var(--main-color);
}

.site-footer__units {
	font-size: 0.9em;

}

.site-footer__units--col {
	margin-bottom: 2rem;
}

@media screen and (min-width: 576px) {
	.site-footer_in {
		padding: 3.5rem 3rem;
	}
}

@media screen and (min-width: 768px) {
	.site-footer_in {
		padding: 4.5rem 4rem;
	}
}

@media screen and (min-width: 1024px) {
	.site-footer_in {
		padding: 6.5rem 5.5rem 5rem 5.5rem;
	}
}

@media screen and (min-width: 1440px) {
	.site-footer_in {
		padding: 8.5rem 5rem 5rem 8rem;
	}
}

@media screen and (min-width: 1980px) {
	.site-footer_in {
		padding: 11rem 10rem 5rem 9.5rem;
	}
}

.box-unit:before {
	display: block;
	font-weight: bolder;
	font-family: "NotoSansTC";
	padding-right: 10px;
	/* background-image: none; */
	background-position: right center;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.box-unit__u {
	padding: 0px 0px;
	display: block;
	font-weight: bold;
	color: #303255;
	margin-top: 10px;
}

.box-unit__u:hover a {
	filter: brightness(0) invert(0.1);
}

.box-unit:before {
	display: inline-block;
	background-image: url(../img/all/uniteline.jpg);
	opacity: 1;
}

.box-unit__u span:after {
	content: "、";
}

.box-unit__u img {
	width: auto;
	height: 30px;
}

.box-unit__u.chi img {
	width: auto;
	height: 16px;
}

.box-unit__u.kun img {
	width: auto;
	height: 23px;
}

.box-unit__u.shinan img {
	width: auto;
	height: 32px;
}

.box-unit__u.mou img {
	width: auto;
	height: 32px;
	margin-top: -10px;
}


.box-unit.u1:before {
	content: '主辦單位';
	color: #303255;
}

.box-unit.u2:before {
	content: '協辦單位';
	color: #303255;
}

.box-unit.u3:before {
	content: '媒體協辦';
	color: #303255;
}

.box-unit.u4:before {
	content: '受贈單位';
	color: #303255;
}

.site-social {
	gap: 1em;

}

.site-social_li {
	font-size: 1.5em;
}

.site-paragraph {
	padding-bottom: var(--rowpd);
}

.site-title {
	font-family: 'Noto Serif TC', serif;
	margin-bottom: var(--titlepd);
	font-weight: 700;
}

.container.site-container {
	position: relative;
	/* padding-left: 2.5em;
	padding-right: 2.5em; */
	max-width: 1400px;
	z-index: 2;
}

/*-----------img-------*/
.site-footer_img {
	margin-top: 10%;
	position: relative;
}

.site-footer_img-L {
	position: relative;
}

.site-footer_img-L_p1 {
	max-width: 15.8%;
	position: absolute;
	z-index: 1;
	left: 7%;
	transform: translateY(-78%);
}

.site-footer_img-L_p2 {
	max-width: 9.9%;
	position: absolute;
	z-index: 2;
	left: 4%;
	transform: translateY(-70%);
}

.site-footer_img-L_p3 {
	max-width: 19.5%;
	position: absolute;
	z-index: 3;
	left: 2%;
	transform: translateY(-39%);
}

.site-footer_img-dec {
	position: relative;
}

.site-footer_img-dec_p1 {
	max-width: 17.5%;
	position: absolute;
	z-index: 4;
	left: 23.5%;
	transform: translateY(-57%)
}

.site-footer_img-dec_p2 {
	max-width: 17.5%;
	position: absolute;
	z-index: 4;
	left: 41%;
	transform: translateY(-57%)
}

.site-footer_img-dec_p3 {
	max-width: 17.5%;
	position: absolute;
	z-index: 4;
	left: 58.5%;
	transform: translateY(-57%)
}

.site-footer_img-R {
	position: relative;
}

.site-footer_img-R_p1 {
	max-width: 7.73%;
	position: absolute;
	z-index: 2;
	right: 11%;
	transform: translateY(-80%);
}

.site-footer_img-R_p2 {
	max-width: 14.7%;
	position: absolute;
	z-index: 3;
	right: 0%;
	transform: translateY(-60%);
}

.site-footer_img-R_p3 {
	max-width: 19.5%;
	position: absolute;
	z-index: 4;
	right: 4.5%;
	transform: translateY(-46%);
}

.site-footer_img-R_p4 {
	max-width: 5.86%;
	position: absolute;
	z-index: 1;
	right: 6.5%;
	transform: translateY(-115%);

}

/*------------------------------------
------------------------------------follow*/
.footerlist li {
	color: #303255;
	font-size:0.9rem;
	font-weight: bold;
	background-color: rgba(255,255,255,0);
}

.footerlist li img {
	max-width: 30px;
}

.footerlist li:hover {
	color:var(--bs-link-hover-color);
	background-color: rgba(255,255,255,0.2);
}

@media screen and (min-width: 576px) {
	.footerlist li {
		font-size: 1rem;
	}

	.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: 500px;
		max-width: 400px;
	}

	.site-header_logo {
		max-width: 50%;
		margin-top: -50px;
		margin-left: -50px;
		display: none;
	}

	.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;

	}


}

/* ---------------------------------------------------------
  Mag
----------------------------------------------- */

#mag {
	margin-top: -5px;
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	border: 2px solid #303255;
	border-right: 5px solid #303255;
	border-bottom: 5px solid #303255;
	--magcolor: #303255;
	--magwidth: 20px;
}

#mag:hover {
	margin-top: 1px;
	margin-left: 1px;
	background-color: #EDB4BB;
	border: 2px solid #303255;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

#mag>* {
	border: none;
	outline: none;
}

#mag span {
	font-size: 10px;
	color: #303255;
	position: relative;
	right: 2px;
	bottom: 4px;
	display: none;
}

#mag div {
	background-color: var(--magcolor);
	width: var(--magwidth);
	height: 2px;
	position: relative;
	border: none;
	outline: none;
	margin-left:0px;
	margin-top: 16px;
}

#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;
}

@media screen and (min-width: 768px) {
	#mag {
		margin-top: 0px;
		width: 60px;
		height: 60px;
		--magwidth: 20px;
	}

	#mag div {
		margin-left: 6px;
		margin-top: 5px;
	}

	#mag span {
		font-size: 0.8em;
		color: #303255;
		position: relative;
		bottom: 2px;
		left: 1px;
		display: block;
	}


}



/*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: #303255;
	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: #EE7632;
	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(0, 0, 0, .2) 1px dashed;
	margin-top: var(--rowpd);
}

.list-file {
	color: #EE7632;
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.list-file:before {
	content: "";
	background-image: url(../img/page/dot-file.svg);
	background-repeat: no-repeat;
	background-size: 5px auto;
	background-position: center;
	background-color:  #EE7632;
	border-radius: 50%;
	width:20px;
	height: 20px;
	display: inline-block;
}

.list-file:hover {
	text-decoration: underline;
}
.list-file:hover:before{
	background-size: 10px auto;
}

/*-------------------------------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,
.site-header_dt div,
.box-program-icon span:before,
.btn-i:before,
.btn-i:after,
.list-file:before,
.cata-list li:before,
.box-work__des--workname,
.box-pic img,
.box-sign__icon,
.iconfb,
.footerlist li {
	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;
	}
}