/**
	* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
	* http://cssreset.com
*/

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;
}
img{
	vertical-align: middle;
}
/*---------------------------------reset end---------------------------------*/
*{
	box-sizing: border-box;
}
a, a:hover, a:focus {
	/*	color: #0888B2;*/
	color:#0a79b5;
	text-decoration: none;
}
h3{
	margin-top: 5px;
	margin-bottom: 5px;
    font-size: 22px;
}
body{
	background: url(../img/bg_body.jpg);
	/*	font-size: 80%;*/
	line-height: 1.8em;
	letter-spacing: .05em;
	color: #57575a;
	font-family: '微軟正黑體','Roboto', sans-serif;
	position: relative;
	top: 0;
}
.wrap_banner{
	max-width:1150px;
	margin: 70px auto -20px;
	/*	border: 7px solid #fff;*/
	/*	box-shadow: 0px 1px 10px #CCC;*/
}
.wrap_banner img{
	width: 100%;
}
.wrap{
	margin: 0 auto;
	max-width: 1150px;
	position: relative;
}
.container{
	position: relative;
	/*    font-size: 80%;*/
}
.navbar-brand{
	cursor: default;
    font-weight: bold;
}
.navbar-nav {
    /*margin-right: 45px;*/
}
.navbar-nav .active a{
	cursor: pointer;
}
.navbar-nav li.register a, .navbar-nav li.register a:hover{
	/*	background-color: #EAA6C3;*/
	/*	background-color: #20a333;*/
	background-color: #1180ac;
	color: #fff;
}
.navbar-nav li:hover{
    background-color: #EEE;
}
.wrap_main h2{
	font-size: 23px;
    font-weight: bold;
	/*  	color: #DD689A;
    
    color: #078e7e;*/
	color: #0a79b5;
	
}
.wrap_intro, .wrap_main h2{
	margin-bottom: 10px;
}
.comparing {
    margin-left: 30px;
	
}
.comparing h4{
    font-size: 22px;
    padding: 5px;
	background-color: #0a79b5;
    color: #FFF;
    text-align: center;
	/*    border-radius: 5em;*/
}
.comparing .compartitle{
    font-size: 18px;
	/*    text-align: center;*/
    font-weight: bold;
    margin-top: 10px;
}
.comparing .com_col span {
    margin-left: 10px;
}
.comparing .com_col{
    width: 40%;
    float: left;
    margin:15px;
    border: 1px solid #c0d0ea;
}
.wrap_main{
	background-color: #FFF;
	
	box-shadow: 0px 1px 10px #CCC;
    width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 10px;
    position: relative;
    z-index: 2;
}
.wrap_main p{
    margin-left: 30px;
    font-size: 20px;
    line-height: 1.5em
    
}
.wrap_main p span{
    font-weight: bold;
    font-size: 22px;
    margin-top: 20px;
    color: #0a79b5;
    
}
.wrap_main h2 .fa{
    padding: 10px;
	border-radius: 10px;
	margin-right: 8px;
	background-color: #EEE;
}
.wrap_main h2 .glyphicon {
	padding: 10px;
	border-radius: 10px;
	margin-right: 8px;
	background-color: #EEE;
}
.wrap_main > h3 .glyphicon, .wrap_step h3 .glyphicon {
	padding: 3px;
	border-radius: 10px;
	margin-right: 8px;
	color: #FFF;
	/*	background-color: #EAA6C3;*/
	background-color: #007eab;
	/*	background-color: #127da7;*/
}
.wrap_main h3 .glyphicon + span {
	/*	color: #EAA6C3;*/
	color: #309dd2;
	/*	color: #127da7;*/
	    font-weight: bold;
}
.wrap_note h3 .glyphicon{
	font-size: 18px;
	margin-right: 8px;
}
.wrap_main .wrap_exp{
	overflow: auto;
	margin-top: 20px;
}
.wrap_main .wrap_img{
	border-radius: 250px;
	width: 250px;
	height: 250px;
	float: left;
	overflow: hidden;
}
.wrap_main .wrap_img img{
	width: 305px;
}
.wrap_main .wrap_info{
	margin-left: 260px;
	color: #A7A7A9;
}
.wrap_main .wrap_info li{
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}
.wrap_main .wrap_description{
	clear: both;
}
.wrap_main .wrap_description p{
	margin-top: 10px;
}
.wrap_main .wrap_description p span{
	/*	color: #EAA6C3;*/
    color: #0d9821;
    color: #127da7;
	border: 1px solid;
	border-radius: 5px;
	padding: 1px 1px 2px 5px;
	margin-right: 5px;
}
.wrap_list h3{
    text-align: center;
	/*	color: #EAA6C3;
	color: #0d9821;*/
	color: #1e96c3;
	margin-top: 30px;
	margin-bottom: 10px;
	/*    border: 1px solid #CCC;*/
}
.wrap_list h3 span {
    font-size: 16px;
}
.wrap_list h3 a:first-child{
	color: #f7f7f7;
	/*	color: #20a333;*/
    font-family:"微軟正黑體";
	background-color: #1e96c3;
    width: 100%;
	/*	border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
	padding: 10px;
	margin-right: 5px;
    margin-bottom: 5px;
	display: inline-block;
    font-size: 28px;
	font-weight:bold;
    
}
.wrap_list li a{
	padding: 20px 5px;
    color: #22228c;
    font-size: 18px;
}
.wrap_list li a:first-child{
	display: block;
}
.course_name, .course_date, .school_info{
	display: inline-block;
	vertical-align: middle;
}
.course_name {
	opacity:0.7;
}
.course_date {
	width: 13%;
	font-size:16px;
	color:#d80808;
}
.school_info{
	color: #22228c;
	width: 47%;
}
.wrap_list li:nth-child(even) a{
	/*	background-color: #EAF1F3;
	background-color: #eaf5ff;*/
	
	background-color: #f7f7f7;
}
.wrap_list li:nth-child(odd) a{
	/*	background-color: #F2F9FB;
	background-color: #f7fbff;*/
	background-color: #fbfbfb;
}
/*額滿*/
.full_mark{
	background-color: #4788B2;
	color: #fff;
	border-radius: 3px;
	padding: 1px 3px 2px 5px;
	margin-left: 2px;
	font-size:14px;
}
/*NEW*/
.new_mark{
	background-color: #b446aa;
	color: #fff;
	border-radius: 3px;
	padding: 1px 3px 2px 5px;
	margin-left: 2px;
	font-size:14px;
}
.remark{
	margin-top: 10px;
	display: inline-block;
	/*	color: #DD689A;*/
    color: #0d9821;
}

