@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:#105b87;
	color:#fff;
	text-shadow:none
}
::-moz-selection {
	background-color:#105b87;
	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
}


/* ----------電腦版型--------------------------- */
		
/*-------------footer-------------------------*/			
#footer {
	display:none;
	width:100%;
	min-width:320px;
	height:60px;
	background-color:#df2012;
	bottom:0;
}

#footer ul {
	display: block;
	width:220px;
	margin:0 auto;
	padding-top:10px;
}
#footer li {
	display: block;
	float:left;
	padding-right:5%;
}
#footer a {
	text-indent: -9999px;
}
#footer li#GJUN a {
	display: block;
	background-image:url(../images/GJUN.png);
	background-repeat:no-repeat;
	line-height:40px;
	width: 150px;
	height: 40px;
	
}
#footer li#FB a {
	display: block;
	background-image: url(../images/FB.png);
	width: 40px;
	height: 40px;
	background-position: bottom;
	padding-right:-5%;
}
#footer li#FB a:hover {
	background-position: top;
}
	
/*------------------- TOP -----------------*/
#ALL{
    width:100%;
    position: relative;
	margin-top:50px;
}

.navbar-right{
	padding-right: 30px;
}

.navbar-brand{
	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;
}

.navbar-brand2{
	width: 120px;
	height: 33px;
	text-indent: -9999999px;
	background-image: url(../images/gjun_logo.png);
	background-repeat: no-repeat;
}

.TOP{
    display:block;
	background:url(../images/top_img_1920.jpg) no-repeat;
	width:100%;
	height:0;
	min-height: 480px;
	padding-bottom:46.875%;
	background-size:100% auto;
}
.TOP .WRAPPER{
	margin:0 auto;
	width:100%;
	height:auto;
	max-width:1200px;
}
.right{
	width: 60%;
	height:auto;
	float:right;
	position: relative;
	/*background-color: #ccc;*/
}

	
.H1{
	display: block;	
	/*margin: 0 auto;*/
	width: 50vw;
	height: 100%;
	max-width:480px;
	min-width: 200px;
	margin-top: 20%;
	margin-left: 5%;
	margin-bottom: 10px;
}

.H1 img{
	width: 100%;
	max-width:480px;
	height: auto;
}

@media screen and (max-width:1919px) {
.H1{ margin-top: 12%;}	
}

@media screen and (max-width:1679px) {
.H1{ margin-top: 6%;}	
}

.H2{
	display: block;	
	/*margin: 0 auto;*/
	width: 55vw;
	height: 100%;
	max-width:592px;
	min-width: 290px;
	margin-bottom: 50px;
}

.H2 img{
	width: 100%;
	max-width:592px;
	height: auto;
}



.CTA1{
	clear: both;
	display : table;
	width: 160px;
	height: 50px;
	border-radius: 100px;
	background-color: rgba(255, 255, 255, 0.9);
	margin: 0 auto;
	z-index: 9999;
	cursor: pointer;
	-webkit-box-shadow:0px 3px 4px rgba(0,0,0,0.10);
	box-shadow:0px 3px 4px rgba(0,0,0,0.10);
}


.CTA1 p{
	display : table-cell;
	font-size: 19px;
	line-height: 1.2;
	text-align: center;
	color: #d2421a;
	text-align : center;
	vertical-align : middle;
}

.CTA1:hover{
	background-color: rgba(210, 66, 26, 0.9);
}

.CTA1:hover p{
	color: #fff;
}	

.info{
	clear: both;
	width: 100%;
	height: auto;
	padding:20px 0 20px;
	background-color:#006be6;
}

.location_text{
	color: #fff;
	text-align: left;
	vertical-align:middle;
	margin-top:20px;
	font-size: 21px;
	line-height: 1.3;
}




	
/*------------- CONTENT1 -------------*/

.CONTENT1, .CONTENT2, .CONTENT3, .FORM_BLOCK{
	width:100%;
	height:auto;
	padding-top: 60px;
	padding-bottom: 70px;
	color: #d5e4ff;
	background-image: url(../images/bg_1.png);
}

.CONTENT1 .row+.row{
	padding-top:50px;
}

.CONTENT2{
	color: #ededed;
	background-image: url(../images/bg_2.png);
}

.FORM_BLOCK{
	color: #005fe1;
	background-image: url(../images/bg_3.png);
}

.CONTENT1 h1{
	text-align:center;
	line-height:1.3;
	font-size:32px;
	color: #141414;
	font-weight: 600;
	margin-bottom: 10px;
	padding: 0 15px;
}

.line{
	margin: 0 auto;
	background-color: #00c6ff;
	width:120px;
	height:3px;
	margin-bottom: 30px;
}

