@charset "utf-8";
/*CSS Info ======================================================================
File Name: global.css
Editor: Sophia
Last Editor: Sharon
CreateDate:2010/11/26
LastDate: 2021/01/06
Version: 3.0
---------------------------
【 Table of Contents 】
	DIV XHTML 頁面
	Free Style
	使用 jQuery
	
	內容置中， 100% 寬度
    Responsive Design
    *--》 Smaller than 960: Smaller than the standard base grid
    *--》 Tablet Portrait: Between 768px and 959px
    *--》 All Mobile Sizes: Less than 767px
    *--》 Just Mobile Landscape: Between 480px and 767px
    *--》 Just Mobile Portrait: Less than 479px

    -------------------Temp
    *--》超大螢幕：目標 1440 螢幕，內容 1360 ，新的 base grid                           (1380 以上 )
	*--》普通寬螢幕：目標 1280 螢幕，內容 1200                                                     (1220 ～ 1379)
    *--》 Smaller than 960: Smaller than the standard base grid，目標 1024   (977 ～ 1219)
    *--》 Tablet Portrait 752: Between 768px and 975px                                         ( 768 ～ 976px)
    *--》 All Mobile Sizes: Less than 767px                                                                 (767 以下 )
    *--》 Just Mobile Landscape: Between 480px and 767px                                 ( 480 ～ 767px)
    *--》 Just Mobile Portrait: Less than 479px                                                           (479 以下 )
  -------------------


  
=================================================================================*/

/*===============================================================================
                               Browser-CSS Reset
=================================================================================*/
@import "Reset.css";
@import "GridSystem.css"; 

/*===============================================================================
                                     全域設定
=================================================================================*/

/* #Basic Styles
================================================== */
body {
    background-color: #fff;
    color: #545454;
}

/* #Typography
================================================== */
/*#region Typography */
h1 {
    font-size: 3em;
    line-height: 1.35em;
    margin-bottom: 14px;
}

h2 {
    font-size: 2.25em;
    line-height: 1.35em;
    margin-bottom: 10px;
    color: #606060;
    font-weight: bold;
}

h2.pagetittle {
    padding: 70px 0 10px 0;
    text-align: center;
}

h3 {
    font-size: 1.875em;
    line-height: 1.35em;
    margin-bottom: 8px;
}

h4 {
    font-size: 1.5em;
    line-height: 1.35em;
    margin-bottom: 4px;
}

h5 {
    font-size: 1.25em;
    line-height: 1.5em;
}

h6 {
    font-size: 1.125em;
    line-height: 1.3125em;
}

h1,
h3,
h4,
h5,
h6 {
    color: #000000;
}

.subheader {
    color: #3a3a3a;
}

a {
    text-decoration: none;
    color: #fc5d8a;
}

a:hover {
    color: #65c2f2;
}

p {
    font-family: " 微軟正黑體 ", Arial;
    line-height: 2em;
    text-align: left;
    letter-spacing: 0.0625em;
}

#Wrap {
    _overflow: visible;
    _height: 1px;
    zoom: 1;
}

#Wrap:after {
    content: ".";
    display: block;
    height: 1px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    margin: -1px 0 0 0;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    /* 修正 Float 撐開 DIV*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

/* End hide from IE-mac */
/*#endregion */
/*===============================================================================
                         以下是全域版面設定
=================================================================================*/
body {
    min-width: 320px;
    overflow-x: auto;
}

/* 視覺化全版
    -----------------------------------*/
/*#region wrapper */
.wrapper {
    width: 1360px;
    margin: 0 auto;
    padding: 0;
}

.gotop {
    border-radius: 50%;
    background-color: #d7f1ff;
    position: fixed;
    right: 20px;
    bottom: 10px;
    display: inline-block;
    z-index: 80;
    width: 50px;
    height: 50px;
}

.gotop img {
    /*border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-shadow: 0px 2px 10px rgb(0 0 0 / 30%);
    box-shadow: 0px 2px 10px rgb(0 0 0 / 30%);*/
    max-width: 100%;
    width: 100%;
}

.Breadcrumb {
    margin: 1rem 0;
}

.Breadcrumb span:nth-child(3) a {
    color: #545454;
}

