body{
    background-color: #F5F8FD;
}
.header{
    background: #98abcc;
    /* height: 250px; */
}
.header-bg{
    background: linear-gradient(180deg, rgba(118, 151, 199) 0%, rgba(155, 181, 217, 0.85) 100%),url(../img/teacher-intro-herobg.png);
    background-position: center center ;
}

@media screen and (max-width: 768px){
    .header-bg{
        height: 250px;
        background: linear-gradient(180deg, rgba(118, 151, 199) 0%, rgba(155, 181, 217, 0.85) 100%);
    }
}
a{color:#000}

.container-md{
  max-width: 1440px;
}
.contentarea{
    top:-10px;
    position: relative;
    /* height: 600px; */
    background-color: #fff;
    margin-bottom: 20px;
}
.img-icon{
    cursor: pointer;
    margin: auto;
}
.slide-arrowimg{ 
    text-align: center;
    /* border: #23569d 1px solid; */
    min-width: 40px;
    height: 40px;
}

/* 教師總表start */

.teacherlistbox{
    margin: auto;
    padding: 10px 0px;
    display: flex;
    justify-content:flex-start; 
    margin-top: 100px;
    flex-wrap: wrap;
}
.teacherbox{
    position: relative;
    width: 25%;
    margin-bottom: 100px;
}
.teacherheadshotbox{
    width: 100%;
    margin: auto;
}
.teacherheadshotbox:hover img{
    width: 102%;

}
.teacherheadshot{
    width: 220px;
    height: 310px;
    border-radius: 100px;
    overflow: hidden;
    margin: auto;
}
.teacherheadshot:before{
    content: "";
    position: absolute;
    width: 220px;
    height: 310px;
    margin-left: 8px;
    bottom: 8px;
    border-radius: 100px;
    border: rgb(181, 180, 180) 1px solid;
}

.teacherheadshot .teacherphoto{
   width: 100%;
   transition: 0.3s;
}
/* .teacherheadshot .teacherphoto:hover{
    width: 102%;
    transition: 0.3s;
} */



.teacherlist-name2{
    z-index: 1;
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 70px;
    background-color: rgba(255, 255, 255, 0.8);
    right: 10px;
    bottom: -10px;
    transition: 0.6s;
}
.teacherlist-name2:hover{
    color: #fff;
    /* background-color: #23569d; */
    box-shadow: inset 35px -50px 0px 100px #23569d;
    transition: 0.6s;
}

.teacherlist-name2{
    padding-left: 25px;
    padding-top: 27px;
}
.teacherlist-name2 p{
    text-align: left;
}
.teacherlist-name2 p:nth-of-type(1){
    font-weight: 600;
    font-size: 20px;
    margin-bottom:-5px;
}
.teacherlist-name2 p:nth-of-type(2){
  margin-bottom: 5px;
}


@media screen and (max-width: 1280px){
    .teacherbox{
        width: 33%;
    }
}
@media screen and (max-width: 991px){
    .teacherheadshot,.teacherheadshot:before{
        width: 190px;
        height: 260px;
        border-radius: 90px;
    }
}
@media screen and (max-width: 768px){
    .teacherbox{
        width: 50%;
    }
}@media screen and (max-width: 576px){
    .teacherheadshot,.teacherheadshot:before{
        width: 140px;
        height: 200px;
        border-radius: 65px;
    }
    .teacherlistbox{
        margin-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .teacherlist-name2{
        width: 120px;
        height: 120px;
        border-radius: 70px;
        right: 10px;
        bottom: -50px;
    }
    .teacherheadshot:before{
        margin-left: 5px;
    }
    .teacherlist-name2{
        padding-top: 23px;
        padding-left: 20px;
    }

    .teacherlist-name2 p{
        text-align: left;
        font-size: 16px;
    }
    .teacherlist-name2 p:nth-of-type(1){
        font-weight: 600;
        font-size: 16px;
    }
    .teacherlist-name2 p:nth-of-type(2){
        font-size: 14px;

    }
    .teacherlist-name2 p:nth-of-type(3){
        font-size: 14px;
        margin-bottom:-5px;
    }
   
    
}


/* 教師大頭照style2   */































/* 以下是個別教師頁 */
.teacher_main_img{
    position: relative;
    height: 600px;
    flex:1 1 0;
    top: 10px;
    /* border: 1px solid #333; */
}
.img_main{
    border-radius: 0 0 180px 180px;
    position: absolute;
    width: 370px;
    height: 660px;
    background-image: url();
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    bottom: 0;
    transition: 0.3s;
}
.img_main_color{
    background: linear-gradient(37deg, #a9dcf8, #ffc2ca);
    background-size: cover;
    height: 500px;
    position: absolute;
    width:370px;
    /* top: 170px; */
    bottom: 0;
    border-radius:180px;
}
.img_main:hover{
    /* background-image: url(../img/t-f-1-2.png); */
    transition: 0.3s;
}


.teacher-information{
    position: relative;
    display: flex;
    padding-top: 30px;
    max-width: 1000px;
    margin: auto;
    align-items: flex-start;
    justify-content:space-around;
}
.teacher-infocontent{
    width: 40%;
    margin-top: 60px;
    margin-left: 150px;
    flex: 2 1 0;
    /* padding-left: 50px; */
}
.teacher-information .teachername{
    display: block;
}

.teachertitle h3{
    position: relative;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 10px;
    z-index: 2;
}
.teachertitle .decoline{
    position: absolute;
    width: 45px;
    height: 12px;
    top: 120px;
    margin-left: -5px;
    background-color: #F698BA;
}
.teachertitle p:nth-of-type(1){
    font-size: 28px;
    margin-bottom: 0;
}
.teachertitle p:nth-of-type(2){
    font-size: 18px;
}

.singleexp{
    width: 100%;
    display: flex;  
    line-height: 20px;
    text-align: left; 
}
.singleexp p.explabel{
    width: 180px;
    height: 20px;
    border-right: #ffc2ca 2px solid;
    margin-right: 30px;
    flex:1 1 0;
    padding-right: 5px;
}
.singleexp .expcontent{
    flex:3 1 0;
}
.singleexp .expcontent p{
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px){
    .teacher_main_img{      
        height: 450px;
        margin-left: 30px;
    }
    .img_main,.img_main_color{
        width: 250px;
        
    }
    .img_main{
        height: 450px;
       
    }
    .img_main_color{
        height: 380px;
    }
    .teacher-infocontent{
        margin-left: 80px;
    }
}

@media screen and (max-width: 768px){

    .teacher-information{
        flex-direction: column;
        align-items: center;
        padding-top: 0;
        margin-bottom: 20px;
    }
   
    .teacher_main_img{
        display: flex;
        justify-content: center;
        flex:auto;
        top: 0;
        width: 100%;
        margin-left: 0;
    }
    .teacher-infocontent{
        width: 95%;
        margin: auto;

    }
    .teachertitle .decoline{
        top: 478px;
    }
    .singleexp p.explabel{
        margin-right: 15px;
    }
 
    .img_main,.img_main_color{
        width: 290px;
    }
    .img_main{
        height: 480px;
    }
    .img_main_color{
        height: 410px;
    }
}
@media screen and (max-width: 576px){
    .teachertitle h3{
        font-size: 30px;
    }
    .teachertitle p:nth-of-type(1){
        font-size: 24px;
    }
    /* .teacher-infocontent{
        margin-left: 15px;
    } */
    .img_main,.img_main_color{
        width: 230px;
    }
    .img_main{
        height: 380px;
    }
    .img_main_color{
        height: 320px;
    }
    .teacher_main_img{
     height: 350px;
    }
    .teachertitle .decoline{
        top: 388px;
    }
    .teacher-infocontent{
        margin-top: 15px;
    }
  
}





.img-slidearea{
    display: flex;
    align-items: center;
    justify-content:space-between;
    width:80%;
    margin: auto;
}
@media screen and (min-width: 1400px){
    .img-slidearea{
        width:88%;
    }
}

@media screen and (max-width: 767.98px){
    .img-slidearea{
       display: none;
    }
}
.img-slidearea{
    margin-top: 60px;
}
.img-slidebox{
    margin: 10px 5px;
    /* overflow: hidden; */
    width: 100%; 
} 
.img-slidesingle{
    display: flex;
    justify-content: space-between;
}
.img-slidesingle a{
    color: #333;
}
.slide-img{
    cursor: pointer;
    width: 95px;
    margin:20px 0;
    transition: 0.3s;
    height: 140px;
    border-radius: 100px;   
    
}
.slide-img:hover{
    width: 105px;
    margin-left: -5px;
    transition: 0.3s;
    /* opacity: 0.5;*/
}
.slide-img:hover:before{
    content:"";
    transition: 0.3s;
    width: 70px;
    height: 70px;
    background-color: rgba(245, 249, 255, 0.95);
    position: absolute;
    padding-top: 24px;
    margin-top: 85px;
    margin-left: -10px;
    text-align: center;
    border-radius: 35px;
    box-shadow: 5px 5px 8px -5px rgba(97,97,97,0.6);
    z-index: 10;
}
.slide-img1:hover:before{
 content:"陳貞露";
}
.slide-img2:hover:before{
    content:"姚佩禎";
}
/* .slide-img3:hover:before{
    content:"陶育華";
} */
.slide-img3:hover:before{
    content:"李建軒";
}
.slide-img4:hover:before{
    content:"馮美綺";
}
.slide-img5:hover:before{
    content:"鄭雅雯";
}
/* .slide-img7:hover:before{
    content:"楊惠如";
} */
/* .slide-img8:hover:before{
    content:"蕭子盈";
} */
/* .slide-img9:hover:before{
    content:"李奕緯";
} */

   


.slide-img.selected{
    filter:drop-shadow(1px 1px 1px #4964b3);
    opacity:1;
    border: 1px solid #23569d;
}



.slide-img1{
    background:url(../img/t-f-2-thumb-s-fullbg.png) no-repeat center;
    background-size:cover;   
}
.slide-img2{
    background:  url(../img/t-f-1-thumb-s-fullbg.png) no-repeat center;
    background-size:cover;   
}
.slide-img3{
    background:url(../img/t-m-1-thumb-s-fullbg.png) no-repeat center;
    background-size:cover;   
}
.slide-img4{
    background:url(../img/t-f-5-thumb-s-fullbg.png) no-repeat center;
    background-size:cover;   
}
.slide-img5{
    background:url(../img/t-f-6-thumb-s-fullbg.png) no-repeat center;
    background-size:cover;   
}
/* .slide-img6{
    background:url(../img/t-f-6-thumb-s-fullbg.png) no-repeat center;
    background-size:cover;   
}
.slide-img7{
    background:url(../img/t-f-3-thumb-s-fullbg.png) no-repeat center;
    background-size:cover;   
}
.slide-img8{
    background:url(../img/t-f-7-thumb-s-fullbg.png) no-repeat center;
    background-size:cover;   
}
.slide-img9{
    background:url(../img/t-m-2-thumb-s-fullbg.png) no-repeat center;
    background-size:cover;   
} */

@media screen and (min-width: 768px){
    .teacher-selectarrow{
       display: none;
    }
}



/* 改 slick的class */
.slick-arrow:before{
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1 !important;
    bottom: -5px;
  
}
.slick-prev:before{
    right: 15px;
    background-image: url(../img/round-left.png);
}
.slick-next:before{
    left: 0;
    background-image: url(../img/round-right.png);
}


.slick-slide{
    padding-left: 15px;
    padding-right: 15px;
}

.slick-list {
    width: 100%;
}




