*{
    font-family: 'Noto Sans TC', -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5;
    /* outline:1px solid red; */
}

ol,ul,li {
    list-style:none;
    list-style-type: none; 
    margin: 0;
    padding: 0;
}
img{
    max-width:100%;
    height:auto;
    display:block;
    -o-object-fit: cover;
       object-fit: cover;
}
a, a:hover, a:visited, a:link, a:active {
    text-decoration:none;
    outline: none;
    display: block;
}

.bg-center {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* 文字段落對齊 */
.text-align-justify{
    text-align:justify;
}

/* fonts */
.textH1-1{
    font-size: 2.25em; 
    /* 36px */
    line-height: 1.2;
}
@media (max-width: 1199.98px) {
    .textH1-1{
        font-size: 0.875em; 
        /* 14px */
    }
}
@media (max-width: 575.98px) { 
    .textH1-1{
        font-size: 0.75em; 
        /* 12px */
    }
}
.textH1-2{
    font-size: 2.25em; 
    /* 36px */
    line-height: 1.2;
}
@media (max-width: 1199.98px) {
    .textH1-2{
        font-size: 1.125em; 
        /* 18px */
    }
}
@media (max-width: 575.98px) { 
    .textH1-2{
        font-size: 0.875em; 
        /* 14px */
    }
}
.textH2-1{
    font-size: 1.75em; 
    /* 28px */
    line-height: 1.2;
}
@media (max-width: 1199.98px) {
    .textH2-1{
        font-size: 1.125em; 
        /* 18px */
    }
}
@media (max-width: 575.98px) { 
    .textH2-1{
        font-size: 0.875em; 
        /* 14px */
    }
}
.textH3-1{
    font-size: 1.5em; 
    /* 24px */
    line-height: 1.2;
}
@media (max-width: 575.98px) { 
    .textH3-1{
        font-size: 1.25em; 
        /* 20px */
    }
}
.textH3-2{
    font-size: 1.5em; 
    /* 24px */
    line-height: 1.2;
}
@media (max-width: 1199.98px) {
    .textH3-2{
        font-size: 1.25em; 
        /* 20px */
    }
}
@media (max-width: 575.98px) { 
    .textH3-2{
        font-size: 0.875em; 
        /* 14px */
    }
}
.textH3-3{
    font-size: 1.5em; 
    /* 24px */
    line-height: 1.2;
}
@media (max-width: 1199.98px) {
    .textH3-3{
        font-size: 1.25em; 
        /* 20px */
    }
}
@media (max-width: 575.98px) { 
    .textH3-3{
        font-size: 1.125em; 
        /* 18px */
    }
}
.textH4-1{
    font-size: 1.375em; 
    /* 22px */
    line-height: 1.2;
}
@media (max-width: 1199.98px) {
    .textH4-1{
        font-size: 1em; 
        /* 16px */
    }
}
@media (max-width: 575.98px) { 
    .textH4-1{
        font-size: 0.75em; 
        /* 12px */
    }
}
.textH4-2{
    font-size: 1.375em; 
    /* 22px */
    line-height: 1.2;
}
@media (max-width: 1199.98px) {
    .textH4-2{
        font-size:1.25em; 
        /* 20px */
    }
}
@media (max-width: 575.98px) { 
    .textH4-2{
        font-size: 1.125em; 
        /* 18px */
    }
}
.textH4-3{
    font-size: 1.375em; 
    /* 22px */
    line-height: 1.2;
}
@media (max-width: 1199.98px) {
    .textH4-3{
        font-size: 1.125em; 
        /* 18px */
    }
}
@media (max-width: 575.98px) { 
    .textH4-3{
        font-size: 1em; 
        /* 16px */
    }
}
.textP1-1{
    font-size: 1.125em; 
    /* 18px */
}
@media (max-width: 575.98px) { 
    .textP1-1{
        font-size: 1em; 
        /* 16px */
    }
}
.textP2-1{
    font-size: 0.75em; 
    /* 12px */
}

/* colors */
.color-1{
    color: #662d91;
}
.color-2{
    color: #7338a5;
}
.color-3{
    color: #f1deff;
}
.color-4{
    color: #e74e1c;
}
.color-5{
    color: #ffe6d9;
}
.color-6{
    color: #009245;
}
.color-7{
    color: #0070bc;
}
.color-8{
    color: #0082c8;
}
.color-9{
    color: #1a1a1a;
}
.color-10{
    color: #F5f5f5;
}
.color-11{
    color: #BFD66B;
}
.color-12{
    color: #4d4d4d;
}


/* background colors */
.bgColor-1{
    background-color: #662d91;
}
.bgColor-2{
    background-color: #7338a5;
}
.bgColor-3{
    background-color: #f1deff;
}
.bgColor-4{
    background-color: #e74e1c;
}
.bgColor-5{
    background-color: #ffe6d9;
}
.bgColor-6{
    background-color: #009245;
}
.bgColor-7{
    background-color: #0070bc;
}
.bgColor-8{
    background-color: #0082c8;
}
.bgColor-9{
    background-color: #1a1a1a;
}
.bgColor-10{
    background-color: #F5f5f5;
}
.bgColor-11{
    background-color: #BFD66B;
}
.bgColor-12{
    background-color: #4d4d4d;
}

/* font-weight */
.fontWeight-200 {
    font-weight: 200;
}
.fontWeight-300 {
    font-weight: 300;
}
.fontWeight-400 {
    font-weight: 400;
}
.fontWeight-500 {
    font-weight: 500;
}
.fontWeight-600 {
    font-weight: 600;
}
.fontWeight-700 {
    font-weight: 700;
}
.fontWeight-900 {
    font-weight: 900;
}

/* line-height */
.lineHeight-1{
    line-height: 1.2;
}
.lineHeight-2{
    line-height: 1.4;
}
.lineHeight-3{
    line-height: 1.8;
}
.lineHeight-4{
    line-height: 2;
}

/* letter-spacing */
.letterSpacing-05{
    letter-spacing: 0.5px;
}
.letterSpacing-1{
    letter-spacing: 1px;
}
.letterSpacing-2{
    letter-spacing: 2px;
}
.letterSpacing-3{
    letter-spacing: 3px;
}

/* spacing */
.mt-6{
    margin-top: 64px!important;
}
.mb-6{
    margin-bottom: 64px!important;
}
.ms-6{
    margin-left: 64px!important;
}
.me-6{
    margin-right: 64px!important;
}
.mx-6{
    margin-left: 64px!important;
    margin-right: 64px!important;
}
.my-6{
    margin-top: 64px!important;
    margin-bottom: 64px!important;
}
@media (min-width: 576px) and (max-width: 767.98px) { 
    .mt-sm-6{
        margin-top: 64px!important;
    }
    .mb-sm-6{
        margin-bottom: 64px!important;
    }
    .ms-sm-6{
        margin-left: 64px!important;
    }
    .me-sm-6{
        margin-right: 64px!important;
    }
    .mx-sm-6{
        margin-left: 64px!important;
        margin-right: 64px!important;
    }
    .my-sm-6{
        margin-top: 64px!important;
        margin-bottom: 64px!important;
    }
  }
@media (min-width: 768px) and (max-width: 1199.98px) { 
    .mt-md-6{
        margin-top: 64px!important;
    }
    .mb-md-6{
        margin-bottom: 64px!important;
    }
    .ms-md-6{
        margin-left: 64px!important;
    }
    .me-md-6{
        margin-right: 64px!important;
    }
    .mx-md-6{
        margin-left: 64px!important;
        margin-right: 64px!important;
    }
    .my-md-6{
        margin-top: 64px!important;
        margin-bottom: 64px!important;
    }
  }
@media (min-width: 1200px) { 
    .mt-xl-6{
        margin-top: 64px!important;
    }
    .mb-xl-6{
        margin-bottom: 64px!important;
    }
    .ms-xl-6{
        margin-left: 64px!important;
    }
    .me-xl-6{
        margin-right: 64px!important;
    }
    .mx-xl-6{
        margin-left: 64px!important;
        margin-right: 64px!important;
    }
    .my-xl-6{
        margin-top: 64px!important;
        margin-bottom: 64px!important;
    }
}
.mt-7{
    margin-top: 72px!important;
}
.mb-7{
    margin-bottom: 72px!important;
}
.ms-7{
    margin-left: 72px!important;
}
.me-7{
    margin-right: 72px!important;
}
.mx-7{
    margin-left: 72px!important;
    margin-right: 72px!important;
}
.my-7{
    margin-top: 72px!important;
    margin-bottom: 72px!important;
}
@media (min-width: 576px) and (max-width: 767.98px) { 
    .mt-sm-7{
        margin-top: 72px!important;
    }
    .mb-sm-7{
        margin-bottom: 72px!important;
    }
    .ms-sm-7{
        margin-left: 72px!important;
    }
    .me-sm-7{
        margin-right: 72px!important;
    }
    .mx-sm-7{
        margin-left: 72px!important;
        margin-right: 72px!important;
    }
    .my-sm-7{
        margin-top: 72px!important;
        margin-bottom: 72px!important;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) { 
    .mt-md-7{
        margin-top: 72px!important;
    }
    .mb-md-7{
        margin-bottom: 72px!important;
    }
    .ms-md-7{
        margin-left: 72px!important;
    }
    .me-md-7{
        margin-right: 72px!important;
    }
    .mx-md-7{
        margin-left: 72px!important;
        margin-right: 72px!important;
    }
    .my-md-7{
        margin-top: 72px!important;
        margin-bottom: 72px!important;
    }
}
@media (min-width: 1200px) { 
    .mt-xl-7{
        margin-top: 72px!important;
    }
    .mb-xl-7{
        margin-bottom: 72px!important;
    }
    .ms-xl-7{
        margin-left: 72px!important;
    }
    .me-xl-7{
        margin-right: 72px!important;
    }
    .mx-xl-7{
        margin-left: 72px!important;
        margin-right: 72px!important;
    }
    .my-xl-7{
        margin-top: 72px!important;
        margin-bottom: 72px!important;
    }
}
.mt-8{
    margin-top: 96px!important;
}
.mb-8{
    margin-bottom: 96px!important;
}
.ms-8{
    margin-left: 96px!important;
}
.me-8{
    margin-right: 96px!important;
}
.mx-8{
    margin-left: 96px!important;
    margin-right: 96px!important;
}
.my-8{
    margin-top: 96px!important;
    margin-bottom: 96px!important;
}
@media (min-width: 576px) and (max-width: 767.98px) { 
    .mt-sm-8{
        margin-top: 96px!important;
    }
    .mb-sm-8{
        margin-bottom: 96px!important;
    }
    .ms-sm-8{
        margin-left: 96px!important;
    }
    .me-sm-8{
        margin-right: 96px!important;
    }
    .mx-sm-8{
        margin-left: 96px!important;
        margin-right: 96px!important;
    }
    .my-sm-8{
        margin-top: 96px!important;
        margin-bottom: 96px!important;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) { 
    .mt-md-8{
        margin-top: 96px!important;
    }
    .mb-md-8{
        margin-bottom: 96px!important;
    }
    .ms-md-8{
        margin-left: 96px!important;
    }
    .me-md-8{
        margin-right: 96px!important;
    }
    .mx-md-8{
        margin-left: 96px!important;
        margin-right: 96px!important;
    }
    .my-md-8{
        margin-top: 96px!important;
        margin-bottom: 96px!important;
    }
}
@media (min-width: 1200px) { 
    .mt-xl-8{
        margin-top: 96px!important;
    }
    .mb-xl-8{
        margin-bottom: 96px!important;
    }
    .ms-xl-8{
        margin-left: 96px!important;
    }
    .me-xl-8{
        margin-right: 96px!important;
    }
    .mx-xl-8{
        margin-left: 96px!important;
        margin-right: 96px!important;
    }
    .my-xl-8{
        margin-top: 96px!important;
        margin-bottom: 96px!important;
    }
}
.pt-6{
    padding-top: 64px!important;
}
.pb-6{
    padding-bottom: 64px!important;
}
.ps-6{
    padding-left: 64px!important;
}
.pe-6{
    padding-right: 64px!important;
}
.px-6{
    padding-left: 64px!important;
    padding-right: 64px!important;
}
.py-6{
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
@media (min-width: 576px) and (max-width: 767.98px) { 
    .pt-sm-6{
        padding-top: 64px!important;
    }
    .pb-sm-6{
        padding-bottom: 64px!important;
    }
    .ps-sm-6{
        padding-left: 64px!important;
    }
    .pe-sm-6{
        padding-right: 64px!important;
    }
    .px-sm-6{
        padding-left: 64px!important;
        padding-right: 64px!important;
    }
    .py-sm-6{
        padding-top: 64px!important;
        padding-bottom: 64px!important;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) { 
    .pt-md-6{
        padding-top: 64px!important;
    }
    .pb-md-6{
        padding-bottom: 64px!important;
    }
    .ps-md-6{
        padding-left: 64px!important;
    }
    .pe-md-6{
        padding-right: 64px!important;
    }
    .px-md-6{
        padding-left: 64px!important;
        padding-right: 64px!important;
    }
    .py-md-6{
        padding-top: 64px!important;
        padding-bottom: 64px!important;
    }
}
@media (min-width: 1200px) { 
    .pt-xl-6{
        padding-top: 64px!important;
    }
    .pb-xl-6{
        padding-bottom: 64px!important;
    }
    .ps-xl-6{
        padding-left: 64px!important;
    }
    .pe-xl-6{
        padding-right: 64px!important;
    }
    .px-xl-6{
        padding-left: 64px!important;
        padding-right: 64px!important;
    }
    .py-xl-6{
        padding-top: 64px!important;
        padding-bottom: 64px!important;
    }
}
.pt-7{
    padding-top: 72px!important;
}
.pb-7{
    padding-bottom: 72px!important;
}
.ps-7{
    padding-left: 72px!important;
}
.pe-7{
    padding-right: 72px!important;
}
.px-7{
    padding-left: 72px!important;
    padding-right: 72px!important;
}
.py-7{
    padding-top: 72px!important;
    padding-bottom: 72px!important;
}
@media (min-width: 768px) and (max-width: 1199.98px) { 
    .pt-md-7{
        padding-top: 72px!important;
    }
    .pb-md-7{
        padding-bottom: 72px!important;
    }
    .ps-md-7{
        padding-left: 72px!important;
    }
    .pe-md-7{
        padding-right: 72px!important;
    }
    .px-md-7{
        padding-left: 72px!important;
        padding-right: 72px!important;
    }
    .py-md-7{
        padding-top: 72px!important;
        padding-bottom: 72px!important;
    }
}
@media (min-width: 1200px) { 
    .pt-xl-7{
        padding-top: 72px!important;
    }
    .pb-xl-7{
        padding-bottom: 72px!important;
    }
    .ps-xl-7{
        padding-left: 72px!important;
    }
    .pe-xl-7{
        padding-right: 72px!important;
    }
    .px-xl-7{
        padding-left: 72px!important;
        padding-right: 72px!important;
    }
    .py-xl-7{
        padding-top: 72px!important;
        padding-bottom: 72px!important;
    }
}
.pt-8{
    padding-top: 96px!important;
}
.pb-8{
    padding-bottom: 96px!important;
}
.ps-8{
    padding-left: 96px!important;
}
.pe-8{
    padding-right: 96px!important;
}
.px-8{
    padding-left: 96px!important;
    padding-right: 96px!important;
}
.py-8{
    padding-top: 96px!important;
    padding-bottom: 96px!important;
}
@media (min-width: 768px) and (max-width: 1199.98px) { 
    .pt-md-8{
        padding-top: 96px!important;
    }
    .pb-md-8{
        padding-bottom: 96px!important;
    }
    .ps-md-8{
        padding-left: 96px!important;
    }
    .pe-md-8{
        padding-right: 96px!important;
    }
    .px-md-8{
        padding-left: 96px!important;
        padding-right: 96px!important;
    }
    .py-md-8{
        padding-top: 96px!important;
        padding-bottom: 96px!important;
    }
}
@media (min-width: 1200px) { 
    .pt-xl-8{
        padding-top: 96px!important;
    }
    .pb-xl-8{
        padding-bottom: 96px!important;
    }
    .ps-xl-8{
        padding-left: 96px!important;
    }
    .pe-xl-8{
        padding-right: 96px!important;
    }
    .px-xl-8{
        padding-left: 96px!important;
        padding-right: 96px!important;
    }
    .py-xl-8{
        padding-top: 96px!important;
        padding-bottom: 96px!important;
    }
}

/* material-icons */
.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 300,
    /* 'wght' 400, */
    'GRAD' 0,
    'opsz' 24
  }

/* consultants_pd_v4 page */
/* 師資特色-樹葉 */
.leaf-left{
    position: absolute;
    top: 0;
    left: 0px;
}
@media (max-width: 1399.98px) { 
    .leaf-left{
        width: 140px;
        left: 0px;
    }
 }
@media (max-width: 1199.98px) { 
    .leaf-left{
        width: 112px;
        left: 0px;
    }
 }
 @media (max-width: 767.98px) { 
    .leaf-left{
        width: 56px;
        left: 0px;
    }
 }
.leaf-right{
    position: absolute;
    top: 0;
    right: 0px;
}
@media (max-width: 1399.98px) { 
    .leaf-right{
        width: 140px;
        right: 0px;
    }
 }
@media (max-width: 1199.98px) { 
    .leaf-right{
        width: 112px;
        right: 0px;
    }
 }
 @media (max-width: 767.98px) { 
    .leaf-right{
        width: 56px;
        right: 0px;
    }
 }
/* 師資特色-特色點選 */
.tab {
    overflow: hidden;
  }
  /* Style the buttons that are used to open the tab content */
  .tab button {
    float: left;
    border: 0;
    outline: none;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.7);
    color: #e74e1c;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #e74e1c;
    color: #ffffff;
  }
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #e74e1c;
    color: #ffffff;
  }
  /* Style the tab content */
  .tabcontent {
    display: none;
    border-top: none;
  } 
  .tabcontent {
    /* animation: fadeEffect 0.5s; */
    -webkit-animation: fadeEffect 0.5;
            animation: fadeEffect 0.5; /* Fading effect takes 1 second */
  }
  /* Go from zero to full opacity */
  @-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }

  /* 教師介紹-飛鳥 */
.bird-left{
    position: absolute;
    top: 0;
    left: 96px;
}
@media (max-width: 1399.98px) { 
    .bird-left{
        width: 140px;
        left: 48px;
    }
 }
@media (max-width: 1199.98px) { 
    .bird-left{
        width: 112px;
        left: 48px;
    }
 }
 @media (max-width: 767.98px) { 
    .bird-left{
        width: 56px;
        left: 16px;
    }
 }
.bird-right{
    position: absolute;
    top: 0;
    right: 96px;
}
@media (max-width: 1399.98px) { 
    .bird-right{
        width: 140px;
        right: 48px;
    }
 }
@media (max-width: 1199.98px) { 
    .bird-right{
        width: 112px;
        right: 48px;
    }
 }
 @media (max-width: 767.98px) { 
    .bird-right{
        width: 56px;
        right: 16px;
    }
 }

/* 教師介紹-背景 */
.bg-consultantIntro-area {
    background-image:url(../img/consultants_pd_3_3_bg_pc.png) ; 
    padding-top: 340px;
    padding-bottom: 390px;
}
@media (max-width: 1199.98px) {
    .bg-consultantIntro-area {
        padding-top: 250px;
        padding-bottom: 200px;
    }
}
@media (max-width: 991.98px) {
    .bg-consultantIntro-area {
        background-image:url(../img/consultants_pd_3_3_bg_pad.png) ; 
        padding-top: 150px;
        padding-bottom: 165px;
    }
}
@media (max-width: 575.98px) { 
    .bg-consultantIntro-area {
        background-image:url(../img/consultants_pd_3_3_bg_pad.png) ; 
        padding-top: 110px;
        padding-bottom: 120px;
        background-position: bottom; 
    }
}

/* 教師介紹-卡片-共用 */
.border-radius-1{
    border-radius: 8px;
}
.border-radius-2{
    border-radius: 16px;
}
.consultantCard{
    background-image:url(../img/consultants_pd_3_4_bg_pc.png) ; 
    background-repeat:no-repeat;
    background-position:center; 
    background-position:top;
    background-size: cover;
    background-color: #f5f5f5;
}
@media (max-width: 1199.98px) { 
    .consultantCard{
        background-image:url(../img/consultants_pd_3_4_bg_pad.png) ; 
    }
 }
 .consultantCard-feature{
    overflow : hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height:84px;
    line-height: 1.5;
}

@media (max-width: 1199.98px) { 
    .consultantCard-feature{
        overflow : hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height:54px;
        line-height: 1.5;
    }
 }
@media (max-width: 575.9px) { 
    .consultantCard-feature{
        overflow : hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height:42px;
        line-height: 1.5;
    }
}
 .consultantCard-specialty{
    overflow : hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height:33px;
    line-height: 1.5;
    color:#1a1a1a;
}
@media (max-width: 1199.98px) { 
    .consultantCard-specialty{
        overflow : hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height:24px;
        line-height: 1.5;
    }
}
@media (max-width: 575.9px) { 
    .consultantCard-specialty{
        overflow : hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height:18px;
        line-height: 1.5;
    }
}
/* 教師介紹-卡片-共用-按鈕 */
*,*::before,*::after{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.icon-arrow{
    font-size: 2em;
    /* 32px */
}
@media (max-width: 1199.98px) { 
    .icon-arrow{
        font-size: 1.75em;
        /* 28px */
    }
 }
 @media (max-width: 575.98px) { 
    .icon-arrow{
        font-size: 1.5em;
        /* 24px */
    }
 }

/* 清除關閉按鈕點選和文字輸入框的外框線 */
.close, textarea{
    outline: none !important;
}
  
/* YOUTUBE 影片 RWD */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
  }
.bg-consultantsDrpd-intro{
    background-image: url(../img/consultants_pd_3_8_bg_pc.png);
}
@media (max-width: 1199.98px) { 
    .bg-consultantsDrpd-intro{
        background-image: url(../img/consultants_pd_3_8_bg_pad.png);
    } 
 }

/* 教師介紹-卡片-女生 */
.border-bottom-female{
    border-bottom: 2px solid #662d91;
}
.consultantCard-female{
    border-left: 24px solid #662d91;
}
@media (max-width: 1199.98px) { 
    .consultantCard-female{
        border-left: 16px solid #662d91;
    }
 }
@media (max-width: 575.98px) { 
    .consultantCard-female{
        border-left: 8px solid #662d91;
    }
}
.consultantCard-feature-female{
    color: #662d91;
}
.consultantCard-title-female{
    color: #662d91;
 }

/* 教師介紹-卡片-女生-按鈕 hover 效果 */
.btn-female {
	display: inline-block;
    border-radius: 50rem;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn-female::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7338a5;
    border-radius: 50rem; 
    z-index: -2;
}
.btn-female::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ed5883;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 50rem;
    z-index: -1;
}
.btn-female:hover {
    color: #fff;
    &:before {
        width: 100%;
    }
}

