*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html {
	font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
	font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    margin: 0
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width:767px) {
	.container { max-width:470px; padding:0}
}
@media (max-width:480px) {
	.container { width:calc(100% - 30px);}
}
@media (min-width:768px) and (max-width:991px) {
	.container { width:calc(100% - 30px);}
}
@media (min-width:992px)  {
	.container { width:976px }
}
@media (min-width:1200px)  {
	.container { width:1170px }
}

/*.row {
	margin-left:-15px;
	margin-right:-15px;
  width:100%;
}*/
.col-100, .col-50, .col-33, .col-25, .col-66 {
	position: relative;
	min-height: 1px;
	float: left;
}
.col-50,.col-25, .col-33, .col-66 { padding-bottom:30px }
.col-100 { width:100%; padding-left:15px; padding-top:10px;}
.col-50 { width:50% }
.col-33 { width:33.3333% }
.col-66 { width:66.6666% }
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width:767px) {
.row {
	margin-left:0;
	margin-right:0;
}
.col-100 { padding:30px 0 0 }
.col-50, .col-33, .col-66 {
	 width:100%;
	 padding-bottom:0
}
.col-50 { padding:0 }
.col-50 .box { overflow:hidden; padding:0; margin:0 15px}
.col-50 .imgs-Hot { width: 128%; margin-left:-14%}
}
img { border-width:0 }

/*Header*/
#BodyHeader {
	background-color: #FF9C00;
	padding:0;
	margin:0;
	min-height:45px;
	text-align:right
}
#BodyHeader:before, #BodyHeader:after {
  content: " ";
  display: table
}
#BodyHeader:after {
	clear:both
}
#BodyHeader a {
	text-decoration: none;
}
#BodyHeader #logo { /* LOGO */
	padding: 7px 0 0;
	width:210px;
	float:left;
}
#BodyHeader #logo img {
    max-width:100%;
    height:auto;
}
#BodyHeader #login, #BodyHeader #join {/* 登入/註冊 */
	margin:4px 6px 0 0;
	display:inline-block;
}
#BodyHeader #login a {
	background-color: #1F497D;
	border-radius: 0.5em;
	border: 3px solid #4f79af;
	color: #FFF;
	padding:6px 30px;
  
}
#BodyHeader #join a {
	color: #FFF;
	padding:6px 30px;
}
#BodyHeader #join a:hover {
	text-decoration: underline;
}
#BodyHeader #account {/* 登入後選單 */
	width:100px;
	float:right;
	text-align:center;
	background-color: #1F497D;
	border-radius: 0.5em;
	border: 3px solid #4f79af;
	color: #FFF;
	margin-bottom: 12px;
	margin-top: 12px;
	margin-right: 10px;
	padding: 7px 3px;
	z-index:999
}
#BodyHeader:before, #BodyHeader:after, .row:before, .row:after, #DetailBar:before, .parts:before, #DetailBar:after, .parts:after {
  content: " ";
  display: table
}
#BodyHeader:after, .row:after, #DetailBar:after, .parts:after {
	clear:both
}

/* dropmenu BEGIN */
#account .nav-head a {
	color: #FFF;
}
#account .nav-content {
	display: none; /* 隱藏功能表 */
}
#account:hover .nav-content {
	z-index:999;
	display: block; /* 解除隱藏功能表 */
	position: absolute; /* 讓子選單浮在上層，不會把下面元素往下擠 */
	margin-left:-65px
}
.nav-content li {/* 子選單樣式調整 */
	background-color: #f7f7f7;
	border-top: 1px solid silver;
	list-style: none;
	/*	margin-left:-12em;*/
	text-align: left;
	white-space: nowrap;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8
}
.nav-content li:hover {
	background-color: #1F497D;
}
.nav-content li.litop {/* 裝飾角 */
	background-color: rgba(0,0,0,0);
	border-top: 0;
	text-align: center;
	margin-bottom: -0.5em;
	margin-top: -1em;
	border-left: 0px;
	border-right: 0px
}
.nav-content li.bordetop { /* 子選單上圓角 */
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8
}
.nav-content li.borderbottom {/* 子選單下圓角 */
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8
}
.nav-content li a {
	color: #000;
	display: block;
	padding: 0.5em 1em;
}
.nav-content li a:hover {
	color: #FFF;
}
@media (max-width:767px) {
#BodyHeader #logo { width:180px }
#BodyHeader #login, #BodyHeader #join  {/* 登入/註冊 */
	margin: -1PX 5px 0 0;
}
#BodyHeader #login a, #BodyHeader #join a {
	padding:6px 10px;
}
#BodyHeader #account  {/* 登入後選單*/
	margin: 10px!important;
	display:block;
	width:85px!important;
}
#account:hover .nav-content {
	margin-left:-90px
}
}
@media (max-width:320px) {
#BodyHeader #logo { width:180px; padding-left:0;}
}
@media (min-width:768px) and (max-width:991px) {
#account:hover .nav-content {
	margin-left:-75px
}
}
/* dropmenu END */
/*Header END*/


