.talent-kv img {
    display: block;
    margin: 0 auto;
}

/* ====================================================
# talent-nav
==================================================== */
:root {
    scroll-padding-top: 8rem;
}

.talent-nav {
    top: 70px;
    background-color: #567fc7;
    z-index: 2;
}

.talent-nav .navbar-nav li.nav-item {
    position: relative;
}

.talent-nav .navbar-nav li.nav-item::before {
    content: "|";
    color: #ffffff;
    position: absolute;
    top: 0.4rem;
}

.navbar-nav li:first-child::before {
    display: none;
}

.talent-nav .navbar-nav .nav-link {
    color: #ffffff;
    padding: 0.5rem 1.5rem;
    transition: all 0.2s;
}

.talent-nav .navbar-nav .nav-link:hover,
.talent-nav .navbar-nav .nav-link:focus {
    color: #87f9bb;
}

@media(max-width:926px) {
    .talent-nav {
        top: 60px;
    }
}

@media(max-width:576px) {

    .talent-nav .navbar-nav li.nav-item::before {
        content: "";
    }

    .talent-nav .navbar-nav .nav-link {
        text-align: center;
    }

}


.talent-about h3 {
    font-size: 1.9rem;
    margin-bottom: 3rem;
}

.talent-about .imgbox {
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
}

.talent-about .imgbox img {
    width: 90%;
}

.talent-carousel-item img {
    width: 100%;
}

.talent-subtitle,
.talent-maintitle,
.talent-info {
    text-align: center;
}

.talent-subtitle {
    color: #f69334;
    font-size: 1.4rem;
}

.talent-maintitle {
    color: var(--main-black);
    font-size: 2.3rem;
    line-height: 1.8;
    font-weight: 500;
}

.t-mark {
    border-bottom: 3px solid var(--main-colorY);
    padding-bottom: 5px;
}

.talent-info {
    font-size: 1.3rem;
    color: #666666;
    margin-bottom: 2rem;
}

.btn-talent {
    display: block;
    max-width: 300px;
    padding: 0.8rem 1rem;
    border-radius: 2rem;
    margin: 1.5rem auto;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    background-color: #e270a7;
    letter-spacing: 0.2rem;
    transition: all 0.2s;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.btn-talent:hover {
    color: #fff;
    background-color: #c17dd2;
}

.txt-carousel .txt-item {
    font-size: 20px;
    text-align: center;
    border-radius: 16px;
    padding: 1rem;
    margin: 10px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.txt-carousel .txt-item i {
    color: #3256B6;
}

/* ====================================================
# talent-foreword
==================================================== */
.talent-foreword {
    position: relative;
    background-color: #DBE9FF;
    padding: 3rem 0;
}

.talent-foreword::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 1;
    border-style: solid;
    border-width: 50px 100px 0 100px;
    border-color: #ffffff transparent transparent transparent;
}

.talent-foreword h2 {
    margin: 2rem 0 3rem;
    text-align: center;
}

.talent-foreword h2 span {
    color: #E07746;
}

/* ====================================================
# feedback-card
==================================================== */

.feedback-card {
    position: relative;
    border: 1px solid #DBE9FF;
    background-color: #ffffff;
    padding: 10px 45px;
    border-radius: 0 20px 0 20px;
    margin-bottom: 15px;
    line-height: 1.5;
    display: flex;
    width: 90%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    transition: all 0.2s;
    cursor: pointer;
}

.feedback-card:hover {
    border-color: #E07746;
}

.feedback-card:nth-child(odd) {
    float: right;
}

.feedback-card::before,
.feedback-card::after {
    position: absolute;
    font-weight: 600;
    font-family: Arial;
    font-size: 2.8em;
    line-height: 1;
    color: #FFD999;
    transform: translate(-50%, -50%);
}

.feedback-card::before {
    content: "“";
    left: 25px;
    top: 25px;
}

.feedback-card::after {
    content: "”";
    right: 0;
    bottom: -45px;
}

/* ====================================================
# talent-item
==================================================== */
.talent-item-area {
    margin: 3rem 0;
}

.talent-item {
    position: relative;
    height: 370px;
    background-color: #ffffff;
    overflow-y: hidden;
    box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}


.talent-item .overlay {
    text-align: center;
    margin: 0;
    display: block;
    background-color: #ffffff;
    padding: 1.5rem 1rem;
    transform: translate3d(0, -125%, 0);
    transition: transform 300ms;
}

.talent-item .overlay h5 {
    color: #FF8874;
    font-weight: 400;
    font-size: 18px;
}

.talent-item .overlay h4,
.talent-item .overlay h5 {
    margin: 0;
}

.talent-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.talent-item a:hover~.talent-item-overlay,
.talent-item a:focus~.talent-item-overlay {
    transform: translate3d(0, 0, 0);
}

.talent-item a:hover~.talent-item-overlay .overlay,
.talent-item a:focus~.talent-item-overlay .overlay {
    transform: translate3d(0, 0, 0);
    background-color: #e6f4f1;
}

.talent-item a:hover~.talent-item-overlay .talent-item-body,
.talent-item a:focus~.talent-item-overlay .talent-item-body {
    opacity: 1;
}

.talent-item img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.talent-item-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    transition: transform 300ms;
    background-color: #e6f4f1;
    transform: translate3d(0, 100%, 0);
}

