@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: 0.9em;
	line-height: 28px;
	font-family:Microsoft JhengHei;
	}


h1 {
	font-size: 28px;
    color: #621117;
    font-weight: 500;
    line-height: 36px;
    /* text-align: center; */
    letter-spacing: 0.05em;
	font-weight: bold;
}

h1 span {
	font-size: 16px;
    color: #77665E;
    font-weight: 500;
    line-height: 36px;
    /* text-align: center; */
    letter-spacing: 0.05em;
	font-weight: bold;
	margin: 0 0 0 10px;
}

h2 {
	font-size: 1.5em;
    height: 1.8em;
    line-height: 1.8em;
    display: block;
    padding: 0 0 0 15px;
    color: #8c0008;
    font-weight: 900;
    margin: 15px 0 5px 0;
    border-left: solid 3px;
}

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

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

h5 {
	font-size: 16px;
	font-weight: 300;
	color: #777;
	line-height: 26px;
	font-weight: 500;
	text-align: center;
	margin: 20px 0;
	letter-spacing: 1px;
}

h6 {
	color: #ec750d;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.05em;
    margin-top: 5px;
}

h7 {
	color: #FFF;
    font-size: 16px;
    /* 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: 16px;
    line-height: 32px;
    letter-spacing: 0.1em;
	color: #333;
}

#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;
}

#floattopanel ul li a {
	color: #FFF;
	text-decoration: none;
}



#wrap {
	width: 100%;
}

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

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

#header{
	display: none;
}

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

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

#pcheaderLink{
	width: auto;
	height: 80px;
	float: right;
	text-align: center;
	overflow: hidden;
}

#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: 1180px;
	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;
}

#phone-img {
	float: right;
    margin: 15px 30px 0 0;
}





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

#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: 348px;
	display: block;
	margin: 0 auto 54px;
	padding: 0;
	overflow: hidden;
	background-color: #545454;
}

#ad img {
	
}

#pc-banner-panel {
	width: 780px;
    height: 388px;
    display: block;
	margin: 0;
	padding: 0;
}

#adimgpanel {
	margin: 0;
	padding: 0;
}


.pc-course-feature{
	display: block;

}

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

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

#course-content {
	width: 1180px;
	display: block;
	margin: 38px auto 0;
	padding: 0;
	/*background-color: #EAEAEA;*/
	
}

#main-content-panel {
	width: 100%;
	display: block;
	clear: both;
}

#job-content-panel {
	width: 100%;
	display: flex;
	flex-direction: column;
}



#job-content-panel > ul {
	width: 100%;
	display: flex;
	margin: 0 0 60px 0;
}

#job-content-panel > ul > li {
	width: 50%;
	display: block;
}

#job-content-panel > ul > li strong {
	font-size: 22px;
	color:#FFF;
	animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}


#job-content-panel > ul > li:nth-child(2) table {
	float: right;
}

#job-content-panel > ul > li:nth-child(2) div {
	float: right;
}

#job-content-panel table {
	width: 96%;
	background-color: #CCC;
}

.jcp-table tr td {
	
	border: solid 1px #CCC;
	box-sizing: border-box;
	padding: 5px 10px;
}

.jcp-table tr td span {
	color: #000;
	font-weight: bold;
}

.jcp-table-title {
	width: 96%;
    height: 60px;
    box-sizing: border-box;
    padding: 0 18px;
    background-color: #8c0008;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid #fe6e00;
    line-height: 60px;
}

.jcp-table-title a {
	height: 26px;
    display: block;
    padding: 5px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    background-color: #ff7914;
    border-radius: 8px;
    width: 28%;
    text-decoration: none;
    float: right;
    line-height: 26px;
    margin-top: 11px;
}

.jcp-table-title a:hover {
    color: #fe6d01;
    background-color: #FFF;
}

.jcp-table-contnet {
	background-color: #FFF;
	color: #333;
}

.jcp-table-contnet2 {
    color: #000;
	font-weight: bold;
	background-color: #fff4ea;
	font-size: 14px;
}

.jcp-table-contnet3 {
    color: #000;
	background-color: whitesmoke;
	font-weight: bold;
}

.jcp-title {
	display: flex;
    align-items: center;
}

.jcp-item-title > li {
	font-weight: bold;
}

.jcp-item > ol {
	width: 100%;
	display: flex;
}

.jcp-item > ol > li:nth-child(1) {
	width: 20%;
}

