/*body{font-family: "Arial","微軟正黑體";background: #FFF; }
button:focus{outline:none}
.container{position: relative;max-width: 80%;}
a:hover{text-decoration: none;}
ul{margin-left: -3%;}
p{font-size: 20px;}
h3{display: flex;align-items: center;font-size: 25px;font-weight: 400;}
h4{line-height: 1.8;}
h6{font-size: 1.8rem;}*/

body {
    font-family: "Microsoft JhengHei", "Noto Sans TC", sans-serif;
    background: #f8fafc;
    color: #1f2937;
    line-height: 1.75;
}

a { transition: all .3s ease; }

.site-header {
    background: #0f172a;
    position: sticky;
    top: 0;
    z-index: 1030;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .18);
}

.brand-badge {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    color: #0f172a;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    flex: 0 0 48px;
}

.btn-cta {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    border: 0;
    color: #111827;
    font-weight: 700;
    border-radius: 999px;
    padding: .8rem 1.75rem;
    box-shadow: 0 10px 20px rgba(245, 158, 11, .24);
}

.btn-cta:hover {
    color: #111827;
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(245, 158, 11, .32);
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0 110px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 45%, #111827 100%);
    color: #fff;
}

.hero-section:before,
.hero-section:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
    opacity: .18;
}

.hero-section:before {
    width: 420px;
    height: 420px;
    background: #f59e0b;
    right: -120px;
    top: -120px;
}

.hero-section:after {
    width: 340px;
    height: 340px;
    background: #3b82f6;
    left: -120px;
    bottom: -100px;
}

.hero-wrap { position: relative; z-index: 2; }

.hero-tag {
    display: inline-block;
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    color: #111827;
    border-radius: 999px;
    padding: .5rem 1rem;
    font-weight: 700;
    font-size: .95rem;
    margin-bottom: 1.25rem;
}

.hero-title {
    font-size: 3.25rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.hero-title .accent { color: #fbbf24; }

.hero-subtitle {
    font-size: 1.4rem;
    font-weight: 600;
    color: rgba(255,255,255,.86);
    margin-bottom: 1.5rem;
}

.hero-quote {
    display: inline-block;
    background: rgba(15, 23, 42, .4);
    border-left: 4px solid #fbbf24;
    padding: 1rem 1.25rem;
    border-radius: 0 16px 16px 0;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 24px rgba(0,0,0,.15);
}

.hero-desc {
    color: rgba(255,255,255,.72);

    margin-bottom: 0;
}

.hero-figure {
    border-radius: 24px;
    overflow: hidden;
    border: 4px solid rgba(148, 163, 184, .18);
    box-shadow: 0 28px 60px rgba(0,0,0,.28);
    background: #0f172a;
}

.hero-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.info-panel {
    margin-top: -58px;
    position: relative;
    z-index: 5;
    background: #fff;
    border-radius: 28px 28px 0 0;
    box-shadow: 0 -12px 30px rgba(15, 23, 42, .07);
    padding: 48px 0 16px;
}

.info-card,
.detail-card,
.env-card,
.contact-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
    transition: all .3s ease;
    height: 100%;
}

.info-card:hover,
.detail-card:hover,
.env-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(15, 23, 42, .10);
}

.info-card { padding: 2rem 1.5rem; text-align: center; }