.talent-item-body {
    flex-grow: 1;
    padding: 1rem 1.5rem;
    opacity: 0;
    transition: opacity 500ms 100ms;
}

.talent-item-body p {
    margin: 0;
    font-size: 16px;
}

.talent-item-bottom {
    color: #ffffff;
    background-color: #00a4c7;
    text-align: center;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
}

/* ====================================================
# talent-stage
==================================================== */
.talent-pills {
    margin: 2rem 1rem 2.5rem;
}

.talent-pills .nav-link {
    font-size: 20px;
    font-weight: 500;
    background-color: #6be3a0;
    padding: 0.6rem 3rem;
    border-radius: 25px;
    margin: 1rem;
    min-width: 250px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px;
    transition: all 0.3s ease-in-out;
}

.talent-pills .nav-link:hover {
    transform: translate(0px, 2px);
    box-shadow: none;
}

.talent-pills .nav-link.active,
.talent-pills .show>.nav-link {
    background-color: #00bcc7;
}

.talent-stage {
    background-color: #efefef;
}

.talent-card {
    position: relative;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 50px;
    box-shadow: 3px 3px 3px #cfcfcf;
    margin-bottom: 1.5rem;
    transition: all 0.2s ease-out;
}

.talent-card a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.talent-card:hover {
    transform: translateY(-3px);
    border: 1px solid #5A74D7;
}

.talent-card-img {
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 6px;
    border: 1px solid #999;
}

.talent-card-img:last-child {
    margin-bottom: 0;
}

.talent-card-img img {
    width: 100%;
}

.tc-time {
    color: #666666;
    text-align: center;
}

.tc-info h4 {
    color: #c17dd2;
}

.tc-info p {
    color: #283E57;
    margin: 0;
}

.tc-go {
    color: #3D9F5F;
    font-weight: 600;
    font-size: 1.5rem;
}

@media (max-width: 576px) {
    .tc-go {
        text-align: right;
    }
}

/* ====================================================
# talent-project
==================================================== */
/* .talent-project {
    background-image: linear-gradient(-5deg, #DBE9FF 12%, #ffffff 12.1%);
} */

.tp-table {
    border: 1px solid #0087a9;
}

.tp-head {
    color: #ffffff;
    background-color: #0087a9;
    padding: 5px 10px;
}

.tp-time,
.tp-title,
.tp-sp {
    border-bottom: 1px solid #0087a9;
    padding: 15px 20px;
}

.tp-title,
.tp-sp {
    border-left: 1px solid #0087a9;
}

.tp-time {
    text-align: center;
}

.partner-item {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-item p {
    font-size: 16px;
    line-height: 1.5;
}

.pi-img {
    max-width: 160px;
}

.pi-img img {
    width: 100%;
}

@media (max-width: 576px) {
    .tp-table {
        margin: 0 1.2rem;
    }

    .tp-time,
    .tp-title,
    .tp-sp {
        border: none;
    }

    .tp-time {
        background-color: #E8FAE9;
    }
}

/* ====================================================
# tabletop
==================================================== */
.tabletop {
    background: repeating-linear-gradient(-45deg, rgba(28, 168, 199, 1), rgba(28, 168, 199, 1) 10px, rgba(0, 164, 199, 1) 0, rgba(0, 164, 199, 1) 20px);
}

/* tabCarousel */
#tabCarousel {
    display: flex;
    align-items: center;
}

#tabCarousel .carousel-inner {
    width: 50%;
}

#tabCarousel .nav-pills {
    width: 50%;
}


#tabCarousel .carousel-item {
    text-align: center;
    overflow: hidden;
}

#tabCarousel .carousel-item img {
    width: 100%;
}

#tabCarousel .nav {
    display: flex;
    flex-direction: column;
}

#tabCarousel .nav a {
    color: #212121;
    border-radius: 0;
    padding: 10px 16px;
    background: #fff;
    margin: 10px 15px;
    border-radius: 15px;
    border: 2px solid #4cc086;
}

#tabCarousel .nav .active a {
    color: #212121;
    background: #90e524;
}

