@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');
@font-face { /* 英文標題 */
	font-family: "InvescoEditor";
    src: url('InvescoEditor-Regular.otf') format('truetype'), url('InvescoEditor-Regular.woff2') format('woff2');
}
@font-face { /* 英文內文 */
    font-family: "Graphik";
    src: url('Graphik-Regular.otf') format('truetype'), url('Graphik-Regular.woff2') format("woff2");
}
body {
	font-family: "Graphik", "Noto Sans TC", "Arial";
	margin: 0;
	background: #ebebeb url(../img/bg.png) center 235px no-repeat;
}
*, *:before, *:after {
	box-sizing: border-box;
}
.tit_font {
	font-family: "InvescoEditor", "Noto Serif TC", "Arial";
	font-weight: bold;
}
img {
	width: 100%;
	vertical-align: bottom;
}
a {
	color: #333;
	text-decoration: none;
}
.clear:after {
	content: '';
	display: table;
	clear: both;
}
.main {
	/* padding: 3% 4% 4% 4%; */
	max-width: 750px;
	margin: auto;
	background: #fff;
	overflow: hidden;
}
.bar {
	margin: 8% 0 4% 0;
}
.main_tit {
	font-size: 125%;
	font-weight: bold;
}
.blue1 {
	color: rgb(0,10,210);
	font-size: 125%;
}
.bold {
	font-weight: bold;
}
.top {
	margin-bottom: 0%;
}
p {
	margin-bottom: 3%;
	line-height: 1.6;
}
.btn1 {
	max-width: 40%;
	padding: 1.5%;
	background: #000ad2;
	color: #fff;
	display: block;
	margin: auto;
	text-align: center;
	font-weight: bold;
	font-size: 125%;
}
footer {
	font-size: 87.5%;
	font-weight: bold;
	background: #d5d6d8;
	line-height: 1.6;
	text-align: justify;
	width: 750px;
	max-width: 750px;
	margin: auto;
}
footer small {
	font-size: 80%;
}
.video_wrap video {
	width: 100%;
}
.gif_wrap {
	padding:0 5%;
}
.gif {
	background: #b7f8ff;
	position: relative;
	color: #000ad2;
	font-weight: bold;
	overflow: hidden;
	font-family: "InvescoEditor", "Noto Serif TC", "Arial";
}
.gif:before {
	position: absolute;
	content: '';
	background: url(../img/gif-desc.png) no-repeat;
	background-size: 100% auto;
	left: 0;
	bottom: 0;
}
.gif .item img {
	width: auto !important;
	margin: 0 auto;
}
.gif .wrap {
	text-align: center;
}
.gif .item {
	text-align: center;
	width: 100%;
	box-sizing: border-box;
/*	border: 1px solid red;*/
/*	display: none;*/
}
.gif .item:nth-of-type(4) {
	display: block;
}
.gif .txt_wrap {
	display: flex;
	flex-direction: column;
	-ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
	-webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

-webkit-box-align: center;
  -moz-box-align: center;
	
	position: relative;
	width: 100%;
}
.gif .txt_wrap span {
	display: inline-block;
    line-height: 1;
}
.gif .num_wrap {
	display: inline-block;
	font-weight: bold;
}
.gif .txt1_1 {
	float: left;
}
.gif .dot {
	float: left;
}
.gif .txt1_2 {
	float: left;
}
.gif .txt + small {
	position: absolute;
    bottom: 0;
    top: 50%;
}
.gif .btn {
	display: inline-block;
	float: right;
	background: #000ad2;
	color: #fff;
	font-family: "InvescoEditor", "Noto Serif TC", "Arial";
	letter-spacing: 2px;
}
.gif .ps {
	text-align: right;
	color: #333;
	background: #f0f0f0;
	line-height: 1;
	position: relative;
	font-family: "Graphik", "Noto Sans TC", "Arial";
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
	font-family: "InvescoEditor", "Noto Serif TC", "Arial";
	font-weight: bold;
	color: #000ad2;
	z-index: 1;
	position: relative;
}
hr {
	border-color: #767676;
	border-width: 1px 0 0 0;
}
.list1 {
	list-style: none;
	padding-left: 0;
}
.list1 li {
	margin-bottom: 5%;
}
.list1 span {
	background: rgb(255,70,50);
	border-radius: 100px;
	display: inline-block;
	color: #fff;
	float: left;
	text-align: center;
	font-weight: bold;
}
.list1 div {
	overflow: hidden;
}
.author_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/* Center vertically */
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 5% 0;
}
.author_wrap .pic {
	border-radius: 100px;
/*	background: #dcdcdc;*/
	overflow: hidden;
	box-sizing: border-box;
/*	padding-top: 10px;*/
}
.bg1 {
	background: #dffdff;
	/* margin: -5% -7% 0%; */
	padding-bottom: 3%;
    position: relative;
}
.bg1 > .deco.d1 {
    right: 5%;
    bottom: -1px;
    max-width: 28%;
    position: absolute;
}
.box1 {
	background: #fffff4;
	border-radius: 1vw;
	margin: 6% 4%;
	padding: 7% 3.5% 7% 4%;
	position: relative;
	box-shadow: 0 0 30px 4px rgb(102 188 195 / 15%);
}
.box1.mark::before, .box1.mark::after {
	position: absolute;
	content: '';
	background: url(../img/icon-marks-01.png);
	background-size: 100% 100%;
}
.box1.mark::before {
	left: 2%;
	top: 1vw;
}
.box1.mark::after {
	right: 2%;
	bottom: 1vw;
	transform: rotate(180deg);
}
.box1 .deco {
	position: absolute;
	width: auto;
}
.box1.t1 .deco {
	left: 2%;
	top: -5%;
	max-width: 21%;
}
/*
.box1.t2 .d1 {
	right: 4%;
	bottom: -11%;
	max-width: 18%;
}
*/
.box1 .tit {
	text-align: center;
	font-weight: bold;
	color: #1601e3;
	font-size: 140%;
}
.box1 .tit.t2 {
/*	min-height: 80px;*/
	font-size: 129%;
	text-align: left;
	position: relative;
}
.box1 .tit.t2 .title-style{ max-width:21.5%; position:absolute; left:-6.7%; top:-50%;}
.box1 .tit.t2 span {
	padding-left: 16%;
    position: relative;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
}



