@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%;
	position: relative;
	z-index: 999;




}

.CONTENT2 .B00{
    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;
	width: 500px;
	font-weight: bolder;
	border-radius: 50px;
position: relative;	
transition: .3s;
transform: scale(1);
border: solid 2px #323232;
animation: GoType_img 3.1s linear infinite;
-webkit-animation-delay: calc(.7s * var(--i));
animation-delay: calc(.7s * var(--i));
cursor: pointer;

}

.CONTENT2 .B00:hover{
	transform: scale(1.05);
}


.CONTENT2 .B00::after{
	content: '';
	position: absolute;
	bottom: -20px;
	right: 0;
	background: url(../images/finger.png) no-repeat;
	background-size: contain;
	width: 70px;
	height: 70px;
}

.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 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;
	margin-top: 30px;
	position: relative;
	z-index: 999;
}


.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 -------------*/






.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;

}


.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: 0px auto;
	width: 90%;
	background-color: #fff;
	border-radius: 20px;
	border: solid 2px #323232;
	padding: 15px;

}

.pp br {
	display: none;
}



.gift_card {
	width: 90%;
}

.gift_card img {
	width: 100%;
	margin-top: 8px;
}



.form_left {
	width: 32%;
	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: #ffffff;
	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: #ff50a5;
	font-size: 19px;
	letter-spacing: 2px;
	font-weight: bold;

}


.form_right {
	width: 60%;
}

.form_right a {
	color: #fb782a !important;
	text-decoration:underline;
}




.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: 15%;
    left: 25%;
	padding-top: 0%;
	padding-left: 0%;
	z-index: 99;
	display: inline;
	cursor: pointer;

}

.web img {
	width: 47vw;
}


.web_1 {
	position: absolute;
	top: 6%;
	left: 19%;
	padding-top: 0%;
	padding-left: 0%;
	z-index: 3;
	display: none;

}

.web_1 img {
	width: 60vw;
}


.ai_2 {
	position: absolute;
	top: -2%;
    left: 16%;

	padding-top: 0%;
	padding-left: 0%;
	z-index: 3;

}

.ai_2 img {
	width: 14vw;
}


.girl {
	position: absolute;
	top: 0%;
    right: 16%;
	padding-top: 0%;
	padding-right: 0%;
	z-index: 3;

}

.girl img {
	width: 15vw;
}


.ai_1 {
	position: absolute;
	bottom: 3%;
    right: 7.5%;
	padding-top: 0;
	padding-left: 0;
	z-index: 3;

}

.ai_1 img {
	width: 21vw;
}


.small_title {
	position: absolute;
	top: 16%;
	left: 37.5%;
	padding-top: 0;
	padding-left: 0;
	z-index: 3;

}

.small_title img {
	width: 20vw;
}


.mini_title {
	position: absolute;
    bottom: 3%;
    left: 7.5%;
	padding-top: 0;
	padding-left: 0;
	z-index: 3;

}

.mini_title img {
	width: 21vw;
}



.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;
	background-color: #fb782a;
}


/*------------- CONTENT1 -------------*/



