@charset "utf-8";

@keyframes fade-in {  
    0% {opacity: 0;}/*初始状态 透明度为0*/  
    40% {opacity: 0;}/*过渡状态 透明度为0*/  
    100% {opacity: 1;}/*结束状态 透明度为1*/  
}  
@-webkit-keyframes fade-in {/*针对webkit内核*/  
    0% {opacity: 0;}  
    40% {opacity: 0;}  
    100% {opacity: 1;}  
} 

/* CSS Document */

body,html {
	width: 100%;
	height:100%;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 14px;
	line-height: 28px;
	font-family:Microsoft JhengHei;
	}


h1 {
	font-size: 36px;
	color:  #621117;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
	letter-spacing: 1px;
}

h2 {
	font-size: 13pt;
	color: #2b86c7;
	font-weight: 800;
	line-height: 32px;
}

h3 {
	font-size: 20px;
	color: #f79d36;
	font-weight: 600;
	line-height: 24px;
}

h4 {
	font-size: 20px;
	font-weight: 600;
	color: #f79d36;
	line-height: 24px;
	font-weight: 500;
	text-align: center;
	margin: 20px 0;
	letter-spacing: 1px;
}

h5 {
	font-weight: 600;
	color: #555;
	display: block;
}

h6 {
	color: #ec750d;
    font-size: 16px;
    font-weight: 800;    
    letter-spacing: 1px;
    margin-top: 5px;
}

h7 {
	color: #FFF;
    font-size: 17pt;
    /* font-weight: 500; */
    letter-spacing: 1px;
    margin-top: 5px;
    padding-left: 20px;
}

h8 {
	color: #FFF;
    font-size: 17pt;
    /* font-weight: 500; */
    letter-spacing: 1px;
    margin-top: 5px;
    padding-left: 20px;
}

p {
	font-size: 14px;
	line-height: 28px;
	color: #333;
}

#link-line {
	width: 20%;
    height: auto;
    position: fixed;
    bottom: 90px;
    margin-left: 75%;
    z-index: 999;
    display: none;
    -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.5));
}

#floattopanel {
	position: fixed;
	left: 0;
	top: 70%;
	z-index: 999;
	

}

#floattopanel ul{
	
}

#floattopanel ul li{
	padding: 10px 30px 10px 20px;
	background-color: #621117;
	color: #FFF;
	display: block;
	margin-top: 5px;
	-moz-box-shadow:2px 10px 30px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 10px 30px 5px rgba(0,0,0,0.2);
	box-shadow:2px 10px 30px 5px rgba(0,0,0,0.2);
}

#floattopanel ul li:hover{
	padding: 10px 30px 10px 20px;
	background-color: #f79d36;
	color: #FFF;
	display: block;
	margin-top: 5px;
	box-shadow:none;
}



#wrap {
	width: 100%;
}

#pcheader {
	width: 100%;
	height: 139px;
	clear: both;
	display: block;
}

#header{
	display: none;
}

#logoInfo {
	width: 1306px;
	height: 80px;
	margin: 0 auto 0;
	padding: 0;
	line-height: 80px;
}

#cadtclogo {
	width: 398px;
	height: auto;
	margin-top: 25px;
}

#pcheaderLink{
	width: 400px;
	float: right;
	text-align: center;
}

#pcheaderLink a {
	font-size: 13px;
	color: #6d161d;
	text-decoration: none;
	left: 1px;
	font-weight: 500;
	margin-right: 20px;
}

#pcheaderLink a:hover {
	color: #db7318;
	left: 1px;
	font-weight: 500;
}

#headnav {
	width: 100%;
	height: 70px;
	font-size: 10pt;
	line-height: 18pt;
	background-color: #6d161d;
	border-bottom: 5px solid #ee770e;
}

#headnav > ul {
	width: 1306px;
	height: 50px;
	background-color: #6d161d;
	margin: 0 auto 0;
	padding: 0 25px ;
	color: #FFF;
}

#headnav > ul > li {
	height: 50px;
	float: left;
	padding: 10px;
	display: block;
	padding: 10px 25px;
	letter-spacing: 0.5;
}

