@charset "UTF-8";

select {
  -webkit-appearance: none; /* 移除 iOS/Safari 預設樣式 */
  appearance: none;         /* 移除標準瀏覽器預設樣式 */
  border-radius: 0;         /* 將圓角改為直角（或改成你想要的數值） */
}


:root {
	--navy: #1d3055;
	--orange: #F5A623;
	--ink: #1F2B3A;
	--muted: #5B6B7E;
	--line: #E1E9F2;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}


blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}

html {
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

::selection {
	background-color: #0089e4;
	color: #fff;
	text-shadow: none
}

::-moz-selection {
	background-color: #0089e4;
	color: #fff;
	text-shadow: none
}

html {
	-webkit-text-size-adjust: none;
	font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: Arial, Helvetica, "source-han-sans-traditional", "微軟正黑體", "Microsoft JhengHsans",
		sans-serif; */
}

body {
	font-size: 17px;
}

/*a{text-decoration:none !important;}*/

.ANT {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}


/* ----------電腦版型--------------------------- */



.TOP .WRAPPER,
.TEXT .WRAPPER,
.AWARD ul {
	margin: 0 auto;
	width: 95%;
	height: 100%;
	max-width: 850px;
}

.left {
	max-width: 620px;
	width: 80%;
	position: relative;
}

.H1 {
	display: block;
	margin: 0 auto;
	height: auto;
	max-width: 620px;
	min-width: 280px;
	margin-top: 125px;
	margin-bottom: 10px;
}

.H1 img {
	width: 100%;
	max-width: 620px;
	height: auto;
}

.H2 {
	display: block;
	float: left;
	/*margin: 0 auto;*/
	height: auto;
	max-width: 440px;
	min-width: 260px;
	margin-right: 5px;
}

.H2 img {
	width: 100%;
	max-width: 440px;
	height: auto;
}

.CTA1 {
	float: left;
	display: table;
	width: 130px;
	height: 45px;
	border-radius: 50px;
	background-color: rgba(255, 198, 27, 0.9);
	margin: 0 auto;
	z-index: 9999;
	cursor: pointer;
	margin-top: 5px;
	z-index: 9999999;
}

.CTA1 p {
	font-size: 19px;
	line-height: 2.5;
	text-align: center;
	color: #000;
	text-align: center;
	vertical-align: middle;
}

.CTA2 {
	clear: both;
	margin: 0 auto;
	width: 300px !important;
	margin-top: 10px !important;
	letter-spacing: 2px;
}

.CTA1:hover {
	width: 135px;
	background-color: rgba(25, 113, 219, 0.9);
}

.CTA1:hover p {
	color: #ffc61b;
}

.text_ani img {
	animation: text_ani 2.5s infinite ease;
	animation-delay: calc(0.3s* var(--i));
}


@keyframes jump {

	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	3% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}

	6% {
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}

	9% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	12% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}

	15% {
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}

	18% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	21% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}

	23% {
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}

	26% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

}


@keyframes text_ani {

	0%,
	25% {
		-webkit-transform: scale(1);
		transform: scale(1);


	}

	12.5% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	50% {}

	100% {}

}

.h1_word {
	display: flex;
	position: absolute;
	top: 28%;
	left: 24%;
	padding-top: 0%;
	padding-left: 0%;
	z-index: 10;
	align-items: flex-end;
}

.h2_word {
	display: flex;
	position: absolute;
	top: 50%;
	left: 24%;
	padding-top: 0%;
	padding-left: 0%;
	z-index: 5;
}



.W1 {
	width: 11vw;
}

.W2 {
	left: -11px;
}

.W3 {
	left: -21px;
	top: 5px;
}


.W4 {
	left: -35px;
	top: 5px;
}

.W5 {
	left: 10px;
}


.W6 {
	left: -5px;
}

.W7 {
	left: -15px;
	top: -3px;
}


.W8 {
	left: -31px;
}

.W9 {
	left: -46px;
}



.W2,
.W3,
.W4,
.W5,
.W6,
.W7,
.W8,
.W9 {
	width: 6vw;
}


.W1 {
	position: relative;

}

.W2 {
	position: relative;

}


.W3 {
	position: relative;

}

.W4 {
	position: relative;

}

.W5 {
	position: relative;

}



.W6 {
	position: relative;

}


.W7 {
	position: relative;

}

.W8 {
	position: relative;

}

.W9 {
	position: relative;

}



.title {
	width: 100%;
	text-align: center;
}


.title img {
	width: 50%;

}


/* ------------------ */

@keyframes slide {

	0%,
	20.833333% {
		opacity: 0;
	}

	4.166666%,
	16% {
		opacity: 1;
	}
}

:root {
	--total-time: 24s;
	--total-photo: 6;
}

.img-screen {
	position: relative;
	width: 100%;
	aspect-ratio: 1.85;
	overflow: hidden;
	margin: auto;
}

.img-screen>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	z-index: 1;
	opacity: 0;
	animation: slide var(--total-time) linear infinite;
}

.img-screen>img:nth-child(2) {
	animation-delay: calc(var(--total-time)/var(--total-photo));
}

.img-screen>img:nth-child(3) {
	animation-delay: calc(var(--total-time)/var(--total-photo)*2);
}

.img-screen>img:nth-child(4) {
	animation-delay: calc(var(--total-time)/var(--total-photo)*3);
}

.img-screen>img:nth-child(5) {
	animation-delay: calc(var(--total-time)/var(--total-photo)*4);
}

.img-screen>img:nth-child(6) {
	animation-delay: calc(var(--total-time)/var(--total-photo)*5);
}

/*------------- TEXT -------------*/




.TEXT {
	background-image: url(../images/bgc_2.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	padding: 60px 0 60px 0;
	background-size: cover;

}

.containers {
	max-width: 780px;
	margin: 0 auto;
}

.partword {
	background-color: #1d3055;
	padding: 40px;
}

.partword p {
	color: white;
	font-size: 20px;
	text-align: justify;
	margin-bottom: 15px;
	line-height: 1.5;
	font-weight: bold;


}

.part_p {
	text-align: center;
}

.part_hr {
	width: 50%;
	height: 2px;
	background-color: #333333;
	margin-bottom: 10px;
}

.mb {
	margin-bottom: 40px !important;
}



.mt {
	margin-top: 60px !important;
}

.part3_hr {
	width: 30%;
	height: 2px;
	background-color: #333333;
	margin-bottom: 10px;
}

.part_h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.part_h1 h1 {
	text-align: center;
	letter-spacing: 2px;
	font-size: 28px;

	padding-bottom: 10px;
	color: #ffffff;
	font-weight: bold;

	position: relative;
	display: inline-block;
}


.part_h1 h1::after {
	content: '';
	position: absolute;
	width: 80px;
	height: 4px;
	background: #ffffff;
	top: 105%;
	left: 50%;
	transform: translate(-50%, -50%);

}



.part_h1_1 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

}

.part_h1_1 h1 {
	text-align: center;
	letter-spacing: 2px;
	font-size: 28px;
    line-height: 1.2;
	padding-bottom: 10px;
	color: #1d3055;
	font-weight: bold;

	position: relative;
	display: inline-block;
}


.part_h1_1 h1::after {
	content: '';
	position: absolute;
	width: 80px;
	height: 4px;
	background: #1d3055;
	top: 105%;
	left: 50%;
	transform: translate(-50%, -50%);

}





.part_h1_h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}


.part_h1_img {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 40px;
}

.part_h1_img img {
	width: 100%;
	margin: 0 auto;
}


.part_h1_ul_1 {
	width: 100%;

}

.part_h1_ul_1 li {
	color: white;
	font-size: 22px;
	letter-spacing: 1.2px;
	margin-bottom: 20px;
	line-height: 1.2;
	display: flex;
	align-items: center;
}

.part_h1_ul {
	display: flex;
	align-items: center;
}

.CONTENT3 .part_h1 {
	position: relative;
	z-index: 10;
}



.part_h1 p {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}

.part_h1 span {
	width: 35px;
	height: 35px;
	display: block;
	margin-right: 8px;
}

.part_h1 span img {
	width: 100%;

}




