:root {
    --main-color: rgb(68,154,134);
    --main-color-gradient: linear-gradient(158deg, rgba(68,154,134,1) 0%, rgba(35,92,140,1) 86%, rgba(172,89,142,1) 98%);
    --main-orange: #FFA113;
    --bt-prime: rgb(198,224,224);
    --bt-prime-gradient: linear-gradient(90deg, rgba(198,224,224,1) 0%, rgba(121,197,201,1) 41%, rgba(43,170,177,1) 100%);
    --bt-prime-gradient-invert: linear-gradient(270deg, rgba(198,224,224,1) 0%, rgba(121,197,201,1) 41%, rgba(43,170,177,1) 100%);
    --bt-text-gradient:linear-gradient(90deg, rgba(255,215,153,1) 18%, rgba(255,199,113,1) 50%, rgba(255,180,67,1) 100%);
}

::selection {
    background: var(--main-color);
    color: white;
}

.bg-white {
    background-color: white;
}

.container.bg-white {
    box-shadow: 0 0 20px lightgray;
}

h2 {
    font-size: 2.2rem;
    color: black;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2.2rem;
}

h3 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: normal;
    text-align: center;
}

h4 {
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 2.2rem;
}

p {
    color: #555;
    font-size: 1.2rem;
}

body {
    font-size: 1rem;
    background: url("../img/background.png") center/cover fixed;
}

.body {
    background-color: transparent;
}

.orange {
    color: #FFA113;
}
.transparent {
    opacity: 0;
}

.btn.blue,
.btn.blue:hover,
.btn.blue:active {
    background-color: #052c65 !important;
    border-color: #052c65 !important;
}

.text-bold {
    font-weight: bold;
}

.section {
    padding: 3rem 0;
}

.dropdown a {
    cursor: pointer;
}

.dropdown {
    color: white;
}

.dropdown:hover {
    color: var(--prime-color)
}

.m-auto {
    margin-right: auto;
    margin-left: auto;
}

.hide {
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
}

#header {
    height: 60px !important;
}
#headerMain {
    /*height: 40px !important;*/
    flex-flow: row;
}

.menu-logo {
    max-height: 30px;
}

#hero {
    min-height: 450px;
}

.banner-logo {
    max-width: 200px;
    margin-top: 1rem;
    position: absolute;
}

.banner-text {
    margin-top: 1rem;
}

.btn.cta-btn {
    background-color: var(--main-orange);
    width: auto;
    color: white;
    transition: all 0.2s ease-in-out;
    border-radius: 100px;
    margin-top: 2rem;
    font-size: 1.5rem;
    padding: 1rem 3rem;
    cursor: pointer;
}

.btn.cta-btn2 {
	background: var(--prime-color); 
    background-color: var(-prime-color);
    width: auto;
    color: white;
    transition: all 0.2s ease-in-out;
    border-radius: 100px;
    margin-top: 1rem;
    font-size: 1rem;
    padding: 1rem 1.5rem;
    cursor: pointer;
	
}

.btn.cta-btn:hover,
.btn.cta-btn:active {
    background-color: var(--main-orange);
    color: white;
    border-color: var(--main-orange);
    padding: 1rem 3rem;
    scale: 1.03;
}


.dropdown.get-now {
    background-color: var(--main-orange);
    color: white;
    transition: 0.5s background-color ease-in-out;
}

.dropdown.get-now:hover a {
    color: var(--main-orange) !important;
}

/* ??介紹 */
#talentIntro{
    background: url("../img/intro-background.png") center/contain fixed;
}

#talentIntro h3 {
    text-align: left;
    font-weight: bold;
    margin-bottom: 1.2rem;
}

#talentIntro p {
    margin-bottom: 2rem;
}

#talentIntro img.img-fluid {
    max-width: 450px;
}


/* 專家觀?*/

#expert,
#expert h2,
#expert h3,
#expert h4,
#expert p {
    color: #555;
}

#expert {
    background:url(../img/expert-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#expert .item {
    background: rgba(255,255,255,0.8);
    border-radius: 0.5rem;
    margin: 2rem 1rem 0;
}

#expert .owl-dots {
    margin-top: 2rem;
    padding-bottom: 2rem;
}

#expert p,
#expert .text-p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 2rem;
}