.jcp-item > ol > li:nth-child(2) {
	width: 80%;
}

#img-panel {
	width: 100%;
	display: flex;
	clear: both;
	margin: 0 0 30px 0;
}

    

.img-content {
	width: 100%;
}

.img-content {
	width: 100%;
	font-size: 12px;
	color: #333;
}

.img-content div img{
	width: 90%;
	
}


#cc-tab {
	position: absolute;
    width: 1160px;
    height: 60px;
    margin: 426px 0 0 0;
    background-color: #77665e;
}

#cc-tab ol {
	height: 60px;
	border-bottom: solid 3px #8c0107;
	-webkit-box-shadow: 0 15px 20px #0000001a;
    -moz-box-shadow: 0 15px 20px #0000001a;
    box-shadow: 0 15px 20px #0000001a;
	
}

#cc-tab ol li {
	width: 144px;
    margin: 0;
    padding: 8px 0;
    float: left;
    text-align: center;
    border-right: solid 1px #ffffff59;
    ont-size: 1.05em;
    line-height: 22px;
    letter-spacing: 0.05em;
}

#cc-tab ol a li  {
	text-decoration: none;
	color: #FFFFFF;
}

#cc-tab ol a li span  {
	color: #FFF;
}

#cc-tab ol a li:hover  {
	background-color: #8C0107;
	color: #FFF;
}

#cc-tab-current {
	background-color: #8C0107;
	color: #FFF;
}

#cc-t-link {
	font-size: 1.1em;
    height: 45px;
    background-color: #dc6700;
    color: #FFF;
    line-height: 45px;
    letter-spacing: 0.05em;
    padding: 0 0 0 10px;
}

#cc-t-link a {
	text-decoration: none;
	color: #FFF;
}


#cc-main {
	width: 780px;
    display: block;
    float: left;
    /*background-color: #d8d8d8;*/
}

.cc-container {
	display: block;
	clear: both;
	margin-bottom: 35px;
	font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.1em;
}

.cc-container > p > span {
	
}

.cc-container-p-focus {
	display: block;
    padding: 10px 15px;
    margin: 10px 0 0 0;
    border-top: solid 1px #eb6e00;
    border-bottom: solid 1px #eb6e00;
    
    color: #000;
    font-weight: 400;
}




.cc-container-s1 {
	background-color: #f5f5f5;
    border-left: solid 3px #eb6e00;
    padding: 4% 5%;
    margin-top: 15px;
}

.cc-container-s1 strong {
	font-weight: bold;
	color: #ec750e;
}

.cc-container-s1 img {
	width: 100%;
	margin: 20px 0 0 0;
}

.cc-container ol {
	
}

.cc-container ol li {
	margin: 0 0 0 20px;
    padding: 10px 0;
    border-bottom: dotted 1px #ccc;
    list-style: decimal;
    letter-spacing: 1px;
	color: #ec750d;
}

.cc-container ol li span {
	color: #333;
	font-size: 0.9em;
	line-height: 2em;
}

.cc-container ol li span strong {
	color: #ec750d;
	font-weight: bold;
	display: block;
	font-size: 1.1em;
}

#cc-c-table {
	border: 1px #CCC solid;;
}

#cc-c-table div {
	clear: both;
}

#cc-c-table ol {
	width: 100%;
	height: 70px;
	line-height: 70px;
	display: block;
	background-color: #f5f5f5;
}

#cc-c-table ol li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	
}

#cc-c-table ol li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	
}

.cc-c-feature {
	display: block;
    box-sizing: border-box;
    padding: 20px 6% 36px 6%;
    border: solid 1px #ff8a10;
}

#learn-map a {
	border: 0;
	margin: 0;
	padding: 0;
		
}

#learn-map a img {
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
		
}

/* --課程內容tab-- */
.course-tab{  
	
}

.course-tab > ul{ 
	display: block;
    margin: 0;
    list-style: none;
    height: 59px;
	background: #77665e;
	
}

.tab-title{
	list-style:none;
}

.course-tab > ul > li{ 
	width: 33.2%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -5px -1px 0;
    border-left: 1px #b5b5b5 solid;
	border-bottom: 3px solid #ff8a10;
    height: 60px;
    line-height: 60px;
    background: #77665e;
    color: #FFF;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: 3px;
}

.course-tab >  ul > li a { 
	color: #FFF;
    text-decoration: none;
    font-size: 1.2em;
}