.img_bigbox {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.img_box {
	width: 40%;



}


.img_box img {
	width: 52%;

}

.detail {
	width: 400px;


}

.details {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

.detail_p {
	width: 100%;
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	color: #4e5254;
	display: flex;
	align-items: center;

}




.detail_p p {
	color: #2b393b;
	letter-spacing: 2px;
	font-size: 20px;
	font-weight: bold;
	margin-left: 5px;
}

.rows {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 0px auto;
	border-radius: 12px;
	width: 100%;
	padding: 10px;
	background-color: white;

}

.pp br {
	display: none;
}


.pp {
	width: 5%;

}


.pp img {
	width: 100%;

}


.gift_card {
	width: 100%;

}

.gift_card img {
	width: 100%;
	margin-top: 8px;
}

.gift_card p {
	font-size: 23px;
	text-align: center;
	font-weight: bold;
	color: #515151;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
}



.form_left {
	width: 40%;
	display: flex;
	align-items: center;
}




.form_left_h2 {

	width: 80%;
	position: relative;



}

/* 
.form_left_h2::after{
    content: '';
    position: absolute;
    bottom: -37px;
    right: 31px;
    background: url(../images/arrow.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 40px;
} */

.form_left_h2 h2 {
	color: #3a3a3a;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: bold;

}




.form_left_h2 span {
	color: #ff50a5;
	font-size: 19px;
	letter-spacing: 2px;
	font-weight: bold;

}


.form_right {
	width: 48%;
}

.form_right a {
	color: #1d3055 !important
}


.form_right a {
	color: #1d3055 !important
}


.form_right span {
	margin-left: 5px;
	font-weight: bold;
}

.second {
	margin-top: 30px;
	background-color: #ffffffbb;
	padding: 60px 0 60px 0;

}


.img_box {
	margin-top: 15px;
}

.img_box img {
	position: relative;
	z-index: 9;
}


.right {
	position: relative;
}

.right::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -17px;
	background: url(../images/line_up.png) no-repeat;
	background-size: contain;
	width: 250px;
	height: 100px;
}

.right_1 {
	position: relative;
	display: flex;
	justify-content: flex-end;
}




.right_1::after {
	content: '';
	content: '';
	position: absolute;
	top: 50%;
	left: -17px;
	background: url(../images/line_up.png) no-repeat;
	background-size: contain;
	width: 250px;
	height: 100px;
	transform: scaleX(-1);
}


.left {
	position: relative;
}



.left::after {

	content: '';
	position: absolute;
	bottom: 50%;
	right: 63px;
	background: url(../images/line_down.png) no-repeat;
	background-size: contain;
	width: 250px;
	height: 100px;
	transform: scaleX(-1);
}

.left_1 {
	display: flex;
	justify-content: flex-end;
	position: relative;
}



.left_1::after {

	content: '';
	position: absolute;
	bottom: 50%;
	left: 63px;
	background: url(../images/line_down.png) no-repeat;
	background-size: contain;
	width: 250px;
	height: 100px;

}



/* ==================== */

.mainCoverBox_1 .container {
	max-width: 1280px !important;
}

.mainCoverBox_1 {

	overflow: hidden;
	object-fit: cover;
	width: 100%;
	position: relative;

}



.mainCoverContainer_1 img {
	width: 100%;
	position: relative;
	vertical-align: middle;
}


.mainCoverContainer_1 {
	width: 100%;
	position: relative;
}




.web {
	position: absolute;
	top: 25%;
	left: 10%;
	padding-top: 0%;
	padding-left: 0%;
	z-index: 3;




}

.web img {
	width: 38vw;

}





.ai_2 {
	position: absolute;
	top: -3%;
	right: 7%;
	padding-top: 0%;
	padding-left: 0%;
	z-index: 3;

}

.ai_2 img {
	width: 42vw;
}


.girl {
	position: absolute;
	bottom: 0;
	right: 13%;
	padding-top: 0%;
	padding-right: 0%;
	z-index: 3;

}

.girl img {
	width: 35vw;
}



.small_title {
	position: absolute;
	top: 16%;
	left: 45%;
	padding-top: 0;
	padding-left: 0;
	z-index: 1;



}

.small_title img {
	width: 7vw;
	animation: jump 2.4s infinite ease;
}


.mini_title {
	position: absolute;
	bottom: 23%;
	left: 15%;
	padding-top: 0;
	padding-left: 0;
	z-index: 3;

}

.mini_title img {
	width: 28vw;
}



.text_1 {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 0%;
	padding-left: 0%;
	z-index: 3;

}

.text_1 img {
	width: 16vw;
}


.text_2 {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 0%;
	padding-left: 0%;
	z-index: 3;

}

.text_2 img {
	width: 14vw;
}


.text_3 {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 0%;
	padding-right: 0%;
	z-index: 3;

}

.text_3 img {
	width: 11vw;
}


.text_4 {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 0%;
	padding-right: 0%;
	z-index: 3;

}

.text_4 img {
	width: 12vw;
}


.over {
	overflow: hidden;
}


/*------------- CONTENT1 -------------*/

.swiper_box {
	transform: scale(0.85);
}


.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;

}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 100%;
	width: 100%;

}

.mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
	margin-top: 20px;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.student_box {
	background-color: #fff;
	border-radius: 15px;
	border: solid 1px black;
	margin-top: 20px;
}

.student_box_img {
	width: 100%;
	padding: 10px;
	position: relative;

}

.swiper-pagination {
	position: relative !important;
	top: 25px !important;
}


.student_box_img::after {
	content: '';
	background-image: url(../images/blue.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	border-radius: 15px 15px 0 0;

}

.student_box_img img {
	width: 40%;
	margin: 0 auto;
	border: solid 1px black;
	border-radius: 50%;
	position: relative;
	z-index: 5;
	margin-top: 50px
}

.student_box_word {
	width: 100%;
}

.student_box_word h1 {
	font-size: 20px;
	text-align: center;
	color: #36a5e1;
	font-weight: bold;
	padding: 8px 15px 15px 15px;
}

.student_box_word p {
	font-size: 18px;
	border-top: solid 1px #707070;
	text-align: justify;
	padding: 15px 15px 8px 15px;
	color: #4d4d4d;
	line-height: 1.4;
	font-weight: bold;


}

.student_box_word a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-color: #36a5e1;
	padding: 8px 17px;
	margin-bottom: 15px;
	border-radius: 51px;
	text-decoration: none;


}

.student_box_word a:hover {
	text-decoration: none;
}

.student_box_word .a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 10px 0px 10px;
}


.CONTENT1 {
	background: url(../images/bgc_3.svg) no-repeat;
	background-position: right center;
	padding: 80px 0;
	background-size: cover;

}

.pc_1 {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pc_1 img {
	width: 55%;
}


.ph_1 {
	display: none;
}

.aa {
	color: #3a3a3a;
	font-size: 25px;
	font-weight: bold;
}


.bb {
	color: #3a3a3a;
	font-size: 28px;
	font-weight: bold;
}

.cc {
	color: #7f32b6;
	font-size: 40px;
	font-weight: bold;
}


.dd {
	color: #5b32b4;
	font-size: 28px;
	font-weight: bold;
}




.CONTENT1 h2 {
	text-align: center;
	line-height: 1.5;
	letter-spacing: 2px;
}

.designn {
	margin-top: 30px !important;
}

.design {
	width: 70%;
	border-top: solid 40px #ff8fbd;
	border-bottom: solid 2px #ff8fbd;
	border-left: solid 2px #ff8fbd;
	border-right: solid 2px #ff8fbd;
	background-color: white;
	padding: 10px 20px 20px 20px;
	box-shadow: 5px 5px 0px #ff8fbd;
	border-radius: 29px;
	margin-top: 70px;
	margin-bottom: 80px;
}

.design_1 {
	width: 70%;
	border-top: solid 40px #245b9e;
	border-bottom: solid 2px #245b9e;
	border-left: solid 2px #245b9e;
	border-right: solid 2px #245b9e;
	background-color: white;
	padding: 10px 20px 20px 20px;
	box-shadow: 5px 5px 0px #245b9e;
	border-radius: 29px;
	margin-top: 70px;
	margin-bottom: 80px;
}

.bgcdot {
	margin-top: -38px;
	text-align: right;
}

.bgcdot span {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 3px;
	display: inline-block;
	background-color: #fff;
}

.word {
	margin: 15px 0;
}

.CONTENT1 .word h1 {
	color: #ffffff;
	background-color: #ff8fbd;
	font-size: 30px;
	padding: 5px;
	font-weight: bolder;
	letter-spacing: 2px;
	line-height: 1.2;
	border: solid 2px #ff8fbd;
	margin: 10px 10px 10px 0;
	border-radius: 5px;
}

.CONTENT1 .word p {
	color: #ff8fbd;
	font-size: 27px;
	margin-bottom: 10px;
	font-weight: bolder;
	letter-spacing: 2px;
}

.CONTENT1 .word span {
	color: #f8b62d;
	font-size: 21px;
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	word-break: break-all;
}

.CONTENT2 {
	background: url(../images/bgc_2.webp) no-repeat fixed;
	background-position: right center;
	padding: 80px 0 0 0;
	background-size: cover;

}


.pc_2 {
	display: flex;
	align-items: center;
	justify-content: center;
}


.pc_2 img {
	width: 32%;
}

.pc_3 {
	display: flex;
	align-items: center;
	justify-content: center;
}


.pc_3 img {
	width: 68%;
}

.ph_3 {
	display: none;
}

.pc_4 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pc_4 img {
	width: 45%;
}

.big_form {
	width: 80%;
	margin: 40px auto;
	border: 1px solid #4d4d4d;
	border-radius: 15px;


}

.big_form table {
	border-collapse: collapse;
	font-family: sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	width: 100%;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	scrollbar-width: none;
	color: #4d4d4d;

}

.big_form ul {
	padding-left: 20px;
}

.big_form li {
	margin-bottom: 8px;
	text-align: left;
	list-style: disc;

}


.big_form li::marker {
	color: #4d4d4d !important;
}




.big_form table {

	line-height: 1.2;
}

.big_form thead th {
	font-size: 22px;

}

.big_form thead th:first-of-type {
	border-right: 1px dashed #4d4d4d;
}

.big_form th,
.big_form td {
	padding: 12px 12px;
	text-align: left;
	vertical-align: middle;

}


.big_form thead,
.big_form tfoot {
	background-color: #126297;
	color: white;
	text-align: center;
}



.big_form th,
.big_form td {
	padding: 15px;
	text-align: center;


}

.big_form td {

	border-radius: 15px;

}

.big_form td:last-of-type {
	text-align: center;
	/* border-left: 1px  dashed #245b9eb6;	 */
}

.big_form tr {

	border-bottom: 1px solid #4d4d4d;
}

.big_form tr:last-of-type {

	border-bottom: none !important;
}


.big_form td:first-of-type {

	border-right: 1px solid #4d4d4d;
}

tr:last-child td:first-child {
	border-bottom-left-radius: 10px;

}

tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}



