

/* ---reset.css--- */
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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;
}
/* ---reset.css--- */

*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	}

.ANT {
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s
}

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;}


/* ----------電腦版型--------------------------- */
.navbar-brand{
	display: block;
	width: 180px;
	height: 33px;
	text-indent: -9999999px;
	background-image: url(../images/microsoft-day_logo.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
.navbar-brand{
width: 180px;
height: 40px;
background: url(../images/microsoft-day_logo_2x.png) no-repeat;
background-size: 100%;
display: block;
cursor: pointer;
}
}


.TOP{
    width:100%;
	height:430px;
	background-image:url(../images/top_img_1920.jpg);
	background-color:#0483f8;
	background-repeat:no-repeat;
	background-position:top center;
	overflow:hidden;
	position: relative;
}

.CLOUD{
	width:100%;
	height:430px;
	background-image: url(../images/cloud01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.CLOUD2{
	width:100%;
	height:auto;
	background-image: url(../images/cloud02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.TOP .WRAPPER{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

h1{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 115px;
	line-height: 0.85;
	letter-spacing: -1px;
	font-family: Vrinda Regular, Helvetica, sans-serif, Arial; 
	text-shadow: 3px 5px 8px rgba(0,80,150,0.30);
	clear: both;
	/*margin-top: 8%;*/
	margin-bottom: 10px;
}

h1 span{
	margin-right: 5%;
}

h2{
	margin: 0 auto;
	max-width: 550px;
	width: 90%;
	color:#ffea00;
	text-align:center;
	font-weight: 500;
	font-size:40px;
	line-height: 50px;
	background-color: #043786;
	margin-bottom: 10px;
}

h2 i.fa-star{
	color:#05c0fc;
	font-size:25px;
	vertical-align: middle;
}

h2 i.fa-star1{
	margin-right: 5%;
}

h2 i.fa-star2{
	margin-left: 5%;
}

.h2{
	color:#fff;
	text-align:center;
	font-size:23px;
}

.CTA1{
	display : table;
	width: 110px;
	height: 110px;
	border-radius: 110px;
	background-color: #037cf8;
	margin: 0 auto;
	position : relative;
	z-index: 888;
	margin-top: -90px;
	cursor: pointer;
	margin-bottom: 30px;
	-webkit-animation: discolorA 1s infinite;
    -moz-animation: discolorA 1s infinite;
    -ms-animation: discolorA 1s infinite;
    -o-animation: discolorA 1s infinite;
    animation: discolorA 1s infinite;
}

@-webkit-keyframes discolorA {
    0%,
    50% {
        background-color: #037cf8;
    }
    51%,
    100% {
        background-color: #1ea8ff;
    }
}

@-moz-keyframes discolorA {
    0%,
    50% {
        background-color: #037cf8;
    }
    51%,
    100% {
        background-color: #1ea8ff;
    }
}

@-o-keyframes discolorA {
    0%,
    50% {
        background-color: #037cf8;
    }
    51%,
    100% {
        background-color: #1ea8ff;
    }
}

@keyframes discolorA {
    0%,
    50% {
        background-color: #037cf8;
    }
    51%,
    100% {
        background-color: #1ea8ff;
    }
}

.CTA1 p{
	display : table-cell;
	font-size: 23px;
	line-height: 1.2;
	text-align: center;
	color: #ffea00;
	text-align : center;
	vertical-align : middle;
	padding-top: 15px;
}	





	
/*------------- CONTENT1 -------------*/

.CONTENT1, .CONTENT2, .FORM_BLOCK{
	width:100%;
	height:auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.CONTENT1{
	color: #f2f2f2;
	background-image: url(../images/bg02.png);
	padding-bottom: 0;
}

.CONTENT1 .row1, .CONTENT2 .row{
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.JOIN_BLOCK{
	height: auto;
	margin-bottom: 30px;
}

img.power{
	display: block;
	margin: 0 auto;
}

h4{
	text-align:center;
	line-height:1.3;
	font-size:35px;
	color: #0671ea;
	font-weight: 600;
	margin-bottom: 50px;
}

h4::before{
	content:"＼";
	position:relative;
	left:-15px;
	top:0px;
}

h4::after{
	content:"／";
	position:relative;
	left:15px;
	top:0px;
}

h5{
	font-size: 28px;
	font-weight: 600;
	color: #ff3543;
	line-height: 1.3;
	margin-bottom: 15px;
}

p.text1{
	font-size: 21px;
	font-weight: 600;
	color: #043786;
	line-height: 1.5;
	margin-bottom: 10px;
}


ul{
	margin-left: 25px;
	margin-bottom: 50px;
}

ul li{
	font-size: 18px;
	color: #043786;
	line-height: 1.5;
	margin-bottom: 8px;
}


ul li::before{
	content: "\f005";
	font-family: fontAwesome;
	float: left;
	margin-left: -25px;
}

img.license{
	-webkit-box-shadow: 3px 3px 8px rgba(0,0,0,0.20);
	box-shadow: 3px 3px 8px rgba(0,0,0,0.20);
	margin-bottom: 50px;
}


td data-th::before{
	content: :"/f02e";
}

.rwd-table td:before {
    display: none;
}

.rwd-table th,
.rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
}

.rwd-table th:first-child,
.rwd-table td:first-child {
    padding-left: 0;
}

.rwd-table th:last-child,
.rwd-table td:last-child {
    padding-right: 0;
}

.rwd-table th,
.rwd-table td {
    padding: 1em !important;
}



.table>tbody>tr>td{
	font-size: 16px;
	color: #333;
	border-top: 1px solid #fff;	
}

.table>tbody>tr>th{
	border-top: 1px solid #fff;
}


.table>tbody>tr>td span{
	font-weight: bolder;
	font-family: Arial, Helvetica,"source-han-sans-traditional","微軟正黑體", "Microsoft JhengHsans",
	 sans-serif;
}

.table-striped>tbody>tr:nth-of-type(odd){
	background-color: #ddeff8;	
}

.table-striped>tbody>tr:nth-of-type(even){
	background-color: #c8dfea;	
}


/*.table1 樣式*/

.table1{
	-webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.10);
	box-shadow: 1px 1px 0px rgba(0,0,0,0.10);
	margin-bottom: 15px;
}

tr.gray{
	background-color: #0671ea;	
}

tr.gray>th{
	text-align: center;
	background-color: #0671ea;
}

tbody.center{
	text-align: center;
}

tbody.center tr td:nth-of-type(2), tbody.center tr td:nth-of-type(3){
	text-align: left;
}

tbody.center tr td:nth-of-type(5){
	color: #0051ae;
}

.table1>tbody>tr:nth-of-type(odd){
	background-color: #fff;	
}

.table1>tbody>tr:nth-of-type(even){
	background-color: #ecf8fb;	
}

.table1>tbody>tr:hover{
	background-color: #ddeff8;
}

.table1>tbody>tr>td{
	font-size: 18px;
	vertical-align: middle;
}


p.ps{
	display: block;
	color: #0051ae;
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 100px;
	padding-left: 15px;
	padding-right: 15px;
}



/*------------- CONTENT2 -------------*/

.CONTENT2{
	color: #009cff;
	background-image: url(../images/bg03.png);
}


h6{
	font-size: 24px;
	font-weight: 500;
	color: #0051ae;
	text-align: center;
	line-height: 2;
	clear: both;
}


.BOX1{
	float:left;
	display:block;
	width:100%;
	height:auto;
	min-height:285px;
	background-color:#ffe400;
	overflow: hidden;
	margin-bottom: 40px;
	overflow: visible;
	margin-top: 150px;
	padding: 0 20px;
}

.BOX1 img{
	margin-top: -150px;
	margin-bottom: 10px;
}

.BOX1 p{
	font-size: 17px;
	color: #043786;
	text-align: center;
	line-height: 1.5;
}

.BOX1:hover{
	-webkit-box-shadow: 3px 3px 8px rgba(0,0,0,0.20);
	box-shadow: 3px 3px 8px rgba(0,0,0,0.20);
}


/*------------- FORM_BLOCK -------------*/
.FORM_BLOCK{
	color: #b2e1ff;
	background-image: url(../images/bg01.png);
}

.BOX3 .row{
	width:100%;
	max-width: 900px; 
	margin: 0 auto;
}	

h3{
	font-size: 28px;
	color: #0671ea;
	line-height: 1.3;
	text-align: center;
	-webkit-animation: discolor 1s infinite;
    -moz-animation: discolor 1s infinite;
    -ms-animation: discolor 1s infinite;
    -o-animation: discolor 1s infinite;
    animation: discolor 1s infinite;
}

/*@-webkit-keyframes discolor {
    0%,
    50% {
        color:#fff;
    }
    51%,
    100% {
        color: #ffe400;
    }
}

@-moz-keyframes discolor {
    0%,
    50% {
        color:#fff;
    }
    51%,
    100% {
        color: #ffe400;
    }
}

@-o-keyframes discolor {
    0%,
    50% {
        color:#fff;
    }
    51%,
    100% {
        color: #ffe400;
    }
}

@keyframes discolor {
    0%,
    50% {
        color:#fff;
    }
    51%,
    100% {
        color: #ffe400;
    }
}*/

.CARD{
	display:block;
	width:100%;
	max-width: 330px;
	margin:0 auto;
	margin-top: 20px;
}

.CARD img{ 
	width:100%;
	height:auto;
}

/*------------表單------------*/	
#FORM{
	width:100%;
	height:auto;
	margin:0 auto;
	margin-top: 20px;
}

#FORM #LOCATION{
	width:98%;
	height:auto;
	margin:0 1%;
}

#FORM #NAME{
	width:48%;
	height:auto;
	float:left;
	margin:0 1%;
}
	
#FORM #PHONE{
	width:48%;
	height:auto;
	float:left;
	margin:0 1%;
}
	
#FORM #EMAIL{
	width:98%;
	height:auto;
	margin:0 1%;
}	

#FORM #Dept{
     margin:0px 0px 20px 0px;
     width:100%;
     height:35px;
 }

