
#sub-banner {
    height: 400px;
    background: url(../images/banner.jpg) center #444;
    background-color: #444;
    background-size: cover;
}
.member-banner-txt {
    margin-top: 180px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,.2);
    font-size: 48px;
}
.member-banner-txt-sub {
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 5px;
}

#sub-banner-member {
    height: 300px;
    background: url(../images/banner.jpg) center #444;
    background-color: #444;
    background-size: cover;
}

#page {
    padding: 40px 0px 50px;
}




/*=================================================================
  siderbar
  =================================================================*/

#position {
    height: 20px;
}
#sidebar {
    width: 220px;
    float: right;
}
#sidebar-left {
    width: 220px;
    float: left;
}

#content {
    width: 880px;
    height: auto;
    float: left;
}
#content-right {
    width: 880px;
    height: auto;
    float: right;
}

#content img {
    max-width: 100%;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
}

/*#content p {
    margin: 0;
    padding: 15px 0;
}*/
#content p:first-child {
    padding: 0;
}


.side-title {
    line-height: 23px !important;
    height: 29px !important;
    border-bottom: 1px solid #ddd;
}
.side-title span {
    float: left;
    display:  block;
    padding: 0 0 5px;
    border-bottom: 2px solid #f0404d;
    margin-bottom: -1px;
}

.side-box {

}


.side-box h5 {
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}



.side-box h5 span{
    display: block;
    float: left;
    padding: 0 5px;
    margin-bottom: -1px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ff4646;
}

.side-box ul {
    margin: 0;
    margin-top: 5px;
    padding: 0 0 20px 0;
    list-style: none;
}
.side-box li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.side-box a {
    position: relative;
    display: block;
    color: #333;
    line-height: 14px;
    padding: 8px 0 8px 23px;
    background: url(../images/li-black.png) 10px center no-repeat;
    border-bottom: 1px dotted #ddd;
}
.side-box a:hover,
.side-box a.active,
.side-box a.active:hover {
    color: #ff4646;
    text-decoration: none;
    background-color: #f5f5f5;
}



.side-box a span {
    position: absolute;
    display: none;
    width: 5px;
    height: 36px;
    right: -5px;
    top: 0;
    background: url(../images/sidebar-right.png) no-repeat;
}

.side-box a.active span,
.side-box a.active:hover span {
    display: block;
}


.box {
    padding: 15px;
    border: 1px solid #ddd;
    box-shadow: 3px 3px 0 rgba(0,0,0,.1);
}
.box-checkbox {
    box-shadow: none;
    padding: 15px 15px 5px;
    border-radius: 4px;
}
.box-form {
    padding: 20px 25px 25px;
}