.big_form tfoot th {
	text-align: right;
}

.big_form tfoot td {
	font-weight: bold;
}



.table_p p {
	display: none;
}


.CONTENT2 .word h1 {
	color: #ffffff !important;
	background-color: #245b9e;
	font-size: 30px;
	padding: 5px;
	font-weight: bolder;
	letter-spacing: 2px;
	line-height: 1.2;
	border: solid 2px #245b9e;
	margin: 10px 10px 10px 0;
	border-radius: 5px;
}



.CONTENT2 .word p {
	color: #245b9e !important;
	font-size: 27px;
	margin-bottom: 10px;
	font-weight: bolder;
	letter-spacing: 2px;

}

.CONTENT2 .word span {
	color: #f8b62d !important;
	font-size: 21px;
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: 2px;
}



.word {
	display: flex;
	align-items: center;
}

.part_h1 br {
	display: none
}

.part_h1_1 br {
	display: none;
}


/*------------- CONTENT3 -------------*/



.CONTENT3 {
	background: url(../images/bgc_5.webp) no-repeat;
	background-position: 50% 60%;
	padding: 60px 0 80px 0;
	background-size: cover;
	position: relative;


}



.part_h2 h2 {
	text-align: center;
	letter-spacing: 2px;
	font-size: 28px;
	padding-bottom: 10px;
	color: #7bf6fd;
	font-weight: bold;
	position: relative;
	display: inline-block;
}


.part_h2 .part_hr {
	width: 50%;
	height: 2px;
	background-color: #ffffff;
	margin-bottom: 10px;
}

.part_h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.part_h2 p {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: white;
}

.part_h2 br {
	display: none;
}