.course-tab > ul > li.active{ 
	border-bottom: 3px solid #ff8a10;
    background: rgb(108,22,16);
	background: linear-gradient(190deg, rgba(108,22,16,1) 60%, rgb(86 13 7) 100%);
    color: #6c161d;
    font-weight: bold;
}
 
.course-tab > ul > li.active a { 
	color: #FFFFFF;
}

.course-tab > .tab-inner{ 
	clear: both;
    color: #000;
    border: 1px #b5b5b5 solid;
}

.tab-inner{ 
	padding:15px;
}

.tab-inner ol {

}

.tab-inner ol li {
	padding: 0;
    width: 100%;
    list-style: none;
	border: none;
}

.tab-inner ol li > ol {
	
	margin: 15px 0 5px 0;
	padding: 0;
	width: 94%;
	float: left;
}

.tab-inner ol li > ol h3 {
    font-size: 18px;
    color: #ff8700;
    font-weight: 600;
    line-height: 24px;
	margin-bottom: 10px;
}

.tab-inner ol li > ol > li{
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.tab-inner ol li > ol > li ul{
	width: 100%;
	margin: 0;
    padding: 0;
    float: left;
}

.tab-inner ol li > ol > li ul li {
	width:90%;
    margin: 0 0 0 7.5%;
    list-style: disc;
    padding: 8px 0;
    float: left;
    font-size: 0.86em;
    line-height: 1.8em;
    color: #555555;
	border-bottom: dotted 1px #ccb39d;;
}

.tab-inner ol li > ol > li ul li strong{
	color: #ad2418;
    font-weight: bold;
}


.tab-inner ol li > ol > li ul li::marker {
  color: #6c161d;
  font-weight: bold;
}

.tab-inner ol li > ol > li ul li ol {
	margin: 0;
	padding: 0;
}

.tab-inner ol li > ol > li > ul > li > ol >li {
	background-color: rgb(0 0 0 / 0%);
}


.course-info-left {
	width: 50%;
	float: left;
}

.course-info-left ul li ul li {
	background-color: rgb(0 0 0 / 0%);
}

.course-info-right {
	width: 50%;
	float: left;
}

.course-info-left ul li:nth-child(even){
	background-color:#f7f7f7;
	}

.course-info-left ul li ol li:nth-child(even){
	background-color: rgb(0 0 0 / 0%);
	}



.course-info-right > ul > li:nth-child(odd){
	background-color:#f7f7f7;
	}

.course-info-left ul li ol li:nth-child(odd){
	background-color: rgb(0 0 0 / 0%);
	}

.course-info-left ul li ol li:nth-last-child(1){
	border: none;
	}

.course-info-right ul li ol li:nth-last-child(1){
	border: none;
	}

#tab03 ul {
	list-style: disc;
	padding: 0 0 0 20px;
}

#tab03 ul li {
	list-style: disc;
}


.course-tab-infotitle {
	border-top-color: #f79c36;
    border-top-style: dotted;
    border-top-width: 1px;
    background-color: #fff9ec;
    padding: 10px 0;
    margin: 5px 0;
    padding: 5px 0 3px 7%;
    color: #6b161d;
}

.course-tab-info-sectitle {
	padding: 0 0 0 60px;
    font-weight: 400;
    color: #333;
    font-size: 0.8em;
    line-height: 2.3em;
}


.tabinfo {
	
}

.tabinfo ol {
	
}

.tabinfo ol li {
    list-style: none;
}


.tabinfo ol li ul li {
	width: 90%;
    margin: 0 0 0 7.5%;
    list-style: disc;
    padding: 8px 0;
    float: left;
    font-size: 0.86em;
    line-height: 1.8em;
    color: #555555;
    border-bottom: dotted 1px #ccb39d;
}


.tabinfo ol li ul li::marker {
	color: #6c161d;
    font-weight: bold;
	font-size: 16px;
}

.tabinfo ol li ul li ol  {
	width: 90%;
    margin: 0 0 0 7.5%;
    list-style: disc;
    float: left;
    font-size: 0.86em;
    line-height: 1.8em;
    color: #555555;
}





#tabs > div > ol {
	display: inline-block;
    margin: 20px 0 0 0;
	width: 99%;
}


#tabs > ol > h3 > span {
    color: #333;
    font-size: 0.9em;
    line-height: 2em;
}

#tabs ol > li {
	box-sizing: border-box;
	margin: 0;
}

