/* 師資介紹 tLR ----------------------------------- */

/* 圖片 & icon ----- */
.tLR_tit a{
    display: block;
    position: relative;
    width: 60px;
    height: auto;
    aspect-ratio:  1 / 1;
}
.tLR_tit a img{
    width:100%;
    height:auto;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    float: none;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: all 0.3s ease-out;
}




/* 頁籤 ----------------------------------------- */

.tabs li {
    color: #808080;
}

.tabs a, .tabs span {
    background-color: unset;
    color: unset;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* 頁籤網編區 ------------------------------------ */

.p_tab_text_area {
    padding-top: unset;
}

/* 套用特定樣式 ---------------------------------- */

@media screen and (min-width: 760.1px) {
    ul.tabs li a, ul.tabs li span {
        line-height: 2;
    }
}