﻿.icon {
    max-width: 200px;
    box-sizing: border-box;
}
/*a{
          color:#333;
          text-decoration:none;
        }
        a:hover {
          color:#096;
          text-decoration:none;
        }*/

/*20230420*/
fieldset.arrow-fixRight .mbsc-sel-hdn {
    position: absolute;
    height: 1px !important;
    width: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    left: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

fieldset.arrow-fixRight .mbsc-ic-ios-backspace::before {
    content: none !important;
}

#swtich-account_dummy {
    display: none;
}

#swtich-account a:hover {
    text-decoration: none;
}

.nofocus {
    outline: none;
}
/*20230420*/
/*20230517*/
#swtich-account2_dummy {
    display: none;
}

#swtich-account2 a:hover {
    text-decoration: none;
}

.nofocus2 {
    outline: none;
}
/*20230828盤後權益*/
#swtich-account3_dummy {
    display: none;
}

#swtich-account3 a:hover {
    text-decoration: none;
}

.nofocus {
    outline: none;
}
/*20230828盤後權益*/
/*20231017手續費查詢*/
#swtich-account4_dummy {
    display: none;
}

#swtich-account4 a:hover {
    text-decoration: none;
}

.nofocus {
    outline: none;
}

/*20240311查詢營業員*/
#swtich-account5_dummy {
    display: none;
}

#swtich-account5 a:hover {
    text-decoration: none;
}

/*20240607個資變更*/
#swtich-account6_dummy {
    display: none;
}

#swtich-account6 a:hover {
    text-decoration: none;
}

/*20250225電子對帳單*/
#swtich-account7_dummy {
    display: none;
}

#swtich-account7 a:hover {
    text-decoration: none;
}

.nofocus {
    outline: none;
}

/*20230517*/

/*帳號*/
/*a{
      color:#333;
      text-decoration:none;
    }
    a:hover {
      color:#096;
      text-decoration:none;
    }*/
/*20230714*/
.rem {
    font-family: "微軟正黑體", "Arial Unicode MS";
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}
/*20230714*/
/*錯訊燈箱20240419*/
.Note {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, .50);
    position: fixed;
    top: 0px;
    left: 0px;
}

    .Note .container {
        width: 100%;
        height: 100%;
    }

.NoteBG {
    max-width: 327px;
    height: auto;
    background: #FFF;
    border-radius: 8px;
    align-items: center;
    text-center: auto;
}

.NoteBG_m {
    max-width: 327px;
    height: auto;
    background: #FFF;
    text-align: center;
    border-radius: 8px;
    align-items: center;
    text-center: auto;
    margin: 0px 24px;
}

.NotIcon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.NotBnt_green {
    width: 100%;
    height: auto;
    background: #26A889;
    color: #FFF;
    border-radius: 4px;
    border: none;
    vertical-align: middle;
    padding: 16px 12px;
    margin: auto;
}

.NotBnt_greenoutline {
    width: 100%;
    height: auto;
    border: 1px #26A889 solid;
    background: #ffffff;
    color: #26A889;
    border-radius: 4px;
    vertical-align: middle;
    padding: 16px 12px;
    margin: auto;
}

.MobileNote {
    display: none;
}

.PCNote {
    display: block;
}

.ImgNotic {
    padding-top: 16px;
    margin-bottom: 0px;
}

.NoteContent {
    padding: 0px 12px;
    margin-bottom: 16px;
}

.NoteWhiteBg {
    padding: 0px 16px;
}
/*錯訊燈箱20240419*/
