@charset "UTF-8";

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: 200px;
	width: 70%;
	margin-top: 20px !important;
}

.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;
	background-size: cover;
}


.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: 15px 0;

}

.pp br {
	display: none;
}


.pp{
	width: 5%;
	
}


.pp img{
	width: 100%;

}


.gift_card {
	width: 70%;
}

.gift_card img {
	width: 100%;
	margin-top: 8px;
}



.form_left {
	width: 50%;
	display: flex;
	flex-direction: column;
	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: 50%;
}

.form_right a {
	color: #245b9e !important;
}


.form_right a {
	color: #245b9e !important;
}


.form_right span {
	margin-left: 5px;
	font-weight: bold;
}





/* ==================== */

.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;
}


.mainCoverContainer_1 {
	width: 100%;
	position: relative;
}




.web {
	position: absolute;
	top: 23%;
    left: 15%;
	padding-top: 0%;
	padding-left: 0%;
	z-index: 3;




}

.web img {
	width: 34vw;

}





.ai_2 {
	position: absolute;
	top: 17%;
	left: 13%;
	padding-top: 0%;
	padding-left: 0%;
	z-index: 3;

}

.ai_2 img {
	width: 15vw;
}


.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-x: hidden;
}


/*------------- CONTENT1 -------------*/



.CONTENT1 {
	background: url(../images/bgc_3.webp) no-repeat fixed;
	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: 70%;
}


.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_4.webp) no-repeat fixed;
	background-position: right center;
	padding: 80px 0;
	background-size: cover;

}


.pc_2{
	display: flex;
	align-items: center;
	justify-content: center;
}


.pc_2 img{
	width: 40%;
}

.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: 47%;
}

.big_form {
	width: 80%;
	margin: 30px auto;

		box-shadow: 0px 0px 10px #3a3a3ac2;
		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;
		box-shadow: 0px 0px 10px #3a3a3ac2;
		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: 18px;
}

  .big_form th,
  .big_form td {
	padding: 12px 12px;
	text-align: left;
	vertical-align: middle;

  }
  

  .big_form thead,
  .big_form tfoot {
	background-color: #245b9e;
	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  dashed #245b9eb6;	
  }

  .big_form tr:last-of-type{

	border-bottom:none!important;	
  }


  .big_form td:first-of-type {

	border-right: 1px  dashed #245b9eb6;	
  }

  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;
}


/*------------- CONTENT3 -------------*/



.CONTENT3 {
	background: url(../images/bgc_5.webp) no-repeat fixed;
	background-position: right center;
	padding: 80px 0;
	background-size: cover;

}


/*------------- CONTENT4 -------------*/



.CONTENT4 {
background-color: #fff;
	padding: 80px 0;

}


/*------------- CONTENT5 -------------*/



.CONTENT5 {
	background: url(../images/bgc_6.webp) no-repeat fixed;
	background-position: right 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;
	
	}


		/*------------- CONTENT7 -------------*/



.CONTENT7 {
	background: url(../images/bgc_8.webp) no-repeat;
	background-position: right center;
	padding: 80px  0 0 0 ;
	background-size: cover;
	
	}


	
		/*------------- 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;

}


.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: white;
	font-weight: bold;
	font-size: 15px;
}


.table_pp span{
	white-space:nowrap ;
	font-size: 15px;
	color: white;
	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 {
    background-color: #57fffc;
	padding: 15px 30px;
	display: inline-block;
	font-size: 25px;
	color: #245b9e;
	font-weight: bold;
	letter-spacing: 1.2px;
	border-radius: 51px;


}

.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 {
    width: 33%;
    margin: 8px;
    border-top: solid 15px #245b9e!important;	
    box-shadow: 0 0 5px #3a3a3a;
    border-radius: 0 0 25px 25px;
    padding: 15px;
    background-color: white;
}


.white_card_1 h1 {
    font-size: 23px;
    letter-spacing: 1.2px;
    color: #245b9e;
    margin-bottom: 10px;
    font-weight: bold;
}

.white_card_1 span {
    font-size: 17px;
    letter-spacing: 1.2px;
    color: #222222;
    margin-bottom: 10px;
    font-weight: bold;
}

.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;
}


.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;
    background-color: #ffe731;
}

.yellow_card{
	width: 100%;
	background-color: #ffdc40;


}

.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;
}

.KV_picture{
	background-color: #ffdc40;
}


.card p{
	text-align: center;
	color: #245b9e;
	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;
	padding: 12px 10px;
	border: solid 2px  #245b9e;
	border-radius: 20px;
	width: 23%;

}

.pc_1 p{
display: none;
}

.pc_1 h2{
	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;
}

.white_card{
	width: 33%;
	margin: 8px;
	border-top: solid 15px #57fffc;
	box-shadow: 0 0 5px #3a3a3a;
	border-radius: 0 0 25px 25px;
	padding: 15px;
	background-color: white;


}

.white_card h1{
	font-size: 23px;
	letter-spacing: 1.2px;
	color: #245b9e;
	margin-bottom: 10px;
	font-weight: bold
}

.white_card span{
	font-size: 17px;
	letter-spacing: 1.2px;
	color: #222222;
	margin-bottom: 10px;
	font-weight: bold
}

.white_card ul li{
	font-size: 16px;
	color: #4d4d4d;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.3;

}

li::marker {
    color: #57fffc; /* 改變小圓點的顏色 */
  }