.blog-item {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.blog-item h3 {
    font-weight: bold;
}

.blog-item img {
    max-width: 100%;
    height: auto;
}

.blog-date {
    width: 70px;
    float: left;
    background: #f0404d;
    text-align: center;
    color: #fff;
}

.blog-day {
    font-size: 30px;
    font-weight:bold;
    line-height: 50px;
}
.blog-day span {
    font-size: 14px;
}
.blog-year {
    background: #333;
    font-size: 12px;
}

.blog-txt {
    margin-left: 100px;
}

.teacher-name {
    float: left;
    width: 199px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.teacher-detail {
    width: 628px;
    min-height: 460px;
    padding:  25px;
    float: right;
    border: 1px solid #ddd;
}

.teacher-name ul,
.teacher-name li,
.teacher-info ul,
.teacher-info li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.teacher-name li {
    padding: 0 10px;
    line-height: 34px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    font-size: 12px;
    transition: all .3s;
    box-shadow: -3px 0 0px rgba(0,0,0,.05) inset;
}
.teacher-name li:hover,
.teacher-name li.active{
    color: #333;
    background: #f5f5f5;
}
.teacher-name li.active {
    color: #333;
    font-weight: bold;
}
.teacher-info {
    display: none;
}
.teacher-info:first-child {
    display: block;
}

.wega-pagenavi {
    padding-top: 15px;
}

.wega-pagenavi a,
.wega-pagenavi span{
    display: block;
    float: left;
    line-height: 26px;
    padding: 0 10px;
    margin-right: 3px;
    border: 1px solid #eee;
    border-radius: 3px;
}

.wega-pagenavi a:hover{
    border-color: #ccc;
    background: #f5f5f5;
    text-decoration: none;
}
.wega-pagenavi span{
    font-weight: bold;
}

.wega-pagenavi a.page {
    padding: 0 10px;
    min-height: 0px;
    max-width: 800px;
    margin-right: 3px;
}

table, th, td{
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    padding: 0 10px;
}

table.result-table {
    border: none;
    margin-top: 20px;
}

.hidden {
    display: none;
}
.alpha {
    opacity: 0;
}

.space-line-full {
    height: 1px;
    border-top: 1px solid #efefef;
    padding-bottom: 20px;
}
/*
input[type=text],
input[type=email],
input[type=tel],
textarea {
    width: 95%;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    outline:none
}

input[type=submit],
button {
    margin: 0;
    padding: 7px 20px;
    border: 0;
    color: #fff;
    background: #f0404d;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px -2px 0px rgba(0,0,0,.1) inset;
}

input[type=submit]:hover,
button:hover {
    background: #f0505d;
}*/




.checkbox-link {
    display: inline-block;
    line-height: 28px;
    padding: 0 15px;
    margin: 0 10px 10px 0;
    background: #f4f4f4;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-weight: normal;
}

.checkbox-link:hover,
.checkbox-link-active{
    background: #0085ba;
    color: #fff;
    border: 1px solid #006799;
}
.checkbox-hide {
    display: none;
}
.checkbox-link i {
    display: none;
}
.checkbox-link-active i{
    display: inline-block;
}

.my-course-title {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #efefef;
}

.rate {
    float: right;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    color: #2f9706;
    text-align: center;
    background: #dff7d6;
    border: 1px solid #7cbb63;
}

.rate-pop {
    position: absolute;
    right: 10px;
    top: -10px;
}

.rate-tip {
    padding: 0 15px;
    font-size: 12px;
    line-height: 14px;
    background: #7cbb63;
    color: #fff;
    font-weight: normal;
}

.course-detail-attached {
    margin-top: 15px;
    padding: 15px 20px;
    border: 1px solid #ddd;
}

.comment-textarea {
    margin-right: 110px;
}
.comment-btn {
    width: 110px;
    float: right;
}

.comment-item {
    padding: 20px 0 0;

}

.comment-item-left {
    width: 100px;
    float: left;
    line-height: 16px;
    font-size: 12px;
}
.comment-item-head {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    border-radius: 20px;
    background: #eee;
    margin-bottom: 3px;
}
.comment-item-txt {
    position: relative;
    margin-left: 120px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: -1px 1px 2px rgba(0,0,0,.1);
}
.comment-item-txt:before{
    content: '';
    position: absolute;
    top: 10px;
    left: -10px;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: 10px solid transparent;
    border-right-color: #ddd;
}
.comment-item-txt:after{
    content: '';
    position: absolute;
    top: 11px;
    left: -8px;
    width: 0;
    height: 0;
    margin-left: -8px;
    border: 8px solid transparent;
    border-right-color: #fff;
}

.comment-item-right .comment-item-left {
    float: right;
}
.comment-item-right  .comment-item-txt {
    margin-left: 0;
    margin-right: 120px;
}

.comment-item-right   .comment-item-txt:before{
    left: auto;
    right: -10px;
    width: 0;
    height: 0;
    margin-left: auto;
    margin-right: -10px;
    border: 10px solid transparent;
    border-left-color: #ddd;
}
.comment-item-right  .comment-item-txt:after{
    left: auto;
    right: -8px;
    margin-left: auto;
    margin-right: -8px;
    border: 8px solid transparent;
    border-left-color: #fff;
}

.comment-item-teacher .comment-item-left {
    color: green;
}
.comment-item-teacher .comment-item-head {
    background: #72a56a;
}

#result-details {
    max-height: 400px;
    overflow-y: auto;
}