#FORM #CITY {
     width:48%;
	 height:auto;
	 float:left;
	 margin:0 1%;
 }

#ddl_city_no{
     width:100%;
     text-align:center;
	 height:35px;
	  
 }
#FORM #SCHOOL{
     width:48%;
	 height:auto;
	 float:left;
	 margin:0 1%;
 }

 #ddl_area_no {
     width:100%;
     height:40px;
     text-align:center;
	 height:35px;    
 }         	
	
#READ{
	width:100%;
	font-size:16px;
	display:block;
	float:left;
	margin-top:2%;
	margin-right:10px;
	color:#333333;
	line-height:20px;
}
	
#READ .searchtext2{
	min-width:20px;
	min-height:20px;
    border:solid px gray;
	background-color:#FFF;
	float:left;
	}
	
#FORM #BUT {
	float:left;
	width:100%;
	height:auto;
	margin-top:2%;
	}
		
.A{
	color:#666;
	background-color:#f9f9f9;
	width:100%;
	height:40px;
	line-height:40px;
	margin-top:5px;
	font-size:100%;
	text-align:left;
	padding-left:10px;
	padding-right:0;
	overflow:hidden;
	border:0;
	font-family:Arial, Helvetica,"微軟正黑體", sans-serif, Microsoft JhengHei;
}	
	