#expert h4 {
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.5rem;
}

#expert .author-container {
    text-align: right;
    display: flex;
    height: 100%;
    align-items: flex-end;
    flex-flow: row-reverse;
}
#expert .expert-spacer {
    height: calc(100% - 300px + 3rem);
    width: 0px;
    float: right;
}

#expert .bottomRight {
    height: 300px;
    float: right;
    clear: right;
}

#expert img {
    max-height: unset;
    border-radius: 0 0 0.5rem 0;
    margin-right: -2.3rem;
}

.owl-carousel-expert img {
    width: auto !important;
    max-height: 200px;
    margin: auto;
}

/* ???? */
#talentMenu {
    background: var(--main-color-gradient);
    height: 51px;
}
#talentMenuContainer {
    background: var(--main-color-gradient);
    transition: all 1s ease-in-out;
}
/* 讓選?可???置?*/
#talentMenu ul{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px 20px;
  margin:0; padding:0; list-style:none;
}

/* ????平?字樣式?移除??外??*/
#talentMenu ul li{ margin:0; padding:0; }
#talentMenu ul li a {
  display:inline-block;
  padding:.45rem 1rem;
  background:transparent;
  color:#fff;
  border-bottom:2px solid transparent;
  text-decoration:none;
  font-size:1.25rem;   /* ??大字? */
  font-weight:600;     /* ?讓?????*/
  transition:.2s ease;
  white-space:nowrap;
}

#talentMenu ul li a:hover,
#talentMenu ul li a.active{
  border-bottom-color:#fff;    /* 底?高亮 */
  background:transparent;
  color:#fff;
}

/* ???層?制高度/裁? */
#talentMenu, #talentMenuContainer{ height:auto; overflow:visible; }


/* ???容 */
.card-status {
    position: fixed;
    padding: 0rem 0.5rem;
    border-radius: 5px;
    margin: 5px;
    font-size: 0.75rem;
    font-weight: bold;
}

.card-status.recruit {
    background: var(--bs-orange);
    color: white;
}

[id^="sectionTalent"] h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 2rem;
}

[id^="sectionTalent"] h4 {
    font-size: 1rem;
    text-align: center;
}

[id^="sectionTalent"] .card-row {
    padding-top: 1rem;
    margin-bottom: 1rem;
    row-gap: 1rem;
    justify-content: center;
}

[id^="sectionTalent"] .card-row:last-child {
    padding-top: 0;
}

[id^="sectionTalent"] .card-body .card-image img {
    width: 100%;
    aspect-ratio: 16/9;
}

[id^="sectionTalent"] .card-body .card-image-tag {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    background-color: var(--main-color);
    color: white;
    padding: 0 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.7rem;
}

[id^="sectionTalent"] .card-body .card-title {
    font-weight: bolder;
    height: 3rem;
    vertical-align: text-top;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: var(--bs-body-line-height);

}

[id^="sectionTalent"] .card-body .card-description {
    color: var(--main-color);
}

[id^="sectionTalent"] .card-body .card-btn .btn {
    background-color: var(--main-color);
    width: 100%;
    color: white;
    transition: all 0.2s ease-in-out;
}

[id^="sectionTalent"] .card-body .card-btn .btn:hover {
    scale: 1.01;
    font-weight: 900;
}

[id^="sectionTalent"] .card-body .card-btn a {
    color: white;
}

[id^="sectionTalent"] .card-hidden {
    display: none;
}

.bg-group-2 {
    background: var(--bs-secondary-bg);
}

/* ?大?? */

/* #digitalIntro {
    background-color: #D1FAFF;
} */

#digitalIntro h3 {
    font-weight: bolder;
    font-size: 1.5rem;
    margin-top: 1rem;
}

.digital-cards-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
    justify-content: center;
}

.digital-cards-container .dc-category {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
}

.digital-container {
    color: white;
    text-align: center;
    padding: 2rem 1rem;
    min-height: 200px;
    vertical-align: middle;
    align-content: center;
    position: relative;
    border-radius: 0.5rem;
    background-size: cover !important;
}

a .digital-card {
    transition: all 0.2s ease-in-out;
    border-radius: 0.5rem;
}

a:hover .digital-card {
    box-shadow: 0px 0px 20px var(--prime-color);
}