/* Footer */
/* Footer */
#BodyFooter {
  font-size:15px;
	/*margin-top:5em;*/
	padding-bottom:5em;
	background-color: #F2F2F2;
    padding-top:40px;}
#BodyFooter #footerEND {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
}
#footAbout {
  text-align: left;
  margin-left: 1em;
  color:#7F7F7F;
}
#footAbout a {margin:0 0 5px;padding: 0 3px;color: #1F497D; font-weight:bold;}
#footAbout a:before { content:""; font-size:10px;display:inline-block;}
#footAbout #About a {
	background-color:#e1e1e1;
    padding: 3px;
    margin:0 10px 5px 0; 
	text-decoration:none
}

#Address {
	line-height: 1.8;
}
#Address .mailbg, #Address .mailbg a {
	/*	background-color:#FFC900;*/
	color: #000;
	padding: 2px;
	text-decoration: none;
}
@media (max-width: 767px) {
#BodyFooter {
	padding-top:15px;
	margin-top:0
}

#footAbout #About { text-align:center;}
#footAbout #About span {display:block;}
#BodyContentMainDetail .mainSubject { width:100%; margin:15px 0;}
}
/* Footer END*/
/*breadcumb*/
#BodyContentMainNavigator {
	padding: 0.75em 0;
}
#BodyContentMainNavigator a {
	color: #999;
	text-decoration: none;
	text-align: left;
}
#BodyContentMainNavigator a:hover {
	color: #1f497d;
}
#BodyContentMainNavigator .Last {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}
.ChapterPath {
	font-size: 1em;
/*	line-height: 60px;
	height: 60px;*/
	margin: 0.75em 0.25em 0.75em 0.5em;

}
.ChapterPath a {
	text-decoration:none;
	color:#4f79af;
}
.ChapterPath a:hover {
	color:#ff9c00;
}

.ChapterTitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #1f497d;
}
#BodyContentMainNavigator #aud {/*線上試聽 */
	padding: 0.5em;
}
/*breadcumb END*/



/*首頁 Content*/
#law {
	width: 100%;
	margin:10px 0;
}

#public {
	width: 100%;
	margin:10px 0;
	background: url(/coursera/File/Image/bg_serial2.png)
}
#Hot3 {
	width: 100%;	margin:0;
}


/**********/
.box { padding: 8px 15px; margin:0 auto; display:block }
.col-50 a, .col-33 a {
	color: #000;
	text-decoration: none;
}

/* 課程圖片:imgs 常駐課程　寬33.3333%； imgs-Hot 大課程圖片　寬50% */
.imgs img, .imgs-Hot img {
	max-width:100%;
	height:auto;
	display:block;
	overflow: hidden;
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
}
.box:hover .imgs, .box:hover .imgs-Hot {
	background: url(/coursera/File/Image/btn_auditionhover.png) center no-repeat #ff9c00;
}

.box:hover .imgs img, .box:hover .imgs-Hot img {
	opacity: 0.05;
    animation: mousehover 1s;
}
@keyframes mousehover {
  0% {
   opacity: 1;
  }
  100% {
    opacity: 0.05;
  }
}

.title {/* 課程標題 */
	height: 2.25em;
    width: 100%;
	font-size: large;
	font-weight: bold;
	margin: 0.35em 0 0 0.45em;
	display:block;
	float:left
}
.author {/* 課程師資 */
	color: #7F7F7F;
	margin: 0.35em 0.25em ;
	line-height: 180%
}
.author B {/* 課程師資 */
	color: #666;
}

.intro {
	display:block;
	float:left;
	text-align:justify
}
.col-50 .intro {width:calc(100% - 150px);}
.col-50 .box-end {
	float:right;
	display: block;
	margin-top:25px;
}
.col-33 .box-end {
	width:100%;
	float:left;
	display: block;
	margin-top:0;
}