.icon-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.amber-soft { background: #fef3c7; color: #d97706; }
.blue-soft { background: #dbeafe; color: #2563eb; }
.green-soft { background: #d1fae5; color: #059669; }
.rose-soft { background: #ffe4e6; color: #e11d48; }

.section-block { padding: 80px 0; }
.section-light { background: #fff; }
.section-gray { background: #f8fafc; }
.section-soft { background: #f1f5f9; }

.section-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: .75rem;
}

.section-desc {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: .75rem;
}

.title-line {
    width: 88px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    margin: 0 auto;
}

.table-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .06);
}

.course-table { margin-bottom: 0; }
.course-table thead th {
    background: #1e293b;
    color: #fff;
    border: 0;
    padding: 1rem;
    vertical-align: middle;
}

.course-table td {
    padding: 1rem;
    vertical-align: middle;
    border-top: 1px solid #eef2f7;
}

.theme-row td {
    background: #f1f5f9;
    font-weight: 700;
    color: #1e293b;
    border-top: 1px solid #dbe4ee;
}

.course-table tbody tr.data-row:hover td { background: #fafcff; }

.theme-head {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
    border-radius: 24px 24px 0 0;
    padding: 2rem;
}

.theme-head.theme-blue {
    background: linear-gradient(135deg, #1e293b, #334155);
}

.target-box {
    background: rgba(15, 23, 42, .35);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    padding: 1rem 1.25rem;
    color: rgba(255,255,255,.86);
}

.detail-card {
    padding: 2rem 1.5rem;
    position: relative;
    overflow: hidden;
}

.detail-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
}

.detail-card.blue-top:before {
    background: linear-gradient(135deg, #3b82f6, #60a5fa);
}

.detail-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
    min-height: 40px;
    margin-bottom: 1rem;
}

.detail-summary {
    border-bottom: 1px solid #edf2f7;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    color: #475569;
    font-size: .98rem;
}

.feature-list { padding-left: 0; margin-bottom: 0; list-style: none; }
.feature-list li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: .9rem;
    color: #334155;
    font-size: .97rem;
}

.feature-list li:last-child { margin-bottom: 0; }
.feature-list li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: .1rem;
    color: #f59e0b;
}

.feature-list.blue li:before { color: #3b82f6; }

.gallery-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 12px 28px rgba(15,23,42,.10);
}

.env-card {
    padding: 2rem 1.5rem;
    text-align: center;
}

.cta-footer {
    background: #0f172a;
    color: #fff;
    border-top: 8px solid #f59e0b;
    padding: 90px 0 40px;
}

.cta-wrap {
    position: relative;
    background: linear-gradient(135deg, #1e293b, #0f172a);
    border-radius: 28px;
    padding: 2.5rem;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(0,0,0,.25);
}

.cta-wrap:after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(245, 158, 11, .08);
    right: -120px;
    top: -80px;
    filter: blur(8px);
}

.cta-wrap > * { position: relative; z-index: 2; }

.contact-box {
    background: #fff;
    color: #111827;
    padding: 1.75rem;
    box-shadow: 0 18px 36px rgba(0,0,0,.18);
}

.contact-info {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 1rem 1.1rem;
}

.contact-info p {
    margin-bottom: .75rem;
    color: #334155;
    font-size: .96rem;
}

.contact-info p:last-child { margin-bottom: 0; }

.cta-list p {
    color: rgba(255,255,255,.82);
    margin-bottom: .85rem;
}

.price-highlight {
    color: #fbbf24;
    font-size: 2rem;
    font-weight: 800;
    margin-top: 1.25rem;
    margin-bottom: 0;
}


/* 主題色 */
.theme-ai td{
  background:#D96C00;
  font-weight:700;
  color:#FFF;
}

.theme-tech td{
  background:#0871A6;
  font-weight:700;
  color:#FFF;
}

/* 一般列 */
.data-row td{
  background:#fff;
  vertical-align:middle;
}

/* 日期 Highlight */
.date-badge{
  background:#fff3cd;
  color:#856404;
  padding:6px 12px;
  border-radius:999px;
  font-weight:700;
  display:inline-block;
}

/* 卡片感 */
.table-card{
  background:#fff;
  border-radius:16px;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
  padding:10px;
}

/* 表格微調 */
.course-table th{
  border-top:none;
  color:#5c6f82;
  font-weight:600;
}

.course-table td{
  border-top:1px solid #eee;
}

/* 整列淡強調（可選） */
.highlight-ai td{
  background:#fdf8f4;;
}
.highlight-tech td{
  background:#eaf8ff;
}

.tag {
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 15px;
    border: 1px solid #f59e0b;
    color: #D96C00;
    border-radius: 2px;
    min-height: 40px;
}

.tag-b{
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 15px;
    border: 1px solid #0871A6;
    color: #0871A6;
    border-radius: 2px;
    min-height: 40px;
}
@media (max-width: 991.98px) {
    .hero-title { font-size: 2.6rem; }
    .theme-head { padding: 1.5rem; }
    .detail-title { min-height: auto; }
    .gallery-img { height: 240px; }
    .cta-wrap { padding: 2rem; }
}

@media (max-width: 767.98px) {
    .site-header .navbar-brand-text {
    font-size: 1rem;
    line-height: 1.4;
    }

    .hero-section {
    padding: 56px 0 88px;
    text-align: center;
    }

    .hero-title { font-size: 2rem; }
    .hero-subtitle { font-size: 1.1rem; }
    .hero-quote { font-size: 1rem; }
    .hero-desc { margin: 0 auto; }
    .hero-figure { margin-top: 2rem; }
    .info-panel {
    margin-top: -38px;
    border-radius: 24px 24px 0 0;
    padding-top: 36px;
    }

    .section-block { padding: 60px 0; }
    .section-title { font-size: 1.8rem; }
    .contact-box { margin-top: 1.5rem; }
    .cta-wrap { padding: 1.5rem; }
    .price-highlight { font-size: 1.65rem; }
}

@media (max-width: 575.98px) {
    .brand-badge {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    flex-basis: 42px;
    font-size: .9rem;
    }

    .hero-tag {
    font-size: .85rem;
    padding: .45rem .85rem;
    }

    .hero-title { font-size: 1.75rem; }
    .info-card,
    .detail-card,
    .env-card,
    .contact-box { border-radius: 18px; }
    .gallery-img { height: 210px; }
    .course-table { min-width: 680px; }
}




/* visual */
header#visual{height: 100vh;position: relative;overflow: hidden;background: url("../images/header-01bg.jpg") no-repeat top center;background-size: 100%;}
header#visual:before{content: "";width: 100%;height: 95vh;position: absolute;top: 0;left: 0;background: url("../images/") no-repeat center;background-size: cover;z-index: 100;}
header#visual .title{z-index: 1000;}
header#visual .title img{width: 60%;margin-left: 5%;margin-top: 5%;}
header#Visual .master_content {position: relative;padding: 0 8% 10% 8%;}



/* First */

/* Second */


    
/* btnLink */
section#btnLink{padding: 10% 0 80px 0;position: relative;}
section#btnLink:before {content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: url("../images/UCOM.jpg") no-repeat center;background-size: cover;z-index: 0;background-attachment: fixed;
}
section#btnLink button{width: 100%; margin: 15px auto 25px auto; display: block;background:#2F7DE1;color:#FFF; border: 4px solid #FFF; border-radius: 50px; padding: 13px 20px; font-weight: bold; font-size:1.6rem;height: 72px;}
section#btnLink button:hover{transform: translateY(5px);opacity: 0.6;}
section#btnLink .row{margin: 0;}

      
@media(min-width: 1441px){.container {max-width: 1320px;}}

@media(max-width: 767px){
.container{max-width: 100%;}
        
        
/* visual */
header#visual{height: 35vh;}

        
/* First */
/* Second */
/* btnLink */
#btnLink .card{flex-direction: column;}
section#btnLink .btn{width: 100%;}
section#btnLink button{font-size: 1.2rem;}

        
}
      