#headnav > ul > li:hover {
	height: 50px;
	float: left;
	padding: 10px;
	display: block;
	padding: 10px 25px;
	letter-spacing: 0.5;
	background-color: #ee770f;
	color: #FFF;
}

#headnav > ul a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration:none; 
	color: #FFF;
}

#headnav .currentlink {
	color: #FFF;
	background-color: #ee770f;
}





/* --課程內部選單-- */

#info-nav {
	width: 800px;
    margin: -10px 30px 30px 30px;
    padding: 0 20px;
    border: 1px #ee770f solid;
}

#info-nav ul {
	margin: 0;
	padding: 0;
}

#info-nav ul  li {
	float: left;
	padding: 20px;
}

#info-nav ul a {
	color: #ee770f;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.5;
}

#info-nav ul a:hover {
	color: #6d161d;
	text-decoration:underline;
	text-decoration-color: #ee770f;
}


#maincontent {
	width: 1366px;
	height: 70px;
	clear: both;
	display: block;
	margin: 0 auto 0;
}


/* -- 課程 banner -- */

#ad {
	width: 100%;
	height: 475px;
	display: block;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	background-color: #CCC;
}

#ad img {
	position: relative;
	left: 50%;
	margin-left: -960px;
	padding: 0;
}


.pc-course-feature{
	display: block;

}

.mb-course-feature{
	display: none;
}

/* --主要內容-- *

/* --課程資訊-- */


#instant {
	width: 1160px;
	display: block;
	clear: both;
	margin: 0 auto 0;
	padding: 50px 0 0 0;
}

.instant-tag {
	width: 48px;
	height: auto;
	display: block;
	float: left;
	margin-right: 10px;
}

#instant ol {
	width: 90%;
	margin: 50px auto 0;
	padding: 0;
	display: block;
}

#instant ol li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 33%;
	border-left-style: solid;
	border-left-color: #c7c7c7;
	border-left-width: 1px;
	
}

#instant ol li img {
	
}

.instant-li-info {
	display: block;
	margin: 0 0 0 5%;
}

#instant ol li:nth-child(1) {
	border-left: none;
}





/* --課程介紹 -- */

#about-panel {
	width: 100%;
	height: 380px;
	display: block;
	background-color: #F7F7F7;
	margin: 50px 0 0 0;
	padding: 50px 0 0 0;
}

.about {
	width: 1160px;
	display: block;
	margin: 0 auto 0;
	padding: 0;
}

.about ol  {
	width: 100%;
	display: block;
	margin:0;
	padding: 0;
}


.about ol li {
	width: 50%;
	display: block;
	margin:0;
	padding: 0;
	float: left;
}

.about ol li p {
	width: 90%;
	display: block;
	margin:0 auto 0;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
}


.about ol li p span {
	color: #621117;
	font-weight: bold;
}

.about ol li img {
	width: 90%;
	height: auto;
	display: block;
	margin:0 auto 0;
	padding: 0;
}
.mov-borderleft {
	display: block;
	border-left: dotted 1px #CCC;
	padding-left: 10%;
}
/* -- 學習目標 -- */

#news-panel {
	width: 100%;
	height: 380px;
	display: block;
	padding: 50px 0 0 0;
}

.news {
	width: 1160px;
	height: auto;
	margin: 0 auto 0;
	padding: 0;
	
}

.news ol {
	width: 95%;
	height: auto;
	display: block;
	margin: 0 auto 0;
}

.news ol li {
	width: 33%;
	height: auto;
	display: block;
	margin: 30px 0 0 0;
	padding: 0;
	float: left;
	border-left-style: solid;
	border-left-color: #e8e8e8;
	border-left-width: 1px;
}

.news ol li:nth-child(1) {
	border: none;
}

.new-info {
	width: 85%;
	margin: 0 auto 0;
	display: block;
}

.new-info img {
	width: 100%;
	height: auto;
	margin:  0 0 20px 0;
	border-bottom: solid;
    border-bottom-width: 3px;
    border-bottom-color: #f99e22;
}

