.talent-kv {
    /* background-color: #efefef;
    height: 70vh; */
}

/* ====================================================
# talent-nav
==================================================== */
:root {
    scroll-padding-top: 4rem;
}

.talent-nav {
    top: 70px;
    background-color: #62936B;
    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: var(--subnav-color);
}

@media(max-width:1200px) {
    .talent-nav {
        top: 46px;
    }
}

@media(max-width:992px) {

    .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: #E07746;
    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: #9F8271;
    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: #FF7A00;
    background-color: #E2CEBA;
}

/* ====================================================
# talent-foreword
==================================================== */
.talent-foreword {
    position: relative;
    background-color: #E7E2DF;
}

.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 #E7E2DF;
    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: #3D9F5F;
    font-weight: 400;
}

.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: #FFE195;
}

.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: #FFE195;
    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: 15px;
    line-height: 1.4;
}

.talent-item-bottom {
    color: #ffffff;
    background-color: #FFA149;
    text-align: center;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
}


.en-highlight .talent-item-body p {
    font-size: 14px;
}

.en-highlight .talent-item .overlay h4 {
    font-size: 18px;
    min-height: 44px;
}

.en-highlight .talent-item .overlay {
    transform: translate3d(0, -130%, 0);
}

/* ====================================================
# talent-stage
==================================================== */
.talent-pills {
    margin: 2rem 1rem 2.5rem;
}

.talent-pills .nav-link {
    font-size: 20px;
    font-weight: 500;
    background-color: #ACD2B9;
    padding: 0.6rem 3rem;
    border-radius: 25px;
    margin: 1rem;
    min-width: 250px;
    box-shadow: rgba(0, 0, 0, 0.5) 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: #FF7A00;
}

.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 #FF7A00;
}

.talent-card-img {
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.talent-card-img img {
    width: 100%;
}

.tc-time {
    color: #666666;
    text-align: center;
}

.tc-info h4 {
    color: #3D9F5F;
}

.tcinfo_en h4 {
    font-size: 1.4rem;
}

.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
==================================================== */
.tp-table {
    border: 1px solid #9F8271;
}

.tp-head {
    color: #ffffff;
    background-color: #9F8271;
    padding: 5px 10px;
}

.tp-time,
.tp-title,
.tp-sp {
    border-bottom: 1px solid #9F8271;
    padding: 15px 20px;
}

.tp-title,
.tp-sp {
    border-left: 1px solid #9F8271;
}

.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 {
    display: block;
    margin: 0 auto;
    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;
    }
}

.ais3-box {
    border: 1px solid #9F8271;
    padding: 2rem 2rem 1.5rem;
    margin-bottom: 3rem;
    background-color: #ffffff;
}

/* ====================================================
# talent-board
==================================================== */
.talent-board {
    padding: 2.5rem 1rem;
    background-color: #E7E2DF;
    /* background-image: linear-gradient(-5deg, #E7E2DF 40%, #ffffff 40%); */
}

.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;
}

/* ====================================================
# 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: #675016;
}

.talent-brands .slick-next {
    right: -45px;
}

.talent-brands .slick-next:before,
.talent-brands .slick-prev:before {
    content: "";
    display: block;
    border-style: solid;
    transform: translate(40%, 5%);
}

.talent-brands .slick-next:before {
    width: 0;
    height: 0;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #ffffff;
    margin-left: 10px;
}

.talent-brands .slick-prev {
    left: -45px;
}

.talent-brands .slick-prev:before {
    width: 18px;
    height: 0;
    border-width: 8px 12px 8px 0;
    border-color: transparent #ffffff transparent transparent;

}

.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: #FF7A00;
}

.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;
}

/* ====================================================
# overview
==================================================== */
.sproject {
    background-image: linear-gradient(-5deg, #E7E2DF 40%, #ffffff 40%);
}


.lesson {
    padding: 2.5rem 1rem;
    background-color: #E7E2DF;
}

.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;
}



/* ====================================================	
# 共用內頁	
==================================================== */
.isip-page {
    position: relative;
    background-color: #efefef;
}

.isip-page .btn-return {
    top: 80px;
}

.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: #746054;
    padding: 10px 0;
}

.isip-partner {
    color: #cccccc;
    border-top: 1px solid #dfdfdf;
    text-align: right;
}

.isip-partner img {
    max-width: 200px;
}