@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: 50px !important;
}

.CTA1:hover {
	width: 135px;
	background-color: rgba(25, 113, 219, 0.9);
}

.CTA1:hover p {
	color: #ffc61b;
}














/*------------- TEXT -------------*/




.TEXT{
	background: url(../images/bgc_1.webp)  fixed;
	background-position: right center;
	padding: 60px 0;
}




.detail_p{
display: flex;
justify-content: center;
align-items: center;
margin-top: 10px;

}


.detail_p span{
	background-color:#7f32b6 ;
	color: white;
	letter-spacing: 2px;
	font-size: 18px;
	padding: 10px;
	width: 15%;
	margin: 0;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}


.detail_p p{
	background-color:white;
	color: #2b393b;
	letter-spacing: 2px;
	font-size: 18px;
	padding: 10px;
	font-weight: bold;
	margin: 0;
	width: 65%;
}

.rows{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 45px auto;
	background-color: #ffffffd6;
    padding: 30px 20px 20px 20px;
    border-radius: 12px;
    width: 100%;
	
}

.pp br{
	display: none;
}



.gift_card{
	width: 85%;
}

.gift_card img{
	width: 100%;
	margin-top: 8px;
}



.form_left {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.form_left p{
	color: #f8b62d;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;

}


.form_left_h2{
    background-color: #f8f3ff;
    margin: 10px 0 0px 0;
    padding: 15px;
    border-radius: 13px;
	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: #330188;
	font-size: 19px;
	letter-spacing: 2px;
	font-weight: bold;

}


.form_right {
	width: 50%;
}

.form_right a{
	color:#330188!important ;
}


.form_right a{
	color:#330188!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;
}




.logo{
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1%;
    padding-left: 31%;
    z-index: 3;

}

.logo img{
    width: 37vw;
}


.robot{
    position: absolute;
    top: 0;
    left: 0;
	padding-top: 11%;
    padding-left: 18%;
    z-index: 3;

}

.robot img{
    width: 15vw;
}


.man{
    position: absolute;
    top: 0;
    right: 0;
	padding-top: 11%;
    padding-right: 20%;
    z-index: 3;

}

.man img{
    width: 14vw;
}


.big_title{
	position: absolute;
	top: 40%;
    left: 33.5%;
    padding-top: 0;
    padding-left: 0;
    z-index: 3;

}

.big_title img{
    width: 32vw;
}


.small_title{
    position: absolute;
    top: 32%;
    left: 37.5%;
    padding-top: 0;
    padding-left: 0;
    z-index: 3;

}

.small_title img{
    width: 23vw;
}


.text_1{
    position: absolute;
    top: 0;
    left: 0;
	padding-top: 4%;
    padding-left: 18%;
    z-index: 3;

}

.text_1 img{
    width: 16vw;
}


.text_2{
	position: absolute;
    top: 0;
    left: 0;
    padding-top: 22%;
    padding-left: 10%;
    z-index: 3;

}

.text_2 img{
    width: 14vw;
}


.text_3{
	position: absolute;
    top: 0;
    right: 0;
    padding-top: 24%;
    padding-right: 11%;
    z-index: 3;

}

.text_3 img{
    width: 11vw;
}


.text_4{
	position: absolute;
    top: 0;
    right: 0;
    padding-top: 2%;
    padding-right: 22%;
    z-index: 3;

}

.text_4 img{
    width: 12vw;
}




/*------------- CONTENT1 -------------*/



.CONTENT1{
	background: url(../images/bgc_2.webp) no-repeat fixed;
	background-position: right center;
    padding: 100px 0;
}


.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;
}









h2.style2 span {
	font-size: 25px;
	letter-spacing: 5px;
	font-weight: 100;
	color: #fff;
}

h2.style2 {
	color: #ffc61b;
}



/* style for waterfall grid */
.wf-container {
	margin: 0 auto;
}

.wf-container:before,
.wf-container:after {
	content: '';
	display: table;
}

.wf-container:after {
	clear: both;
}

.wf-box {
	margin: 10px;
	/*border:1px solid #06336f;*/
	background-color: #FFF;
	margin-bottom: 5%;
}

.wf-box img {
	display: block;
	width: 100%;
}

.wf-box .content {
	border: 1px solid #ccc;
	border-top-width: 0;
	padding: 5px 8px;
}

.wf-column {
	float: left;
}

.t1 {
	background-color: #ffc61b;
	color: #06336f;
	font-size: 25px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	position: relative;
	text-align: center;
}