.white_card p{
color: #245b9e;
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{
	padding-left: 20px;
	
}

.white_card li{
	list-style: disc;
	
}

.white_card p span{
	font-size: 25px;	
	color: #245b9e;
}

.white_card p::after{
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #ffe731;


}

.white_card hr{
	border-top: 1px solid #222222!important;
}

.card br {
display: none;
}


.card_logo{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top:50px;
}


.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;
	margin-bottom: 10px;
}


.card_box_p_1 {
    width: 100%;
    background-color: #ffe731;
    border-radius: 0 0 13px 13px;
    text-align: justify;
    line-height: 1.5;
    padding: 10px;
    border-top: solid 2px #245b9e;
}

.card_box_p_1 p{
	font-weight: bold;
}

@media screen and (min-width:768px) {
	.wf-container {
		width: 750px;
	}
}

@media screen and (max-width:767px) {

	.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: 35px 0 0 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{
	margin: 30px auto 12px auto;
	width: 95%;
	display: flex;
    align-items: center;
	justify-content: center;
	
	}

	

	.big_form table{
	font-size: 17px;	
	}

	.big_form td {
		padding: 8px 20px;
	}

	.big_form img{
		width: 100%;
		
	}


	.pc_3{
  display: none
}


.ph_3 img{
	width: 95%;
}

.ph_3{
	display: flex;
	justify-content: center;
	align-items: center;
}



	.CONTENT5{
		background-attachment: scroll;
	}

	.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{
		background-attachment: scroll;
	}


	.pc_2 img {
		width: 90%;
	}

	.pc_3 img {
		width: 100%;
	}

	.card br {
		display: inline;
		}
		

	.white_card{
		width: 90%;
		margin-top: 20px;
	}


	.white_card_1 {
        width: 90%;
        margin-top: 20px;
    }

	.blue_card {
		flex-direction: column;
		align-items: center;
	}

	.card_box {
        width: 80%;
    }

	.title h2{
	    font-size: 22px;	
	}

	.pp {
		width: 8%;
	}

	.details{
		flex-direction: row;
		margin-bottom: 10px;
	}


	.form_left p {
        font-size: 18px;
        letter-spacing: 1px;
    }

	.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;

	}

.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: 85vw;
	}

	.web {
		position: absolute;
		top: 7%;
		left: 6%;
		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:1023px) {
	.wf-container {
		width: 1000px;
	}
}




/*------------- FORM_BLOCK -------------*/

.FORM_BLOCK {}

h3 {
	font-size: 25px;
	color: #1971db;
	line-height: 1.3;
	text-align: center;
	font-weight: 200;
}

h3 span {
	font-weight: 700;
}

.h3 {
	font-size: 28px;
	text-align: center;
	color: #e50921;
	margin-top: 5px;
	font-weight: 700;
	-webkit-animation: discolor 1s infinite;
	-moz-animation: discolor 1s infinite;
	-ms-animation: discolor 1s infinite;
	-o-animation: discolor 1s infinite;
	animation: discolor 1s infinite;
}

.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%;

	height: 45px;

}

#FORM #SCHOOL {
	width: 48%;
	height: auto;
	float: left;

}

#ddl_area_no {
	width: 100%;
	height: 45px;
	

}

#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;
}

#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 #245b9e;
	width: 100%;
	height: 45px;
	line-height: 35px;
	margin-top: 15px;
	font-size: 100%;
	text-align: left;
	padding-left: 10px;
	overflow: hidden;
	font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
}


.B {
	padding: 20px 25px;
	display: block;
	margin: 0 auto;
	font-size: 25px;
	text-align: center;
	letter-spacing: 2;
	color: #222222;
    text-decoration: none;
    background-color: #ffdc40;
    border-bottom: solid 8px #e3b212;
	cursor: pointer;
	font-weight: bold;
	border-radius: 50px;
	-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 -------------*/



.CONTENT1-1 {
	background: url(../images/bgc_3.webp) no-repeat fixed;
	background-position: right center;
	padding: 100px 0;
	background-size: cover;
}






.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 {


	background-size: cover;
}

.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: 80%;
	margin: 40px auto 20px auto;
	}


.arrow_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%;

    margin: 10px;
	font-size: 17px;
	border-radius: 13px 13px 0 0;

  }

  .table-responsives table{
	width: 100%;
	text-align: center;
  }
  

.table-responsives thead th{
	color: #245b9e;
	background-color: #b4d6ff;
	padding: 15px;
	text-align: center;

}