#tabs ol li > ol li {
	width: 100%;
    margin: 0;
    padding: 10px 0;
    float: left;
	list-style: none;
}

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

.cc-c-lv3 .course-info-left ul li strong {
	color: #6b161d;
	font-size: 14px;
	font-weight: bold;
}

.cc-c-lv3 .course-info-right ul li strong {
	color: #6b161d;
	font-size: 14px;
	font-weight: bold;
}


.cc-c-lv3 .course-info-left ul li ol li {
	display: block;
	padding: 10px 0;
	margin: 10px 0;
	color: #000;
}

.cc-c-lv3 > .course-info-left ul li ol li {
	display: block;
	padding: 10px 0;
	margin: 10px 0;
	color: #000;
}



.tabs-2-ol {
	padding: 0 0 30px 0;
}

.tabs-3-ol {
	padding: 0 0 30px 0;
}



/* --課程側邊資訊-- */
#cc-side {
	width: 320px;
	margin-left: 58px;
    display: block;
    float: left;
}

#cc-s-wrapper{
	width: 100%;
    background-color: #f5f5f5;
}

.cc-s-container {
	margin: 0 auto 30px;
	font-size: 1em;
}

.cc-s-c-title{
	width: 95%;
    padding: 0 0 0 5%;
    background-color: #77665e;;
    border-bottom: solid 3px #eb6e00;
    height: 50px;
    line-height: 50px;
    color: #6a1c22;
    font-size: 1.5em;
    font-weight: bold;
    color: #FFF;
}

.cc-s-c-title02 {
	font-size: 1.45em;
    font-weight: bold;
    color: #ec750e;
    display: block;
    letter-spacing: 0.05em;
}

.cc-s-c-content > ol {
	width: 85%;
	margin: 0 auto 0;
}

.cc-s-c-content > ol > li {
	padding: 18px 0;
    border-bottom: dotted 1px #77665e;
}

.cc-s-c-content > ol > li p {
	font-size: 1.1em;
	line-height: 1.9em;
	margin: 10px 0;
}

.cc-s-c-content-p-focus {
	display: block;
    padding: 10px 0;
    border-top: solid 1px #eb6e00;
    border-bottom: solid 1px #eb6e00;
}

.cc-s-c-content-p-focus > span {
	font-weight: bold;
	color: #eb6e00;
}

.cc-s-c-content > ol > li img {
	width: 100%;
	height: auto;
}

.cc-s-c-content > ol > li strong {
	color: #bd3a44;
    font-weight: bold;
    font-size: 1.05em;
}



.cc-s-c-content > ol > li > ul {
	
}

.cc-s-c-content > ol > li > ul > li {
	list-style: disc;
    margin: 0 0 0 20px;
}

.cc-s-c-content > ol > li > ul > li strong {
	font-weight: bold;
    font-size: 1.15em;
}

.cc-s-c-content > ol > li > ul > li strong a {
	padding: 3px 8px;
    border: solid 1px #de7c25;
    border-radius: 5px;
    text-decoration: none;
    color: #FFF;
    margin: 10px 0;
	background-color: #984047;
	letter-spacing: 0.05em;
}

.cc-s-c-content > ol > li > ul > li strong a:hover {
	padding: 3px 8px;
    border: solid 1px #de7c25;
    border-radius: 5px;
    text-decoration: none;
    color: #FFF;
    margin: 10px 0;
	background-color: #dc6700;
	letter-spacing: 0.05em;
	box-shadow: 3px 5px 15px rgb(0 0 0 / 35%);
}
    

#student_head {
	width: 30%;
	float: left;
	margin:  6px 13px 0 0;
} 

.student_head_style {
	width: 30%;
	float: left;
	margin:  6px 13px 0 0;
} 

.about-student-content img {
		width: 30%;
		float: left;
		margin: 6px 13px 0 0;
	}

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



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



/* -- 學習目標 -- */


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


#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;
	    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;
}

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



/* --表 單-- */

#contact-panel {
	width: 300px;
    height: 370px;
    display: block;
    position: absolute;
    top: 170px;
    left: 50%;
    margin-left: 250px;
    z-index: 999;
    padding: 0;
    /* margin: 50px auto 0; */
    /* padding: 50px 0; */
    background-color: #FFF;
}

#course-form{
	width: 100%;
	height: auto;
	margin: 0 auto 48px;
	padding: 0;
	background-color: #f5f5f5;
}

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