.CONTENT1 {
	background-image: url(../images/bgc_1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	position: relative;
	top: -3px;
	background-position: bottom;
    padding: 0px 0 150px 0;






	

}

.CONTENT1::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: transparent;
background-image:    radial-gradient(#ffffff3a 15%, transparent 0),
radial-gradient(#ffffff3a 15%, transparent 0),
radial-gradient(#ffffff3a 15%, transparent 0);
background-size: 10px 10px;
}

.CONTENT2{
	background-image: url(../images/bgc_2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	position: relative;
	top: -3px;
	padding-bottom: 100px;

	


}

.CONTENT2::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image:    radial-gradient(#ffffff3a 15%, transparent 0),
	radial-gradient(#ffffff3a 15%, transparent 0),
	radial-gradient(#ffffff3a 15%, transparent 0);
	background-size: 10px 10px;
	}


	.TEXT{
background-color: #fb782a;
		width: 100%;
		position: relative;
		top: -3px;
background-image:radial-gradient(#ffffff3a 15%, transparent 0),
		radial-gradient(#ffffff3a 15%, transparent 0),
		radial-gradient(#ffffff3a 15%, transparent 0);
	background-size: 10px 10px;
	background-position: 0 0, 20px 20px, 40px 40px;
	position: relative;
	top: -3px;
	padding: 25px 0 100px 0;
		
	
	
	}

	


.activity_box{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	z-index: 999;
}





.activity_1{
	width: 50%;
	
}


.activity_1 img{
	width: 100%;
	cursor: pointer;
}



.activity_2{
	width: 40%;
	position: relative;
	right: 50px;
	top: 30px;
	z-index: 999;
}


.activity_2 img{
	width: 100%;
}

.card-box{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 999;
}

.card{
width: 35%;



	margin: 30px;
	border: solid 2px #323232;
	border-radius: 20px;
}

.card-img{

width: 100%;


}

.card-img img{
border-radius:18px 18px 0 0 ;
	width: 100%;
	vertical-align: middle;
	
	}

	.card-word{
		width: 100%;
		background-color: #fff;
		padding: 15px;
		border-radius:0 0 18px 18px;
		display: flex;
		align-items: center;
		flex-direction: column;
		height: 199px;
		justify-content: space-between;
	}

	.CONTENT2 .card-word h4{
		color: #35a8e7;
		font-size:26px ;
		letter-spacing: 2px;
		margin-bottom: 8px;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;

	}

	.card-word span{
		color: #fbb03b;
		font-size:32px ;
		letter-spacing: 2px;

	}

	.card-word p{
		color: #3a3a3a;
		font-size: 19px;
		letter-spacing: 1px;
		line-height: 1.5;
		margin-bottom: 15px;
		font-weight: bold;
		word-break:break-all;
		text-align: center;
	}

	.card-word button{
		background-color: #fbb03b;
	   padding: 5px 15px;
	   border-radius: 30px;
	   width: 80%;
	   border: solid 2px #323232;
	   transform: scale(1);
	   transition: .3s;
	}

	.card-word button p{
		color: white;
		font-size: 18px;
		margin: 0;
		font-weight: bold;
	
	}

	.card-word button:hover{
		transform: scale(1.05);
	}
	.white_word_box{
		width: 80%;
		margin: 0 auto;
		background-color: #fff;
		padding: 25px;
		position: relative;
		z-index: 999;
		margin-bottom: 50px;
		border-radius: 20px;
		border: solid 2px #323232;


	}

	

	.white_word{
		display: flex;
		align-items: baseline;
		margin-bottom: 10px;
	}

	.white_word span{
  display: inline-block;
  width: 16px;
  height: 15px;
  background-color: #fcd04d;
  border-radius: 50%;
border: solid 2px #323232;
margin-right: 10px;
  
	}

	.white_word p{
color: #3a3a3a;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5;
	width: 98%;
	}





.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 #947adc;
	border-bottom: solid 2px #947adc;
	border-left: solid 2px #947adc;
	border-right: solid 2px #947adc;
	background-color: white;
	padding: 10px 20px 20px 20px;
	box-shadow: 5px 5px 0px #947adc;
	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 .word h1 {
	color: #ffffff !important;
	background-color: #947adc;
	font-size: 30px;
	padding: 5px;
	font-weight: bolder;
	letter-spacing: 2px;
	line-height: 1.2;
	border: solid 2px #947adc;
	margin: 10px 10px 10px 0;
	border-radius: 5px;
}

.CONTENT2 .word p {
	color: #947adc !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;
}

.B00 {
	
}

.gif {
	width: 100%;
}


.gif video {
	width: 100%;
}



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;
}

.showup{
	display: inline;
}

.none{
	display: none;
}


.title h1 {
	display: none;
}

.title h2 {
	display: none;
}

@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: solid 2px #323232;
	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: 15px;
	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;
	border: solid 2px #323232;
	-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 -------------*/


.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;

}



.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:1099px) {
	.B_1 {
		width: 30%;
	}
}


@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: 85%;
	}


}

@media screen and (min-width:768px) and (max-width:1199px) {

	.rows{
		width: 100%;
	}
	.card {
		width: 43%;
		margin: 15px;

	}
	.CONTENT2 .card-word h4{
		font-size: 20px;	
	}

	.card-word p {
		color: #3a3a3a;
		font-size: 16px;
		letter-spacing: 0px;
	
	}

	.card-word span {
		color: #fbb03b;
		font-size: 23px;
		letter-spacing: 0px;
	}

	.card-word{
		padding: 15px 7px;
	}

 }

/* --平板版型2-------------------------------------*/
@media screen and (max-width:767px) {

	.showup{
		display: none;
	}
	
	.none{
	display: inline;	
	}


	.CONTENT2 .B00::after {
		width: 50px;
		height: 50px;
	}

	.white_word_box {
		width: 90%;
		margin-top: 15px;
	}

	.CONTENT2 .B00{
		width: 300px;
		margin-bottom: 50px;
	}


	.card-word button{
		margin-bottom: 10px;
	}

	.TEXT{
		top: -20px;
	}

	.card-word{
	    padding: 15px 8px;	
	}

	.card-word p{
	    letter-spacing: 0px;	
		font-size: 17px;
	}

	.card {
		width: 90%;
	   }


	.activity_1 {
		width: 90%;
		margin-top: 30px;
	}

	.CONTENT1{
		top: -10px;
		background-size: cover;
		padding: 0px 0 100px 0;
	}

	.activity_2 {
		width: 80%;
		position: relative;
		right: 0px;
		top: -20px;
	}

	.activity_box{
		flex-direction: column;
	}

	.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 p {
		font-size: 20px;
	}


	.CONTENT1 .word span {
		font-size: 18px;
		line-height: 1.3;
	}

	.CONTENT2 {

		background-size: cover;
		top: -13px;
	}

	.BOX3 {
		width: 80%;
		margin: 0 auto 40px auto;
	}


	.box_345 {
		margin: 20px 23px 60px 23px;

	}






	#READ {
		margin-top: 6%;
		align-items: baseline;
	}



	.CONTENT1-1 {
		background: url(../images/bgc_3.webp) no-repeat scroll;
	
	}


	.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 {
		width: 90%;
	}

	.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;
		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%;
	}

	.h1_word {
		top: 21%;
		left: 14%;
	}


	.small_title {
		position: absolute;
		top: 11.5%;
		left: 36.5%;
		padding-top: 0;
		padding-left: 0;
		z-index: 3;
	}


	.small_title img {
		width: 55vw;
	}


	.mini_title {
		position: absolute;
		top: 47%;
        right: 50.5%;
        padding-top: 0;
		left: 0;
        /* padding-left: 0;2 */
        z-index: 100;
	}


	.mini_title img {
		width: 45vw;
	}



	.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: 46%;
        left: 51.5%;
		z-index: 100;

	}

	.ai_1 img {
		width: 48vw;
	}


	.ai_2 img {
		width: 35.5vw;
	}


	.ai_2 {
		top: 1%;
		left: -1.5%;
		z-index: 5;
	}


	.girl {

		top: 1%;
       right: -1.5%;
	}

	.girl img {
		width: 38.5vw;
	}



	.web {
		top: 17%;
        left: 5px;
	}

	.web img {
		width: 97vw;
	}

	.web_1 {
		top: 51px;
		left: 6px;
		display: inline;
	}

	.web_1 img {
		width: 97vw;
	}


	.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 {
		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) {
	.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 -------------*/