.Breadcrumb span:nth-child(3) a:hover {
    color: #545454;
}

/*#endregion */

/*-----------------FastMenu-----------------*/

#FastScroll {
    position: fixed;
    right: 20px;
    bottom: 35px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.scrollItem {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 圓形按鈕基礎樣式 - 質感玻璃擬態 */
.scroll-btn {
    width: 60px;
    height: 60px;
    background: rgba(215, 241, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1.5px solid #65c2f2;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #026496;
    text-decoration: none ;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

.scroll-btn i {
    font-size: 1.5rem;
}

.scroll-btn .btn-text {
    font-size: 10px;
    font-weight: bold;
    margin-top: 2px;
    letter-spacing: 0.5px;
    line-height: 1;
}

.scroll-btn:hover {
    background: #026496;
    color: #fff;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 83, 125, 0.35);
}

/* GoTop 按鈕 */
.scroll-btn.gotop {
    background: linear-gradient(180deg, #ffffff 0%, #eef2f6 100%);
    border-color: transparent;
    color: #0e5e87;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
}

#FastScroll .gotop {
    position: static;
    right: auto;
    bottom: auto;
    z-index: auto;
}

.scroll-btn.gotop img {
    width: 24px;
    height: auto;
    transition: filter 0.3s;
}

.scroll-btn.gotop .btn-text {
    margin-top: 1px;
    font-size: 0.78rem;
    letter-spacing: 0.35px;
    color: #0e5e87;
}

/* 明確覆蓋 hover 背景，避免白底 + 白字 / 白圖同色 */
.scroll-btn.gotop:hover {
    background: #026496;
    border-color: #fff;
    color: #fff;
}

.scroll-btn.gotop:hover img {
    filter: brightness(0) invert(1);
}

.scroll-btn.gotop:hover .btn-text {
    color: #fff;
}

/* LINKS 展開開關 */
.toggle-trigger {
    background: #0e5e87;
    color: #fff;
    border-color: #fff;
}

.toggle-trigger i {
    transition: transform 0.4s ease;
}

#FastScroll.expanded .toggle-trigger i {
    transform: rotate(45deg);
}

/* 社交項目群組容器 */
.scroll-items-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    /* 動態顯示邏輯 */
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

#FastScroll.expanded .scroll-items-group {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    overflow: visible; /* 展開後允許 hover transform 溢出，不被裁切 */
    padding-top: 8px;  /* 為 translateY(-5px) 上移預留空間 */
    padding-bottom: 5px; /* 增加與切換鈕的間隔 */
}

/* 社交項目特定顏色 (Hover) */
.scroll-btn.fb:hover { background-color: #1877f2; border-color: #1877f2; }
.scroll-btn.yt:hover { background-color: #ff0000; border-color: #ff0000; }
.scroll-btn.contact:hover { background-color: #06b6d4; border-color: #06b6d4; }


/*-----------------Header-----------------*/
#Header {
    background-color: #FFF;
}

#Banner {
    float: left;
    max-width: 760px;
    width: 100%;
    display: block;
    height: 70px;
    background-image: url(../../../images/EGIT-CIS.svg?t=20220225);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 375px 50px;
    cursor: pointer;
}

#Banner h1 {
    font-size: 1rem;
    text-indent: -99999px;
}

#Partner {
    display: block;
    height: 70px;
    margin-right: 10px;
    background-image: url(../../../images/MPN-Logo.png);
    background-repeat: no-repeat;
    background-position: right center;
}

/* 首頁專屬毛玻璃與實底 Header 樣式 */
.is-homepage:not(.fixed) #HeaderWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(10, 52, 82, 0.28);
    background-image: linear-gradient(135deg, rgba(5, 85, 137, 0.32) 0%, rgba(20, 105, 150, 0.1) 50%, rgba(0, 79, 133, 0.29) 100%); /* 保留主題藍調，但提高透光感 */
    backdrop-filter: blur(12px) saturate(130%);
    -webkit-backdrop-filter: blur(12px) saturate(130%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}