.new-info p {
	margin: 10px 0 0 0 ;
}


.clearfix{
	content: " ";
	display: block; 
	height: 0; 
	clear: both;
}

#share-panel {
	width: 100%;
	display: block;
	margin: 50px 0 0 0;
	padding: 0;
}
#choose-panel {
	width: 100%;
	display: block;
	margin: 50px 0 0 0;
	padding: 0;
}



/* --學習流程-- */

#learnmap-panel {
	width: 100%;
	height: auto;
	margin: 50px auto 50px;
}

.learnmap {
	width: 1160px;
	display: block;
	margin: 0 auto 0;
}

.learnmap img {
	display: block;
	margin: 10px auto 10px;
}

/* --適合對象-- */

#co2-panel {
	width: 100%;
	display: block;
	margin: 50px auto 0;
	padding: 0;
}

.co2 {
	width: 1160px;
	display: block;
	margin: 0 auto 0;
}

.co2 ol {
	width: 90%;
	display: block;
	margin: 0 auto 0;
}

.co2 ol li {
	width: 46%;
	display: block;
	margin: 0;
	padding: 0 2% 0 0;
	float: left;
}

.co2 ol li ul {
	width: 100%;
	display: block;
	margin: 0 0 30px 0;
	padding: 0;
	float: left;
}

.co2 ol li ul li {
	width: 100%;
	display: block;
	margin: 0px 0 3px 0;
	padding: 0 2% 0 0;
	float: left;
	list-style: disc;
	border-bottom: 1px dotted #CCC;
}

/* --我對課程有興趣 --*/


#section04 {
	width: 1160px;
	height: 250px;
	margin: 0 auto 0;
	background-image: url('../images/formBg.jpg');
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
#formSection {
	    position: absolute;
	    left: 50%;
	    margin-left: -300px;
	    margin-top: 30px;
	}
	.thebtn {
	    width: 120px;
	    height: 28px;
	    line-height: 21px;
	    font-size: 15px;
	    color: #FFF;
	    background-color: #ec750d;
	    border: none;
	}
	.thebtn:hover {
	    background-color: #8c0008;
	}

.formtitle {
	font-size: 24px;
    font-weight: bold;
    height: 40px;
    color: #8c0008;
    margin-left: -5px;
}


.courseCompany {
	position: absolute;
	    margin: -165px 0 0 630px;
}

/* --課程大綱-- */


#aiotcourse-panel {
	width: 1160px;
	display: block;
	margin:0 auto 0;
	padding: 0;	
}

.aiotcourse-info {
	width: 90%;
	display: block;
	margin:0 auto 0;
	padding: 50px 0 50px 0;
	border: solid 1px #CCC;
}

.courseinfo-list {
	width: 90%;
	height: auto;
	margin: 0 auto 0;
	padding: 20px 0 0 0;
}

.courseinfo-list ul {
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	padding: 0;
}

.courseinfo-list ul ol {
	clear: both;
	width: 100%;
	border-top: 1px dotted #CCC;
	margin: 5px 0 0 0;
}
.courseinfo-list ul ol h6 {
	margin-left: 27px;
}



.courselist-title {
	width: 100%;
	border-top-color: #f79c36;
    border-top-style: dotted;
    border-top-width: 1px;
    background-color: #fff9ec;
    padding: 10px 0;
    margin: 5px 0;
	padding: 10px 0 10px 20px;
	font-size: 18px;
	font-weight: bold;
    color: #6b161d;
}

.courseinfo-list ul li {
	width: 30%;
	height: auto;
	float: left;
	list-style: disc;
	margin-left: 3%;
	margin-top: 2px;
	font-size: 12px;
	letter-spacing: 0;
	color: #621117;
}

.courseinfo-list ul li：hover {
	background-color: #F1F1F1;
}
.courseinfo-list ul li span {
	color: #333;
}





/* --表 單-- */

#contact-panel {
	width: 100%;
	display: block;
	margin: 50px auto 0;
	padding: 50px 0;
	background-color: #f7f7f7;
}

