@charset "utf-8";
/* CSS Document */
#title_image {
  background-image: url(../images/freecourse/blocks/title_free.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#title_image .word {
  width: 100%;
  padding: 1em;
  text-shadow: 0 0 0.6em #333;
  text-align: center;
  color: #fff;
  display: inline-block;
}
#title_image .word .ch {
  font-size: 2.4em;
  letter-spacing: 0.2em;
  text-shadow: 0 0 8px #999, 0 0 8px #999, 0 0 8px #999;
}
#title_image .word .en {
  text-shadow: 0 0 6px #666, 0 0 6px #666, 0 0 6px #666;
}
#ad_banner {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.fun_nine {
  background-color: #e0e0e0;
  border-radius: 8px;
  width: calc(100% - 40px);
  height: 110px;
  margin-right: 20px;
  margin-left: 20px;
}
.fun_nine .free {
  background-image: url(../images/advancedstudies/common/icon_freeCourse.png);
}
.fun_nine .good {
  background-image: url(../images/advancedstudies/common/icon_goodCourse.png);
}
.fun_nine .share {
  background-image: url(../images/advancedstudies/common/icon_share.png);
}
.fun_nine .hot {
  background-image: url(../images/advancedstudies/common/icon_hotCourse.png);
}
.fun_nine .icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30%;
  height: 90px;
  background-color: #fff;
  border-radius: 8px;
  margin: 10px;
  float: left;
}
.fun_nine ul,
.fun_nine .content {
  width: 61%;
  padding-top: 12px;
  float: left;
}
.fun_nine ul li,
.fun_nine .content .title {
  background-image: url(../images/common/icon_triangle.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 24px;
  line-height: 30px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 20px;
}
.fun_nine ul li a {
  color: #333;
}
.fun_nine ul li a:hover {
  color: #03c;
}
.fun_nine .content .title a {
  color: #333;
}
.fun_nine .content .title a:hover {
  color: #03c;
}
.fun_nine .content .intro {
  width: 100%;
  max-height: 57px;
  padding-left: 20px;
  color: #333;
  font-size: 14px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre-wrap;
}
.fun_nine .content .txt {
  font-size: 15px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 21px;
}
.fun_nine .content .more {
  font-size: 16px;
  font-weight: 900;
  float: right;
}
.fun_nine .content .more a {
  color: #de3628;
}
.fun_nine .content .more a:hover {
  color: #f00;
}
#searchform input[type="text"] {
  height: 50px;
}
#searchform select {
  height: 50px;
  background-image: url(../images/common/icon_select02.png);
  color: #00909e;
}
#searchform .selectShort {
  width: calc(100% - 70px);
}
#filter {
  color: #333;
  width: 100%;
  background-color: #eee;
  padding: 15px 10px;
}
#filter .leftSide {
  width: calc(100% - 125px);
  float: left;
}
#filter .rightSide {
  width: 120px;
  font-weight: bold;
  float: left;
}
#filter .rightSide a {
  padding-left: 50px;
  color: #009688;
}
#filter .leftSide .data {
  font-size: 0.9em;
}
#filter .leftSide .order {
  margin-top: 10px;
}
#filter .leftSide .order select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 0.8em;
  border: 1px solid #666;
  font-size: 0.8em;
  color: #555;
  background-color: #eee;
  background-image: url(../images/common/icon_select01.png);
  width: 160px;
  margin-left: 2px;
  padding: 0.2em;
}
#courseList {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#courseList ul li {
  width: 100%;
  margin-bottom: 16px;
}
#courseList ul li .fav {
  float: left;
  margin-right: 10px;
}
#courseList ul li .fav .img {
  height: 43px;
  display: table-cell;
  vertical-align: middle;
}
#courseList ul li .fav .img a {
  background-image: url(../images/common/icon_fav01.png);
  background-repeat: no-repeat;
  background-position: left top;
  text-align: left;
  text-indent: -1000px;
  white-space: nowrap;
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
}
#courseList ul li .fav .img a:hover {
  background-image: url(../images/common/icon_fav02.png);
}
#courseList ul li .ccontent {
  /*float:left;*/ /*使用會讓文字…失效*/
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#courseList ul li .ccontent .title {
  margin-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}
#courseList ul li .ccontent .title a {
  color: #333;
}
#courseList ul li .ccontent .title a:hover {
  color: #03c;
}
#courseList ul li .ccontent .title .new {
  position: relative;
  top: 2px;
}
#courseList ul li .ccontent .date {
  font-size: 0.8em;
  color: #0052a5;
}
#courseList ul li .ccontent .date strong {
  margin-right: 20px;
}
#courseItem {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
#courseItem .title {
  padding-left: 60px;
  color: #2a7452;
}
#courseItem .value {
  padding-left: 60px;
  color: #151515;
  font-size: 0.9em;
  max-width: 100% !important;
}
#courseItem .div1 {
  width: 100%;
}
#courseItem .div2 {
  width: 50%;
  float: left;
}
#courseItem .div3 {
  width: 33.333333%;
  float: left;
}
#courseItem .chour {
  background-image: url(../images/common/icon_chour.png);
  background-repeat: no-repeat;
  background-position: 20px 4px;
}
#courseItem .charge {
  background-image: url(../images/common/icon_charge.png);
  background-repeat: no-repeat;
  background-position: 20px 4px;
}
#courseItem .ctime {
  background-image: url(../images/common/icon_ctime.png);
  background-repeat: no-repeat;
  background-position: 20px 4px;
}
#courseItem .cdateA {
  background-image: url(../images/common/icon_cdateA.png);
  background-repeat: no-repeat;
  background-position: 20px 4px;
}
#courseItem .nature {
  background-image: url(../images/common/icon_nature.png);
  background-repeat: no-repeat;
  background-position: 20px 4px;
}
#courseItem .cate3 {
  background-image: url(../images/common/icon_cate3.png);
  background-repeat: no-repeat;
  background-position: 20px 4px;
}
#courseItem .enroll {
  background-image: url(../images/common/icon_enroll.png);
  background-repeat: no-repeat;
  background-position: 20px 4px;
}
#courseItem .addr {
  background-image: url(../images/common/icon_addr.png);
  background-repeat: no-repeat;
  background-position: 20px 4px;
}
.detail {
  color: #333;
  margin-right: 10px;
  margin-left: 10px;
  line-height: 1.8em;
}
.detail .margin-b5 img.btn_image,
.courseContent .margin-b5 img.btn_image {
  cursor: pointer;
}
.courseContent {
  width: 100%;
  color: #333;
  padding-right: 10px;
  padding-left: 10px;
  /*line-height:1.6em;*/
}
.courseContent * {
  max-width: 99% !important;
}
#likeCourse {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#likeCourse ul li {
  width: 100%;
  margin-bottom: 20px;
}
#likeCourse ul li .title {
  margin-top: 5px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#likeCourse ul li .title a {
  color: #333;
}
#likeCourse ul li .title a:hover {
  color: #03c;
}
#likeCourse ul li .date {
  font-size: 0.8em;
  color: #0052a5;
}
#likeCourse ul li .date strong {
  margin-right: 20px;
}