#tabCarousel .nav strong {
    font-size: 20px;
    display: block;
}

@media (max-width:768px) {
    #tabCarousel {
        display: block;
    }

    #tabCarousel .carousel-inner {
        width: 100%;
        margin-bottom: 10px;
    }

    #tabCarousel .nav-pills {
        width: 100%;
    }
}

/* ====================================================
# talent-board
==================================================== */

.talent-job {
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
    padding: 25px 10px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 15px 10px;
    transition: all 0.2s ease-out;
}

a .talent-job:hover {
    transform: translateY(-5px);
    border: 1px solid #FF7A00;
}

.job-logo {
    border: 1px solid #666666;
    margin: 10px 0;
}

.job-logo img {
    width: 100%;
}

.job-info .intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.job-info h5 {
    color: #283E57;
}

.job-info h6 {
    color: #104321;
}

.job-info .intro p {
    font-size: 16px;
    color: #666666;
    margin: 0;
}


/* ====================================================
# talent-partner
==================================================== */

.talent-partner .logo-title {
    letter-spacing: 0.05rem;
}

/* ====================================================
# overview
==================================================== */
.overview {
    padding: 2.5rem 1rem;
    background-color: #effbff;
}

.overview-card {
    background-color: #ffffff;
    padding: 1.8rem 2rem;
    border-radius: 20px;
    margin: 1.5rem 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.overview-img {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
}

.overview-img img {
    display: block;
    width: 100%;
}

.overview-card h5 {
    color: var(--main-black);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.overview-card p {
    color: var(--sub-colorC);
}


.brands-item .item p:hover {
    color: #E07746;
}

/* ====================================================	
# talent-partner	
==================================================== */
.talent-partner .logo-title {
    letter-spacing: 0.05rem;
}





/* ====================================================
# brands-carousel
==================================================== */
.talent-brands {
    background-color: #efefef;
}

.talent-brands .slick-prev,
.talent-brands .slick-next {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 10px;
    background-color: #A9AABC;
}

.talent-brands .slick-next:before,
.talent-brands .slick-prev:before {
    border-color: #fff;
}

.talent-brands .slick-dots li button:before {
    color: transparent;
    border: none;
    border-radius: 25px;
    opacity: 1;
    background-color: #C1C1C1;
}

.talent-brands .slick-dots li.slick-active button:before {
    opacity: 1;
    color: transparent;
    background-color: #21C197;
}

.brands-item {
    padding: 20px;
}

.brands-item .item {
    transition: all 0.2s ease-in-out;
}

.brands-item .item:hover {
    transform: translateY(-3px);
}

.item-img {
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow: hidden;
}

.brands-item .item img {
    width: 100%;
}

.brands-item .item p {
    font-size: 17px;
    line-height: 1.5;
    padding: 18px 0;
    color: #283E57;
}

.brands-item .item p:hover {
    color: #E07746;
}


/* ====================================================
# talent-partner
==================================================== */

.talent-partner .logo-title {
    letter-spacing: 0.05rem;
}



/* ====================================================	
# 共用內頁	lession-page & isip-page
==================================================== */
.isip-page {
    position: relative;
    background-color: #efefef;
}

.isip-page .btn-return {
    top: 80px;
}

.isip-page .btn-all {
    width: 150px;
    letter-spacing: 0.05rem;
}

.isip-content {
    background-color: #ffffff;
    padding: 2.5rem 2.2rem 1.5rem;
    border-radius: 1rem;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.content-list {
    padding: 0;
    list-style: none;
    color: var(--sub-colorC);
}

.content-list span {
    color: rgba(0, 0, 0, 0.5);
    padding-right: 10px;
}

.isip-content p {
    font-size: 16px;
}

.isip-txt {
    border-top: 1px solid #dfdfdf;
    padding: 2rem;
    margin-top: 1rem;
}

.isip-txt h5 {
    color: #00a4c7;
    padding: 10px 0;
}

.isip-partner {
    color: #cccccc;
    border-top: 1px solid #dfdfdf;
    text-align: right;
}

.isip-partner img {
    max-width: 200px;
}

.isip-content.other {
    padding: 1.6rem 2rem 1rem;
    margin: 10px;
    transition: all 0.2s;
}

.isip-content.other:hover {
    transform: translateY(3px);
}

.isip-content.other h6 {
    color: #006484;
}

.isip-content.other p {
    color: #333;
    font-size: 16px;
}

.isip-content.other>.desc {
    margin-bottom: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* Multi-line settings */
    -webkit-line-clamp: 2;
    /* height: 49px; */
    line-height: 28px;
}

.tabletop-ban {
    margin-bottom: 2rem;
}

.tabletop-ban img {
    display: block;
    width: 100%;
}