.digital-title {
    font-size: 2rem;
    font-weight: bold;
    display: block;
    line-height: 2.6rem;
    margin-top: 0.5rem;

}

.digital-itri {
    position: absolute;
    top:0;
    right:0;
    font-weight: 600;
    padding: 0.1rem 1.2rem;
    font-size: 1rem;
    border-radius: 0 0.5rem;
    background: var(--bt-prime-gradient);
}

.digital-text p{
    background: var(--bt-prime-gradient);
    padding: 1rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    border-radius:  0 0 0.5rem 0.5rem;
    color: white;
}

.bg-ict {
    background: url(../img/ict-bg.png) 
}

.bg-tem {
    background: url(../img/tem-bg.png) 
}

.bg-sge {
    background: url(../img/sge-bg.png) 
}

.bg-nzs {
    background: url(../img/nzs-bg.png) 
}

.bg-sma {
    background: url(../img/sma-bg.png) 
}

.bg-bim {
    background: url(../img/bim-bg.png) 
}

[id^="collapseHeading"] {
    cursor: pointer;
}

[id^="collapseHeading"] i {
    padding-top: 3px;
    transition: all 0.5s ease-in-out;
}

[id^="collapseHeading"] .collapsed > i {
    rotate: -90deg;
}

[id^="collapseHeading"] a {
    display: flex;
    flex-direction: row;
}

[id^="collapseHeading"] a > div {
    margin-left: auto;
    margin-right: auto;
}
[id^="collapseHeading"] a > i {
    margin-left: 1rem;
    margin-right: 1rem;
}

[id$="ICT"] a,
[id$="ICT"] h4 {
    color: var(--ict-color);
}
[id$="ICT"].card-header .collapsed {
    background: var(--ict-color-20);
}
[id$="ICT"].card-header:hover .collapsed,
[id$="ICT"].card-header{
    background: var(--ict-color-30);
}
[id$="NZS"] a,
[id$="NZS"] h4 {
    color: var(--nzs-color);
}
[id$="NZS"].card-header .collapsed {
    background: var(--nzs-color-20);
}
[id$="NZS"].card-header:hover .collapsed,
[id$="NZS"].card-header{
    background: var(--nzs-color-30);
}
[id$="BIM"] a,
[id$="BIM"] h4 {
    color: var(--bim-color);
}
[id$="BIM"].card-header .collapsed {
    background: var(--bim-color-20);
}
[id$="BIM"].card-header:hover .collapsed,
[id$="BIM"].card-header{
    background: var(--bim-color-30);
}
[id$="SMA"] a,
[id$="SMA"] h4 {
    color: var(--sma-color);
}
[id$="SMA"].card-header .collapsed {
    background: var(--sma-color-20);
}
[id$="SMA"].card-header:hover .collapsed,
[id$="SMA"].card-header{
    background: var(--sma-color-30);
}
[id$="SGE"] a,
[id$="SGE"] h4 {
    color: var(--sge-color);
}
[id$="SGE"].card-header .collapsed {
    background: var(--sge-color-20);
}
[id$="SGE"].card-header:hover .collapsed,
[id$="SGE"].card-header{
    background: var(--sge-color-30);
}
[id$="TEM"] a,
[id$="TEM"] h4 {
    color: var(--tem-color);
}
[id$="TEM"].card-header .collapsed {
    background: var(--tem-color-20);
}
[id$="TEM"].card-header:hover .collapsed,
[id$="TEM"].card-header{
    background: var(--tem-color-30);
}

#classes .card-default {
    margin-bottom: 1rem;
}

#classes .card-header {
    padding: 0;
}

#classes .card-title a {
    text-align: center;
    padding: 0.5rem;
}

#classes .card-body h4{
    text-align: center;
    padding: 0.5rem 1.5rem;
    font-weight: bold; 
    background-color: white;
    display: inline-block;
    margin: 1rem 0 2rem;
    border-radius: 5px;
    border-bottom: 5px solid;
}

#classes .card-body ul{
    columns: 2;
    margin-bottom: 4rem;
    orphans: 2;
}

#classes .card-body ul li{
    padding-right: 2rem;
    font-size: 1.2rem;
}

#classes .class-minutes {
    font-size: 0.8rem;
    font-weight: bold;
}