#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: 100%;
	height: 346px;
	border: 1px #CCC solid;
	
}

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

#form-notice {
	font-size: 12px;
    line-height: 20px;
    margin: 0px auto 0;
    width: 100%;
    padding: 5px 0 5px 8%;
    box-sizing: border-box;
    background-color: #584a44;
	border-top-color: #eb6e00;
    border-top-style: solid;
    border-top-width: 2px;
}
.rightpaneltitle {
	width: 100%;
	line-height: 50px;
    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;


}

.sendformtitle-last {
	padding: 5px 0 5px 10px;
	border: none;
}

#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: 5px 0 5px 10px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    border-bottom-width: 1px;
}



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

.sendformtitle h7 {
	margin: -10px 0 0 0;
    padding: 0 0 0 8%;
}







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

/* --footer-- */


#seciton05 {
	clear: both;
    width: 100%;
    height: 480px;
    display: block;
    padding: 35px 0 0 0;
    margin: 0 auto 0;
    background-color: #f3f3f3;
	font-size: 0.8em;
}
.section05tag {
	float: left;
    margin-bottom: 10px;
    margin-right: 5px;
}
#seciton05 ol {
	width: 1280px;
	
	margin:0 auto 0;
}
#seciton05 ol > li {
	width: 288px;
	height: 200px;
	margin: 0 15px;
	float: left;
	color: #000;
	
}

#seciton05 ol > li > ul {
    list-style-type: disc;
    padding-left: 18px;
	margin: 15px 0 0 0;
}
#section05 ol > li > ul > li {
	width: 270px;
	height: 100px;
    padding: 5px 0;
    display: block;
    font-size: 12px;

}

.seciton05rightborder {
    height: 100px;
    border-right: solid;
    border-right-width: 1px;
    border-right-color: rgb(162, 162, 162);
}
	


.nevPic {
	border: none;
	margin: 0 auto 0;
	margin-top: 30px;
}