.part_h2 h2::after {
	content: '';
	background-image: url(../images/beling.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	background-position: center;
	display: block;
	position: absolute;
	top: -2px;
	right: -29px;
}

.part_h2 h2::before {
	content: '';
	background-image: url(../images/beling.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	background-position: center;
	display: block;
	position: absolute;
	top: -2px;
	left: -36px;
}

/*------------- CONTENT4 -------------*/



.CONTENT4 {
	background-color: #fff;
	padding: 40px 0;

}


/*------------- CONTENT5 -------------*/



.CONTENT5 {
	background: url(../images/bgc_3.svg) no-repeat fixed;
	background-position: top center;
	padding: 80px 0;
	background-size: cover;

}


/*------------- CONTENT6 -------------*/



.CONTENT6 {
	background: url(../images/bgc_7.webp) no-repeat;
	background-position: right center;
	padding: 80px 0;
	background-size: cover;
	background-attachment: fixed;

}


/*------------- CONTENT10 -------------*/



.CONTENT10 {
	background-color: #daf0ff;
	padding: 80px 0;



}


/*------------- CONTENT7 -------------*/



.CONTENT7 {
	background-color: #aedcff;
	padding: 80px 0;

}



/*------------- CONTENT7 -------------*/



.CONTENT8 {
	background: url(../images/bgc_9.webp) no-repeat;
	background-position: right center;
	padding: 80px 0;
	background-size: cover;

}

.fire_girl {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.fire_girl img {
	width: 65%;
}



.card_1 {
	margin-top: 20px;
}

.card_1 p+p {
	margin-top: 10px;

}


.card_2 p {
	text-align: center;
	color: #734e12;
	letter-spacing: 1.2px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 22px;
}


.form_box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.form_box_img {
	width: 40%;
}

.form_box_img img {
	width: 100%;
}

.form_box_form {
	width: 40%;
}

.form_box_form img {
	width: 100%;
}

.form_box_form p {
	color: white;
	text-align: left;
	letter-spacing: 1.5px;
	font-size: 16px;
	font-weight: bold;
}

.card_1 p {
	text-align: center;
	color: #245b9e;
	letter-spacing: 1.2px;
	font-weight: bold;
	font-size: 22px;
}


.table_pp {
	display: flex;
	align-items: center;
	justify-content: center;
	justify-content: center;
	margin: 10px;
	line-height: 1.2;
}

.table_pp p {
	white-space: nowrap;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 15px;
}


.table_pp span {
	white-space: nowrap;
	font-size: 15px;
	color: #4d4d4d;
	font-weight: bold;
}

.t1 {
	background-color: #ffc61b;
	color: #245b9e;
	font-size: 25px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	position: relative;
	text-align: center;
}

.t2 {
	background-color: #37dcff;
	color: #245b9e;
	font-size: 25px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	position: relative;
	text-align: center;
}

.course_frame {
	width: 100%;
	padding: 15px;
	padding-bottom: 10%;
	margin: 0 auto;
}

.course_frame ul {
	margin-left: 20px;
}

.course_frame ul li {
	list-style-type: square;
	color: #245b9e;
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.t3 {
	color: #245b9e;
	font-size: 15px;
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
}

.title h1 {
	display: none;
}

.title {
	display: flex;
	justify-content: flex-start;
	border-bottom: solid 1px #245b9e;
	border-radius: 0 0 0 30px;
	position: relative;
	margin-left: 30px;
	margin-bottom: 15px;
}


.title h2::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #245b9e;
	border-radius: 51px;
	right: 0;
	bottom: -5px;

}

.title h2 {
	background-color: #245b9e;
	padding: 15px 30px;
	display: inline-block;
	font-size: 25px;
	color: white;
	font-weight: bold;
	letter-spacing: 1.2px;
	border-radius: 51px;


}



.title_1 {
	display: flex;
	justify-content: flex-start;
	/* border-bottom:solid 1px #57fffc; */
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}


/* .title_1 h2::before{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #57fffc;
	right: 0;
	bottom: -5px;
	border-radius: 51px;
	
} */

.title_1 h2 {
	padding: 15px 30px;
	display: inline-block;
	font-size: 25px;
	color: #245b9e;
	font-weight: bold;
	letter-spacing: 1.2px;
	border-radius: 51px;


}

.title_1 {
	width: 100%;

}

.title_1 img {
	width: 30%;
}

.title_2 {
	display: flex;
	justify-content: flex-start;
	border-bottom: solid 1px #245b9e;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}


.title_2 h2::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #245b9e;
	right: 0;
	bottom: -5px;
	border-radius: 51px;

}


.title_2 h2 {
	background-color: #245b9e;
	padding: 15px 30px;
	display: inline-block;
	font-size: 25px;
	color: white;
	font-weight: bold;
	letter-spacing: 1.2px;
	border-radius: 51px;
}




.white_card_1::after {
	content: '';
	background-image: url(../images/ribbon_2.png);

	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 11px;
	left: -26px;
	width: 100%;
	height: 100%;
}

.white_card_1 ul li::before {
	content: '';
	background-image: url(../images/star.png);
	width: 20px;
	height: 20px;
	top: 1px;
	left: -25px;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
}



.white_card_1 {
	width: 30%;
	margin: 8px;
	border: solid 2px #3a3a3a;
	border-radius: 25px 25px;
	padding: 30px 15px 15px 15px;
	background-color: white;
	position: relative;
}


.white_card_1 h1 {
	font-size: 23px;
	letter-spacing: 1.2px;
	color: white;
	font-weight: bold;
	position: relative;
	z-index: 10;
}

.white_card_1 span {
	font-size: 17px;
	letter-spacing: 1.2px;
	color: #222222;
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: 20px;
	display: inline-block;
}

.white_card_1 hr {
	border-top: 1px solid #222222 !important;
}

.white_card_1 ul {
	padding-left: 20px;

}

.white_card_1 ul li {
	font-size: 16px;
	color: #4d4d4d;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.3;
	position: relative;
}


.white_card_1 p {
	color: #245b9e;
	font-size: 20px;
	letter-spacing: 1.3px;
	font-weight: bold;
	position: relative;
	z-index: 99;
	text-align: center;
	margin-top: 40px;
}


.white_card_1 li {
	list-style: disc;
}

.white_card_1 p span {
	font-size: 25px;
	color: #245b9e;
}


.white_card_1 p::after {
	content: '';
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;

}

.fast br {
	display: none;
}

.fast::after {
	content: '';
	position: absolute;
	top: -54px;
	right: 0;
	width: 80px;
	height: 80px;
	background-image: url(../images/money.png);
	background-repeat: no-repeat;
	background-size: contain;

}

.fast {
	border: solid 2px black;
	padding: 15px 20px;
	border-radius: 51px;
	position: relative;
}

.fast p {
	font-size: 25px;
	color: #734e12;
	letter-spacing: 1.2px;
	text-align: center;
	font-weight: bold;
}

.fast span {
	font-size: 25px;
	color: #ed7a33;
	letter-spacing: 1.2px;
	text-align: center;
	font-weight: bold;
}

.yellow_card {
	width: 100%;



}

.yellow_card .trophy {
	width: 10.5%;
}


.yellow_card .trophy img {
	width: 100%;
}


.yellow_card .Merit {
	width: 12.5%;
}


.yellow_card .Merit img {
	width: 100%;
}

.yellow_card .yellow_word {

	width: 40%;
	padding-left: 30px;
	border-left: solid 5px #cb0000;
}


.yellow_card .yellow_word p {
	color: #222222;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.5;
	font-weight: bold;
}


.yellow_card .yellow_word span {
	color: #245b9e;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;

}


.yellow_card .content {
	display: flex;
	flex-direction: row-reverse;
}

.yellow_card_1 {
	display: none;
}


.card p {
	text-align: center;
	color: #734e12;
	letter-spacing: 1.2px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 22px;
}


.card_bigbox {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	flex-wrap: wrap;

}



.card_box {
	background-color: #fff;
	margin: 8px;
	border: solid 1px #000000;
	border-radius: 51% 51% 0 0;
	overflow: hidden;
	width: 23%;

}

.pc_1 p {
	display: none;
}

.pc_1 h2 {
	display: none;
}


.pc_2 h1 {
	display: none;
}

.pc_2 h2 {
	display: none;
}

.pc_3 h2 {
	display: none;
}

.pc_4 h2 {
	display: none;
}


.card_box_img {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;

}


.card_box_img img {
	width: 60%;
}

.card_box_p {
	width: 100%;
	background-color: #ffe731;
	min-height: 124px;
	border-radius: 0 0 13px 13px;
	text-align: justify;
	line-height: 1.5;
	padding: 10px;
	border-top: solid 2px #245b9e;
}


.card_box_p p {
	font-size: 17px;
	color: #222222;
	letter-spacing: 1.2px;
	font-weight: bold;
}


.blue_card {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: 30px;
	flex-wrap: wrap;
	margin-bottom: 50px;

}

.blue_card:nth-child(odd) {
	margin-top: 20px;
	margin-bottom: 60px;
}

.white_card {
	width: 30%;
	margin: 8px;
	background-color: white;
	position: relative;
	min-height: 410px;


}



.color_1 {
	border: solid 2px #ec8430;


}

.color_1 span {
	color: #ec8430;
}

.color_1 h1 {
	background-color: #ec8430;
}

.color_2 {
	border: solid 2px #1d3055;


}

.color_2 h1 {
	background-color: #1d3055;
}

.color_2 span {
	color: #1d3055;
}



.color_3 {
	border: solid 2px #ec8430;


}

.color_3 h1 {
	background-color: #ec8430;
}

.color_4 {
	border: solid 2px #1d3055;

}

.color_4 h1 {
	background-color: #1d3055;
}

.color_4 span {
	color: #1d3055;
}


.color_5 {
	border: solid 2px #ec8430;


}

.color_5 h1 {
	background-color: #ec8430;
}

.color_5 span {
	color: #ec8430;
}

.color_6 {
	border: solid 2px #1d3055;


}

.color_6 h1 {
	background-color: #1d3055;
}


.color_6 span {
	color: #1d3055;
}



.white_card h1 {
	font-size: 23px;
	letter-spacing: 1.2px;
	margin: 0 auto 15px auto;
	font-weight: bold;
	position: relative;
	z-index: 10;
	width: 100%;
	text-align: center;
	padding: 10px;
	color: white;


}

.white_card span {
	font-size: 17px;
	letter-spacing: 1.4px;
	margin-bottom: 0px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;



}

.white_card ul li {
	font-size: 16px;
	color: #4d4d4d;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.3;
	position: relative;
	margin: 0 15px 15px 15px;
	text-align: justify;
	list-style: none;

}

.pic_wordbox li span {}




.white_card p {
	color: #36a5e1;
	font-size: 20px;
	letter-spacing: 1.3px;
	font-weight: bold;
	position: relative;
	z-index: 99;
	text-align: center;
	margin-top: 40px;

}

.table_p span {
	display: none;
}


.white_card ul {}

.white_card li {
	list-style: disc;

}

.white_card p span {
	font-size: 25px;
	color: #36a5e1;
}

.white_card p::after {
	content: '';
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;


}

.white_card hr {
	border-top: 1px solid #36a5e1 !important;
}

.card br {
	display: none;
}

.card_2 br {
	display: none;
}

.card_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}


.card_logo_img {
	width: 14%;
	padding: 12px;
	margin-top: 20px;
}

.card_logo_img img {
	width: 100%;
}



.btn_bb {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: end;
	position: fixed;
	bottom: 25px;
	right: 20px;
	z-index: 99;


}

.btn_bb img {
	width: 8%;
	cursor: pointer;

}

.card_box_img_1 img {
	width: 100%;
	border-radius: 13px 13px 0 0;
	vertical-align: bottom;

}


.card_box_p_1 {
	width: 100%;

	text-align: justify;
	line-height: 1.5;
	padding: 5px 5px 5px 5px;
}

.card_box_p_1 p {
	font-weight: bold;
	background-color: #ed7a33;
	padding: 10px;
	color: white;
	text-align: center;
	font-size: 18px;
}

.finger {
	position: relative;
}

.finger::after {
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	background-image: url(../images/finger.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 30px;
	right: 0;

}



/* ----------------- */

.faq-list {
	margin-top: 30px;
}

.faq-item {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 22px;
	box-shadow: 0 8px 20px -16px rgba(14, 42, 77, 0.3);
}

.faq-q {
	width: 100%;
	background: var(--navy);
	color: #fff;
	text-align: left;
	border: none;
	padding: 1rem 1.2rem;
	font-size: 18px;
	font-weight: 800;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: .8rem;
	cursor: pointer;
	transition: background .25s ease;
	letter-spacing: 1.2px;
	line-height: 1.4;
}

.faq-q:hover {
	background: var(--navy);
}

.faq-q .arrow {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	transition: transform .3s ease;
}

.faq-q .arrow svg {
	width: 100%;
	height: 100%;
	stroke: #fff;
	fill: none;
	stroke-width: 2;
}

.faq-item.open .faq-q .arrow {
	transform: rotate(180deg);
}

.faq-a {
	background: #fff;
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s ease;
}

.faq-a-inner {
	padding: 1.1rem 1.2rem 1.3rem;
	line-height: 1.85;
	color: #3a3a3a;
	font-weight: bold;
	font-size: 18px;
}

.faq-a-inner b {
	color: var(--ink);
}

:focus-visible {
	outline: 3px solid var(--orange);
	outline-offset: 2px;
}


/* ------------------ */
@media screen and (min-width:768px) {
	.wf-container {
		width: 750px;
	}


}


@media screen and (min-width:1023px) {
	.wf-container {
		width: 1000px;
	}
}




/*------------- FORM_BLOCK -------------*/

.FORM_BLOCK {}





.tips {
	font-size: 25px;
	color: #1971db;
	line-height: 1.3;
	text-align: center;
	font-weight: 200;

}

.tips span {
	font-weight: 700;
}


@-webkit-keyframes discolor {

	0%,
	50% {
		color: #e50921;
	}

	51%,
	100% {
		color: #1971db;
	}
}

@-moz-keyframes discolor {

	0%,
	50% {
		color: #e50921;
	}

	51%,
	100% {
		color: #1971db;
	}
}

@-o-keyframes discolor {

	0%,
	50% {
		color: #e50921;
	}

	51%,
	100% {
		color: #1971db;
	}
}

@keyframes discolor {

	0%,
	50% {
		color: #e50921;
	}

	51%,
	100% {
		color: #1971db;
	}
}

.CARD {
	display: block;
	width: 100%;
	max-width: 415px;
	margin: 0 auto;
	margin-top: 15px;
}

.CARD img {
	width: 100%;
	height: auto;
}

/*------------表單------------*/
#FORM {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
}

#FORM #NAME {
	width: 48%;
	;
	height: auto;
	float: left;
	margin-right: 20px;

}

#FORM #PHONE {
	width: 48%;
	height: auto;
	float: left;

}