/* #classes .classes-search {
    color: var(--prime-color);
    background-color: rgba(125, 211, 252, 0.1);
    padding: 1.5rem;
    border-radius: 50px;
    font-size: 1.5rem;
    margin: auto;
    width: fit-content;
    font-weight: bolder;
    border: 1px solid #7DD3FC;
    transition: all 0.2s ease-in-out;
}

#classes .classes-search i {
    margin-right: 0.5rem;
}

#classes a:hover .classes-search {
    background-color: rgba(125, 211, 252, 0.2);
} */

#extendRead {
    box-shadow: 0 0 5px lightgray;
}

#extendRead img {
    border: 1px solid lightgray;
}

#extendRead .read-video-title {
    color: #555;
    vertical-align: text-top;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#extendRead .popup-youtube img {
    transition: box-shadow 0.5s ease-in-out;
}

#extendRead .popup-youtube:hover img {
    box-shadow: 0px 0px 10px #555;
}

#extendRead .item {
    padding:0.5rem;
}


#classes,
#business {
    background-color: white;
}

#business .col-sm-4 {
    text-align: center;
}

#business img {
    width: 100%;
    max-width: 275px;
}

/* ?入企業?員 */
#joinMember {
    font-size: 1.2rem;
}

.description {
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

#joinMember img {
    margin: 2rem 0;
}

.member-card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #555;
    text-align: center;

}

.member-card-text {
    font-size: 1.2rem;
    color: #555;
    text-align: center;
}

/* ???? */
#sale {
    font-size: 1.2rem;
}

#sale{
    background: url("../img/intro-background.png") center/contain fixed;
}

.sale-outer {
    padding: 20px;
    text-align: center;
}

.sale-inner {
    min-height: 310px;
    padding-top: 2rem;
}

.sale-inner li{
    text-align: left;
    cursor: pointer;
}

.sale-inner a > i {
    margin-left: 0.5rem;
    transition: all 0.2s ease-in-out;
}
.sale-inner a:hover i {
    margin-left: 1rem;
}

#sale .itri-butn {
padding: 0.5rem 2rem;
text-decoration: none;
display: inline-block;
margin: 20px auto;
cursor: pointer;
transition: 0.3s linear;
border-radius: 0.5rem;
}

.sale-title {
    font-size: 1.5rem;
}

.sale-inner ul {
    margin-top: 2rem;
}

.itri-text-red,
.itri-hover-text-red:hover {
    color: #f44336 !important
}

.itri-butn,
.itri-butn:hover {
    color: white;
}

.itri-butn:hover {
    scale: 1.03;
}

div.Tech-bgcolor-3 .itri-butn {
    background-color: #473b79;
}

div.Zero-bgcolor-3 .itri-butn {
    background-color: #18626b;
}

div.Intel-bgcolor-3 .itri-butn {
    background-color: #EA7317;
}

div.Green-bgcolor-3 .itri-butn {
    background-color: #38761d;
}

div.Meds-bgcolor-3 .itri-butn {
    background-color: #3971ae;
}

div.SComm-bgcolor-3 .itri-butn {
    background-color: #1b284a;
    
}
.Tech-bgcolor-3 {
    background-color: #ebe2f3;
}

.Zero-bgcolor-3 {
    background-color: #e6f4f3;
}

.Intel-bgcolor-3 {
    background-color: #fff1db;
}

.Green-bgcolor-3 {
    background-color: #E6F3DD;
}

.Meds-bgcolor-3 {
    background-color: #dae8f1;
}


.SComm-bgcolor-3 {
    background-color: #EBF2F9;
}

div[class$="-bgcolor-3"] li a {
    color: #555;
    cursor: auto !important;
}

div.Tech-bgcolor-3 li:hover,
div.Tech-bgcolor-3 li a:hover,
div.Tech-bgcolor-3 .sale-inner span.sale-title {
    color: #473b79;
}

div.Zero-bgcolor-3 li:hover,
div.Zero-bgcolor-3 li a:hover,
div.Zero-bgcolor-3 .sale-inner span.sale-title {
    color: #18626b;
}

div.Intel-bgcolor-3 li:hover,
div.Intel-bgcolor-3 li a:hover,
div.Intel-bgcolor-3 .sale-inner span.sale-title {
    color: #EA7317;
}