#footer {
	clear: both;
	width: 100%;
	display: block;
	background-color: #1f1f1f;
	/*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);
	color: #FFF;
}
#footerinfo {
	width: 1030px;
    height: 100px;
    margin: 0 auto;
    padding: 30px 0;
}
#footerinfo img {
	float: left;
	margin-top: 17px;
}
#footerinfo p {
	float: left;
    display: block;
    margin-left: 20px;
    padding-left: 20px;
    border-left-width: 1px;
    border-left-color: rgba(193, 193, 193, 0.42);
    border-left-style: dotted;
    color: #FFF;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0;
}
#mb_footer {
	display: none;
	}


#link-line {
	display: none;
}

#c-cc-s-c-btn {
	color: #FFF;
	margin-top: 10px;
	text-decoration: none;
}

#c-cc-s-c-btn ol {
	width: 60%;
    float: left;
    font-size: 15px;
    background-color: #621117;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#c-cc-s-c-btn a ol:hover {
	background-color: #621117;
}

#c-cc-s-c-btn a ol li {
	width: 80%;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    border-bottom: solid 1px #984047;
	color: #FFF;
	text-decoration: none;
}

#c-cc-s-c-btn a ol li:hover {
	background-color: #621117;
	box-shadow: 3px 5px 15px rgb(0 0 0 / 35%);
}

#c-cc-s-c-btn a {
	text-decoration: none;
	color: #FFF;
}

#c-cc-s-btn-icon {
	width: 40%;
    height: 98px;
    display: flex;
	background: #dc6700; 
    font-size: 14.5px;
    text-align: center;
    text-decoration: none;
    align-content: center;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
	color: #FFF;
	text-decoration: none;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#c-cc-s-btn-icon:hover {
	width: 40%;
    height: 98px;
    display: flex;
	background-color: #ff841e;;
    font-size: 14.5px;
    text-align: center;
    text-decoration: none;
    align-content: center;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
	color: #FFF;
	text-decoration: none;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#c-cc-s-c-btn img {
	width: 45%;
    margin: 2px auto 0;
    
}

#c-cc-s-c-btn span {
	margin: 0 0 0 5px;
	text-decoration: none;
}


.bottom-link-panel {
	width: 100%;
	background-color: #621117;
	font-size: 13px;
}

.bottom-link-panel ol {
	width: 1180px;
	margin: 0 auto 0;
	background-color: #621117;
	display: flex;
	justify-content: center;
}

.bottom-link-panel ol:nth-child(1) {
	border-bottom: dotted 1px #c78287;
}

.bottom-link-panel ol li {
	display: flex;
}

.bottom-link-panel ol li a {
	width: 100%;
    color: #fff4f5;
    text-decoration: none;
    padding: 10px 15px;
    line-height: 20px;
    text-align: center;
}

.bottom-link-panel ol li a:hover {
	width: 100%;
	background-color: #FFF;
	color: #621117;
}


.b-l-p-page-link {
	width: 100%;
	background-color: #d66400;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.b-l-p-page-link ul {
	width: 1080px;
	margin: 0 auto 0;
	display: flex;
	justify-content: center;
}


.b-l-p-page-link ul li {
	display: flex;
}

.b-l-p-page-link ul li a {
	width: 100%;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}

.b-l-p-page-link ul li a:hover {
	width: 100%;
	background-color: #621117;
	color: #FFF;
}

.cc-side-btn {
	padding: 0 8px;
    border: solid 1px #de7c25;
    border-radius: 5px;
    text-decoration: none;
    color: #FFF;
    margin: -8px 0;
    background-color: #ec750e;
    letter-spacing: 0.05em;
    float: right;
}

.cc-side-btn:hover {
    background-color: #984047;
}


#board-adv-panel {
	width: 100%;
	margin-bottom: 40px;
	}
#board-adv {
	width: 1008px;
	margin: 0 auto;
}

#board-adv img {
	width: 100%;
}
	
	#module-panel {
		width: 100%;
	}

.module-list {
	width: 100%;
	margin-bottom: 40px;
	}

.module-list ol {
	width: 100%;
	display: flex;
	padding: 0 5%;
	box-sizing: border-box;
	}

.module-list ol > li {
	display: table-cell;
    border: 1px solid #CCC;
    box-sizing: border-box;
    padding: 20px;
    width: 45%;
    margin: 0 auto;
	border-left: 3px solid #cccccc;
	}
.m-list-content-left {
	float: left;
    padding: 2.5%;
    width: 30%;
}

.m-list-content-left strong {
	color: #6c161d;
	font-weight: bold;
}

.m-list-content-left span {
	color: #ec750e;
	font-weight: bold;
}




.m-list-content-right {
	float: left;
    padding: 2.5%;
    width: 60%;
}

.m-list-content-right h1 {
	margin: 0px 0 10px 5px;
    padding: 0 0 0 16px;
    border-left: 3px solid #621117;
}

.m-list-content-right ul{
	
}

.m-list-content-right ul li {
	list-style: initial;
    margin: 0 0 0 20px;
    padding: 5px 10px;
    border-top: dotted 1px #CCC;
}


.m-list-content-right ul li:nth-child(even) {
	background-color: #fffaf3;
}

.m-list-content-right ul li::marker {
	color: #6c161d;
	font-weight: bold;
}

.module-price {
	    font-size: 1.15em;
}

#board-adv a {
	border: 0;
}


	/* --學員心得 主要內容-- */
	
	#wrapper-student {
		width: 1200px;
		margin: 0 auto 0;
	}

#student_head_banner {
	width: 100%;
    box-sizing: border-box;
    padding: 28px 0;
}

#student_head_banner img {
	width: 100%;
}
	
	#student_content_panel {
		width: 100%;
	}
	
	#student_content_panel ol {
		box-sizing: border-box;
		width: 100%;
		display: flex;
		justify-content: space-evenly;
		padding: 30px 0px;
		border-bottom: dotted 1px #CCC;
}

#student_content_panel ol:nth-child(1) {
		box-sizing: border-box;
		width: 100%;
		display: flex;
		justify-content: space-evenly;
		padding: 0px 0px 30px 0px;
		border-bottom: dotted 1px #CCC;
}


	
	#student_content_panel ol li {
		width: calc( 100% / 3 - 40px );
		box-sizing: border-box;
		padding: 10px;
	}

#student_content_panel ol li:hover {
    background-color: #F3F3F3;
	box-shadow: 0px 12px 34px -15px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 12px 34px -15px rgba(0, 0, 0, 0.3);
	}

	#student_content_panel ol > li > p {
		font-size: 14px;
		line-height: 24px;
		color: #626262;
	}

#student_content_panel ol > li > a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
		
	}

#student_content_panel ol > li > a:hover {
	text-decoration: none;
	color: #ec750e;
	font-weight: bold;
		
	}