.is-homepage:not(.fixed) #Header {
    background-color: transparent;
}
.is-homepage:not(.fixed) #Banner,
.is-homepage:not(.fixed) #Partner {
    filter: brightness(0) invert(1) drop-shadow(0 1px 2px rgba(0,0,0,0.5));
    background-color: transparent ;
}
.is-homepage:not(.fixed) #mainMenu {
    background-color: transparent;
    background-image: none;
    border-bottom: none;
}
/* 語言切換區塊透明時的白字與陰影對比 */
.is-homepage:not(.fixed) .Languages li a {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}
.is-homepage:not(.fixed) .Languages > ul > li:after {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}
/* 手機版漢堡選單圖示透明時為白色 */
.is-homepage:not(.fixed) .Menu label:after {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

/* Menu
   --------------------*/
#mainMenu {
    /*clear: both;
     position: relative;*/
    background-color: #d7f1ff;
    /*f1f6f9*/
    background-image: url(../../../images/Nav_Background.png);
    background-repeat: repeat-x;
    background-position: left top;
    border-bottom: 1px solid #dcdcdb;
    transition: All .5s ease-out;
}

.fixed #mainMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    background: none;
    background-color: #d7f1ff;
    /*rgba(164,224,254,1 )*/
    border-bottom: none;
}

.fixed #mainMenu:before {
    display: none;
}

.Menu {
    float: left;
    padding-left: 100px;
}

.fixed .Menu {
    background-image: url(../../../images/EGIT-Logo.svg?t=20220225);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 120px 50px;
}

.Menu input[type=checkbox] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.Menu label {
    display: none;
    cursor: pointer;
    user-select: none;
}

.Menu ul {
    margin: 0.625em 0.625em 0.625em 1.625em;
    /*10/16*/
}

.Menu li {
    float: left;
    font-size: 1.25em;
    /*20/16*/
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    border-bottom: 5px solid rgba(255, 255, 255, 0);
    position: relative; /* 子選單定位參考基準 */
}

.Home {
    display: none;
}

.Menu li a {
    display: block;
    color: #2c556b;
    font-weight: bold;
    line-height: 2em;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(86, 165, 206, 0.35);
    padding: 0 0.8em;
    /*6/16*/
    text-decoration: none;
}

/* 第一層選單游標提示 */
.Menu > ul > li:has(ul.subMenu) > a {
    cursor: default; /* 有子選單：展開而非跳轉 */
}

.Menu > ul > li:not(:has(ul.subMenu)) > a {
    cursor: pointer; /* 直接連結：跳轉頁面 */
}


.fixed .Menu li a {
    color: #00537d;
    font-weight: normal;
    border-right-color: rgba(119, 160, 181, 0.35);
}

.Menu li a:last-child {
    border-right: none;
}

.Menu li:hover {
    border-bottom: 5px solid #0e5e87
        /*rgba(2,100,150,0.6)*/
    ;
    -o-transition: border-bottom-color .25s linear;
    -webkit-transition: border-bottom-color .25s linear;
    -moz-transition: border-bottom-color .25s linear;
    -ms-transition: border-bottom-color .25s linear;
    transition: border-bottom-color .25s linear;
}

.fixed .Menu li:hover {
    border-bottom-color: #65c2f2;
}

/* 首頁專屬文字與狀態列顏色 */
.is-homepage:not(.fixed) .Menu > ul > li > a {
    color: #ffffff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}
.is-homepage:not(.fixed) .Menu > ul > li > a:hover {
    color: #ffffff; /* 保持白色以維持最高對比度 */
    text-shadow: 0 1px 5px rgba(0,0,0,0.9); /* Hover 時加深陰影 */
}
/* 強制移除下拉選單所有選項的陰影，避免繼承或瀏覽器殘留 */
.is-homepage:not(.fixed) .Menu ul > li > ul.subMenu a {
    text-shadow: none ;
}
.is-homepage:not(.fixed) .Menu > ul > li {
    border-bottom: 5px solid transparent;
}
.is-homepage:not(.fixed) .Menu > ul > li:hover {
    border-bottom-color: #65c2f2;
}


.is-homepage.fixed #mainMenu {
    background-color: #0e5e87; /* 品牌深藍 */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.is-homepage.fixed .Menu li a {
    color: #ffffff;
    border-right-color: rgba(255, 255, 255, 0.2);
}
.is-homepage.fixed .Menu li a:hover {
    color: #65c2f2;
}
.is-homepage.fixed .Menu {
    background-image: none;
    position: relative;
}
.is-homepage.fixed .Menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 120px;
    height: 100%;
    background-image: url(../../../images/EGIT-Logo.svg?t=20220225);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 120px 50px;
    filter: brightness(0) invert(1);
    z-index: -1;
}
/* 修正實底狀態下 SubMenu 的文字對比（白底配深字） */
.is-homepage.fixed .Menu ul>li>ul.subMenu li a {
    color: #d0eefd;
    text-shadow: none;
}
.is-homepage.fixed .Menu ul>li>ul.subMenu > li:hover > a {
    color: #ffffff;
}