/* 教師介紹-卡片-男生 */
.border-bottom-male{
    border-bottom: 2px solid #0070bc;
}
.consultantCard-male{
    border-left: 24px solid #0070bc;
}
@media (max-width: 1199.98px) { 
    .consultantCard-male{
        border-left: 16px solid #0070bc;
    }
 }
@media (max-width: 575.98px) { 
    .consultantCard-male{
        border-left: 8px solid #0070bc;
    }
}
.consultantCard-feature-male{
    color: #0070bc;
}
.consultantCard-title-male{
    color: #0070bc;
 }

/* 教師介紹-卡片-男生-按鈕 hover 效果 */
.btn-male {
	display: inline-block;
    border-radius: 50rem;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn-male::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0082c8;
    border-radius: 50rem; 
    z-index: -2;
}
.btn-male::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ed5883;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 50rem;
    z-index: -1;
}
.btn-male:hover {
    color: #fff;
    &:before {
        width: 100%;
    }
}

/* 教師介紹-卡片 slick */
/* Slider */
/* .slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
} */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
/* @font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
} */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./slick.woff') format('woff'), url('./slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #009245;
    opacity: 1;
    z-index: 1; /* 自訂新增 */
}
@media (max-width: 767.98px) { 
    .slick-prev,
    .slick-next
    {
        width: 44px;
        height: 44px;
    }
 }
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: #009245;
    opacity: 1;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -64px;
}
@media (max-width: 1199.98px) { 
        .slick-prev
    {
        left: -16px;
    }
 }