.h4{
	margin: 0 auto;
	width: 95%;
	text-align: center;
	color: #0052af;
	line-height: 1.4;
	margin-top: -15px;
	margin-bottom: 30px;

}

.BOX{
	float:left;
	display:block;
	width:100%;
	height:auto;
	padding-bottom: 10%;
	min-height:400px;
	background-color:#fff;
	overflow: hidden;
	margin-bottom: 20px;
}

.IMG_BLOCK {
	overflow:hidden;
	position:relative;
	height:auto;
	max-height:280px;
}
.BOX p.item {
	font-size:23px;
	color:#fff;
	line-height:1.2;
	width:100%;
	height:auto;
	vertical-align:bottom;
	text-align:center;
	background-color:rgba(0,81,174,0.9);
	position:absolute;
	bottom:0;
	z-index:999;
	padding-bottom: 5px;
}
.BOX p.item span {
	font-size:17px;
}
.BOX img {
	width:100%;
	max-width:768px;
	height:auto;
}
.BOX img {
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out
}
.BOX:hover img {
	transform:scale(1.07);
}

.BOX p{
	line-height: 1.5;
	margin-top: 15px;
	color: #555555;
	font-size: 16px;
	padding: 0 8%;
}

.table>tbody>tr>td span{
	font-weight: bolder;
	font-family: Arial, Helvetica,"source-han-sans-traditional","微軟正黑體", "Microsoft JhengHsans",
	 sans-serif;
}

/*.table1 樣式*/

.table1{
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 35px;
}

tr.gray{
	background-color: #00c6ff;	
}

tr.gray>th{
	text-align: center;
	color: #fff;
}

tbody.center{

}

.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: 25%;
}

.table1>tbody>tr>td span{
	color: #0051ae;
	font-size: 19px;
}

.video-row{
	background-image: url(../images/bg_1xl.png);
	background-repeat: no-repeat;
	padding-bottom: 50px;
}