#course-form{
	width: 1160px;
	height: auto;
	margin: 0 auto 0;
	padding: 0 20px;
	
}

#coursemov {
	display: block;
	float: left;
	width: 33%;
	
}

#coursemov img {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto 0;
	
}

#companyservice {
	display: block;
	float: left;
	width: 33%;
	
}

#companyservice img {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto 0;
	
}

#sendmsgpanel {
	float: left;
	width: 33%;
	border: 1px #CCC solid;
	
}

#sendform-panel {
	width: 80%;
	height: auto;
	display: block;
	margin: 30px auto 0;
	padding: 30px auto 0px;
	background-color: #f7f7f7;
	
}

.rightpaneltitle {
	width: 100%;
    line-height: 60px;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    background-color: #8c0008;
    border-bottom-color: #eb6e00;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

#formpanel {
	width: 100%;
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	font-size: 15px;
}

#formpanel .sendformtitle {
	padding: 15px 0 15px 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;


}

#formpanel .sendformtitleleft {
	
	padding: 15px 0 15px 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;


}

#formpanel table {
	margin: 0 auto 0;
}

#theformpaneltable {
	margin: 0 auto;
}

.sendfriend {
	width: 80%;
	margin: 0 auto 0;
}

.sendformtitle {
	width: 100px;
	padding: 10px 0 5px 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;


}







#footer {
	width: 100%;
	height: 300px;
	clear: both;
	display: block;
	font-size: 10pt;
	background-color: #f3f3f3;
}
#footer ol {
	width: 1306px;
	margin: 0 auto 0;
	padding: 20px 0;
}

#footer ol > li {
	width: 23.05%;
	margin-left: 2.6%;
	float: left;
	border: none;
}

#footer ol li:first-child {
	margin-left: 0;
}

#footer ol > li > ul {
    list-style-type: disc;
    padding-left: 18px;
}
#footer ol > li > ul > li {
	width: 270px;
    font-size: 12px;
    margin: 0;
    padding: 0;
}


#footer ol > li > ul > li:first-child {
	margin: 0;
    padding: 0;
}

#footer ol > li > ul > li:last-child {
	border: none;
}


#footer  a {
	color: #ec750d;
	font-weight: 700;
}
#footer  a:hover {
	color: #8c0008;
	font-weight: 700;
}
#footer ol > li > img {
	float: left;
}

.rightborder {
	border-right: solid;
	border-right-width: 1px;
	border-right-color: rgb(162, 162, 162);

}

#footerinfopanel{
	clear: both;
	width: 100%;
	padding: 20px 0;
	display: block;
	color: #FFF;
	font-size: 9pt;
	background-color: #484848;
	background-image: url('../images/footerBg.png');
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	border-bottom: solid;
    border-bottom-width: 5px;
    border-bottom-color: rgb(140, 0, 8);
}
#footerinformation{
	width: 842px;
	margin: 0 auto 0;
}
#footerinformation img {
	float: left;
}
#footerinformation p {
	margin-left: 20px;
	color: #FFF;
    font-size: 9pt;
    line-height: 19pt;
    float: left;

}

.adv {
	display: none;
}
.idblink {
	display: none;
	}
#sectionlink {
	display: none;
}

/* --課程簡介-- */




.onlystudent img {
	width: 50%;
	border: none;
	float: left;
}


/* -- END -- */



/* ------------------ pad版 如果使用者視窗寬度 <= 1280px----------------------- */

@media screen and (min-width: 768px) and (max-width: 1280px) {

#logoInfo {
    width: 100%;
    height: 80px;
    margin: 0 auto 0;
    padding: 0;
    line-height: 80px;
}

#cadtclogo {
    width: 398px;
    height: auto;
    margin-top: 25px;
    margin-left: 20px;
}

#maincontent {
	width: 100%;
	clear: both;
	display: block;
	margin: 0 auto 0;
}

