﻿/* DEFAULTS
----------------------------------------------------------*/
body {
    background: #999999;
    font-size: 1em;
    font-family: "Microsoft JhengHei UI","Microsoft JhengHei","Microsoft Mhei",PMingLiU,MingLiU,"Segoe UI",Tahoma,Helvetica,sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

strong {
    font-weight: 700;
    color: #FF9D00; /* 備用純色 */
    background: linear-gradient(135deg, #FFA500 0%, #FF5500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /* 文字呈現漸層色 */
    filter: drop-shadow(0 0 6px rgba(255, 140, 0, 0.4)); /* 霓虹微光 */
    padding: 0 2px;
}

.bold-text {
    font-weight: 700; /* 或 700 / 800 */
}

a:link,
a:visited {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #1E40AF; 
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
}

a:hover {
    color: #0284C7; 
    text-decoration: none;
    transform: translateX(2px); 
}

a:active {
    color: #1E3A8A; 
    transform: translateX(0);
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

hr {
    border: 0;
    height: 1px;
    background-color: #d4d4d4;
    color: #d4d4d4
}

.page {
    width: 960px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #666666;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #003365;
    width: 100%;
    font-size: 0.8em;
}

.header h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main {
    padding: 0px;
    margin: 8px;
    min-height: 320px;
}

.main a {
    text-decoration: none;
}

.bottom {
    border-width: 1px 0px 0px 0px;
    border-color: #999999;
    border-style: solid;
    padding: 16px;
    clear: both;
    background-color: #ACAFB0;
    text-align: right;
    text-decoration: none;
    font-size: 0.8em;
    color: #000000;
}

.bottom a {
    color: #404040;
}

.bottom a:hover {
    color: #FFFFFF;
}

.footer {
    color: #F0F0F0; 
    padding: 12px 0;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;     
    font-size: 0.8rem;    
    opacity: 0.7;         
    user-select: none;    
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    margin-top: 0px;
}

h1 {
    font-size: 2em;
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.3em;
    font-weight: 600;
    color: #FF9D00;
}

h3 {
    font-size: 1.2em;
    font-weight: 600;
    color: #73AA00;
    line-height: 1.5em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}
/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.treeviewtargetcontent {
    margin: 0px 8px 8px 0px;
    padding: 0px 0px 0px 8px;
    text-align: left;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}



.default-content {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.2em;
}

div.hideSkiplink {
    background-color: #2F2F2F;
    width: 100%;
}


/* TAB MENU   
----------------------------------------------------------*/
div.menu {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 16px;
    background: rgba(15, 23, 42, 0.95); /* 深藍黑半透明科技底色 */
    backdrop-filter: blur(12px); /* 毛玻璃質感 */
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid #696969; 
    border-radius: 0px; /* 背景外框維持直角 */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    font-size: 1em;
}

div.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px;
    align-items: center;
}

div.menu ul li a {
    display: block;
    padding: 8px 18px;
    color: #FFC288; /* 暖橘色冷光文字 */
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 8px; 
    border: 1px solid rgba(255, 140, 0, 0.35);
    background: rgba(255, 140, 0, 0.08); /* 微弱橘光底色 */
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

div.menu ul li a:hover {
    color: #FFFFFF;
    background: linear-gradient(135deg, #FF8C00 0%, #FF5500 100%); /* 烈焰橘漸層 */
    border-color: #FFA500;
    box-shadow: 0 0 16px rgba(255, 140, 0, 0.6); /* 橘色霓虹發光 */
    transform: translateY(-2px);
}

div.menu ul li a:active {
    transform: translateY(0);
    box-shadow: 0 0 8px rgba(255, 140, 0, 0.8);
}

div.menu ul li a:visited {
    color: #FFC288;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/
fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p {
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label {
    display: block;
}

fieldset label.inline {
    display: inline;
}

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}
/* MISC  
----------------------------------------------------------*/
.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link {
    color: white;
}

.loginDisplay a:visited {
    color: white;
}

.loginDisplay a:hover {
    color: white;
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    border-width: 2px;
    margin: 0px 0px 0px 12px;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #F0F0F0;
}

.ManualBox-Main {
    min-width: 380px;
    max-width: 380px;
    float: left;
}

.ManualBox-Right {
    width: 300px;
    float: left;
}

.TreeViewStyle {
    border-right-width: 1px;
    border-right-color: #CCCCCC;
    border-right-style: solid;
    padding-right: 8px;
    min-width: 200px;
}

.TreeViewItemStyle {
    white-space: normal;
    margin-right: 8px;
}

.TreeViewItemHoverStyle {
    background-color: #FF9900;
}

.MainContent {
    padding-left: 10px;
    padding-right: 10px;
}

.ImpText {
    font-weight: bold;
    color: #FF6666;
}

.ReminderTitle {
    border: 1px solid #666666;
    background-position: 2px 8px;
    font-weight: bold;
    color: #333333;
    background-image: url('../Resource/Images/Site/info.png');
    background-repeat: no-repeat;
    text-indent: 20px;
    background-color: #FFFF99;
    line-height: 30px;
}

.ReminderContent {
    color: #696969;
    padding-left: 20px;
    padding-right: 20px;
}

.ReminderTable {
    border: 1px solid #666666;
    color: #696969;
    padding-left: 30px;
    padding-right: 30px;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 8px;
}

.TextItemStyle {
    background-position: 2px 8px;
    font-weight: bold;
    color: #666666;
    font-size: 1.2em;
    background-color: #D9F2FF;
    background-image: url('../Resource/Images/Site/item.png');
    background-repeat: no-repeat;
    text-indent: 20px;
    vertical-align: middle;
    line-height: 30px;
}

.PointText {
    font-weight: 800;
    color: #333333;
    font-size: 1em;
}

.sub-content-text {
    color: #333333;
    font-size: 0.8em;
}

.AttachStyle {
    padding: 0px 8px 0px 8px;
    border: 1px solid #FFCC00;
    height: auto;
    line-height: 30px;
}

.HLine {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #999999;
}
/* cs   
----------------------------------------------------------*/
.update-block {
    margin: 0px;
    padding-bottom: 1.5em;
}

.update-item-ol-style {
    margin: 0px;
}

.update-item-li-style {
   
}

.update-memo-style {
    margin-left: 40px;
    color: #FF9D00;
}

.list-dec-width {
    width: 1.6em;
    display: inline-block;
    text-align: right;
}
/* nav_button   
----------------------------------------------------------*/
div.nav_button {
    border-radius: 2px;
    padding: 0px;
    width: auto;
    clip: rect(0px, auto, auto, 0px);
    left: 0px;
    text-align: center;
    border-top-width: 1px;
    line-height: 1.6em;
    font-size: 1em;
}

div.nav_button ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 300px;
}

div.nav_button ul li a {
    margin: 0px 0px 8px 0px;
    border-radius: 5px;
    background-color: #6699CC;
    border: 1px #4e667d solid;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1.2em;
    line-height: 2em;
}

div.nav_button ul li a:hover {
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.nav_button ul li a:active {
    background-color: #6699CC;
    color: #cfdbe6;
    text-decoration: none;
}

/*
div.button ul li a:visited {
	background-color: #6699CC;
	color: #FFFFFF;
}
*/

.GridPages {
    text-indent: 8px;
}

.GridPages TD A:hover {
    WIDTH: 20px;
    COLOR: black
}

.GridPages TD A:active {
    WIDTH: 20px;
    COLOR: black
}

.GridPages TD A:link {
    WIDTH: 20px;
    COLOR: black
}

.GridPages TD A:visited {
    WIDTH: 20px;
    COLOR: black
}

.GridPages TD SPAN {
    FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
    WIDTH: 20px;
    COLOR: red
}
/* IDEA
----------------------------------------------------------*/
.IdeaP {
    color: #666666;
}

.IdeaTextBox {
    margin: 0px 0px 8px 0px;
    border-width: 1px;
    border-color: #99CCFF;
    color: #000000;
}

.IdeaButton {
    height: 30px;
    vertical-align: middle;
}

.IdeaPage {
    margin: 16px 0px 0px 0px;
    padding-left: 12px;
    padding-right: 12px;
}

.IdeaContent {
    margin: 0px 20px 8px 20px;
}
/* BLOCK
----------------------------------------------------------*/
.gray-block {
    padding: 8px;
    color: #000000;
    background-color: #F2F2F2;
    font-size: 1.2em;
    margin-right: 8px;
    margin-left: 16px;
    margin-bottom: 8px;
}

.orange-block {
    padding: 8px;
    color: #000000;
    background-color: #FFCC66;
    font-size: 1.2em;
    margin-right: 8px;
    margin-left: 16px;
    margin-bottom: 8px;
}

.gray-image-block {
    color: #000000;
    background-color: #F2F2F2;
    font-size: 1.2em;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 8px;
}




.gray-round-block2 {
    margin: 0px 8px 4px 8px;
    border-radius: 8px;
    padding: 16px;
    color: #000000;
    background-color: #CCCCCC;
    font-size: 1.2em;
}

.news-style {
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    padding: 0px 8px 8px 8px;
    margin: 0px 8px 4px 16px;
    color: #000000;
    font-size: 1.2em;
}

.default-box {
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    padding: 8px;
    margin: 0px 0px 8px 0px;
    color: #000000;
    background-color: #F2F2F2;
}

.default-box-pic {
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    padding: 8px;
    margin: 0px 0px 8px 0px;
    color: #000000;
    text-align: center;
    background-color: #F2F2F2;
}

.default-page-left {
    padding: 16px 8px 16px 8px;
    margin: 0px 0px 8px 0px;
    color: #000000;
    background-color: #FFFFCC;
    font-size: 1.2em;
    min-height: 320px;
}



.see-all,
.see-all-link {
    display: inline-flex;
    align-items: center;
    gap: 6px; /* 文字與 > 箭頭的固定間距 */
    color: #EA580C; /* 橘色文字 (替代原本的藍色) */
    /*font-size: 14px;*/
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: color 0.2s ease;
}

/* 使用 ::after 自動劃出 > 箭頭，完全不依賴外部圖片 */
.see-all::after,
.see-all-link::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    /* 畫出 > 符號 (利用右邊框與上邊框旋轉 45 度) */
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    /* 微調箭頭垂直居中對齊 */
    margin-left: 2px;
    margin-top: -1px;
}

/* Hover 時僅改變顏色，位置 100% 靜止不動 */
.see-all:hover,
.see-all-link:hover {
    color: #FF5500; /* Hover 變更亮的橘色 */
    text-decoration: none;
}



.dot-link {
    display: inline-flex;
    align-items: center;
    gap: 6px; /* 圖點、文字、箭頭之間的間隔 */
    color: #1E40AF;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
}

/* 用 ::before 替代傳統背景圖 */
.dot-link::before {
    content: "";
    display: inline-block;
    width: 12px; /* 依你的 green_dot.gif 實際寬度調整 */
    height: 12px; /* 依你的 green_dot.gif 實際高度調整 */
    background-image: url('../Resource/Images/Site/green_dot.gif');
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0; /* 防止點點被擠壓 */
}

.dot-link:hover {
    color: #0284C7;
    transform: translateX(2px);
}

.dot-link:active {
    color: #1E3A8A;
    transform: translateX(0);
}




.download-link {
    display: inline-flex;
    align-items: center; /* 垂直置中 */
    gap: 12px; /* 圖示與文字之間的間距 */
    padding: 20px 0px; /* 上下留白 */
    text-decoration: none;
}

.download-link::before {
    content: '';
    display: inline-block;
    width: 24px; /* 顯式設定圖示寬度 */
    height: 24px; /* 顯式設定圖示高度 */
    background-image: url('../Resource/Images/Site/download.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0; /* 防止圖示被壓縮 */
}

.content-edge {
    padding: 0px 30px 0px 30px;
    box-shadow: #FFFF99;
}

.split-none {
    padding: 0px;
    box-shadow: #FFFF99;
    width: 100%;
    height: 8px;
}




/* TABLE   
----------------------------------------------------------*/
.table-default {
    font-size: 0.8em;
    color: #000000;
}

.table-title {
    background-color: #6699CC;
    font-size: 1em;
    font-weight: bold;
    color: #000000;
}

.table-cell {
    font-size: 1em;
    background-color: #FFFFFF;
}

.table-test {
    border: 1px solid #800000;
    background-color: #FFCCFF;
    border-collapse: collapse;
    border-spacing: 0px;
}

.table-test-cell {
    margin: 0px 8px 0px 8px;
    padding: 8px;
    border: 1px solid #800000;
}

.div-service {
    float: left;
    width: 320px;
    padding: 0px 60px 30px 60px;
}

.history-search-panel {
    border-style: none;
    border-color: #CCCCCC;
    background-color: #CCFFCC;
    line-height: 48px;
    vertical-align: middle;
    text-indent: 8px;
}

.history-search-button {
    margin: 0px 0px 0px 8px;
    width: 80px;
    font-weight: 200;
    height: 1.8em;
}

.new-year {
    padding: 8px;
    color: #FFFF00;
    background-color: #CC3300;
    font-size: 1.2em;
    margin-right: 8px;
    margin-left: 16px;
    margin-bottom: 8px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
}

.new-year a {
    color: #FFFF00;
}

.new-year a:hover {
    color: #FF9900;
}


/* google BLOCK
----------------------------------------------------------*/
.google-custom-search {
    margin: 0px;
    width: 50px;
    color: #FF3300;
    background-color: #FF99CC;
}

.google-Ads-gray-block {
    padding: 8px;
    background-color: #F2F2F2;
    margin-right: 8px;
    margin-left: 16px;
    margin-bottom: 8px;
    text-align: center;
}

.google-Ads-Auto {
    padding: 8px;
    background-color: #F2F2F2;
    margin-right: 8px;
    margin-left: 16px;
    margin-bottom: 8px;
    text-align: center;
    height: 300px;
}

/* trial
----------------------------------------------------------*/
/* 微型科技徽章 (多行時圓點固定在第一行頂部) */
.trial-badge {
    display: inline-flex;
    align-items: flex-start;
    gap: 6px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: #FF8C00;
    background: rgba(255, 140, 0, 0.12);
    border: 1px solid rgba(255, 140, 0, 0.4);
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(255, 140, 0, 0.2);
    letter-spacing: 0.5px;
}

/* 橘光圓點設定 */
.trial-badge::before {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    margin-top: 6px; /* 精準對齊 14px/1.4 line-height 的第一行字中 */
    background-color: #FF8C00;
    border-radius: 50%;
    box-shadow: 0 0 6px #FF8C00;
}

/* 強制滑鼠懸停時完全不產生任何變化 */
.trial-badge:hover {
    color: #FF8C00;
    background: rgba(255, 140, 0, 0.12);
    border-color: rgba(255, 140, 0, 0.4);
    box-shadow: 0 0 10px rgba(255, 140, 0, 0.2);
    transform: none;
    cursor: default; /* 若非按鈕，可設定滑鼠指標為預設箭頭 */
}

/* reg
----------------------------------------------------------*/