#FORM #EMAIL,
#FORM #LINE,
#FORM #CLASS,
#FORM #GIFT {
	width: 100%;
	height: auto;

}

#FORM #Dept {
	margin: 0px 0px 20px 0px;
	width: 100%;
	height: 35px;
}

#FORM #CITY {
	width: 48%;
	height: auto;
	float: left;
	margin-right: 20px;

}

#ddl_city_no {
	width: 100%;
	border-radius: unset !important;



}

#FORM #SCHOOL {
	width: 48%;
	height: auto;
	float: left;

}

#ddl_area_no {
	width: 100%;
	    border-radius: unset !important;



}

#rQ1{
	    border-radius: unset !important;
}

#READ {
	width: 100%;
	font-size: 16px;
	display: block;
	float: left;
	margin-top: 2%;
	margin-right: 10px;
	color: #666666;
	line-height: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
}

#READ .searchtext2 {
	min-width: 20px;
	min-height: 20px;
	border: 1px solid #1971db;
	background-color: #FFF;
	vertical-align: text-bottom;
}

#FORM #BUT {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 2%;
	margin-bottom: 20px;
}

.A {
	color: #666666;
	background-color: #fff;
	border: 1px solid black;
	width: 100%;
	height: 38px;
	line-height: 35px;
	margin-top: 15px;
	font-size: 100%;
	text-align: left;
	border-radius: unset!important;
	padding-left: 10px;
	overflow: hidden;
	font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
}


.B {
	padding: 15px 25px;
	display: block;
	margin: 0 auto;
	font-size: 25px;
	text-align: center;
	letter-spacing: 2;
	color: #222222;
	text-decoration: none;
	background-color: #fff001;

	cursor: pointer;
	font-weight: bold;
	border-radius: 50px;
	width: 100%;
	-webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);


}





/*------------- CONTENT1-1 -------------*/










.ee {
	color: #7f32b6;
	font-size: 40px;
	font-weight: bold;
}


.CONTENT1-1 h1 {
	text-align: center;
	line-height: 1.5;
	letter-spacing: 2px;
}

.aiclass_bigbox {
	display: flex;
	align-items: center;
	justify-content: center;

	margin-top: 70px;
	flex-wrap: wrap;

}


.aiclass_box {
	width: 300px;
	background-color: white;
	margin: 0 15px 40px 15px;
	border-radius: 13px;
	overflow: hidden;
	box-shadow: 7px 7px 0px #7f32b636;




}

.aiclass_img {
	width: 100%;
	height: 50%;
}

.aiclass_img img {
	width: 100%;

}


.aiclass_word {
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 30px;

}


.aiclass_word h3 {
	color: white;
	background-color: #7f32b6;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	padding: 10px 35px;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 25px;

}

.aiclass_word p {
	color: #3a3a3a;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1.2;
	text-align: justify;

}







/*------------- CONTENT2 -------------*/


.CONTENT2 h4 {
	color: #3a3a3a;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 2px;
}

.arrow_pc {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;

}

.arrow_pc img {
	width: 90%;
	margin: 40px auto 20px auto;
}


.step_pc {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;

}

.step_pc img {
	width: 100%;
	margin: 40px auto 40px auto;
}


.arrow_ph {
	display: none;
}

.step_ph {
	display: none;
}




.line {
	background: url(../images/line.png) no-repeat;
	width: 100%;
	height: 20px;
	background-size: contain;
	margin: 10px auto 0 auto;
}


.CONTENT2 h5 {
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	color: #7f32b6;
	font-weight: bold;
	margin-bottom: 15px;
}


.dot {
	display: flex;
	margin-bottom: 12px;
}

.bigbox_345 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

}



.box_345 {
	width: 300px;
	padding: 50px 10px 10px 30px;
	background-color: white;
	border-radius: 20px;
	margin: 20px 23px 40px 23px;
	height: 240px;
	-webkit-animation: GoType_img 3.1s linear infinite;
	animation: GoType_img 3.1s linear infinite;
	-webkit-animation-delay: calc(.7s* var(--i));
	animation-delay: calc(.7s* var(--i));

}




.box_345 p {
	color: #3a3a3a;
	letter-spacing: 2px;
	font-size: 20px;
	font-weight: bold;

}


.row1 {
	margin-bottom: 30px;
	margin-top: 30px;
}

.BOX3 {
	padding: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 7px 7px 0px #7f32b636;
	margin-bottom: 30px;

}

.IMG_BLOCK {
	overflow: hidden;
	position: relative;
	height: auto;
	max-height: 280px;
	margin-bottom: 15px;
}

.BOX3 img {
	width: 100%;
	max-width: 768px;
	height: auto;
}

.BOX3:hover img {
	transform: scale(1.07);
}


.BOX3 p {
	margin: 0 auto;
	width: 85%;
	font-size: 15px;
	color: #3a3a3a;
	line-height: 1.6;
	text-align: left;
	margin-bottom: 30px;

}

h3 {
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	color: #d2421a;
	font-weight: bold;

}



p.ps {
	font-size: 15px;
	line-height: 1.3;
	color: #fff;
}

/*.table1 樣式*/

.table1 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 15px;
	/*	border-color: #12379c;*/
}

thead tr.gray {
	background-color: #12379c;
}

tr.gray>th {
	text-align: center;
	color: #fff;
}

tbody.center {}

.table1 ul {
	margin-left: 20px;
}

.table1 ul li {
	list-style-type: square;
	line-height: 1.3;
	margin-bottom: 10px;
}

.table1 p {
	color: #333;
	line-height: 1.3;
	font-weight: bold;
}

.table1>tbody>tr:nth-of-type(odd) {
	background-color: #fff;
}

.table1>tbody>tr:nth-of-type(even) {
	background-color: #f3f8ff;
}

.table1>tbody>tr:hover {
	background-color: #e2edff;
}

.table1>tbody>tr>td {
	font-size: 16px;
	line-height: 1.5;
	vertical-align: middle;
	color: #555;
	padding: 2%;
}

.table1>tbody>tr>td:nth-of-type(odd) {
	width: 70%;
}

.table1>tbody>tr>td span {
	color: #0051ae;
	font-size: 19px;
}

.table1>tbody>tr>td.tt {
	text-align: center;
	white-space: nowrap;
	color: #12379c;
	font-weight: bold;
}


.table-responsives {
	width: 100%;
	border: solid 1px #4d4d4d;
	margin: 10px;
	font-size: 17px;
	border-radius: 13px;
	overflow: hidden;

}

.table-responsives table {
	width: 100%;
	text-align: center;
}


.table-responsives thead th {
	color: white;
	background-color: #ed7a33;
	padding: 15px;
	text-align: center;


}


.table-responsives tbody tr {
	background-color: #fff;
	text-align: center;
	padding: 15px;
	border-bottom: dashed 1px #ed7a33;
	color: #4d4d4d;
}

.table-responsives tbody tr:last-of-type {
	border: none;
}


.table-responsives tbody td:first-of-type {
	border-right: dashed 1px #ed7a33;
}

.table-responsives table {
	border-collapse: collapse;
	white-space: nowrap;
	/* 防止文字換行 */

}

.table-responsives th,
.table-responsives td {
	padding: 12px 12px;
	text-align: center;
	font-weight: bold;
}




.table_p_1 {
	display: none
}

.table_p_1 span {
	color: white;
	font-size: 16px;
}


.table_p_1 p {
	display: flex;
	margin: 0px auto;
	letter-spacing: 1.2px;
	color: white;
	border-radius: 51px;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	line-height: 1.2;
}



.table-responsives-ph {
	display: none;
}

.win {
	width: 20%;
	padding-left: 20px;
}