.col-50 .sales { /* 開啟 */
	padding: 0.25em 0;
}
.col-50 .audition { /* 試聽 */
	padding: 0.25em 0
}

.col-33 .sales, .col-33 .audition {
	padding:15px 0;
	width:50%;
	text-align:center;
	float:left
}


.single {
	color:#f08300;
	clear:both;
	font-weight:bold;
	margin:0 0 0 13px;
	padding:0.2em 0;
}

.single li {
	line-height:1.7
}
.buysingle {
	background-color:#f08300;
	border-radius:5px;
	color:#FFF;
	font-weight:bold;
	padding:5px 18px;
	margin-right:18px
}

/* dropmenu BEGIN */
#SingleCourse .nav-head a {
	color:#FFF;
}
#SingleCourse .nav-content {
	display: none; /* 隱藏功能表 */
}
#SingleCourse:hover .nav-content,#SingleCourse:focus .nav-content {
	margin-top:-123px;
	display: block; /* 解除隱藏功能表 */
	position:absolute /* 讓子選單浮在上層，不會把下面元素往下擠 */
}

#SingleCourse .nav-content li {/* 子選單樣式調整 */
	background-color: #f08300;
	border-bottom: 1px solid #f08300;
	list-style: none;
	text-align: center;
	white-space: nowrap;
}
#SingleCourse .nav-content li.litop {/* 裝飾角 */
	color: #f08300;
	background-color: rgba(240,131,0,0);
	border-bottom: 0;
	text-align: center;
	margin-top: -0.5em;
	margin-bottom: -1.25em;
}
#SingleCourse .nav-content li.bordetop { /* 子選單上圓角 */
	border-top-left-radius: 0.25em;
	border-top-right-radius: 0.25em;
	border-bottom:1px solid #dda35e
}
#SingleCourse .nav-content li.borderbottom {/* 子選單下圓角 */
	border-bottom-left-radius: 0.25em;
	border-bottom-right-radius: 0.25em;
	border-bottom:0px
}
#SingleCourse .nav-content ul > li > a {
	display: block;
	padding:0.25em 1.25em 
}
#SingleCourse .nav-content ul > li > a:hover {
	color: #FFF;
	background-color: #1F497D;
}
/*個經、總經的popup menu主打變兩個的位置
#SC1 {
	margin-left:153px
}
#SC2 {
	margin-left:245px
}*/
#SC1 {
	margin-left:62px
}
#SC2 {
	margin-left:166px}
/* dropmenu END */


@media (max-width:767px) {
.col-50 .box { padding: 0 3px 0}
.col-33 .box { padding: 0 15px 0}

.title {/* 課程標題 */
	height: auto;
	padding: 7px 0 0;
	margin: 0.35em 0;
}
.col-50 .intro {width:100%;}
.author {/* 課程師資 */
	width: auto!important
}
.intro {
	padding:0;
	margin:0;
	width:100%;
	display:block;
	float:left;
}
.box-end {
	width:100%;
	float:left;
	display: block;
	margin:0 0 45px;
	padding-top:0
}

.box-end { text-align:center }
.box-end .sales { 
	display:inline;
	float:none;
	margin-right:10px;
}
.box-end .audition  { 
	display:inline;
	float:none;
	margin-left:10px;
}
.single { padding-bottom:15px }
.buysingle {
	padding:5px 9px;
}
#SC1 {
	margin-left:53px
}
#SC2 {
	margin-left:140px}

}

@media (min-width:768px) and (max-width:991px) {/*pad*/
.col-100 { padding-left:0 }
.col-50 .box { padding: 8px 15px }
.col-33 .box { padding: 8px 3px; margin:0; min-height:400px }
.col-50 .intro {width:100%;}
.title {/* 課程標題 */
	line-height:1.25em;
	margin: 0.35em 0;
}
.author {/* 課程師資 */
	width: auto!important;
	margin:0
}
.box-end {
	text-align:center;
	width:100%;
	float:left;
	display: block;
	margin:0;
	padding-top:0
}

.sales, .audition { 
	float:none;
	display:inline

}
.single { padding:0 0 15px; margin:0 }
.buysingle {
	padding:5px 5px;
	margin-right:0;
}
#SC1 {
	margin-left:50px
}
#SC2 {
	margin-left:113px}
}