.list-student {
	font-size: 18px;
    height: 68px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0 0 10px;
}

.list-student strong {
	display: block;
	font-size: 16px;
	color: #8c0008;
	font-weight: bold;
}
	
.student_list_feature {
	clear: both;
	box-sizing: border-box;
	border-top: solid 1px #ec750e;
	border-bottom: solid 1px #ec750e;
	font-size: 15px;
	color: #eb6e00;
    letter-spacing: 0.1em;
	margin: 10px 0 5px 0;
	padding: 3px 0;
}

.deafult_student_headimg {
	width: 68px;
	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;
	/* 漸變 */
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}

#headnav > ul > li:hover {
	height: 50px;
	float: left;
	padding: 10px;
	display: block;
	padding: 10px 10px;
	letter-spacing: 0;
	background-color: #ee770f;
	color: #FFF;
	/* 漸變 */
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}

#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;
	/* 漸變 */
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}

#info-nav ul a:hover {
	color: #6d161d;
	text-decoration:underline;
	text-decoration-color: #ee770f;
	/* 漸變 */
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}
	

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


/* --側 欄-- */

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

	
	#board-adv-panel {
		width: 100%;
		background-color: aliceblue;
	}
	
	#module-panel {
		width: 100%;
		background-color: aliceblue;
	}


/* -- END -- */

}


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

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


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


	#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;
	}
	
	
	.cc-tab {
		display: none;
	}

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

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

/* pc浮動選單 */
	#floattopanel {
		display: none;
	}


/* 通用頁面選單 */

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

	#sectionlink ul {
display: none;
	}
	#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: #d3560d00;
		display: none;
	}


	.idblink {
		display: block;
		font-size: 10pt;
		position: fixed;
	    height: 50px;
	    color: #FFF;
	    bottom: 0;
	    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 {
		width: 90%;
		margin: 20px auto 0;
	}

	.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%;
}

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

#cc-main {
    width: 85%;
    display: block;
	margin: 40px auto 0;
    float: none;
    overflow: hidden;
}	
	
#course-content {
    width: 100%;
    display: block;
    margin: 0 auto 0;
    padding: 0;
    /* background-color: #EAEAEA; */
    overflow: hidden;
}
	
	#learn-map a img {
		display: none;
	}
	
#cc-tab {
	display: none;
}	
	
#cc-side {
    width: 85%;
    margin: 0 auto;
    /* margin-left: 0; */
    display: block;
    float: none;
}
	
	.course-info-left {
		width: 100%;
	}
	
	
	
	.course-info-right {
		width: 100%;
	}
	
	

/* --課程介紹 -- */
.cc-container ol li {
    margin: 0 auto 0;
}
	
	.tab-inner ol li > ol {
    margin: 15px 0 5px 0;
    padding: 0;
    width: 100%;
    float: left;
}


/* -- 學習目標 -- */


/* --表 單-- */

#contact-panel {
	width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 999;
    padding: 0;
    margin:0;
	top: 0;
	left: 0;
    background-color: #FFF;
}

#course-form{
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	padding: 0;
	
}
	#sendmsgpanel{
		width: 100%;
	}
	
#course-form{
	display: none;
}


	
#board-adv-panel {
		width: 100%;
	background-color: #E8E8E8;
	}
#board-adv {
	width: 100%;
	margin: 0 auto;
}

#board-adv img {
	width: 100%;
}
	
.module-list ol {
    width: 100%;
    display: block;
    padding: 0 5%;
    box-sizing: border-box;
}
	
.module-list ol > li {
    display: inline-block;
    border: 1px solid #CCC;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
}
	
	.module-list ol > li:nth-child(odd) {
		margin-bottom: 40px;
}
	
	
.m-list-content-left {
    float: left;
    padding: 2.5%;
    width: 100%;
}
	
	.m-list-content-left img{
		float: left;
		margin-right: 20px;
	}
	
	
	
.m-list-content-right {
    float: left;
    padding: 2.5%;
    width: 100%;
}

/* --footer-- */

#seciton05 {
	display: none;
}
	
	
#footer {
	display: none;
}
	
	
#mb_footer {
	clear: both;
    display: block;
    padding: 20px 10% 120px 10%;
    font-size: 15px;
    line-height: 30px;
    color: #ececec;
    background-color: #2f2f2f;
	}
	
	
#mb_footer p {
    color: #ececec;
	}
	

#link-line {
	width: 20%;
    height: auto;
    position: fixed;
    bottom: 20px;
    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));
}
	