.rightpaneltitle {
    width: 100%;
    margin: 0 auto 0;
    /* padding-left: 20px; */
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    background-color: #8c0008;
    border-bottom-color: #eb6e00;
    border-bottom-style: solid;
    border-bottom-width: 3px;
	text-align: center;
}


/* --選單 -- */
#headnav {
	width: 100%;
	height: 70px;
	font-size: 10pt;
	line-height: 18pt;
	background-color: #6d161d;
}

#headnav > ul {
	width: 90%;
	height: 50px;
	background-color: #6d161d;
	margin: 0 auto 0;
	padding: 0 15px ;
	color: #FFF;
}

#headnav > ul > li {
	height: 50px;
	float: left;
	padding: 10px;
	display: block;
	padding: 10px 10px;
	letter-spacing: 0;
}

#headnav > ul > li:hover {
	height: 50px;
	float: left;
	padding: 10px;
	display: block;
	padding: 10px 10px;
	letter-spacing: 0;
	background-color: #ee770f;
	color: #FFF;
}

#headnav > ul a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration:none; 
	color: #FFF;
}

#headnav .currentlink {
	color: #FFF;
	background-color: #ee770f;
}

/* --課程Banner-- */


/* --課程簡介-- */


/* --結訓技術-- */

.course-studentskill {
    width: 81.5%;
    margin: 30px;
    padding: 30px;
    border: 1px #CCC solid;
}

/* --課程內部選單-- */

#info-nav {
	width: 83.5%;
    margin: -10px 30px 30px 30px;
    padding: 0 20px;
    border: 1px #ee770f solid;
}

#info-nav ul {
	margin: 0;
	padding: 0;
}

#info-nav ul  li {
	float: left;
	padding: 7px;
}

#info-nav ul a {
	color: #ee770f;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.5;
}

#info-nav ul a:hover {
	color: #6d161d;
	text-decoration:underline;
	text-decoration-color: #ee770f;
}

/* --主要內容-- */


/* --側 欄-- */

#sidebar {
	width: 30%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0px;
}

/* --footer-- */

#footer {
	width: 100%;
	height: 300px;
	clear: both;
	display: block;
}
#footer ol {
	width: 100%;
	margin: 0 auto 0;
}

#footer ol li {
	width: 23.05%;
	margin-left: 2.6%;
	float: left;
}

#footer ol li:first-child {
	margin-left: 0;
}

/* -- END -- */

}


/* ------------------ 手機版。如果使用者視窗寬度 <= 768px----------------------- */

@media screen and  (max-width: 768px) {

#link-line {
	width: 20%;
    height: auto;
    position: fixed;
    bottom: 90px;
    margin-left: 75%;
    z-index: 999;
    display: block;
    -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.5));
}
	
h7 {
	color: #FFF;
    font-size: 14pt;
    /* font-weight: 500; */
    letter-spacing: 1px;
    margin-top: 5px;
    padding-left: 20px;
}


	#header {
		margin: 0;
		width: 100%;
		height: 45px;
		display: block;
		background-color: #f2f1f1;
	}

	#headerLogo {
		width: 118px;
		height: 25px;
		position: absolute;
		left: 50%;
		margin-left: -59px;
		margin-top: 10px;
	}

	#facebook {
		position: absolute;
	    right: 10px;
	    top: 10px;
	    width: 25px;
	    height: auto;
	}

	.adv{
		width: 100%;
		margin: 0 0 -15px 0 ;
		padding: 0;
		display: block;
	}

	.adv img{
		width: 100%;
		height: auto;
	}
	
	#ad {
		display: none;
	}

/* 電腦版浮動選單 */
#floattopanel {
	display: none;
	

}