@media (min-width:992px) and (max-width:1199px) {

.single { padding-bottom:15px }
.buysingle {
	padding:5px 9px;
	margin-right:0;
}
#SC1 {
	margin-left:53px
}
#SC2 {
	margin-left:136px}
}


/*首頁 下端藍色列*/
#goFB {
    position: fixed;
	_position: absolute; 
	bottom: 0;
    right:0;
    left:0;
	cursor: pointer;
	width:100%;
	padding:5px 0;
    display: none;
	margin:0;
	background-color:#1f497d;
	top:expression(documentElement.scrollbottom+"px");
	z-index:1; 
	text-align:center
    }
#goFB img { padding:0 8px; display:inline-block }
#goFB .FB {border-left:1px solid #a5b6cb; border-right:1px solid #a5b6cb }
@media (max-width: 767px) {/*mobile*/
#goFB img { width:90px }
}
@media (min-width: 768px) {
#goFB {
	padding:5px 0 1px;
}
#goFB img { padding:0 25px }
}
/*首頁--end*/


/*課程書摘頁ProducrDetail.aspx*/
#ProductDetail {

}

.DiscripTitle {
	width: 100%;
/*	background-color: #1F497D;*/
	color: #000;
	font-size: 1.25em;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	line-height: 180%;
}

#ProductDetail .row {
	background-color: #E1E1E1;
	width: 100%;
	margin:0;
	padding:0	
}

#ProductDetail .row div {
	margin: 0;
	padding:3px 0;
	float:left;

}
#ProductDetail .TabMenuWhite, #ProductDetail .TabMenuBlue, #ProductDetail .TabMenuOrange{
  	line-height:58px;
    height:58px;
    vertical-align:middle;
}
#ProductDetail .TabMenuWhite {
	width:115px;
	text-align:center;
	color:#4f81bd;
	background-color: #FFF;
	border-top:3px solid #4f81bd;
	border-left:1px solid #E1E1E1;
	border-right:1px solid #E1E1E1;
	border-bottom:1px solid #FFF;
}
#ProductDetail .TabMenuBlue {
	width:115px;
	text-align:center;
	color:#4f81bd;
	margin:0;
	border-right:1px solid #F5F5F5
}
#ProductDetail .TabMenuBlue a {
	padding:0;
	margin:0;
	color:#000;
	text-decoration: none;
}

#ProductDetail .TabMenuBlue:hover {
	background-color:#f0f0f0;
}
#ProductDetail .TabMenuOrange {
	width:115px;
	text-align:center;
	border-radius:0.25em;
	color:#ffffff;
	background-color:#FF9C00;
    background: linear-gradient(-45deg, #FF9C00, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
#ProductDetail .TabMenuOrange a {
	color:#FFF;
	text-decoration: none;
	vertical-align:middle
}
#ProductDetail .TabMenuOrange:hover a {
  text-decoration:underline
}
/*滾動卷軸，右下出現的購物按鈕*/
#floatMenu { display: none;}
#help, #cart  {
	font-size:15px;
    right: 0;
    width: 48px;
    height: 48px;
    padding: 2px;
	text-align: center;
	position: fixed;
	z-index: 99;
    border-radius:50%;
    text-decoration:none;
	color: #fff;
	top: 80%;
}
#help {
    margin-top:-50px;
	background-color:#23A6D5;
}
#cart {
    margin-top:0;
	background-color:#FF9C00;
    background: linear-gradient(-45deg, #FF9C00, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}
#help:hover, #cart:hover {background-color:#FF9C00; text-decoration:underline;}
#DetailBar, .parts {
	display:table;
	width:100%;
	margin:0 auto;
  	border: 1px solid #E1E1E1;
     border-top-width:0;
}

#DetailBar > div, .parts > div {
    float:none;
    display:table-cell;
    vertical-align:top;
  	padding: 10px 20px;
	min-height:22px
}

#DetailBar .itemTitle2, .parts .item {
	width: 75px;
	color: #1F497D;
	font-weight: bold;
	background-color: #E1EEFD;
	text-align:center

}
#DetailBar .itemdate, .parts .publish-date {
	width: 75px;

}
#DetailBar .itemContent3, .parts .content {
}