.remark img, .wrap_list li img{
	height: 15px;
	margin-right: 5px; 
}
.remark > span{
	margin-right: 5px;
}
.wrap_step h3, .wrap_note h3{
	/*	color: #EAA6C3;*/
    color: #007eab;
}
.wrap_step h3, .wrap_note h3 span{
	vertical-align: middle;
}
.wrap_step .register{
	/*	background-color: #EAA6C3;*/
	background-color: #007eab;
	color: #FFF;
	border-radius: 5px;
	padding: 2px 6px 3px 7px;
}
.wrap_flow .col-md-4{
	padding: 10px;
	border-radius: 10px;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 2%;
	background-color: #EEE;
	/*	background-color: #f2f2fa;*/
	/*	text-align: center;*/
}
.wrap_flow .col-md-4 h3 {
	margin-top: 0;
    color: #171ca0;
}
.wrap_flow .col-md-4 p{
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
    padding-left: 1px;
    margin-left: 10px;
    margin-top: 5px;
	background-color: #FFF;
    font-size: 16px;
    background-color: #fffee7;
}

.wrap_process li{
	list-style-type: square;
	margin-left: 36px;
    font-size: 20px;
    line-height: 1.6em
}
.wrap_note li{
	color: #cb614e;
	border-bottom: 1px dotted #D8E1EA;
	padding: 3px 0;
    margin-left: 35px;
}
.footer{
    font-size: 80%;
	margin: 20px auto 10px;
}
.contact, .copyright {
	text-align: center;
}
.decoration{
	width: 100%;
	position: absolute;
	top: 0;
}
.decoration img{
	box-shadow: 0px 1px 10px #CCC;
	width: 10%;
	min-width: 100px;
	-webkit-backface-visibility: hidden;
}
.deco1 {
	position: absolute;
	top: 1040px;
	right: 15%;
	-ms-transform: rotate(9deg);
	-webkit-transform: rotate(9deg);
	transform: rotate(9deg);
	z-index: 5;
}
.deco2 {
	position: absolute;
	top: 1037px;
	right: 15.3%;
	-ms-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}
.deco3 {
	position: absolute;
	top: 920px;
	left: 1%;
	-ms-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
	z-index: -5;
	display: none;
}
.deco4 {
	position: absolute;
	top: 1575px;
	right: 11%;
	-ms-transform: rotate(6deg);
	-webkit-transform: rotate(6deg);
	transform: rotate(6deg);
	z-index: 5;
}
.deco5 {
	position: absolute;
	top: 1583px;
	right: 12%;
	-ms-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
}
.deco6 {
	position: absolute;
	top: 350px;
	right: 1%;
	-ms-transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);
	transform: rotate(-8deg);
	z-index: -5;
	display: none;
}
.deco7 {
	position: absolute;
	top: 350px;
	right: 1%;
	-ms-transform: rotate(8deg);
	-webkit-transform: rotate(8deg);
	transform: rotate(8deg);
	z-index: -6;
	display: none;
}
.back_top {
	position: fixed;
	bottom: 30px;
    right: 35px;
	z-index: 50;
}
.qanda {
    font-size: 20px;
}
.qanda li{
	border-bottom: 1px solid #eee;
}
.qanda li:nth-child(even){
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
    padding-left: 3.3em;
    background-color: #f7f7f7;
}
.qanda li:nth-child(odd){
	cursor: pointer;
}
.qanda li:nth-child(odd) span{
	font-weight: 700;
	font-size: 20px;
	padding: 2px 6px 4px 9px;
	margin-right: 7px;
	border-radius: 60px;
	border: 3px solid #fff;
	/*  	box-shadow: 0 2px 5px #EBEBEB;*/
	color: #eee;
	line-height: 48px;
    background-color: #0897E3;
	/*	background:linear-gradient(to bottom, #48BBEC 0%,#51A2C4 49%,#0897E3 51%,#007ECE 100%);*/
	background-clip: padding-box;
}
.btn-facebook, .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active{
	background-color: transparent; 
	border-color: transparent;
	box-shadow: none;
}
.btn-facebook:hover .fa-facebook, .btn-facebook:focus .fa-facebook, .btn-facebook:active .fa-facebook{
	background-color: #777; 
	border-color: #777;
	color: #fff;
}
.btn-facebook {
	position: absolute;
	top: 0;
	right: 10px;
}
.btn-social-icon{
	height:auto;
}
.btn-social-icon>:first-child{
  	position: static;
  	margin-top: 7px;
	margin-bottom: 7px;
}
.navbar-text{
    display: inline-block;
	margin-top: 0;
    margin-bottom: 0;
}