.win img {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.win_box {
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.win_box p {
	width: 80%;
}

.white_box {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: 30px;
}


.white_box_small {
	width: 25%;
	margin: 10px;
}

.white_box_small_img {
	width: 100%;

	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.white_box_small_img img {
	width: 70%;
	margin: 0 auto;
}

.white_box_small_word p {
	text-align: justify;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.2px;
	color: #734e12;
	line-height: 1.2;
	padding: 10px;
}

.card_3 p {
	text-align: center;
	color: #734e12;
	letter-spacing: 1.2px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.3;
}



/* --電腦版型2-------------------------------------*/
@media screen and (max-width: 1024px) {


	.white_card {

		min-height: 450px;


	}


}


@media screen and (min-width: 768px) and (max-width: 1024px) {


	.part_h1 p {
		font-size: 20px;
		white-space: nowrap;
	}


	.form_left {
		width: 45%;
	}

	.form_right {
		width: 43%;
	}


	.rows {
		margin: 0px auto 20px auto;
	}

	.gift_card img {
		margin-top: 8px;
		margin-bottom: 8px;
	}

	#FORM {
		margin-top: 0;
	}




}

/* --平板版型1-------------------------------------*/
@media screen and (max-width: 992px) {
	.TOP {
		height: 0;
		background: url(../images/top_bg2.jpg) center top no-repeat;
		padding-bottom: 97.65625%;
		background-size: 100% auto;
	}

	.left {

		width: 100%;
	}

	.photo_img {
		display: none;
	}

	.CARD img {
		width: 100%;
	}

}


@media screen and (max-width:1199px) {

	.fast {
		margin-top: 50px;
		margin-bottom: 10px;
		padding: 10px 19px;
	}

	.fast p {
		line-height: 1.2;
	}

	.fast br {
		display: inline-block;

	}

	.white_card::after {
		width: 100%;
		height: 100%;
	}

	.white_card_1::after {
		width: 100%;
		height: 100%;
	}
}


@media screen and (min-width:768px) and (max-width:991px) {





	.ai_2 img {
		width: 105.5vw;
	}

	.web img {
		width: 92vw;
	}

	.ai_2 {
		top: 44%;
		left: -1.5%;
		z-index: 5;
	}

	.ai_2 img {
		width: 105.5vw;
	}

	.web {
		position: absolute;
		top: 13%;
		left: 5%;
		padding-top: 0%;
		padding-left: 0%;
		z-index: 3;
	}


	.part_h1_img {
		width: 50%;
		padding-right: 30px;
	}






	.card_2 br {
		display: inline;
	}


	.card_2 p {
		line-height: 1.3;
	}

	.pc_1 img {
		width: 63%;
	}

	.pc_4 img {
		width: 63%;
	}

	.card_3 p {
		font-size: 20px;
	}

	.card_2 p {
		font-size: 20px;
	}

	.card_1 p {
		font-size: 20px;
	}

	.card p {
		font-size: 20px;
	}

	.white_card_1::after {
		top: 23px;
		left: -16px;
	}

	.white_card_1::after {
		width: 110%;
		height: 110%;
	}




	.pc_2 img {
		width: 38%;

	}



	.white_card h1 {
		font-size: 18px;
	}

	.white_card::after {
		top: 21px;
		left: -15px;
	}

	.white_card_1 h1 {
		font-size: 18px;
	}

	.white_card_1::after {
		top: 19px;
		left: -18px;
	}
}


@media screen and (min-width:768px) and (max-width:1199px) {



	.white_card_1::after {
		top: 16px;
		left: -18px;
	}

	/* .pc_2 img {
		width: 65%;
	}
	


	.white_card h1 {
		font-size: 20px;}

		.white_card::after{
		    top: 21px;	
			left: -15px;
		} */


	.title_1 {
		width: 100%;
		margin-bottom: 10px;

	}

	.title_1 img {
		width: 30%;
	}

	.win {
		width: 25%;
		padding-right: 20px;
	}


	.table-responsives {
		display: none;
	}

	.table-responsives-ph {
		display: inline-block;
	}

	.table-responsives-ph td {

		vertical-align: middle;
		line-height: 1.3;
	}



	.big_form td {
		border-radius: 15px;
		line-height: 1.3;
	}

	.big_form {
		width: 100%;
	}


	.big_form table {
		border-collapse: collapse;
		white-space: normal;
	}

	.big_form img {
		width: 100%;
	}


	.form_box_img {
		width: 50%;
	}


	.arrow_pc img {
		width: 100%;
		margin: 40px auto 20px auto;
	}

	.step_pc img {
		width: 100%;
		margin: 40px auto 20px auto;
	}


	.card_box {
		width: 45%;
	}

	.card_box_p {
		min-height: 150px;
	}


	.title {
		margin-left: 0;
	}

	.yellow_card_1 .yellow_word {
		font-size: 30px;
	}



	#FORM #NAME {
		width: 100%;
	}

	#FORM #CITY {

		margin-right: 12px;
	}

	#FORM #PHONE {
		width: 100%;
	}


	.form_left {}



	#FORM {
		margin: 0;
	}

	#READ {
		line-height: 60px;
	}


	.form_left p {
		font-size: 18px;
	}

	.B {
		padding: 15px 25px;
	}

	.form_left_h2 {
		width: 85%;
	}


}

@media screen and (min-width:768px)and (max-width:992px) {

	.right {
		display: inline;
		width: 50%;
	}

	.right_1 {
		display: inline;
		width: 50%;
	}

	.img_box img {
		width: 100%;
	}


	.left {
		display: inline;
		width: 50%;
	}

	.left_1 {
		display: inline;
		width: 50%;
	}
}

/* --平板版型2-------------------------------------*/
@media screen and (max-width:767px) {

	.CONTENT5{
    background: url(../images/bgc_3.svg) repeat ;
    background-position: 60% 60%;
    padding: 80px 0;   background-size: contain;
	background-size: 150%;
        
	}


	.part_h1_ul_1 {
		width: 100%;
		margin-top: 50px;
	}

	.part_h1_img {
		width: 100%;
		padding: 10px;
	}

	.part_h1_h1 {
		display: flex;
		flex-direction: column;
	}

	.part_h1_img img {
		width: 70%;
	}

	.part_h1 h3::after {
		top: 0px;
		right: -35px;
	}




	.part_h1 h3::before {
		top: 0px;
		right: -35px;
	}

	.part_h1 h3 {
		font-size: 25px;
	}

	.blue_card:nth-child(odd) {
		margin-bottom: 40px;
	}


	.part_h1 h1 {

		line-height: 1.4;
		font-size: 25px;
	}

	.part_h1 h2 {

		line-height: 1.4;
		font-size: 25px;
	}

	.part_h2 h2 {
		font-size: 25px;
		line-height: 1.4;
	}

	.swiper_box {
		transform: scale(0.95);
		margin-top: 15px;
	}



	.part_p {
		text-align: justify;
	}

	.part_h1 p {
		word-break: break-all;
		font-size: 18px;
		text-align: justify;
		display: contents;
		font-weight: bold;
		line-height: 1.3;
		letter-spacing: 2px;
	}


	.part_h1 h1::before {
		top: 15px;
	}

	.part_h1 h2::after {
		top: 15px;
	}

	.part_h1 h2::before {
		top: 15px;
	}

	.part_h1 h1 {
		font-size: 25px;
		line-height: 1.2;
	}

	.left_1::after {
		display: none;
	}


	.left::after {
		display: none;
	}


	.right_1::after {
		display: none;
	}


	.right::after {
		display: none;
	}

	.img_box img {
		width: 100%;
	}

	.right {
		display: inline;
		width: 50%;
	}

	.right_1 {
		display: inline;
		width: 50%;
	}

	.CONTENT3 {
		position: relative;
	}

	.CONTENT3::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		backdrop-filter: blur(10px);
		z-index: -1;

	}

	.left {
		display: inline;
		width: 50%;
	}

	.left_1 {
		display: inline;
		width: 50%;
	}

	.part_h1 br {
		display: block
	}

	.part_h1_1 br {
		display: block
	}


	.part_h2 br {
		display: block
	}

	.part_h2 h2::after {
		top: 15px;
	}

	.part_h2 h2::before {
		top: 15px;
	}

	.card_3 br {
		display: none;
	}

	.win_box br {
		display: none;
	}

	.big_form td br {
		display: none;
	}

	.title_1 {
		width: 100%;
		justify-content: center;
		margin-bottom: 10px;
	}

	.title_1 img {
		width: 70%;
	}


	.table_pp {
		display: flex;
		align-items: flex-start;
		line-height: 1.2;
		flex-direction: column;
	}


	.table-responsives {
		margin: 0;
	}

	.table-responsives::-webkit-scrollbar {
		display: none;
	}

	.table-responsives {
		display: none;
	}

	.table-responsives-ph {
		display: inline-block;
	}

	.table-responsives-ph td {

		vertical-align: middle;
		line-height: 1.3;
	}


	.table_p_1 {
		display: flex;
		background-color: #0000009e;
		padding: 10px;
		border-radius: 9px;
		align-items: center;
		width: 60%;
		margin: 0 auto;

	}

	.pc_4 img {
		width: 86%;
	}

	.arrow_ph {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin: 10px auto;
	}

	.arrow_ph img {

		width: 100%;
	}


	.arrow_pc {
		display: none;
	}



	.step_ph {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin: 10px auto;
	}

	.step_ph img {

		width: 80%;
	}


	.step_pc {
		display: none;
	}



	.card p {
		font-size: 20px;
		line-height: 1.5;
	}

	.card_3 p {
		font-size: 20px;
		line-height: 1.5;
	}

	.card_2 p {
		font-size: 20px;
		line-height: 1.5;
	}

	.pc_1 {
		display: none;
	}


	.ph_1 {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 90%;
		margin: 0 auto;
	}

	.ph_1 img {

		width: 76%;
	}






	.CONTENT2 .word h1 {
		font-size: 26px;
		padding-bottom: 5px;
	}

	.CONTENT2 .word p {
		font-size: 20px;
	}


	.CONTENT2 .word span {
		font-size: 18px;
		line-height: 1.3;
	}


	.CONTENT1 .word h1 {
		font-size: 26px;
		padding-bottom: 5px;
	}

	.CONTENT1 .word p {
		font-size: 20px;
	}


	.CONTENT1 .word span {
		font-size: 18px;
		line-height: 1.3;
	}

	.CONTENT2 {

		background-size: cover;
	}

	.BOX3 {
		width: 80%;
		margin: 0 auto 40px auto;
	}


	.box_345 {
		margin: 20px 23px 60px 23px;

	}






	#READ {
		margin-top: 6%;
		font-size: 20px;
	}




	.aiclass_word h3 {
		padding: 5px;
		font-size: 19px;
		margin-bottom: 14px;
	}


	.aiclass_word {
		flex-direction: column;
		padding: 10px 15px;
		min-height: 130px;
	}

	.aiclass_word p {
		font-size: 17px;
		line-height: 1.4;
	}

	.aiclass_box {
		width: 44%;
		margin: 11px;
	}


	.box_345 {


		margin: 40px 23px;

	}


	.line {
		width: 80%;
		height: 20px;
		background-size: cover;
	}

	.dd {
		font-size: 25px;
		display: block;
	}

	.cc {
		font-size: 36px;
	}

	.bb {
		font-size: 23px;
	}

	.aa {
		font-size: 20px;
	}

	.form_left_h2 {
		width: 100%;
	}

	.form_left_h2 span {
		font-size: 17px;
	}






	.detail {
		margin-left: 30px;
	}

	.title img {
		width: 100%;
		/* padding: 0 17px; */
	}

	.B {

		margin: 0px auto 0 auto;
		font-size: 22px;
		letter-spacing: 2px;
		margin-top: 20px !important;
	}

	#FORM {
		margin-top: 0;
	}

	.form_left {
		width: 90%;
	}

	.form_right {
		width: 90%;
	}

	.yellow_card_1 .yellow_word {
		width: 80%;
		text-align: justify;
	}

	.flex {
		width: 80%;
	}




	.detail_p p {
		text-align: left;
	}

	.detail_p span {
		width: 90%;
	}

	.detail_p p {
		width: 90%;
		font-size: 18px;
		line-height: 1.2;
		font-weight: bold;
	}

	.text_4 {
		padding-top: 9%;
		padding-right: 13%;
	}

	.text_4 img {
		width: 22vw;
	}


	.text_3 {
		padding-top: 64%;
		padding-right: 0%;
	}



	.text_3 img {
		width: 21vw;
	}

	.text_1 img {
		width: 24vw;
	}

	.text_1 {
		padding-top: 8%;
		padding-left: 14%;

	}

	.text_2 img {
		width: 24vw;
	}


	.text_2 {
		padding-top: 64%;
		padding-left: 1%;
	}

	.h1_word {
		top: 21%;
		left: 14%;
	}











	.h1_word {

		top: 16%;
		left: 7%;
	}


	.h2_word {
		top: 29%;
		left: 11%;
	}


	.ai_1 {
		top: 43%;
		left: 41.5%;

	}

	.ai_1 img {
		width: 50vw;
	}


	.ai_2 img {
		width: 110vw;
	}


	.ai_2 {
	        top: 40%;
        left: -5.5%;
        z-index: 5;
	}


	.girl {

		bottom: 0;
		left: 0;
	}

	.girl img {
		width: 102vw;
	}






	.H1 {
		margin-top: 75px;
	}

	.H2 {
		float: none;
		margin: 0 auto;
	}

	.h2 {
		float: none;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 15px;
		padding-left: 0px;
	}

	.AWARD ul li:nth-child(1) {
		width: 25%;
	}

	.AWARD ul li:nth-child(2) {
		width: 75%;
		margin-top: 15px;
	}

	.AWARD ul li:nth-child(3) {
		display: none;
	}

	h4 {
		font-size: 30px;
	}

	.CTA1 {
		float: none;
		margin: 0 auto;
		margin-top: 5%;
	}
}