#ProductDetail .itemContent8 {
	width:calc(100% - 156px);
}
#ProductDetail a:hover { text-decoration:none;}
#ProductDetail .itemContent1, .parts .flex-row {
	width:100%;
}
#ProductDetail .BlueTitle, #ProductDetail h2 {
	color:#41a4ce;
	font-size:1.15em;
	font-weight:bold;
	padding:10px 10px 0px 0px;
	margin:0;
	border-bottom: 1px dotted #41a4ce;
}
#ProductDetail li {
	padding:4px 0;
}
#ProductDetail li > ul {
	padding-left:20px;
	list-style-image:url("/coursera/File/image/ico_list.png"); 
}

#ProductDetail .system{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	padding-left:25px;
	line-height:180%
}
/*縮和、開啟目錄*/
    .expandCh {color:#4f81bd; margin:16px auto;}
    .expandCh > li { border-top:1px solid #E9E9E9; padding:8px!important; cursor:pointer;}
    .expandCh > li > b:after { content:url(/coursera/File/Image/ico_down_arrow.png); padding:2px 8px}
    .expandCh > li > ul > li > b:after { content:none;}
    .expandCh > li:last-child { border-bottom:1px solid #E9E9E9;}
    .expandCh > li:hover {background-color:#E1EEFD;}
    .expandCh > li > ul { color:#000;}
    .expandCh a { display:block; margin-top:-32px;width:100px; float:right;text-align:right; margin-bottom:6px;}
    .expandCh a div {display:inline-block;background-color:#f38000; color:#ffffff; padding:3px 10px;border-top-left-radius:12px; border-bottom-right-radius:12px;}
    .expandCh a:hover div {background-color:#2ec07d;}
    .openAll { display:block; width: 120px; padding:4px 0; text-align:center; background-color: #ce418d;color:#fff; text-decoration:none; float:right; margin-top:-17px;}
    .expandCh small{background-color:#CFDADF; border-radius:5px; padding:2px 5px;}
/*目錄內篇章節的註解*/
.qus-list {font-size:14px; color:#3a96ba;}
.qus-list:before{content:"Q.";}
@media (max-width: 767px) {
    .expandCh a {margin-top:-5px;margin-bottom:0;}
    .openAll { width:100px;}
#ProductDetail .TabMenuWhite {
	width:24.5%;
	font-size:0.95em;
}
#ProductDetail .TabMenuBlue {
	width:24.5%;
	font-size:0.95em;
	margin:0;
}

#ProductDetail .TabMenuOrange {
	width:24.5%;
	margin:0;
	font-size:0.95em;
}
#ProductDetail .TabMenuOrange a {
	margin-bottom:0em;
}
#ProductDetail .TabMenuWhite > img,
#ProductDetail .TabMenuBlue > a > img, #ProductDetail .TabMenuOrange > a > img {
	display:block;
	margin:0 auto -10px;
	line-height:1
}

/*#DetailBar, .parts, #DetailBar, .parts .itemTitle2, #DetailBar, .parts .itemdate, #DetailBar, .parts .itemContent3, #DetailBar, .parts .itemContent8 {
	display:block;
	float:left
}*/
#DetailBar .itemTitle2, .parts .item{
	width:65px;
	padding-left:0;
	padding-right:0;
	margin:0
}
#DetailBar .itemdate, .parts .publish-date{
	width:calc(100% - 106px);
	margin:0
}
#DetailBar .itemContent3, #DetailBar .itemContent8, .parts .content{
	width:calc(100% - 106px);
}
#DetailBar .itemContent8, .parts .content {
	margin:0 0 -1px
}
#DetailBar .itemContent8 ul, .parts .content ul{
	padding: 0;
	margin:0
}
#ProductDetail .system{
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
}
@media (min-width:768px) and (max-width:991px) {
/*滾動卷軸，右下出現的購物按鈕*/
#cart {
	/*right: 10px;*/
	bottom: 10px;
}
}
/*書摘頁--end*/


/*show modal*/
/* ListChapter.aspx / ShoppingButton.aspx */
#shop {
	margin-top: 1em;
	padding: 0.5em;
	text-align: center;
}
#shop img {
	border: 0;
}
.KnowMore, .onsale, .MoreChapter {/* 了解更多/購買/完整章節 */
	display: inline;
}
.seeAll { text-align:center;}
.seeAll a { color:#fb8b00;text-decoration:none;}
.seeAll a:hover { text-decoration:underline;}
/* DetailAudition.aspx- 我想了解更多/ 提示登入 */
#popForm, #alertNote {
	border: 3px solid #B9CDE5;
	background-color: #FFF;
	display: none;
	padding: 1em;
}
#popForm p {
	line-height: 1.8;
}
.close {/*關閉視窗 */
	float:right;
}
.close a {
	border-radius: 0.5em;
	color: #B9CDE5;
	padding: 0.2em 0.3em;
	text-decoration: none;
}
#popForm .Send {/*送出資料 */
	margin-top:1em;
	text-align: center;
}
#popForm .Send a {
	background-color: #4F81BD;
	border-radius: 0.3em;
	color: #FFF;
	padding: 0.5em;
	text-decoration: none;
}
.GoLogin {/*已經購買，去登入 */
	display: inline;
}

