/* Add here all your CSS customizations */

.header-background {
    background-image: url('https://www.italent.org.tw/img/_Global/header/Shop_006/header_body_back.jpg');
    background-repeat: repeat;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-100 {
    opacity: 1.0;
}

/* _Header_Construction 設定Menu Focus的背景顏色*/
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #006699;
    background-image: -webkit-linear-gradient(top, #006699 0%, #006699 100%);
    background-image: -o-linear-gradient(top, #006699 0%, #006699 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#006699), to(#006699));
    background-image: linear-gradient(to bottom, #006699 0%, #006699 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
}

/* _Header_Construction 設定書籤位置*/
.breadcrumb {
    padding: 8px 5px;
    margin-top: -30px;
    margin-bottom: -5px;
    list-style: none;
    /*background-color: black;*/
    background-color: #0088CC;
    border-radius: 4px;
}

.testimonial blockquote p {
    font-family: '微軟正黑體', 'Microsoft JhengHei', 'Open Sans', sans-serif;
}

.MenuTitle {
    color: #0088cc;
    background: white;
    font-size: 2em;
    font-weight: 900;
}

.color-006699 {
    color: #006699;
}

.color-red {
    color: #cc0000;
}

.display-none {
    display: none;
}

.font-weight_600 {
    font-weight: 600;
}

.font-weight_900 {
    font-weight: 900;
}

.FontSize_14px {
    font-size: 0.875rem;
}

.FontSize_18px {
    font-size: 1.125rem;
}

.h2-title {
    background: white;
    color: #7f8d46;
    font-weight: 900;
}

.footer-span {
    font-size: 1.6rem;
    font-weight: 900;
}

.footoer-dt-a {
    text-decoration: none;
    color: white;
    font-size: 1.1rem;
    font-weight: 100;
}

.footoer-dt-title {
    text-decoration: none;
    color: white;
    font-size: 1rem;
    font-weight: 900;
}

.DivslideControl {
    position: relative;
    text-align: left;
    margin-top: 10px;
}



.BackgroundColor-006699 {
    background-color: #006699;
}

.BackgroundColor-f2f2f2 {
    background-color: #f2f2f2;
}

.border-top-custom-7f8d46 {
    border-top-color: #7f8d46 !important;
    border-top-style: solid; /* 確保邊框可見 */
    border-top-width: 1px; /* 可根據需求調整 */
}

.text-input-hint {
    color: #b35900; /* 深橘，符合 WCAG 對比 6+:1 */
}

.a11y-hyperlink {
    color: #0056b3; /* 或 #007bff，深藍色通過對比標準 */
    text-decoration: underline;
    font-weight: normal;
}

.input-focus {
    /* border: 3px dashed red; */
    border: 2px solid #EEEE00 !important;
    /*color: white;
    background-color: #78dfff;*/
}

.button-focus {
    /* border: 3px dashed red; */
    border: 3px solid #EEEE00 !important;
    color: white !important;
    background-color: blue !important;
}

.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 1050;
    overflow-y: auto;
    padding: 1rem;
    transition: opacity 0.3s ease;
}

    .fullscreen-menu .menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
    }

    .fullscreen-menu.d-none {
        display: none;
    }

body.menu-open {
    overflow: hidden;
}

/*#DivSildeHome:focus {
    outline: none;*/ /* 移除預設藍框 */
    /*border: 3px solid #EEEE00;
    color: white;
    background-color: #78dfff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);*/ /* 輕微陰影效果 */
/*}

#DivSildeHome a:focus {
    border: 3px solid #EEEE00;
    color: white;
    background-color: #78dfff;
}*/