/* --手機版型1-------------------------------------*/
@media screen and (max-width:639px) {
	.H1 {
		margin-top: 75px;
	}

	h4 {
		font-size: 28px;
	}

	.CTA1 {
		margin-top: 40%;
	}



	.TEXT,
	.AWARD ul li {
		font-size: 16px;
	}

	#FORM #NAME {
		width: 99%;
		height: auto;
		margin: 0 1%;
	}

	#FORM #PHONE {
		width: 99%;
		height: auto;
		margin: 0 1%;
	}
}

@media screen and (max-width:479px) {





	.aiclass_box {
		width: 80%;
		margin: 0px 11px 50px 11px;
	}


	.line {
		width: 80%;
		background-size: cover;
	}

	#FORM #CITY {
		width: 100%;

	}

	#FORM #SCHOOL {
		width: 100%;
	}

	.detail_p {
		margin-bottom: 15px;
		font-size: 16px;
	}


}

@media screen and (min-width:600px) and (max-width:767px) {


	.big_form {
		margin: 30px auto 12px auto;
		width: 65%;
	}

	.card_2 br {
		display: block;
	}


	.student_box_img img {

		margin-top: 60px;
	}

	.student_box {
		background-color: #fff;
		border-radius: 15px;
		border: solid 1px black;
		width: 60%;
		margin: 0 auto;
	}


	.gift_card img {
		margin-top: 8px;
		margin-bottom: 8px;
	}



	.yellow_card_1 .yellow_word p {
		font-size: 23px;
	}

	.yellow_card_1 .yellow_word span {
		font-size: 23px;
	}

	.detail_p p {
		width: 90%;
		font-size: 23px;
	}

	.title h2 {
		font-size: 27px;
	}


	.form_left_h2 {
		width: 80%;
	}

	#READ {
		margin-top: 6%;

	}


}

@media screen and (min-width:600px) and (max-width:741px) {



	#FORM #CITY {
		width: 100%;
	}

	#FORM #NAME {
		width: 100%;
	}

	#FORM #PHONE {
		width: 100%;
	}

	#FORM #SCHOOL {
		width: 100%;

	}


}



@media screen and (min-width:479px) and (max-width:721px) {


	.box_345 {
		margin: 40px 10px;
		width: 250px;
		padding: 35px 10px 10px 30px;
	}

	.box_345 p {
		font-size: 17px;
	}


	.three::after {
		top: -47px;
		right: 40px;
		width: 90%;
	}

	.four::after {
		top: -47px;
		right: 40px;
		width: 90%;
	}

	.five::after {
		top: -47px;
		right: 40px;
		width: 90%;
	}





}