/*show modal END*/




/* List.aspx */
#BodyContentMainDetail .list {/* 為了讓chapter和KM不wrap */
	width: 90%;
}
.list .chapterlist { /* Chapter 層 */
	background-color: #F2F2F2;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-left: 5px solid #FF9C00;
	cursor: pointer;
	line-height: 1.8;
	margin-bottom: -1px;
	padding: 1em;
}
.list .KMlist {/* KM層 */
	background-color: #F2F2F2;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-left: 5px solid #1F497D;
	cursor: pointer;
	line-height: 1.8;
	margin-bottom: -1px;
	padding: 1em;
}
#BodyContentMainDetail .list a {
	color: #000;
	text-decoration: none;
}
/* chapter.aspx 科目選單頁 */
#BodyContentMainDetail #chapter {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: center;
	flex-wrap: wrap;/*accordionPart自動換行*/
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 100%;
}
#Chapter .accordionPart { /*選單寬高度 */
	line-height: 1.8;
	width: 95%;;
	margin-left:auto;
	margin-right:auto

}
#Chapter .accordionPart ul.content {/*隱藏所有子選單 以及設定子選單之margin*/
	display: none;
	margin: 0;
}
.accordionPart li {
	border-right: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	list-style-type: none;
}
/* Chapter 層 */
.accordionPart .menu {
	background-color: #F2F2F2;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-left: 5px solid #FF9C00;
	cursor: pointer;
	margin-bottom: -1px;
	padding: 1em;
}
.accordionPart li.content_km {
	border-left: 5px solid #FF9C00;
	padding: 1em;
}
.accordionPart li.content_chapter {/* KM層 */
	border-left: 5px solid #1F497D;
	padding: 1em;
}
.accordionPart a {
	color: #000;
	text-decoration: none;
}
/* KMFileList.aspx KMFile列表 detail.aspx */
#BodyContentMainDetail .kmfile, #RecordList .kmfile {
	border: 1px solid #E0E0E0;
	cursor: pointer;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	line-height: 1.8;
	padding: 1em 0;
	width: 98%;
	margin:0 auto -9px auto;
}
/* 為了超連結的調整 */
#BodyContentMainDetail #kmfilelist {
	width: 100%;
}
#BodyContentMainDetail #kmfilelist ul {
	margin: 0;
	padding-left:0
}
#BodyContentMainDetail #kmfilelist li {
	list-style-type: none;
}
#BodyContentMainDetail #kmfilelist li a {
	color: #000;
	text-decoration: none;
}
/* 為了超連結的調整 END */