/* 通用頁面選單 */

	#sectionlink {
		width: 100%;
		height: 70px;
		bottom: 0;
		display: block;
		position: fixed;
		color: #FFF;
		background-color: #d3560d;
	}

	#sectionlink ul {

	}
	#sectionlink ul li {
		text-align: center;
	    float: left;
	    width: 33%;
	    height: 70px;
	    line-height: 70px;
	    display: block;
	    letter-spacing: 1px;
	}
	#sectionlink ul li:first-child {
		background-color: #FE7704;
	}
	#sectionlink ul li:last-child {
		width: 34%;
		background-color: #630613;
	}


	.idblink {
		display: block;
		font-size: 10pt;
		position: fixed;
	    height: 50px;
	    color: #FFF;
	    bottom: 69px;
	    width: 100%;
	    background-color: rgba(37, 37, 37, 0.85);
	    line-height: 50px;
	    text-align: center;
	    text-decoration: none;
	}

	.idblink a {
	    color: #FFF;
	    text-decoration: none;
	}


/* -- 選單 -- */

	#menuPanel {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 998;
		margin: 0;
		background-color: #FFF;
		background-image: url(../images/menuPointBg.png);
		background-repeat: repeat;
	}


	#loadMenu{
		border: 0;
		float: left;
		margin: 10px 0 0 10px;
		width: 25px;
		height: auto;
	}

	.menu {
		margin: 0;
		padding: 7%;
	}

	.menu a:link, a:visited {
		border: none;
		text-decoration:none;
		color: #777;
		display: block;
	}

	.menuCourseLink span {
		color: #640f14;
	}

	.menuCourseLink img {
		margin-top: 5px;
		float: right;
		width: 3%;
	}
	
	.menuTitleLink{
		color: #640f14;
		font-size: 20px;
		padding: 10px 0;
	}
	.menuTitleLink span {
		/* color: #640f14; */
		color: withe;
	}

	.menuTitleLink img {
		margin-top: 5px;
		float: right;
		width: 3%;
	}

	.menuOpenInfoImg{
		width: 98%;
	    height: auto;
	    position: absolute;
	    right: 7%;
	    margin-top: 2px;
	}
	
	.menuOpenInfoImgBack {
		width: 98%;
	    height: auto;
	    position: absolute;
	    right: 7%;
	    margin-top: 2px;
	    z-index: -1;
	}

	 .closeMenu{
	 	width: 30%;
	 	height: auto;
	 	float: right;
	 	display: block;
	 	z-index: 999;
	 }

/* --選單 END-- */

#pcheader {
    display: none;
}

#logoInfo {
    width: 100%;
    height: 30px;
    margin: 0 auto 0;
    padding: 0;
    line-height: 30px;
}

#maincontent {
	width: 90%;
	clear: both;
	display: block;
	margin: 0 auto 0;
}

#headnav {
	display: none;
}

#pcheaderLink {
	display: none;
}



.pc-course-feature{
	display: none;

}

.mb-course-feature{
	display: block;
}


#cadtclogo {
	position: absolute;
    width: 80%;
    height: auto;
    /* margin: 0 auto 0; */
    left: 50%;
    margin-left: -40%;
}

/* --主要內容-- */


/* --課程資訊-- */


#instant {
	width: 100%;
	display: block;
	clear: both;
	margin: 0 auto 0;
	padding: 50px 0 0 0;
}
	
	#instant > h1 {
		display: none;
	}

.instant-tag {
	width: 48px;
	height: auto;
	display: block;
	float: left;
	margin-right: 10px;
}
	
	.instant-tag img {
	width: 100%;
	height: auto;
	display: block;
}

#instant ol {
	width: 90%;
	margin: 20px auto 0;
	padding: 0;
	display: block;
}

#instant ol li {
	margin: 0;
    padding: 15px 0 15px 0;
    display: block;
    float: none;
    width: 100%;
    border-bottom: 1px #CCC solid;
    border-left: none;
}

.instant-li-info {
	display: block;
	margin: 0 0 0 5%;
}




/* --課程介紹 -- */

#about-panel {
	width: 100%;
	height: auto;
	display: block;
	background-color: #FFF;
	margin: 0 auto 0;
	padding: 20px 0 0 0;
}

.about {
	width: 80%;
	display: block;
	margin: 0 auto 0;
	padding: 0;
}

.about ol  {
	width: 100%;
	display: block;
	margin:0 auto 0;
	padding: 0;
}


.about ol li {
	width: 100%;
	display: block;
	margin:0 auto 0;
	padding: 0;
}