div.Green-bgcolor-3 li:hover,
div.Green-bgcolor-3 li a:hover,
div.Green-bgcolor-3 .sale-inner span.sale-title {
    color: #38761d;
}

div.Meds-bgcolor-3 li:hover,
div.Meds-bgcolor-3 li a:hover,
div.Meds-bgcolor-3 .sale-inner span.sale-title {
    color: #3971ae;
}

div.SComm-bgcolor-3 li:hover,
div.SComm-bgcolor-3 li a:hover,
div.SComm-bgcolor-3 .sale-inner span.sale-title {
    color: #1b284a;
}

/* footer */

#footer {
background: var(--main-color-gradient);
            margin-top: 0;
            border-top: none;
            padding: 1rem;
}

#footer hr {
    margin-left: 1rem;
    margin-right: 1rem;
}

.scroll-to-top {
    display: none !important;
}

#goCloudContainer {
    bottom: 7rem;
}

.goCloud {
    border-radius: 0;
    background:none;
    margin-top: 0.6rem;
}

a .goCloud{
    color: white;
    font-weight: bold;
}

.goCloudBg {
    border: 1px solid var(--main-orange);
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    z-index: -2;
    transition: all 0.5s;
}

.gt-bg-top {
    background: var(--main-color-gradient);
    border: 1px solid var(--main-color-gradient);
    bottom: 140px;
}

.gt-bg-get {
    background: var(--main-orange);
    bottom: 70px;    
}

.gt-bg-ask {
    background: var(--main-orange);
    bottom: 0px;
}

a:hover .goCloud .goCloudBg{
    transform: rotateZ(90deg);
    background: white !important;
    border: 1px solid var(--main-orange);
}

a:hover .goCloud,

a:hover .goCloud,
a:not([href]):hover .goCloud {
    color: #555;
}


/* RDW */

@media (max-width: 991px) {
    :root{
        font-size: 14px;
    }
    /* #headerMain > .d-flex {
        min-width: 130px !important;
    } */
    #headerMain > .d-flex:last-child {
        flex-flow: row-reverse;
    }
    #hero {
        min-height: 350px;
    }
    /* .owl-carousel-expert .owl-stage {
        display: flex;
        align-items: start;
    } */
    #talentIntro img.img-fluid {
        max-width: 100%;
    }
    .digital-container {
        padding: 1rem 2rem;
    }
    .digital-cards-container .dc-category {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
    }
    #classes .card-body ul{
        columns: 1;
    }
    #talentMenu ul li {
        padding: 1rem 0;
        font-size: 1rem;
    }
    
    #talentMenu ul a{
        padding: 12px 1rem;
    }
    .goCloud {
        margin-top: 0.7rem;
    }
}

@media (max-width: 767px) {
    #hero {
        min-height: 200px;
    }
    .digital-card {
        margin: 0 5rem;
    }
    .sale-outer,
    .sale-inner {
        min-height: 0 !important;
    }
    .sale-inner {
        padding-bottom: 2rem;
    }
    #footer .container .row {
        flex-flow: column;
    }
    #footer .footer-maintain,
    #footer .footer-logo {
        text-align: center;
    }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .footer-maintain {
        text-align: right;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
/* 延伸??（????用?共?樣式? */
.extend-reading { 
margin: 0rem 2.5rem; 
}
.extend-reading h3 { text-align: center; margin-bottom: 1rem; }

.extend-reading .videos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px;
}
@media (max-width: 992px){ .extend-reading .videos{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 576px){ .extend-reading .videos{ grid-template-columns: 1fr; } }

.video-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 10px;
}
.video-card .video {
  aspect-ratio: 16 / 9;       /* 讓影?維??16:9 */
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}
.video-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.video-card .caption {
  font-size: .95rem;
  margin-top: .5rem;
  line-height: 1.5;
}
/* 延伸?? CTA：??尺???/粗?，?覆? class-btn ????*/
.extend-reading .cta-btn{
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.9rem 1.6rem;
  font-size:1.125rem; font-weight:700; letter-spacing:.02em;
  border-radius:999px; border:0; text-decoration:none;
  /* ?除?本??background / color 設?，? .class-btn ??????*/
  box-shadow:0 10px 22px rgba(0,0,0,.10);
}