.box1 p {
	font-size: 90%;
}
.box1.s {
	padding: 5% 3.5% 5% 4%;
}
.box1.s .deco {
	position: relative;
	vertical-align: middle;
	display: inline-block;
}
.box1.s .d1 {
	max-width: 18%;
	/* padding-left: 7%; */
	right: -2%;
	position: absolute;
	top: -130%;
}
.box1.s .d2 {
	max-width: 25%;
	position: absolute;
	right: 3%;
	top: -70%;
}
.box1.s .d3 {
	max-width: 20%;
	position: absolute;
	right: -2%;
	top: -120%;
}
.box1.s .d4 {
	max-width: 22%;
	position: absolute;
	right: 3%;
	top: -110%;
}
.note {
	color: #1601e3;
	font-weight: bold;
	/* max-width: 76%; */
	font-size: 105%;
	margin: 0 auto;
}
.section {
	margin: 9% 4% 4%;
}
.box2 .bg_top {
	background-size: 100% 100%;
}

.box2 .bg_top.bg_01 {
	background-image: url(../img/img-tit-01.png);
}

.box2 .bg_top.bg_02 {
	background-image: url(../img/img-tit-02.png);
}

.box2 .bg_top.bg_03 {
	background-image: url(../img/img-tit-03.png);
}

.box2 .bg_top span {
	color: #fff;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
	max-width: 80%;
	display: block;

}