#BodyContentMainDetail .done { /* 已觀看過 */
	background-color: #F2F2F2;
}
#BodyContentMainDetail .kmfile:hover, #BodyContentMainDetail .done:hover {
	background-color: #ececec;
}
/* #BodyContentMainDetail .kmfile:hover .maru,#BodyContentMainDetail .done:hover .maru {
	color:#FFF;
} */
.kmfile .fileimg { /* KMFileType圖示 */
	margin-left: 1em;
	margin-right: 1em;
}
.kmfile .progress {/* 進度圖示 */
	margin-left: 1em;
	margin-right: 2em;
}
.kmfile .content { /* 中欄 */
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: center; /*水平置中*/
	flex-wrap: wrap;/*box自動換行*/
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex: 18;
	-ms-flex: 18;
	-webkit-flex: 18;
}
.kmfile .content .title { /* sFileTitle */
	font-size: large;
	font-weight: bold;
	line-height: 1.5;
	width: 100%;
}
.kmfile .content .iD, .kmfile .content .iF { /* 困難度 & 常考 */
	width: 50%;
}
.maru {/* 常用、困難的幾顆圈圈 */
	color: #FF9C00;
}
.kmfile .author { /* 師資 */
	color: #666;
	flex: 2;
	-ms-flex: 2;
	-webkit-flex: 2;
	font-size: large;
	margin: 0.7em;
}
@media (max-width: 767px) {
.list .chapterlist, .list .KMlist { /* Chapter 、KM層 */
	margin-left:0.5em;
	margin-right:0.5em;
}
#BodyContentMainDetail .kmfile {
	padding: 0.5em;
	width: 90%;
}
#BodyContentMainDetail #kmfilelist {
	margin: 0.5em 0 1em 0;
	width: 100%;
}
#BodyContentMainDetail #kmfilelist ul {
	margin-left: 0;
}
.kmfile .fileimg {
	flex-basis: 4em;
	-ms-flex-basis: 4em;
	-webkit-flex-basis: 4em;
	margin: 0;
}
.kmfile .fileimg img {
	width: 80%;
}
.kmfile .progress {
	flex-basis: 1.5em;
	-ms-flex-basis: 1.5em;
	-webkit-flex-basis: 1.5em;
	margin: 0;
}
.kmfile .progress img {
	width: 50%;
}
.kmfile .author {
	display: none;
}
.kmfile .content .iD, .kmfile .content .iF {
	font-size: smaller;
}
.kmfile .content {
	 flex:30;
	 -ms-flex:30;
	-webkit-flex: 30;
}
}


/*Guide.aspx*/
.fixtop { position:fixed; width:100%; padding:0; margin:0; top:0; z-index:999}
.topmenu:link,
.topmenu:visited {
    font-weight:bold;
    display:inline-block;
    height:40px;
	line-height:40px;
    color:#00679c;	
	text-decoration:none;
	padding:0 45px;
	margin:0;
    vertical-align:middle;
	/*background-color:#00679c;*/
}
.topmenu img {vertical-align:middle;}
.topmenu.qr { background-color: #dfebf4; padding:0 10px;}
.topmenu.red { background:url(/coursera/File/Image/bg_sale.png) right no-repeat; color:#fff; width:120px; height:76px; position:fixed; right:0; line-height:70px; vertical-align:middle; text-align:right; padding:0 15px 0 0}
.topmenu:hover {
	text-decoration:underline;
	cursor:pointer
}
.topmenu.active {
	background-color:#799ecb;
}
.topmenu.red { bottom:200px;}


.text-center { text-align:center; margin: 0 auto;}


@media (max-width:767px) {
.topmenu:link,
.topmenu:visited { padding:0 8px; height:48px;	line-height:48px; }
.topmenu.qr { padding:0; width:110px; line-height:22px; }
.topmenu.red { width:40px; height:57px; right:0; padding: 16px 20px 0 30px; bottom:50px;line-height:1.3; background-size:90px 57px}
}
@media (max-width:320px) {
.topmenu.system { width:32px; line-height:22px; padding:2px 8px 0}
.topmenu.qr { width:105px;}
}

/*首頁上方的about列*/
#coursera.row { text-align:center;background-image: linear-gradient(-135deg, #ede7e1 0%, #e2d1c3 100%); box-shadow:inset 0 -7px 3px 0 rgba(0,0,0,0.15); padding:9px 0 15px; margin:0}
#coursera .btn { display:inline-block; width:20%; padding:12px 0; margin:0 15px; text-align:center; border-radius:6px; color:#fff; text-decoration:none;}
#coursera .btn:nth-child(1) {background-image: linear-gradient(to right, #7474BF 0%, #348AC7 51%, #7474BF 100%)}
#coursera .btn:nth-child(2) {background-image: linear-gradient(to right, #7474BF 0%, #348AC7 51%, #7474BF 100%)}
#coursera .btn:nth-child(3) {background-image: linear-gradient(to right, #4CB8C4 0%, #3CD3AD 51%, #4CB8C4 100%)}
#coursera .btn:nth-child(4) {background-image: linear-gradient(to right, #4CB8C4 0%, #3CD3AD 51%, #4CB8C4 100%)}
#coursera .btn:hover { background-image: linear-gradient(to right, #1F497D 0%, #4f79af 100%)}
@media (max-width:767px) {
    #coursera .btn { display:block; float:left; width:calc(25% - 10px); height:48px;  padding:13px 0 0; margin:0 5px; }
	#coursera .btn:nth-child(1) { padding:3px 0 0!important; height:48px;}
    #coursera .btn span {display:block;}
    #coursera .btn:nth-child(4) { margin-right:0;}
}

