﻿@charset "utf-8";
/* CSS Document */

.captionWrapper
{
    padding: 5px 10px;
    margin-bottom: 5px;
}
/*20140826  小修 修正教師/公司頁產品顏色差異性**/
.course-content-brief p > a
{
    color: #8D8D8D;
}

.course-view
{
    height: inherit;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.course-view-bg
{
    background-color: #EAEAEA;
    background-size: cover;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
/*我的課程頁-課程簡介 搜尋頁-搜尋內容*/
.course-content
{
    color: #666;
    /*height: 160px;*/
    padding-bottom: 5px;
    position: relative;
    /*	border-top: 1px solid #c9c9c9;*/
    width: 100%;
}
    /*.course-content:hover {
	background-color: #f4f4f4;
}*/
    .course-content li
    {
        list-style: none;
    }
/* 搜尋頁 搜尋內容*/
.course-content-brief
{
    padding-bottom: 10px;
}
/*公司頁 主要產品/服務內容*/
.service-brief
{
    margin-top: 5px;
}
/*產品評論*/
.course-comment
{
    border-bottom: 1px solid #c9c9c9;
    color: #666;
    height: 250px;
    padding-bottom: 5px;
    position: relative;
}

.course-comment-btn
{
    background: #66cc66;
    border-bottom: 2px solid #457A36;
    color: #FFF;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    float: right;
    margin-right: 30px;
    margin-bottom: 10px;
    padding: 5px 15px;
}

/*課程名稱 大標-綠*/
.course-border-title
{
    background: url(../../image/item/a.png) repeat 0px -50px; /*圖片共用一張png* 每張圖隔50px高*/
    height: 30px;
    margin: 10px 0px 10px 0px;
    overflow: hidden;
    padding-left: 10px;
    width: 100%;
}

/*學校介紹*/
.course-border-corporate
{
    background-color: #F4F1E8;
    padding: 5px;
    margin-top: 10px;
}

/*課程簡介 大標*/
.course-border-s h1, .course-block-s h1
{
    background: #f4f4f4;
    background: -webkit-gradient(linear, center top, center bottom, from(white), to(#f4f4f4));
    background: -webkit-linear-gradient(top, white, #f4f4f4);
    border-bottom: 1px solid #c9c9c9;
    color: #666;
    margin: 0px;
    padding: 10px;
}

.course-border-s h4, .course-block-s h4
{
    background: url('../../image/icon/h4.png') no-repeat 0px 2px;
    color: darkgreen;
    font-size: 16px;
    padding: 2px;
    margin: 10px;
    text-indent: 15px;
}
/*學校介紹 大標*/
.course-border-corporate h1
{
    border-bottom: 1px solid green;
    margin: 0px;
    padding-bottom: 2px;
}
/*行銷活動頁 大標*/
.course-border-event
{
    border-radius: 6px;
    -moz-border-radius: 6px;
    margin-left: 20px;
    overflow: hidden;
    border: solid #00B6FF 1px;
}

    .course-border-event h1, .course-border-more h1
    {
        margin: 0px;
        padding: 10px;
        background: rgb(224,243,250);
        background: -moz-linear-gradient(top, rgba(224,243,250,1) 0%, rgba(216,240,252,1) 50%, rgba(184,226,246,1) 51%, rgba(182,223,253,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(224,243,250,1)), color-stop(50%, rgba(216,240,252,1)), color-stop(51%, rgba(184,226,246,1)), color-stop(100%, rgba(182,223,253,1)));
        background: -webkit-linear-gradient(top, rgba(224,243,250,1) 0%, rgba(216,240,252,1) 50%, rgba(184,226,246,1) 51%, rgba(182,223,253,1) 100%);
        background: -o-linear-gradient(top, rgba(224,243,250,1) 0%, rgba(216,240,252,1) 50%, rgba(184,226,246,1) 51%, rgba(182,223,253,1) 100%);
        background: -ms-linear-gradient(top, rgba(224,243,250,1) 0%, rgba(216,240,252,1) 50%, rgba(184,226,246,1) 51%, rgba(182,223,253,1) 100%);
        background: linear-gradient(to bottom, rgba(224,243,250,1) 0%, rgba(216,240,252,1) 50%, rgba(184,226,246,1) 51%, rgba(182,223,253,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd', GradientType=0 );
    }

.course-border-more
{
    border-radius: 6px;
    border: solid #00B6FF 1px;
    -moz-border-radius: 6px;
    margin-bottom: 5px;
    overflow: hidden;
}

.examList h1
{
    color: #F00;
}

.examList .title
{
    background: #E4F4FA;
}
/*活動登記頁 大標*/
.course-border-event h3
{
    background: #f4f4f4;
    background: -webkit-gradient(linear, center top, center bottom, from(white), to(#f4f4f4));
    background: -webkit-linear-gradient(top, white, #f4f4f4);
    border-bottom: 1px solid #c9c9c9;
    color: #666;
    font-size: 16px;
    margin: 0px;
    padding: 10px;
}
/*活動登記頁 */
.event-box
{
    background-color: #fff;
    padding: 5px 15px;
    width: 100%;
}
/*類科介紹 大標*/
.course-border-s h3
{
    background: #f4f4f4;
    background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#f4f4f4));
    background: -webkit-linear-gradient(top, #f9f9f9, #f4f4f4);
    border-bottom: 1px solid #c9c9c9;
    color: #666;
    margin: 0px;
    padding: 10px;
}
/*無法登入 大標*/
.block-left h3
{
    background: #f4f4f4;
    background: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#f4f4f4));
    background: -webkit-linear-gradient(top, #f9f9f9, #f4f4f4);
    border-bottom: 1px solid #c9c9c9;
    color: #666;
    margin: 0px;
    padding: 10px;
}
/*小標*/
.course-border-title-s
{
    border-bottom: 1px solid #c9c9c9;
    padding: 5px;
}
/*個人資料內容*/
.course-edit
{
    border-bottom: 1px solid #c9c9c9;
    color: #666;
    padding-bottom: 5px;
    position: relative;
}

.list-section
{
    border-bottom: 2px solid #060;
    color: #060;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    margin: 0px 0px 10px 10px;
}

.list-icon-corporate
{
  padding: 15px;
  overflow: hidden;
  width: 100%;

}
/*各項功能*/
.list-icon
{
    display: inline-block;
    list-style: none;
    padding-bottom: 10px;
}

    .list-icon ul
    {
        list-style: none;
    }

.list-title
{
    display: inline-block;
    margin: 10px;
}

.list-buy, .list-buy li
{
    background: url(../../image/icon/list-buy.png) no-repeat;
    height: 30px;
    list-style: none;
    padding-left: 20px;
    width: 120px;
    display: inline; /*color: #E44C1C;*/ /**20150116 改成瀏覽數 顏色就沒有必要強調了*/
}

.list-text li
{
    width: 120px;
}



.list-views
{
    background: url(../../image/icon/views.png) no-repeat; /*瀏覽次數icon*/
    display: inline;
    list-style: none;
    padding-left: 20px; /*icon和文字的間距*/
}

.list-class
{
    background: url(../../image/icon/list-class.png) no-repeat; /*類科icon*/
    list-style: none;
    padding-left: 20px; /*icon和文字的間距*/
    display: inline;
    margin-right: 5px;
}

.list-teacher
{
    background: url(../../image/icon/list-teacher.png) no-repeat; /*老師姓名icon*/
    padding-left: 25px; /*icon和文字的間距*/
    display: inline;
}


.list-mode
{
    float: left;
    position: relative;
}

ul.list-mode
{
    margin-left: 10px;
}

.list-date
{
    background: url(../../image/icon/list-date.png) no-repeat; /*類科icon*/
    padding-left: 20px; /*icon和文字的間距*/
    display: inline;
}

.list-discuss
{
    background: url(../../image/item/a.png) no-repeat 0px -200px; /*寄發清單icon*/
    height: 30px;
    list-style: none;
    padding-left: 20px; /*icon和文字的間距*/
    width: 120px;
    display: inline;
}

.list-industry
{
    background: url(../../image/icon/list-industry.png) no-repeat; /*廠商icon*/
    height: 30px;
    list-style: none;
    padding-left: 20px; /*icon和文字的間距*/
    width: 100px;
    display: inline;
    margin-right: 5px;
}

.list-company
{
    background: url(../../image/icon/company.png) no-repeat; /*公司icon*/
    height: 30px;
    list-style: none;
    padding-left: 20px; /*icon和文字的間距*/
    width: 100px;
    display: inline;
    margin-right: 5px;
}

.list-money
{
    /*background: url(../../image/icon/list-money.png) no-repeat;*/
    height: 30px;
    list-style: none;
    padding-left: 20px; /*icon和文字的間距*/
    width: 120px;
    display: inline;
}

.list-point
{
    background: url(../../image/icon/point.png) no-repeat; /*產品價格icon*/
    height: 30px;
    list-style: none;
    padding-left: 20px; /*icon和文字的間距*/
    width: 120px;
    display: inline;
}

.list-print
{
    background: url(../../image/icon/list-print.png) no-repeat; /*課表頁 列印icon*/
    height: 30px;
    list-style: none;
    padding-left: 20px; /*icon和文字的間距*/
    width: 120px;
    display: inline;
}

.list-student
{
    background: url(../../image/icon/student.png) no-repeat;
    height: 30px;
    list-style: none;
    padding-left: 20px;
    display: inline;
}
/*會員專區-重要訊息公告標示*/
.warning
{
    background: url(../../image/icon/warning-select.png) no-repeat; /*綠旗icon*/
    height: 30px;
    list-style: none;
    padding: 0px 15px;
    width: 120px;
}

    .warning:hover
    {
        opacity: .5;
    }
/*影片播放*/
.list-play
{
    background: #FFF url(../../image/icon/play-s.png) no-repeat 2% 50%;
    line-height: 30px;
    width: 100%;
    margin: 8px 0px;
}

    .list-play a:hover
    {
        text-decoration: none;
        border: 0;
    }

.list-time
{
    list-style: none;
    text-align: right;
}

.duration
{
    background-color: #f3f4f4;
    border: 1px solid #e6e7e8;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    color: #9da2a8;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    padding: 1px 1px 0;
    position: absolute;
    right: 0;
    top: -4px;
    text-transform: uppercase;
    text-shadow: 1px 1px rgba(255,255,255,.5);
    vertical-align: text-bottom;
    white-space: nowrap;
}

/*下載清單icon*/
.download-mode
{
    border-radius: 6px;
    background-image: url(../../image/icon/download-mode.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    border: solid 1px #66cc66;
    color: #666;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 5px 20px 5px 10px;
    margin-left: 5px;
}
/*寄發清單icon*/
.send-mode
{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: url(../../image/icon/send-mode.png); /*寄發清單icon*/
    background-repeat: no-repeat;
    background-position: 95% center;
    border: solid 1px #66cc66;
    color: #666;
    display: inline-block;
    list-style: none;
    text-align: center;
    padding: 5px 20px 5px 10px;
    margin-left: 5px;
    height: 30px;
}
/*播放清單icon*/
.play-mode
{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: url(../../image/icon/play-mode.png) no-repeat;
    background-position: 95% center;
    border: solid 1px #66cc66;
    color: #666;
    display: inline-block;
    list-style: none;
    text-align: center;
    padding: 5px 20px 5px 10px;
    margin-left: 5px;
    height: 30px;
}
/*我的評分*/
.rating-mode
{
    border: 1px solid #FFDFB0;
    background-color: #FFA600;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #FFF;
    cursor: pointer;
    font-family: 微軟正黑體, 蘋果儷黑體, 新細明體;
    font-size: 1em;
    font-weight: 700;
    padding: 5px 12px;
}
/*會員專區-我的評分*/
.rating-box
{
    max-width: 600px;
    margin: 0 auto;
}
/*我的課程 追蹤 通知 量的背景色*/
.my-mode .badge, .trace-mode .badge, .info-mode .badge
{
    background-color: #66cc66;
}
/*我的課程*/
.my-mode
{
    border: solid 1px #66cc66;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-position: 95% center;
    color: #666;
    display: inline-block;
    text-align: center;
    padding: 5px 10px 5px 10px;
}
/*我的追蹤*/
.trace-mode
{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-position: 95% center;
    border: solid 1px #66cc66;
    color: #666;
    display: inline-block;
    text-align: center;
    padding: 5px 10px 5px 10px;
}
/*訊息通知*/
.info-mode
{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-position: 95% center;
    border: solid 1px #66cc66;
    color: #666;
    display: inline-block;
    text-align: center;
    padding: 5px 10px 5px 10px;
}
/*星星-無底色*/
.star-green
{
    color: #7CC576; /*綠色*/
    display: block;
    position: relative;
    width: 100%;
}

.LV-people a:hover
{
    color: #ccc;
}

.LV-people a
{
    color: #ccc;
}

.shop-cart
{
    background: url(../../image/company/shop-cart.png) left center no-repeat;
    display: block;
    float: right;
    padding-left: 30px;
    padding-right: 5px;
}