.t2 {
	background-color: #37dcff;
	color: #06336f;
	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: #06336f;
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.t3 {
	color: #06336f;
	font-size: 15px;
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
}

@media screen and (min-width:768px) {
	.wf-container {
		width: 750px;
	}
}

@media screen and (min-width:992px) {
	.wf-container {
		width: 970px;
	}
}

@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 #330188;
	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: white;
	text-decoration: none;
	background-color: #f8b62d;
	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;
}






.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-color: #0d69d9;
	background: url(../images/bgc_4.webp) repeat fixed;
	padding: 100px 0;
}

.CONTENT2  h4 {
    color: #3a3a3a;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 2px;
}

.ff{
	color: #330188;
    font-size: 40px;
    font-weight: bold;
}




.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;
margin-top: 50px;
}



.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));

}

.three{
	border: solid 3px #7f32b6;
	box-shadow: 0px 10px 0 #7f32b6;
	position: relative;
}

.three::after{
	content: '';
	position: absolute;
	top: -57px;
    right: 40px;
	background: url(../images/three.png) no-repeat ;
	width: 100%;
	height: 150px;
	background-size: contain;

}

.four{
	border: solid 3px #5b32b4;
	box-shadow: 0px 10px 0 #5b32b4;
	position: relative;
}


.four::after{
	content: '';
	position: absolute;
	top: -57px;
    right: 40px;
	background: url(../images/four.png) no-repeat ;
	width: 100%;
	height: 150px;
	background-size: contain;

}

.five{
	border: solid 3px #330188;
	box-shadow: 0px 10px 0 #330188;
	position: relative;
}


.five::after{
	content: '';
	position: absolute;
	top: -57px;
    right: 40px;
	background: url(../images/five.png) no-repeat ;
	width: 100%;
	height: 150px;
	background-size: contain;

}



.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;
}




/* --電腦版型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 (min-width:768px) and (max-width:1199px){
	#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: 95%;
		}

		.form_left p {
			font-size: 18px;
		}

		.B {
			padding: 15px 25px;
		}

		.form_left_h2{
			width: 100%;
		}
		

}

/* --平板版型2-------------------------------------*/
@media screen and (max-width:767px) {


	.CONTENT2 {
		background: url(../images/bgc_4.webp) repeat scroll;
		background-size: cover;
	}

	.BOX3 {
		width: 80%;
		margin: 0 auto 40px auto;
	}


	.box_345 {
	    margin: 20px 23px 60px 23px;

	}


	#READ {
		margin-top: 6%;
	}

	.CONTENT1 {
		background: url(../images/bgc_2.webp) no-repeat scroll;
		background-size: cover;
	}

	.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: 11px;
		width: 100%;
	}

	.TEXT {
		padding: 30px 0;
		background: url(../images/bgc_1.webp) scroll;
	}


	.B {

		margin: 0px auto 0 auto;
		font-size: 22px;
        letter-spacing: 2px;
		margin-top: 20px !important;
		padding: 10px 25px;
	}

	#FORM{
		margin-top: 0;
	}

	.form_left {
		width: 100%;
	}

	.form_right {
		width: 100%;
	}


	.rows{
		flex-direction: column;
		margin-top: 20px;
	}


	.detail_p{
		flex-direction: column;
	}

	.detail_p span{
		width: 90%;
	}

	.detail_p p{
		width: 90%;
		text-align: center;
		font-size: 16px;
		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%;
	}



	.small_title {
		position: absolute;
		top: 27.5%;
        left: 20.5%;
		padding-top:0;
		padding-left: 0;
		z-index: 3;
	}


	.small_title img {
		width: 63vw;
	}

	.big_title {
        top: 34%;
        left: 13.5%;

	}

	.big_title img {
		width: 75vw;
	}


	.robot img {
		width: 35.5vw;
	}


	.robot {

		padding-top: 72%;
		padding-left: 15%;
	}


	.man {

		padding-top: 71%;
		padding-right: 12%;
	}

	.man img {
		width: 34vw;
	}

	

	.logo {
        padding-top: 11%;
		padding-left: 8%;
	}

	.logo img {
		width: 87vw;
	}

	.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;
    }

	
}

@media screen and (min-width:600px) and (max-width:767px) {

	.gift_card {
        width: 80%;
    }

	.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 (min-width:479px) and (max-width:767px) {

.rows {
	width: 80%;
	margin-top: 40px;
}


}

@media screen and (min-width:390px) and (max-width:500px) {

	.form_left p {
		font-size: 15px;
		letter-spacing: 1px
	}

	.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) {
	.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 -------------*/