.box2 .con {
	background: url(../img/bg-tit-con.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding: 0 8%;
	text-align: justify;
}

.box2 .bg_btm {
	background: url(../img/bg-tit-btm.png);
	background-size: 100% 100%;
}

.box2 p {
	margin-top: 0;
	margin-bottom: 4%;
}

@media (-webkit-min-device-pixel-ratio: 1) {
	body {
		font-size: 200%;
	}
	.main {
		width: 750px;
	}
	.main_tit small {
		font-size: 60%;
	}
	.top .star {
		height: 37px;
	}
	.top .star img {
		height: 37px;
	}
	.gif {
		font-size: 30px;
		margin: 50px 0;
	}
	.gif:before {
		width: 290px;
		height: 245px;
		top: 136px;
	}
	.top_logo {
		max-width: 100%;
		width: auto;
		margin-bottom: 3%;
	}
	.gif .logo {
		max-width: 100%;
		width: auto;
		margin: 30px;
	}
	.gif .item {
		height: 215px;
		padding-left: 290px;
		position: relative;
	}
	.gif .item:before {
		position: absolute;
		content: '';
		height: 100%;
		width: 1px;
		left: 290px;
		top: 0;
	}
	.gif .item img {
		max-width: 100%;
		padding: 27px 0;
	}
	.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
		font-size: 80px;
	}
	.gif .btn {
		font-size: 22px;
		padding: 10px 30px;
		margin-right: 20px;
		margin-bottom: 20px;
		letter-spacing: 0;
	}
	.gif .txt_wrap {
		height: 205px; 
	}
	.gif .txt_end {
		font-size: 30px;
	}
	.gif .ps {
		font-size: 13px;
		padding: 15px;
		color: #333;
	}
	.gif .num_wrap {
		font-size: 80px;
	}
	.gif .txt + small {
		margin-top: 10px;
		margin-left: 10px;
		font-size: 24px;
	}
	.list1 span {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 20px;
		margin: 16px 10px 0 0;
	}
	.author_wrap .pic {
		width: 80px;
		height: 80px;
		margin-right: 20px;
	}
	footer {
		padding: 50px 30px;
	}
	.box1.mark::before, .box1.mark::after {
		width: 73px;
    	height: 55px;
	}
	.note {
		max-width: 80%;
	}
	.box2 .bg_top {
		height: 229px;
	}

	.box2 .bg_btm {
		height: 53px;
	}

	.box2 .bg_top span {
		padding: 55px 0 0 62px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2) {
	body {
		font-size: 100%;
	}
	.main {
		width: auto;
	}
	.main_tit small {
		font-size: 80%;
	}
	.top .star {
		height: 20px;
	}
	.top .star img {
		height: 20px;
	}
	.list1 span {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		margin: 6px 5px 0 0;
	}
	.author_wrap .pic {
		width: 64px;
		height: 64px;
		margin-right: 10px;
	}
	footer {
		padding: 25px 15px;
		width: auto;
	}
	.box1.mark::before, .box1.mark::after {
		width: 37px;
    	height: 28px;
	}
	.note {
		max-width: 90%;
	}
	.box2 .bg_top {
		height: 30vw;
	}

	.box2 .bg_btm {
		height: 8vw;
	}

	.box2 .bg_top span {
		padding: 7vw 0 0 10vw;
		font-size: 5.5vw;
	}
	.box1 .tit.t2 span:before {
		width: 4px;
		height: 24px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2) and (max-width:750px) {
	.gif {
		font-size: 16px;
		margin: 25px 0;
	}
	.gif:before {
		width: 150px;
		top: 19.2vw;
	}
	.top_logo {
    	max-width: 100px;
	}
	.gif .logo {
		margin: 10px;
    	max-width: 80px;
	}
	.gif .item {
		height: 30vw;
		padding-left: 40%;
		padding-left: 30%;
	}
	.gif .item img {
		max-width: 24vw;
		padding: 5vw 0;
	}
	.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
		font-size: 40px;
	}
	.gif .btn {
		font-size: 12px;
		padding: 7px 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.gif .txt_wrap {
		height: 30vw; 
	}
	.gif .txt_end {
		font-size: 4vw;
	}
	.gif .ps {
		font-size: 12px;
		padding: 8px;
	}
	.gif .num_wrap {
		font-size: 50px;
		margin: 5px 0;
	}
	.gif .txt + small {
		margin-top: 5px;
		margin-left: 5px;
		font-size: 14px;
	}
}