.video-wrapper{
	margin: 0 auto;
	width: 95%;
	max-width: 720px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*------------- CONTENT2 -------------*/

.rule-box{
	margin: 0 auto;
	max-width: 900px;
	width: 95%;
	height: auto;
	margin-bottom: 150px;
}

.W1{
	display:block;
	width:100%;
	height:40px;
	margin-bottom:15px;
	margin: 0 auto;
	}

.W1 ul li{
	width:85%;
	float:right;
	line-height:1.4;
	color: #333;
	margin-top:5px;
	padding-left:10px;
	font-size:18px;
	/*text-shadow: 1px 2px 0 rgba(0,0,0,0.2);*/
}

.W1 ul li strong{
	font-weight: 700;
	color: #d2421a;
}

.W1 ul li.sub{
	width:15%;
	float:left;
	padding-left:0;
	background-color:#009cff;
	color:#fff;
	text-align:center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.W1 ul li ul{
	margin-left: -110px;
}

.W1 ul li ul li{
	list-style-type: decimal; 
}

h5{
	margin: 0 auto;
	width: 95%;
	max-width: 1000px;
	background-color: #009cff;
	font-size: 23px;
	color: #FFF;
	line-height: 45px;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 20px;
}

p.text2{
	width: 75%;
	margin: 0 auto;
	font-size: 18px;
	color: #1d1d1d;
	line-height: 1.6;
	text-align: center;
}

/*.table2 樣式*/

tr.gray{
	background-color: #969696;	
}

.table2>tbody>tr>td{
	font-size: 16px;
	line-height: 1.5;
	vertical-align: middle;
	color: #333;
	padding: 2%;
}

.table2>tbody>tr>td:nth-of-type(1){
	width: 40%;
}

.table2>tbody>tr>td:nth-of-type(even){
	text-align: center;
}

.table2>tbody>tr>td.tt{
	text-align: center;
	white-space:nowrap;
}

.table2>tbody>tr>td span.telephone{
	color: #333;
	font-size: 16px;
	font-weight: normal;
}

.table2>tbody>tr>td>i, .table2>tbody>tr>td span.telephone i{
	color: #666;
}


/*------------- CONTENT3 -------------*/

.BOX2 .row{
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	margin-bottom: 30px;
	padding: 15px;
	padding-bottom: 30px;
	-webkit-box-shadow:0px 3px 4px rgba(0,0,0,0.10);
	box-shadow:0px 3px 4px rgba(0,0,0,0.10);
}

.teacher_block{
	width: 100%;
	max-width: 250px;
	height: auto;
	margin: 0 auto;
}

.teacher{
	width: 100%;	
	height: 0;	
	padding-bottom: 100%;
	position: relative;	
	border-radius: 50%;
	overflow: hidden;
}

.teacher img{
	position: absolute;	
	height: 100%;
}

p.name{
	font-size: 23px;
	color: #000;
	line-height: 2;
	font-weight: bolder;
}

p.sub{
	font-size: 16px;
	color: #0051ae;
	line-height: 1.8;
	font-weight: bolder;
}
p.text3{
	font-size: 16px;
	color: #262626;
	line-height: 1.5;
	text-align: justify;
}

ul.skill{
	width: 100%;
	margin: 0 auto;
	margin-left: 20px;
	padding-right: 10px;
}

ul.skill li{
	font-size: 16px;
	color: #262626;
	line-height: 1.2;
	list-style-type: disc;
	margin-bottom: 6px;

}



/*------------- FORM_BLOCK -------------*/

.BOX3 .row{
	width:100%;
	max-width: 850px; 
	margin: 0 auto;
}

.h3{
	text-align: center;
	color: #fff;
}	

h3{
	font-size: 30px;
	color: #fff;
	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: 300px;
	margin:0 auto;
	margin-top: 10px;
}

.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:#fff;
	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:35px;
	line-height:35px;
	margin-top:5px;
	font-size:100%;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	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;
}

/* --電腦版型2-------------------------------------*/
@media screen and (max-width:1200px) {
.TOP{
    display:block;
	background:url(../images/top_img_1200.jpg) no-repeat;
	width:100%;
	height:0;
	padding-bottom:73.66666666666667%;
	background-size:100% auto;
}

.H1{ margin-top: 20%;}
}

/* --平板版型1-------------------------------------*/
@media screen and (max-width: 1023px) {
#header{ display:none;}
#fb{ display:none;}			
#footer{ display:block;}
.location_text{ text-align: center; margin-top: 10px;}
.table2>tbody>tr>td span.telephone{ display: none;}
.rule-box{ margin-bottom: 100px;}
.W1{ height:auto; margin-bottom:25px;}
.W1 ul li, .W1 ul li.sub{width:100%; float:none; text-align: center;}
.W1-end ul li ul li{ text-align: left; }
.W1 ul li ul{ margin-left: 20px;}
.W1 ul li.sub{ margin-bottom: 10px; }
p.text1{ width: 100%;}
p.text2{ width: 100%;}
p.text3{ width: 100%;}
p.name{ text-align: center;}

}

/* --平板版型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:149.7395833333333%;
	background-size:100% auto;
}
.right{ float: none; width: 100%; margin-left: 0; }
.H1, .H2{ margin: 0 auto;}
.H1{ margin-top: 15%; margin-bottom: 15px; width: 80vw;}
.H2{ margin-bottom: 60%; width: 85vw;}
nav.navbar{ padding-right: 0;}
.BOX1{ padding: 0 20px;}
.video-row{
	background-image: none;
	padding-bottom: 30px;
}
.W1 ul li{ font-size: 16px; }
}

/* --手機版型1-------------------------------------*/
@media screen and (max-width:639px) {
.location_text{ font-size: 17px;}
.col-xs-4 {
	padding-right: 5px;
    padding-left: 5px;
}
.CTA2{ width: 90%;}
#FORM #NAME{ width:98%; height:auto; margin:0 1%;}	
#FORM #PHONE{ width:98%; height:auto; margin:0 1%;}	
#FORM #EMAIL{ display: none;}
p.text3{ font-size: 15px; }
ul.skill li { font-size: 15px;}
tbody.center{ text-align: left;}
}

/* --手機版型2-------------------------------------*/
@media screen and (max-width:479px) {
.navbar-brand{ width: 120px; height: 22px;  background-image: url(../images/microsoft-day_logo_s.png); }
.navbar-brand2{ width: 90px; height: 25px;  background-image: url(../images/gjun_logo_s.png); }
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
.navbar-brand{
width: 120px;
height: 22px;
background: url(../images/microsoft-day_logo_2x.png) no-repeat;
background-size: 100%;
display: block;
cursor: pointer;
}

.navbar-brand2{
width: 90px;
height: 25px;
background: url(../images/gjun_logo_2x.png) no-repeat;
background-size: 100%;
display: block;
cursor: pointer;
}
}
.TOP, .FORM_BLOCK, .CONTENT1, .CONTENT2, .CONTENT3, nav{ min-width:320px;}
.H1{ margin-top: 20%; margin-bottom: 5px;}	
.CTA1{ width: 160px; height: 45px;}
.CTA1 p{ font-size: 17px;}
.location_text{ font-size: 15px;}
h3{ font-size: 22px;}
h4{ font-size:26px;}
#READ{ font-size:15px;}


}