.Menu ul li:hover ul.subMenu,
.Menu ul li:focus ul.subMenu,
.Menu ul > li:hover > ul.subMenu,
.Menu ul > li:focus > ul.subMenu {
    visibility: visible;
    opacity: 1;
    padding-top: 1px;
    margin-top: 5px;
}

.Menu ul>li>ul.subMenu {
    margin: 0;
    min-width: 14rem;
    position: absolute;
    top: 100% ;
    opacity: 0;
    z-index: 10000;
    visibility: hidden;
    -o-transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -ms-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    background-color: #0e5e87
        /*rgba(2,100,150,0.6)*/
    ;
}

.fixed .Menu ul>li>ul.subMenu {
    /*top: 0px;*/
    background: linear-gradient(180deg, rgba(236, 248, 255, 0.98) 0%, rgba(214, 238, 251, 0.98) 100%);
    border: 1px solid rgba(14, 94, 135, 0.1);
    box-shadow: 0 16px 36px rgba(14, 94, 135, 0.16);
}

.fixed .Menu ul>li>ul.subMenu li a {
    color: #0b4f73;
    text-shadow: none;
}

.fixed .Menu ul>li>ul.subMenu li a:hover {
    color: #083a56;
}

.Menu ul>li>ul>li {
    clear: both;
    border: none;
    font-size: .85em;
    width: 100%;
    margin: 0 0.25em 0 0;
}

.Menu ul>li>ul>li:hover {
    background-color: #65c2f2;
    -o-transition: background .25s ease-out;
    -webkit-transition: background .25s ease-out;
    -moz-transition: background .25s ease-out;
    -o-transition: background .25s ease-out;
    transition: background .25s ease-out;
    border: none;
}

.Menu ul>li>ul>li a {
    display: block;
    color: #fff;
    line-height: 1.75em;
    padding: 0 1.1em;
    border: none;
}

.is-homepage.fixed .Menu ul>li>ul.subMenu li a {
    color: #0b4f73;
    text-shadow: none;
}

.is-homepage.fixed .Menu ul>li>ul.subMenu > li:hover > a {
    color: #083a56;
}

.fixed .Home {
    display: inline;
}


/* 語言列與環輿園地
  ---------------------------  */
.Corner {
    float: right;
    width: 32px;
    margin: 0;
}

.Corner img {
    height: 36px;
    margin: 16px 0 16px 0px;
    vertical-align: middle;
}

.Languages {
    float: right;
    width: 60px;
    margin: 0 10px;
}

.Languages>ul>li {
    line-height: 2em;
    padding: 1em 0;
}

.Languages li a {
    color: #3a3a3a;
}

.Languages ul li a:hover,
.Languages ul li:hover a {
    color: #77cd3b;
}

.Languages>ul>li:after {
    content: "\25BC \0020";
    font-size: 0.75em;
    color: #727272;
    margin-left: 2px;
}

.fixed .Corner,
.fixed .Languages {
    display: none;
}

.Languages ul>li>ul {
    visibility: hidden;
    display: none;
    opacity: 0;
    margin: 0;
    position: absolute;
    top: 120px; /* 修正對齊 */
    -o-transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -ms-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    background-color: #77cd3b;
    z-index:10001 ;
}

.Languages ul li:hover ul,
.Languages ul.menu li:focus ul {
    visibility: visible;
    opacity: 1;
    display: block;
}

.Languages ul li ul li {
    line-height: 1.5em;
    padding: .25em;
}

.Languages ul li a:hover ul li a,
.Languages ul li:hover ul li a {
    color: #fff;
}


.Languages ul>li>ul>li:hover {
    background-color: #4d8328;
}