@media screen and (max-width:767px) {

	.gift_card p {
		font-size: 18px;
        margin-top: 20px;
	}


	.partword p {
		font-size: 18px;

	}

	.form_right span {
		font-size: 16px;
	}

	.form_right span {

		text-align: left;
	}

	.white_box_small {
		width: 60%;
	}

	.white_box_small_img img {
		width: 100%;
		margin: 0 auto;
	}


	.white_box {

		flex-direction: column;
		justify-content: center;
		align-items: center;
	}


	.CONTENT10 {
		background-attachment: scroll;
	}


	.student_box {
		width: 85%;
		margin: 0 auto;
	}


	.CONTENT2 {
		background-attachment: scroll;
	}



	.white_card_1::after {
		top: 11px;
		left: -26px;
	}

	.btn_bb {
		width: 100%;
	}


	.big_form ul {
		padding-left: 10px;
	}


	.btn_bb img {
		width: 20%;
		cursor: pointer;
		margin-top: 10px;
	}


	.CONTENT8 {
		padding: 40px 0;

	}

	.fire_girl {
		margin-top: 20px;
	}

	.CONTENT7 {
		padding: 60px 0 60px 0;
	}

	.fire_girl img {
		width: 100%;
	}


	.table_p_1 span {
		display: inline;
		padding-right: 8px;

	}

	.table_p span {
		display: inline;
		padding-right: 8px;

	}

	.table_p {
		margin: 0 auto;
		display: flex;
		justify-content: center;
		width: 80%;
		background-color: #0000009e;
		padding: 10px;
		border-radius: 9px;
	}

	.table_p p {

		display: flex;
		letter-spacing: 1.2px;
		color: white;
		border-radius: 51px;
		font-weight: bold;
		font-size: 16px;
		line-height: 1.2;


	}

	.table_p span {
		color: white;
		font-size: 16px;
	}






	.big_form table {
		font-size: 17px;
	}

	.big_form td {
		padding: 8px 10px;
	}

	.big_form img {
		width: 100%;

	}


	.pc_3 {
		display: none
	}


	.ph_3 img {
		width: 95%;
	}

	.ph_3 {
		display: flex;
		justify-content: center;
		align-items: center;
	}




	.form_box_form p {
		line-height: 1.5;
		text-align: justify;
		font-size: 15px;

	}

	.form_box {
		flex-direction: column;
	}

	.form_box_form {
		width: 90%;
	}

	.form_box_img {
		margin-bottom: 20px;
		width: 90%;
	}

	.card_logo_img {
		width: 45%;
	}

	.card_1 p {
		font-size: 20px;
		line-height: 1.5;
		display: inline;

	}

	.CONTENT1 {
		background-attachment: scroll;
	}

	.CONTENT3 {}


	.pc_2 img {
		width: 67%;
	}

	.pc_3 img {
		width: 100%;
	}

	.card br {
		display: inline;
	}


	.white_card {
		width: 95%;
		margin-top: 20px;
	}


	.white_card::after {
		width: 80% !important;
		height: 80% !important;
	}

	.white_card_1 {
		width: 90%;
		margin-top: 20px;
	}

	.white_card_1 {
		width: 350px;
		margin-top: 20px;
	}


	.white_card_1::after {
		width: 100% !important;
		height: 100% !important;
	}



	.blue_card {
		flex-direction: column;
		align-items: center;
	}

	.card_box {
		width: 75%;
		margin: 8px 8px 15px 8px;
	}

	.title h2 {
		font-size: 22px;
	}

	.pp {
		width: 8%;
	}

	.details {
		flex-direction: row;
		margin-bottom: 10px;
	}




	.title {
		display: flex;
		justify-content: center;
		border-bottom: none;
		border-radius: 0 0 0 30px;
		position: relative;
		margin-left: 0px;
		margin-bottom: 15px;
		width: 100%;
	}

	.title h2::before {
		display: none;
	}

	.rows {
		flex-direction: column;
		margin: 0px auto 20px auto;
		width: 95%;

	}

	.flex {
		display: flex;
		justify-content: center;
		align-items: center;
	}


	.yellow_card_1 {
		width: 100%;
		background-color: #ffdc40;
		display: inline-block;


	}

	.yellow_card_1 .trophy {
		width: 45%;
		padding: 0 10px 10px 10px;
	}


	.yellow_card_1 .trophy img {
		width: 100%;
	}


	.yellow_card_1 .Merit {
		width: 45%;
		padding: 0 10px 10px 10px;
	}


	.yellow_card_1 .Merit img {
		width: 100%;
	}

	.yellow_card_1 .yellow_word {

		width: 100%;
		border: solid 2px #cb0000;
		padding: 10px;
	}


	.yellow_card_1 .yellow_word p {
		color: #222222;
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 1.5;
		font-weight: bold;
	}


	.yellow_card_1 .yellow_word span {
		color: #245b9e;
		font-size: 18px;
		letter-spacing: 1px;
		font-weight: bold;
	}


	.yellow_card_1 .content {
		display: flex;
		flex-direction: row-reverse;
	}



	.yellow_card {
		display: none;
	}


	.mini_title {
		position: absolute;
		top: 34%;
		left: 7.5%;
		padding-top: 0;
		padding-left: 0;
		z-index: 3;
	}


	.web img {
		width: 92vw;
	}

	.web {
		position: absolute;
		top: 13%;
		left: 5%;
		padding-top: 0%;
		padding-left: 0%;
		z-index: 3;
	}

	.small_title img {
		width: 17vw;
	}

	.small_title {
		position: absolute;
		top: 3.5%;
		left: 81.5%;
		padding-top: 0;
		padding-left: 0;
		z-index: 1;
	}

	.mini_title img {
		width: 73vw;
	}

}



@media screen and (min-width:501px) and (max-width:767px) {
	.win img {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;

	}

	.win {
		width: 24%;
		padding-right: 0px;
		display: flex;
		justify-content: center;
		padding: 0;
	}


	.win_box p {
		width: 60%;
	}

}

@media screen and (max-width:375px) {

	.win {
		width: 40% !important;
		padding-left: 20px;
	}
}

@media screen and (min-width:375px) and (max-width:599px) {
	.big_form {
		margin: 30px auto 12px auto;
		width: 95%;
		display: flex;
		align-items: center;
		justify-content: center;

	}

}





@media screen and (min-width:390px) and (max-width:500px) {

	.win {
		width: 40%;
		padding-right: 0px;
		display: flex;
		justify-content: center;
	}

	.win img {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;

	}

	.win_box p {
		width: 60%;
	}


	.win_box {
		height: 100%;
	}


	.form_left_h2 h2 {
		line-height: 1.2;
	}




	.aiclass_word h3 {
		padding: 10px 15px;
	}

}


@media screen and (min-width:399px) and (max-width:550px) {



	.title_1 img {
		width: 80%;
	}


	.white_card_1::after {
		top: 14px;
		left: -24px;
	}
}

@media screen and (max-width:399px) {
	.white_card {
		width: 320px;
	}

	.white_card_1 {
		width: 320px;
	}

	.title_1 img {
		width: 90%;
	}

	.white_card_1::after {
		top: 12px;
		left: -23px;
	}

}

/* --手機版型2-------------------------------------*/
@media screen and (min-width:479px) and (max-width:599px) {





	.student_box_img img {
		margin-top: 60px;
	}

	.student_box {
		background-color: #fff;
		border-radius: 15px;
		border: solid 1px black;
		width: 90%;
		margin: 0 auto;
	}





	.detail_p {
		margin-bottom: 30px;
	}


	.detail {
		width: 80%;
		margin: 0 auto;
	}


	#FORM #CITY {
		width: 100%;
	}

	#FORM #SCHOOL {
		width: 100%;

	}


	.H1 {
		margin-top: 55px;
		margin-bottom: 5px;
	}

	.AWARD {
		padding-bottom: 25px;
	}

	.AWARD ul li:nth-child(1) {
		display: none;
	}

	.AWARD ul li:nth-child(2) {
		width: 100%;
		font-size: 15px;
	}


	#READ {
		font-size: 15px;
		margin-top: 6%;
	}

}

@media screen and (max-width: 500px) {

	.three::after {
		top: -57px;
		right: 60px;
		width: 90%;
	}

	.four::after {
		top: -57px;
		right: 60px;
		width: 90%;
	}



	.five::after {
		top: -57px;
		right: 60px;
		width: 90%;
	}

}



/*------------- 國家人才競爭力躍升計畫送國際認證輔導班 2024.11 start -------------*/
.content-slot {
	background-color: #0d69d9;
	background: url(../images/bg2.png) repeat fixed;
	padding: 20px;
	text-align: center;
}

.content-slot .container {
	position: relative;
}

.content-slot-bg {
	background: url(../images/mockup1-bg.png) no-repeat center center / cover;
	border-radius: 20px;
	padding: 0px 20px 0;
	/* overflow: hidden; */
}

.slot-textbox,
.slot-imgbox {
	margin-top: 0;
	/* margin-right: -4%; */
	padding: 0;
}

.slot-textbox {
	/* margin-right: -5%;
    margin-left: 4%; */
}

.slot-textbox img {
	max-width: 118%;
}

.slot-imgbox {
	margin-top: -16px;
}

.slot-imgbox img {}

@media screen and (max-width: 992px) {
	.content-slot {}

	.content-slot .container {
		padding: 0;
	}

	.content-slot-bg {
		padding: 10px 10px 0;
	}

	.slot-textbox,
	.slot-imgbox {}

	.slot-textbox {}

	.slot-textbox img {
		max-width: 100%;
	}

	.slot-imgbox {
		margin-top: 0;
		position: absolute;
		right: -11%;
		bottom: 0;
	}

	.slot-imgbox img {}
}

@media screen and (max-width: 767px) {




	.CONTENT1 .word p {
		text-align: center;
	}

	.design_1 br {
		display: none;
	}

	.design br {
		display: none;
	}

	.design_1 {
		width: 95%;
		margin-top: 50px;
		margin-bottom: 60px;
	}

	.design {
		width: 95%;
		margin-top: 50px;
		margin-bottom: 60px;
	}

	.word {
		flex-direction: column;
	}

	.detail {

		margin-left: 30px;
	}

	.content-slot {}

	.content-slot .container {}

	.content-slot-bg {
		padding: 0;
	}

	.slot-textbox,
	.slot-imgbox {}

	.slot-textbox {}

	.slot-textbox img {}

	.slot-imgbox {}

	.slot-imgbox img {}
}

.img-responsive {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	display: block;
	max-width: 100%;
	height: auto;
}

/* .col-xs-12 {
  width: 100%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-12, .col-xs-7 {
  float: left;
} */
@media (max-width: 767px) {

	.pp br {
		display: inline;
	}

	.hidden-xs {
		display: none !important
	}
}


@keyframes GoType_img {

	0%,
	30% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	15% {
		-webkit-transform: scale(1.04);
		transform: scale(1.04);
	}
}

/*------------- 國家人才競爭力躍升計畫送國際認證輔導班 2024.11 end -------------*/