/*---------------------------------media queries---------------------------------*/
@media (max-width: 992px){
	.wrap_list li a {
		text-align: center;
	}
	.course_date{
		width: auto;
		padding-right: 10px;
	}
	.school_info{
		width: auto;
	}
	.course_name {
		display: block;
	}
}
@media (max-width: 620px){
	.wrap_main .wrap_img{
		float: none;
		margin: 0 auto;	
	}
	.wrap_main .wrap_info{
		margin-left: 0;
	}
	.school_info{
		display: block;
		font-size: 16px;
	}
	.course_name {
		display: block;
		font-size: 16px;
	}
	.wrap_list h3 a:first-child {
		font-size:24px;
		}
}
@media (min-width: 620px){
	.col-md-4 {
		width: 31.33333333%;
		float: left;
	}
}
@media (max-width: 768px) {
	.btn-facebook {
		right: 75px;
	}
	.fa-facebook{
		background-color: #777;
		border-color: #777;
		color: #fff;
	}
	.navbar-nav{
		/*        width: 100%;*/
        margin-right: 0;
	}
}
@media (min-width: 768px) {
	.container {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
    .navbar > .container .navbar-brand,
    .container > .navbar-collapse {
        margin-left: 15px;
        margin-right: 15px;
	}
    .btn-facebook {
		right: 35px;
	}
	
}
@media  (min-width:767px) and (max-width:821px){ 
	.navbar-nav{
        letter-spacing: 1px;
		font-size: 15px;
	}
}
@media (max-width: 1199px){
    .wrap,.wrap_main {
        width: 98%;
        margin: auto;
	}
}
@media (min-width: 1200px){
	.container {
		width: 1150px;
		padding-right: 0;
		padding-left: 0;
	}
}
@media screen  
and (max-width : 800px) {
	.wrap_main, .wrap_social, .wrap_process, .wrap_note{
		max-width: 750px;
	}
	.wrap_banner{
		max-width:900px;
        margin-bottom: -10px;
	}
}
@media screen and (max-width : 435px) {
	.copyright a:first-child{
		display: block;
	}
}
@media screen  
and (max-width : 570px) {
	.contact span:first-child{
		display: block;
	}
    .comparing .com_col{
		width: 90%;
		float: none;
	}
}
.sdis{
		display:inline;
		}
.about {
   background-color: #f5f5f5;
    padding: 10px;
    margin: 30px 0;
}

.about .contract_title {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    /*border-bottom: 3px solid #b2b2b2;*/
    position: relative;
	background:#1e96c3;
}

/*.about .contract_title::after {
    content: '';
    width: 230px;
    height: 4px;
    background-color: #6b8061;
    display: block;
    position: absolute;
    bottom: -3px;
    left: -2px;
	}
*/
.about .contract_title span {
    /*color: #425539;*/
    color: #FFF;
}

.about ul {
    padding-left: 30px;
    /*
		border-color: #f8d6ae;
		border-style: solid;
		border-width: 1px 5px;
		border-radius: 15px;
	*/
    /*    padding: 10px;*/
    /*    background-color: #fff;*/
}

.about li {
    float: left;
    width: 25%;
    margin: 5px 0;
    list-style-type: none;
	text-align:center;
}
.about li a:hover{
	text-decoration:underline;
}
.about li a img {
	width: 50%;
	margin-bottom:10px;
}
@media screen and (max-width:993px) {
    .about li {
        width: 50%;
        font-size: 18px;
	}
	
    .about .contract_title {
        font-size: 26px;
	}
	.sdis{
		display:none;
		}
	}

@media screen and (max-width:640px) {
    .about li {
        width: 50%;
        font-size: 14px;
        margin: 3px 0;
	}
	
    .about .contract_title {
        font-size: 24px;
        padding: 5px;
	}
	
    .about .contract_title::after {
        content: '';
        width: 180px;
		
	}
	
}
.navbar-default .navbar-brand {
	color: #0a79b5;
}