.about ol li p {
	width: 100%;
	display: block;
	margin:0 auto 0;
	padding: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 35px;
}


.about ol li p span {
	color: #621117;
	font-weight: bold;
}

.about ol li img {
	width: 100%;
	height: auto;
	display: block;
	margin:30px auto 0;
	padding: 0;
}
.mov-borderleft {
	width: 80%;
	border-left: none;
	display: block;
	padding-left: 10%;
}
/* -- 學習目標 -- */

#news-panel {
	width: 100%;
	height: 380px;
	display: block;
	padding: 50px 0 0 0;
}

.news {
	width: 90%;
	height: auto;
	margin: 0 auto 0;
	padding: 0;
	
}

.news ol {
	width: 95%;
	height: auto;
	display: block;
	margin: 0 auto 0;
}

.news ol li {
	width: 100%;
	height: auto;
	display: block;
	margin: 30px 0 0 0;
	padding: 0;
	float: left;
	border-left: none;
}

.news ol li:nth-child(1) {
	border: none;
}

.new-info {
	width: 95%;
	margin: 0 auto 0;
	display: block;
}

.new-info img {
	width: 100%;
	height: auto;
	margin:  0 0 20px 0;
}

.new-info p {
	margin: 10px 0 0 0 ;
}
	
	
	
	/* --學習流程-- */

#learnmap-panel {
	display: none;
}

	/* --適合對象-- */

#co2-panel {
	width: 100%;
	margin: 0px auto 30px;
	padding: 0;
}

.co2 {
	width: 90%;
	margin: 0 auto 0;
}

.co2 ol {
	width: 90%;
	display: block;
	margin: 0 auto 0;
}

.co2 ol li {
	width: 100%;
	display: block;
	margin: 0;
	padding: 10px 2% 10px 0;
	float: none;
	border-bottom: 1px #CCC solid;
}

	/* --課程大綱-- */


#aiotcourse-panel {
	width: 100%;
	display: block;
	margin:0 auto 0;
	padding: 0;	
}

.aiotcourse-info {
	width: 90%;
    display: block;
    margin: 0 auto 0;
    padding: 30px 0 50px 0;
    border: solid 1px #CCC;
}

.courseinfo-list {
	width: 90%;
	height: auto;
	margin: 0 auto 0;
	padding: 20px 0 0 0;
}

.courseinfo-list ul {
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	padding: 0;
}

.courselist-title {
	width: 97%;
    border-top-color: #f79c36;
    border-top-style: dotted;
    border-top-width: 1px;
    background-color: #fff9ec;
    padding: 10px 0;
    margin: 5px 0;
    padding: 10px 0 10px 3%;
    font-size: 18px;
    font-weight: bold;
    color: #6b161d;
}

.courseinfo-list ul li {
	width: 100%;
    height: auto;
    float: left;
    list-style: disc;
    margin-left: 8%;
    margin-top: 2px;
    font-size: 14px;
    letter-spacing: 0;
    color: #621117;
}
.courseinfo-list ul li span {
	color: #333;
}

/* --  表單  -- */

	#sendmsgpanel{
		width: 100%;
	}
	
#course-form{
	width: 80%;
	height: auto;
	margin: 20px  auto 20px;
	padding: 0;
	border: 1px #CCC solid;
}

	
.rightpaneltitle {
    width: 100%;
    margin: 0 auto 0;
    padding-left: 0;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    background-color: #8c0008;
    border-bottom-color: #eb6e00;
    border-bottom-style: solid;
    border-bottom-width: 3px;
	text-align: center;
}

#coursemov {
	display: none;
}

#companyservice {
	display: none;
	
}



/* --footer-- */

#footer {
    width: 100%;
    height: 850px;
    clear: both;
    padding: 12px 0;
    display: block;
}

#footer ol {
    width: 80%;
    margin: 0 auto 0;
}

#footer ol li {
	width: 80%;
	padding: 20px 0;
	float: left;
}

#footerinformation {
    width: 90%;
    margin: 0 auto 0;
}





/* -- END -- */

}