[dir='rtl'] .slick-prev
{
    right: -64px;
    left: auto;
}
@media (max-width: 1199.98px) { 
        [dir='rtl'] .slick-prev
    {
        right: -16px;
        left: auto;
    }
 }
.slick-prev:before
{
    /* content: '←'; */
    content: '❮';
}
[dir='rtl'] .slick-prev:before
{
    /* content: '→'; */
    content: '❯';
}

.slick-next
{
    right: -64px;
}
@media (max-width: 1199.98px) { 
        .slick-next
    {
        right: -16px;
    }
 }
[dir='rtl'] .slick-next
{
    right: auto;
    left: -64px;
}
@media (max-width: 1199.98px) { 
        [dir='rtl'] .slick-next
    {
        right: auto;
        left: -16px;
    }
 }
.slick-next:before
{
    /* content: '→'; */
    content: '❯';
}
[dir='rtl'] .slick-next:before
{
    /* content: '←'; */
    content: '❮';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;

    content: '•';
    text-align: center;
    opacity: 1;
    color: #f9f6f2;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #009245;

}

/* 教師介紹卡片-詳情頁- */
.bg-individual_area{
    background-image: url(../img/consultants_pd_individual_bg_pc.png);
}
@media (min-width: 768px) and (max-width: 1199.98px) { 
    .imgKid{
        width: 500px;
    }
}
.img-thumbs-up{
    width: 10%;
}
@media (max-width: 991.98px) { 
    .img-thumbs-up{
        width: 15%;
    }
}
.consultantCard-review-date{
    padding-left: 8px;
    border-left: 1.5px solid #4d4d4d;
}

/* 學員好評輪播-swiper */
#review .swiper {
    width: 100%;
    height: 100%;
  }