.dl-doc-btn {
		display: block;
		padding: 10px;
		background-color:#761B1D;
		color: #FFF;
		text-decoration: none;
	}
	.dl-doc-btn a {
		display: block;
		padding: 10px;
		background-color:#761B1D;
		color: #FFF;
		text-decoration: none;
	}
	.dl-doc-btn a:hover {
		display: block;
		padding: 10px;
		background-color:#F29328;
		color: #FFF;
		text-decoration: none;
	}
.section05link  a {
	width: 40%;
    float: right;
    height: 96px;
    /* padding: 10px 0; */
    display: block;
    border-radius: 5px;
    background-color: #621117;
    color: #FFF;
    font-size: 14.5px;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section05link  a:hover {
	width: 40%;
    float: right;
    height: 96px;
    /* padding: 10px 0; */
    display: block;
    border-radius: 5px;
    background-color: #621117;
    color: #8c0008;
	font-weight: 700;
    font-size: 14.5px;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
	
}
	
	/* --學員心得 主要內容-- */
	
	#wrapper-student {
		width: 100%;
		margin: 40px auto 0;
		overflow: hidden;
	}
	
	#student_head_banner {
		display: none;
	}
	
	#student_content_panel ol {
		box-sizing: border-box;
		width: 100%;
		display: flex;
		padding: 30px 0px 30px 0px;
		border-bottom: dotted 1px #CCC;
		flex-direction: column;
		align-items: center;
	}
	
	#student_content_panel ol:nth-child(1) {
		box-sizing: border-box;
		width: 100%;
		display: flex;
		padding: 0px 0px 30px 0px;
		border-bottom: dotted 1px #CCC;
		flex-direction: column;
		align-items: center;
	}
	
	#student_content_panel ol li {
		width: 85%;
		display: block;
		box-sizing: border-box;
		padding: 30px 10px;
	}
	
	#bottom-link-pane-emb {
		display: none;
	}	
	
	#bottom-link-pane-arm {
		display: none;
	}
	
	#bottom-link-pane-aiot {
		display: none;
	}
	
	#bottom-link-pane-module {
		display: none;
	}
	
	#bottom-link-pane-student {
		display: none;
	}
	
	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 1em 0.6em 0.7em 0.6em;
    text-decoration: none;
}
	
	
#job-content-panel > ul {
	width: 90%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

#job-content-panel > ul > li {
	width: 100%;
	display: block;
	margin: 38px 0 0 0;
}
	
#job-content-panel > ul > li:nth-child(2) {
	
}

#job-content-panel > ul > li strong {
	font-size: 22px;
	color:#FFF;
	animation: glow 1s ease-in-out infinite alternate;
}

#job-content-panel > ul > li:nth-child(2) table {
	float: none;
}

#job-content-panel > ul > li:nth-child(2) div {
	float: none;
}

#job-content-panel table {
	width: 96%;
	background-color: #CCC;
}

.jcp-table tr td {
	
	border: solid 1px #CCC;
	box-sizing: border-box;
	padding: 5px 10px;
}

.jcp-table tr td span {
	color: #000;
	font-weight: bold;
}

.jcp-table-title {
	width: 96%;
    height: 108px;
    box-sizing: border-box;
    padding: 0 18px;
    background-color: #8c0008;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid #fe6e00;
    line-height: 60px;
}

.jcp-table-title a {
	    height: 26px;
    display: block;
    padding: 5px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    background-color: #ff7914;
    border-radius: 8px;
    width: 50%;
    text-decoration: none;
    float: none;
    line-height: 26px;
    margin-top: -2px;
}

.jcp-table-title a:hover {
    color: #fe6d01;
    background-color: #FFF;
}

.jcp-table-contnet {
	background-color: #FFF;
	color: #333;
}

.jcp-table-contnet2 {
    color: #000;
	font-weight: bold;
	background-color: #fff4ea;
	font-size: 14px;
}

.jcp-table-contnet3 {
    color: #000;
	background-color: whitesmoke;
	font-weight: bold;
}
	
	#img-panel {
    width: 100%;
    display: flex;
    clear: both;
    margin: 0;
}
	.img-content {
		width: 90%;
		margin: 0 auto;
	}	
	#job-content-panel > ul > li:nth-child(1) {
    width: 100%;
    display: block;
    margin: 20px 0 0 0;
}
	
/* -- END -- */

}