/*-----------------Content-----------------*/
#Content {
    background-color: #fff;
    /*width: 1024px;
	margin:0 auto;*/
    padding-top: 0;
    transition: All .5s ease-out;
}

.fixed #Content {
    padding-top: 80px;
}

#Main {
    font-family: " 微軟正黑體 ", Arial;
    padding: 0 10px;
}

/*-----------------Footer ( Modernized Grid Layout ) -----------------*/
#Footer {
    font-family: " 微軟正黑體 ", Arial, sans-serif;
    background-color: #026496;
    color: #FFF;
    padding: 5rem 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#Footer a {
    color: #FFF;
    transition: all 0.3s ease;
}

#Footer .wrapper {
    display: grid;
    grid-template-columns: 1fr 0.8fr 2fr auto;
    gap: 3rem 2.5rem;
    align-items: start;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

#Footer #Logos {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    cursor: pointer;
    min-width: 280px;
    text-align: left;
}

#Footer .CompanyFullName {
    font-size: 1.15rem;
    font-weight: 700;
    color: #FFF;
    letter-spacing: 0.05em;
    margin-top: 0.25rem;
    line-height: 1.2;
    background: linear-gradient(to right, #fff, #c8e6ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#Footer #Logos::before {
    content: '';
    display: block;
    width: 220px;
    height: 60px;
    background-image: url(../../../images/footer-Logo.svg?t=20220225);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

#Footer #CopyRight {
    font-size: 0.875rem;
    color: rgba(200, 230, 255, 0.6);
    letter-spacing: 0.05em;
    margin: 0.5rem 0 0;
}

#Footer #Footer-Nav {
    padding-top: 0.5rem;
}

#Footer #Footer-Nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#Footer #Footer-Nav li {
    font-size: 1.05rem;
}

#Footer #Footer-Nav a {
    opacity: 0.85;
}

#Footer #Footer-Nav a:hover {
    color: #65c2f2;
    opacity: 1;
    padding-left: 0.5rem;
}

#Footer address {
    font-style: normal;
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
    padding-top: 0.5rem;
}

#Footer address p {
    margin: 0;
    line-height: 1.65;
    font-size: 0.97rem;
    color: #e0f2ff;
}

#Footer address span {
    display: inline-block;
    color: #fff;
}

#Footer address span::before {
    content: "|";
    margin: 0 0.75rem;
    opacity: 0.3;
}

#Footer address span:first-child::before {
    display: none;
}

#Footer .smaller {
    font-size: 0.8rem;
    color: rgba(200, 230, 255, 0.52);
    margin-top: 0.9rem;
    line-height: 1.55;
}

#Footer .linkgroup {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding-top: 0;
    align-items: stretch;
    min-width: 200px;
}

.Footlink {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    gap: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0.75rem 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.Footlink:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(8px);
    border-color: #65c2f2;
}

.Footlink img {
    height: 24px;
    width: auto;
}

.Footlink p {
    margin: 0;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
}


/*===============================================================================
                         General Setting
=================================================================================*/
.Clear {
    clear: both;
    /* 以下新增 */
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.Dispear {
    display: none;
}

.Show {
    display: block;
}

/*----------------- 文字顏色標註設定 -----------------*/
.Note {
    /* 備註 灰字 */
    font-size: small;
    color: #666666;
}

.Alert {
    /* 紅 */
    color: #CC0000;
}

.Alert2 {
    /* 桃紅 */
    color: #FF3366;
}

.Near {
    /* 橘 */
    color: #FF9933;
}

.sr-only {
    /* 只讓螢幕閱讀器看到 */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/*----------------- 文字格式設定 -----------------*/
.smallWords {
    font-size: small;
}

.AddHeight {
    line-height: 1.5em;
}

/*----------------- 文字靠齊設定 -----------------*/
.txtLeft {
    text-align: left;
}

.txtCeter {
    text-align: center;
}

.txtRight {
    text-align: right;
}

/*----------------- 圖片靠齊設定 -----------------*/
.imgMiddle {
    vertical-align: middle;
}

/*----------------- 指標 -----------------*/
.clickable {
    cursor: pointer;
}

.unclickable {
    cursor: default;
}





/*#endregion */