.B{
	width:100%;
	height:50px;
	display:block;
	margin:0 auto;
    *zoom: 1;
    font-size: 25px;
	line-height:40px;
    text-align: center;
	letter-spacing:2;
    color: #313131;
	text-decoration:none;
    background-color: #ffe400;
    cursor: pointer;
    border-radius: 2px;
    border-bottom: 10px solid #ffcc00;
}


/* --平板版型1-------------------------------------*/
@media screen and (max-width: 1023px) {
p.text1{ width: 100%;}
tr.gray th:nth-of-type(1), tr.gray th:nth-of-type(4), tr.gray th:nth-of-type(5){width: 20%; }
}

/* --平板版型2-------------------------------------*/
@media screen and (max-width:767px) {
.TOP{
		display:block;
		background:url(../images/top_img_768.jpg) no-repeat;
		width:100%;
		height:0;
		padding-bottom: 106.770833333333%;
		background-size:100% auto;
	}
.CLOUD, .CLOUD2{ background-image: none; }
.navbar-brand{ margin-bottom: 20%; }
h2{ font-size: 30px;}
.BOX1{ padding: 0 20px;}
tr.gray th:nth-of-type(5){width: 25%;}
}

/* --手機版型1-------------------------------------*/
@media screen and (max-width:639px) {
.navbar-brand{ margin-bottom: 15%; }	
h1{ font-size: 95px; }
h2{ font-size: 25px;}
#FORM #NAME{ width:98%; height:auto; margin:0 1%;}	
#FORM #PHONE{ width:98%; height:auto; margin:0 1%;}	
#FORM #EMAIL{ display: none;}
tbody.center{ text-align: left;}
.table1>tbody>tr>td{ font-size: 16px;}
.rwd-table {
    background: #fff;
    overflow: hidden;
}

.rwd-table tr:nth-of-type(2n) {
    background: #eee;
}

.rwd-table th,
.rwd-table td {
    margin: 0.3em 0.3em;
}

.rwd-table {
    min-width: 100%;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:before {
    content: attr(data-th) " : ";
    font-weight: bold;
    display: inline-block;
    margin-right: 0.5em;
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

.rwd-table th,
.rwd-table td:before {
    color: #0671ea;
    font-weight: bold;
}

.table>tbody>tr>td{
	border: none;
}

tbody.center tr{
	border-bottom: 1px solid #e4e4e4;
}

tbody.center tr td{
	border-bottom: 1px solid #eee;
}

tbody.center tr td:last-child{
	border-bottom: none;
}

}

/* --手機版型2-------------------------------------*/
@media screen and (max-width:479px) {
.TOP, .FORM_BLOCK, .CONTENT1, .CONTENT2, .CONTENT3, nav{ min-width:320px;}
.TOP{ min-height: 350px; }
.navbar-brand{ margin-bottom: 12%; }
h1{ font-size: 85px; line-height: 0.9;}
h2{ font-size: 23px; width: 100%; line-height: 1.5;}
h2 i.fa-star{ font-size: 15px; }
.h2{ font-size: 19px; }	
h3{ font-size: 22px;}
h4{ font-size:26px;}
h5{ font-size:23px;}
h6{ font-size:22px;}
h4::before, h4::after{display: none; content:""; }
ul li, .BOX1 p{ font-size: 17px;}
p.text1 i{ display: none; }
#READ{ font-size:15px;}

}




@media screen and (max-width:376px) {
h1{ font-size: 65px; }
}