.table-responsives tbody tr{
background-color: #fff;
text-align: center;
padding: 15px;
border-bottom: dashed 1px #3586e8;
color:#4d4d4d;
}

.table-responsives tbody tr:last-of-type{
	border: none;
}


.table-responsives tbody td:first-of-type{
	border-right: dashed 1px #3586e8;
}

  .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-right: 20px;
}

.win img{
width: 100%;
display: flex;
align-items: center;
justify-content: center;	
}

.win_box{
	display: flex;
	align-items: center;
	justify-content: space-between;

}


/* --電腦版型2-------------------------------------*/
@media screen and (max-width: 1023px) {}

/* --平板版型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 {
		margin: 0 auto;
		width: 100%;
	}

	.photo_img {
		display: none;
	}

	.CARD img {
		width: 100%;
	}

}


@media screen and (max-width:1199px) {
	.card_box{

	}
}


@media screen and (min-width:768px) and (max-width:1199px) {

	.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;
	}


	.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 {
		width: 100%;
	}

	#FORM #PHONE {
		width: 100%;
	}

	#FORM #SCHOOL {
		width: 100%;
	}

	.rows {
		/* flex-direction: column;
		width: 80%; */
	}

	.form_left {
		width: 100%;
	}

	.form_right {
		width: 90%;
	}

	#FORM {
		margin: 0;
	}

	#READ {
		line-height: 60px;
	}

	.gift_card {
		width: 100%;
	}

	.form_left p {
		font-size: 18px;
	}

	.B {
		padding: 15px 25px;
	}

	.form_left_h2 {
		width: 85%;
	}


}

/* --平板版型2-------------------------------------*/
@media screen and (max-width:767px) {
	
	
	.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: 80%;
		margin: 0 auto;
		
	}

	.pc_4 img {
		width: 93%;
	}

	.arrow_ph{
		display: flex;
		align-items: center;
		justify-content: center;	
		width: 90%;
		margin: 30px auto ;
		}
		
		.arrow_ph img{

			width: 70%;
			}
			
		
		.arrow_pc{
			display: none;	
			}
		



	.card 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: 100%;
	}



	


	.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%;
	}



	.CONTENT1-1 {
		background: url(../images/bgc_3.webp) no-repeat scroll;
		background-size: cover;
	}


	.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;
	}


	.gift_card {
		margin-top: 0px;
		width: 100%;
	}

	.TEXT {
		padding: 30px 0;

	}

	.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: 100%;
	}

	.form_right {
		width: 100%;
	}

	.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%;
	}








	


	.W1 {
		width: 33vw;
	}

	.W2 {
		left: -2px;
	}

	.W3 {
		left: -9px;
		top: 2px;
	}


	.W4 {
		left: -16px;
		top: 1px;
	}

	.W5 {
		left: -12px;
	}

	.W6 {
		left: -20px;
		top: 3px;
	}


	.W7 {
		left: -25px;
		top: 1px;
	}

	.W8 {
		left: -34px;
		top: 3px;
	}

	.W9 {
		left: -42px;
		top: 3px;
	}


	.W2,
	.W3,
	.W4,
	.W5,
	.W6,
	.W7,
	.W8,
	.W9 {
		width: 18vw;
	}


	.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: 35.5vw;
	}


	.ai_2 {
		top: 1%;
		left: -1.5%;
		z-index: 5;
	}


	.girl {

		bottom: 0;
		left: 0;
	}

	.girl img {
		width: 102vw;
	}



	 


	.left {
		width: 90%;
	}

	.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: 98%;
		height: auto;
		margin: 0 1%;
	}

	#FORM #PHONE {
		width: 98%;
		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) {


	.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;
    }

	.gift_card {
		width: 70%;
	}

	.form_left_h2 {
		width: 80%;
	}

	#READ {
		margin-top: 6%;

	}

	.form_right {
        width: 80%;
    }

}

@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 (min-width:599px) and (max-width:767px) {

	.win {
		width: 40%;
	    padding-right: 0px; 
		display: flex;
        justify-content: center;}

	.win img {
		width: 65%;
        padding-right: 0px;
       
	}


}

@media screen and (min-width:390px) and (max-width:600px) {


	.win img {
		width: 13%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
	}


	


	
	.form_left_h2 h2 {
		line-height: 1.2;
	}


	.rows {
		width: 90%;

	}

	.aiclass_word h3 {
		padding: 10px 15px;
	}

}

/* --手機版型2-------------------------------------*/
@media screen and (min-width:479px) and (max-width:599px) {








	.detail_p {
		margin-bottom: 30px;
	}


	.detail {
		width: 80%;
		margin: 0 auto;
	}


	#FORM #CITY {
		width: 100%;
	}

	#FORM #SCHOOL {
		width: 100%;

	}

	.form_right {
		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;
	}

	h3 {
		font-size: 19px;
	}

	.h3 {
		font-size: 23px;
	}

	#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 -------------*/