/* ??滑?/?大?畫（維??????求? */
.extend-reading .cta-btn,
.extend-reading .cta-btn:hover,
.extend-reading .cta-btn:active{
  transform:none;
}
.extend-reading .cta-btn::after{
  content:"??; font-size:1.25em; line-height:1;
}
.extend-reading .cta-btn:hover{ box-shadow:0 12px 28px rgba(0,0,0,.12); }

/* ??：滿??*/
@media (max-width:576px){
  .extend-reading .cta-btn{ width:100%; justify-content:center; }
}

/* 延伸?? CTA：沿??.class-btn ??????尺寸/外?強? */
.extend-reading .cta{
  display:inline-flex; align-items:center; justify-content:center; gap:.5rem;
  padding:.9rem 1.6rem;            /* 比????大一?*/
  font-size:1.125rem; font-weight:700; letter-spacing:.02em;
  border-radius:999px;              /* ??外? */
  text-decoration:none;
  box-shadow:0 10px 22px rgba(0,0,0,.10); /* 輕陰?*/
}
.extend-reading .cta::after{ content:"??; font-size:1.25em; line-height:1; }

/* 移除?大/滑???（??????? */
.extend-reading .cta,
.extend-reading .cta:hover,
.extend-reading .cta:active{ transform:none; }

/* ??滿? */
@media (max-width:576px){
  .extend-reading .cta{ width:100%; }
}
/* 延伸??：Owl 箭頭???*/
.extend-reading .owl-theme .owl-nav [class*=owl-]{
  width:40px; height:40px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:#fff; box-shadow:0 2px 8px rgba(0,0,0,.12);
}
.extend-reading .er-nav{
  font-size:28px; line-height:1; color:#2BA184;   /* ??上?????*/
}
.extend-reading .owl-theme .owl-dots .owl-dot span{
  width:8px; height:8px;
}
.extend-reading .owl-theme .owl-dots .owl-dot.active span{
  background:#2BA184;
}
/* 讓延伸閱讀?輪?可以?箭頭???左?兩?、??置?*/
.extend-reading .extend-reading-carousel{ position: relative; }

.extend-reading .extend-reading-carousel .owl-nav{
  position: absolute;
  top: 50%;
  left: 0; right: 0;
  transform: translateY(-50%);
  display: flex;                   /* 左右???*/
  justify-content: space-between;
  align-items: center;
  padding: 0 6px;                  /* 讓箭??微??縮 */
  margin: 0;                       /* ???設???空??*/
  pointer-events: none;            /* 容器不?點?，交給???*/
  z-index: 2;
}
.extend-reading .extend-reading-carousel .owl-nav button.owl-prev,
.extend-reading .extend-reading-carousel .owl-nav button.owl-next{
  pointer-events: auto;            /* ??要能?*/
}

/* 你??????形外??????裡?調一下陰影?大? */
.extend-reading .owl-theme .owl-nav [class*=owl-]{
  width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.12);
}

/* dots 不????太?*/
.extend-reading .owl-theme .owl-dots{ margin-top: 12px; }

/* ??讓箭?更?內，避?貼??*/
@media (max-width: 576px){
  .extend-reading .extend-reading-carousel .owl-nav{ padding: 0 2px; }
}
/* 延伸??：隱??Owl 左右??箭頭 */
.extend-reading .owl-nav{ display:none !important; }
/* Header ~[]YAwgAoquɥnݩʡ^ */
.header-body{
  position: sticky; top: 0; z-index: 1020;
  background: var(--main-color-gradient, linear-gradient(90deg,#2aa0a3,#1b6a8f));
  /* ĳΤ@סAI첾iw */
  --header-h: 64px;
  height: var(--header-h);
}

/* hVƦCGlogo / k */
.header-inner{
  display: flex; align-items: center; justify-content: space-between;
  height: var(--header-h);
}

/* Logo jpGױAeצ۰ */
.brand-logo{ display:flex; align-items:center; gap:10px; }
.brand-logo img{ height: 36px; width: auto; display:block; }

/* pùY */
@media (max-width: 576px){
  .brand-logo img{ height: 28px; }
}

/* YA\Ū/IΨF scroll-margin-topAP header פ@P */
[id^="sectionTalent"], [id^="talentGroup"]{
  scroll-margin-top: calc(var(--header-h,64px) + 8px);
}

