.main-btn {
    cursor: pointer;
    color: #ffffff;
    background-color: #f96564;
}
.main-btn:hover {
    background-color: #ff6f6e;
}
.main-btn:active {
    color: #ffb8b8;
    background-color: #e54342;
}
.main-btn:disabled,
.main-btn[disabled='disabled'],
.main-btn[disabled] {
    color: #ffaaaa;
    background: #ff302e;
}
.main-text-btn {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    cursor: pointer;
}
.main-text-btn:hover {
    color: #f20100;
}
.main-text-btn:active {
    color: #f20100;
}
.main-text-btn:focus {
    color: #ff6f6e;
}
.main-text-btn:visited {
    color: #f96564;
}
.main-text-btn:disabled {
    filter: grayscale(50%);
}
.main-btn2 {
    cursor: pointer;
    color: #ffffff;
    background-color: #f96564;
}
.main-btn2:hover {
    background-color: #ff6f6e;
}
.main-btn2:active {
    color: #ffb8b8;
    background-color: #e54342;
}
.main-btn2:disabled,
.main-btn2[disabled='disabled'],
.main-btn2[disabled] {
    color: #fff;
    background: #ccc;
}
.secondary-btn {
    cursor: pointer;
    background-color: #cc0000;
    color: #ffffff;
}
.secondary-btn:hover {
    background-color: #f10000;
}
.secondary-btn:active {
    color: #f26f6f;
}
.secondary-btn:focus {
    box-shadow: 0 0 0 1px #ff5756 inset;
}
.secondary-btn:disabled,
.secondary-btn[disabled='disabled'],
.secondary-btn[disabled] {
    color: #ffffff;
    background: #a5a5a5;
}
.secondary-text-btn {
    cursor: pointer;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.secondary-text-btn:hover {
    color: #f10000;
}
.secondary-text-btn:active {
    color: #ab0101;
}
.secondary-text-btn:focus {
    border-color: #ab0101;
}
.secondary-text-btn:disabled {
    filter: grayscale(50%);
}
.upload-btn {
    cursor: pointer;
}
.upload-btn:active {
    opacity: 0.5;
}
.upload-btn:focus {
    border-color: #333;
}
.upload-btn:disabled,
.upload-btn[disabled='disabled'],
.upload-btn[disabled] {
    opacity: 0.5;
}
.yellow-btn {
    cursor: pointer;
    background-color: #4aa5eb;
}
.yellow-btn:hover {
    background-color: #fea305;
}
.yellow-btn:active {
    color: #c27b00;
}
.yellow-btn:focus {
    box-shadow: 0 0 0 1px #c27b00 inset;
}
.yellow-btn:disabled,
.yellow-btn[disabled='disabled'],
.yellow-btn[disabled] {
    background-color: #ccc;
}
html.fixView,
body.fixView {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
}
select {
    background: #ffffff;
}
.justify {
    text-align: justify;
    text-justify: inter-ideograph;
}
.tr.tr-info .td-title {
    color: #333333;
}
ul,
ol {
    padding-left: 0;
}
.uk-list {
    margin-bottom: 5em;
}
.list-noSpace {
    margin-bottom: 0em;
}
.rise {
    color: #cc0000;
}
.fall {
    color: #009c15;
}
.wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.uk-button-primary {
    cursor: pointer;
    color: #ffffff;
    background-color: #f96564;
}
.uk-button-primary:hover {
    background-color: #ff6f6e;
}
.uk-button-primary:active {
    color: #ffb8b8;
    background-color: #e54342;
}
.uk-button-primary:disabled,
.uk-button-primary[disabled='disabled'],
.uk-button-primary[disabled] {
    color: #ffffff;
    background-color: #a5a5a5;
    border: 0;
}
[v-cloak] {
    display: none;
}
.red {
    color: #cc0000;
}
#stepByStepID {
    margin: 0 auto;
    padding-top: 1em;
}
.PageTitle .title {
    font-size: 1.125rem;
    color: #e63036;
    line-height: 1.5em;
    font-weight: 700;
}
.PageTitle .text {
    text-align: center;
}
.PageTitle .ag-line {
    display: flex;
    flex-direction: row;
    border-top: 2px solid #bbb;
    justify-content: space-between;
    margin: 1em;
    margin-bottom: 0.5em;
    padding-top: 0.1em;
}
.PageTitle .ag-line div {
    background-color: #fff;
    height: 1.5em;
    width: 1.5em;
    border-radius: 10em;
    color: #666;
    border: 2px solid #bbb;
    text-align: center;
    font-size: 0.8em;
    margin-top: -0.9em;
}
.PageTitle .ag-line div.in {
    border-color: #f96564;
    color: #f96564;
    font-size: 1.2em;
    font-weight: 700;
}
.PageTitle .ag-line div.step1:after {
    content: '1';
}
.PageTitle .ag-line div.step2:after {
    content: '2';
}
.PageTitle .ag-line div.step3:after {
    content: '3';
}
.PageTitle .ag-line div.step4:after {
    content: '4';
}
.PageTitle .ag-line div.step5:after {
    content: '5';
}
.PageTitle .ag-line div.step6:after {
    content: '6';
}
.PageTitle .ag-line div.step7:after {
    content: '7';
}
.PageTitle .return {
    text-align: left;
    font-weight: bold;
    margin-top: 0.5rem;
    color: #db2031;
}
.PageTitle .return::before {
    display: inline-block;
    content: '退件原因';
    color: #fff;
    background: #db2031;
    border-radius: 10em;
    padding: 0.1rem 0.5rem;
    margin-right: 0.2rem;
}
.PageTitle .return:empty {
    display: none;
}
.default > div {
    font-size: 1.2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    min-height: 2.8em;
    border: 3px solid #333;
    text-align: center;
    padding: 0.5em 1em;
    border-radius: 15px;
    margin-bottom: 1em;
    background: #fff;
    font-weight: bold;
}
.default > div span {
    padding: 0 0.3rem;
}
.default > div:first-child {
    margin-top: 1em;
}
.default > div#btnCustomer {
    margin-top: 1em;
    border-color: #f76969;
}
.default > div#btnCustomer span {
    color: #f76969;
}
.default > div#btnCustomer:active {
    background: #ffe9e9;
}
.default > div#btnNonCustomer {
    border-color: #48c4de;
}
.default > div#btnNonCustomer span {
    color: #48c4de;
}
.default > div#btnNonCustomer:active {
    background: #e4faff;
}
.default > div#btnCheck {
    border-color: #cb955f;
}
.default > div#btnCheck span {
    color: #cb955f;
}
.default > div#btnCheck:active {
    background: #ffe8d2;
}
.default > div#btnStock {
    border-color: #f76969;
}
.default > div#btnStock span {
    color: #f76969;
}
.default > div#btnStock:active {
    background: #ffe9e9;
}
.default > div#btnFutures {
    border-color: #48c4de;
}
.default > div#btnFutures span {
    color: #48c4de;
}
.default > div#btnFutures:active {
    background: #e4faff;
}
.DefaultSalesPerson .img-3step-group {
    text-align: center;
}
.DefaultSalesPerson .img-3step-group .img-3step {
    margin: 0 auto;
    width: 55%;
}
.ibfs-button-group {
    background-color: #fff !important;
    gap: 1px;
}
.ibfs-button-group #btnSalesPerson,
.ibfs-button-group #btnNonSalesPerson {
    cursor: pointer;
    background-color: #cc0000;
    color: #ffffff;
}
.ibfs-button-group #btnSalesPerson:hover,
.ibfs-button-group #btnNonSalesPerson:hover {
    background-color: #f10000;
}
.ibfs-button-group #btnSalesPerson:active,
.ibfs-button-group #btnNonSalesPerson:active {
    color: #f26f6f;
}
.ibfs-button-group #btnSalesPerson:focus,
.ibfs-button-group #btnNonSalesPerson:focus {
    box-shadow: 0 0 0 1px #ff5756 inset;
}
.ibfs-button-group #btnSalesPerson:disabled,
.ibfs-button-group #btnNonSalesPerson:disabled,
.ibfs-button-group #btnSalesPerson[disabled='disabled'],
.ibfs-button-group #btnNonSalesPerson[disabled='disabled'],
.ibfs-button-group #btnSalesPerson[disabled],
.ibfs-button-group #btnNonSalesPerson[disabled] {
    color: #ffffff;
    background: #a5a5a5;
}
.notice {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5rem;
}
.notice #descQRcodeWeb {
    display: none;
}
.btn_group_fixed {
    display: none;
}
.CheckLogin .img {
    max-width: 60%;
    margin: 1em auto;
}
#btnHomeApp,
#btnInsufficient {
    color: #ffffff;
}
.ready,
.ready-pc {
    width: 100%;
}
.ready {
    display: block;
}
.ready-pc {
    display: none;
}
#btnCode {
    cursor: pointer;
    color: #ffffff;
    background-color: #4aa5eb;
    border-radius: 4px;
}
#btnCode:hover {
    background-color: #3a8edb;
}
#btnCode:active {
    color: #ffb8b8;
    background-color: #e54342;
}
#btnCode:disabled,
#btnCode[disabled='disabled'],
#btnCode[disabled] {
    color: #ffffff;
    background-color: #a5a5a5;
}
a#btnAgreement {
    color: #f96564;
    text-decoration: underline;
    font-weight: 400;
}
a#btnLocation {
    color: #f96564;
    text-decoration: none;
    font-weight: 400;
    font-size: 0.8rem;
}
.LocationList {
    flex-direction: column;
}
.LocationList .uk-select:nth-child(2) {
    margin-top: 0.5rem;
}
.LocationList > div {
    width: 100%;
    margin-top: 0.1rem;
}
#LocationModal .uk-modal-dialog {
    width: calc(100vw - 2rem);
    height: 80vh;
}
#LocationModal .uk-modal-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}
#LocationModal .uk-modal-body iframe {
    padding: 1em 0.5em;
    box-sizing: border-box;
}
.eACHInfo {
    margin: 0.5em 0;
}
.eACHInfo .icon-attention {
    margin: 0.1em 0.3em 0 0;
    min-width: 1em;
}
.eACHInfo #btnBankShow {
    display: inline-block;
    text-decoration: underline;
    font-weight: 400;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    cursor: pointer;
}
.eACHInfo #btnBankShow:hover {
    color: #f20100;
}
.eACHInfo #btnBankShow:active {
    color: #f20100;
}
.eACHInfo #btnBankShow:focus {
    color: #ff6f6e;
}
.eACHInfo #btnBankShow:visited {
    color: #f96564;
}
.eACHInfo #btnBankShow:disabled {
    filter: grayscale(50%);
}
.out-bank-title {
    display: flex;
    flex-wrap: wrap;
}
.out-bank-title span {
    margin-left: 1em;
    color: #cc0000;
}
.ibfs-wrapperBank .ibfs-bankInputClear {
    width: 40px;
    height: 40px;
    text-align: center;
}
.ibfs-wrapperBank .ibfs-bankInputClear .uk-icon {
    position: absolute;
    background-color: #aaa;
    color: #fff;
    border-radius: 10em;
    top: 50%;
    transform: translateY(-50%);
    right: 0.3rem;
    padding: 0.1rem;
    width: 40%;
    height: 40%;
}
.ibfs-wrapperBank #banksPanel {
    background-color: #fff;
    box-shadow: 0 1em 1em rgba(0, 0, 0, 0.5);
    z-index: 999;
    -webkit-overflow-scrolling: touch;
    max-height: 20vh !important;
}
.ibfs-wrapperBank #banksPanel > ul.uk-list > li {
    border-bottom: 1px solid #eee;
    padding: 0.5rem 0;
    margin-top: 0;
}
.ibfs-wrapperBank #banksPanel > ul.uk-list > li:last-child {
    border-bottom: 0;
}
.ibfs-input-wrapper {
    position: relative;
}
.ibfs-input-wrapper .ibfs-accountInputClear {
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-top: 0.5rem !important;
}
.ibfs-input-wrapper .ibfs-accountInputClear .uk-icon {
    position: absolute;
    background-color: #aaa;
    color: #fff;
    border-radius: 10em;
    top: 50%;
    transform: translateY(-50%);
    right: 0.3rem;
    padding: 0.1rem;
    width: 40%;
    height: 40%;
}
.btnMoreBank-group {
    display: flex;
    align-items: center;
}
.btnMoreBank-group .btnMoreBank {
    padding: .25rem 1rem;
    line-height: 2em;
    border-radius: 10em;
    border: 0;
    background: #f96564;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #f96564;
    font-size: 1rem;
}

.btnMoreBank-group .btnMoreBank .uk-icon {
    width: 20px;
    height: 20px;
    color: #f96564;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 0.25rem;
    vertical-align: middle;
    text-align: center;
    padding: .25rem;
}
.btnMoreBank-group .btnMoreBank[disabled] .uk-icon {
    color: #ccc;
    background: #ffffff;
}

@media screen and (max-width: 650px) {
    .form-upload .ibfs-photo .ibfs-photo-bg {
        top: 50%;
        transform: translate(0, -50%);
        height: 11em;
    }

    .btnMoreBank-group .btnMoreBank .uk-icon {
        width: 15px;
        height: 15px;
    }
}

.btnMoreBank-group .btnMoreBank:hover {
    background-color: #ff6f6e;
}
.btnMoreBank-group .btnMoreBank:active {
    color: #ffb8b8;
    background-color: #e54342;
}
.btnMoreBank-group .btnMoreBank:disabled,
.btnMoreBank-group .btnMoreBank[disabled='disabled'],
.btnMoreBank-group .btnMoreBank[disabled] {
    color: #fff;
    background: #ccc;
}
#qrcode {
    display: none;
    width: 200px;
    position: fixed;
    z-index: 2;
    right: 0;
    top: 50%;
    margin-top: -100px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    right: 1.5em;
    border-radius: 0.5em;
}
#qrcode img {
    max-width: 100%;
}
.ibfs-photo {
    border-radius: 0.25rem;
    width: calc((1000px - 2.5rem - 0.75rem) * 0.5);
    height: calc((1000px - 2.5rem - 0.75rem) * 0.5 / 1.553);
    position: relative;
    background-color: #e4e4e4;
    background-image: url(images/icon-camera.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0.5rem auto;
    cursor: pointer;
}
.ibfs-photo:active {
    opacity: 0.5;
}
.ibfs-photo:focus {
    border-color: #333;
}
.ibfs-photo:disabled,
.ibfs-photo[disabled='disabled'],
.ibfs-photo[disabled] {
    opacity: 0.5;
}
.onUploading {
    background-size: auto !important;
    background-image: url('images/load.gif');
}
.form-upload .ibfs-photo .ibfs-photo-bg {
    content: '';
    display: block;
    position: absolute;
    width: 80%;
    height: 10em;
    top: 8px;
    left: 10%;
    background-size: contain;
    background-position: center 0.5em;
    background-repeat: no-repeat;
    pointer-events: none;
}
@media screen and (max-width: 650px) {
    .form-upload .ibfs-photo .ibfs-photo-bg {
        top: 50%;
        transform: translate(0, -50%);
        height: 11em;
    }
}
.form-upload .ibfs-photo.onDefault {
    background-image: none;
}
.form-upload .ibfs-photo.onDefault[data-type='idcard-front']:before {
    content: '';
    display: block;
    position: absolute;
    width: 80%;
    height: 10em;
    top: 8px;
    left: 10%;
    background-size: contain;
    background-position: center 0.5em;
    background-repeat: no-repeat;
    pointer-events: none;
    background-image: url(images/img-idcard-front.svg);
}
@media screen and (max-width: 650px) {
    .form-upload .ibfs-photo.onDefault[data-type='idcard-front']:before {
        top: 50%;
        transform: translate(0, -50%);
        height: 11em;
    }
}
.form-upload .ibfs-photo.onDefault[data-type='idcard-back']:before {
    content: '';
    display: block;
    position: absolute;
    width: 80%;
    height: 10em;
    top: 8px;
    left: 10%;
    background-size: contain;
    background-position: center 0.5em;
    background-repeat: no-repeat;
    pointer-events: none;
    background-image: url(images/img-idcard-back.svg);
}
@media screen and (max-width: 650px) {
    .form-upload .ibfs-photo.onDefault[data-type='idcard-back']:before {
        top: 50%;
        transform: translate(0, -50%);
        height: 11em;
    }
}
.form-upload .ibfs-photo.onDefault[data-type='secondid-front']:before {
    content: '';
    display: block;
    position: absolute;
    width: 80%;
    height: 10em;
    top: 8px;
    left: 10%;
    background-size: contain;
    background-position: center 0.5em;
    background-repeat: no-repeat;
    pointer-events: none;
    background-image: url(images/img-secondid-front.svg);
}
@media screen and (max-width: 650px) {
    .form-upload .ibfs-photo.onDefault[data-type='secondid-front']:before {
        top: 50%;
        transform: translate(0, -50%);
        height: 11em;
    }
}
.form-upload .ibfs-photo.onDone {
    background-image: none;
}
.form-upload .ibfs-photo.onDone[data-type='idcard-front']:before,
.form-upload .ibfs-photo.onDone[data-type='idcard-back']:before,
.form-upload .ibfs-photo.onDone[data-type='secondid-front']:before {
    visibility: hidden;
}
.uploadPhoto-notice {
    text-align: center;
    color: #cc0000;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 5em;
}
.ibfs-delete {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    position: absolute;
    top: -0.7rem;
    right: -0.4rem;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    background-color: #f96564;
}
.ibfs-delete:hover {
    background-color: #ff6f6e;
}
.ibfs-delete:active {
    color: #ffb8b8;
    background-color: #e54342;
}
.ibfs-delete:disabled,
.ibfs-delete[disabled='disabled'],
.ibfs-delete[disabled] {
    color: #fff;
    background: #ccc;
}
[v-cloak] {
    display: none;
}
.ibfs-desc,
.ibfs-upload {
    border-radius: 0.75rem;
    width: 90%;
    font-size: 0.7rem !important;
    border: 0;
    background: transparent;
}
.ibfs-desc {
    font-weight: 700;
    color: #fff;
    text-shadow: black 0 0 0.2em;
}
.photoList {
    margin-bottom: 0.8em;
}
.photoList div {
    font-size: 0.6em;
    color: #fff;
    background: #000000;
    opacity: 0.6;
    padding: 0.2em 0.5em;
    border-radius: 10em;
    cursor: pointer;
}
.photoList div span {
    width: 1em;
}
.photoList div:first-child {
    margin-right: 0.5em;
}
.photoList div:first-child span {
    transform: rotate(90deg);
}
#ID_file_1,
#ID_file {
    cursor: pointer;
}
.ibfs-zoom-icon {
    display: flex;
    align-items: center;
    margin-right: 2px;
    margin-top: 2px;
    transform: rotate(45deg);
    opacity: 0.75;
}
.ibfs-zoom-icon::before,
.ibfs-zoom-icon::after {
    content: '';
    display: block;
}
.ibfs-zoom-icon::before {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 6px;
    box-sizing: border-box;
    box-shadow: black 0 0 0.2em;
}
.ibfs-zoom-icon::after {
    width: 5px;
    height: 2px;
    background: #fff;
    box-shadow: black 0 0 0.2em;
}
.ibfs-zoom {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}
.ibfs-upload {
    color: #444;
}
.zoom-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    min-width: 60vw;
    min-height: 30vw;
    transition: all 0.2s ease-in;
    background: #fff url(images/bx_loader.gif) no-repeat center center;
    background-size: 0.75rem;
    text-align: center;
}
.zoom-mask {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.zoom-img {
    max-width: calc(100vw - 2rem);
    max-height: 80vh;
    min-width: 90vw;
    object-fit: contain;
}
.zoom-close {
    background: #f96564;
    color: #fff;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    position: absolute;
    top: -0.7rem;
    right: -0.4rem;
    z-index: 3;
    border: 0;
    cursor: pointer;
}
.zoom-close .uk-icon {
    display: none;
}
.zoom-close::before,
.zoom-close::after {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    position: absolute;
    background-color: #fff;
    transform: rotate(45deg);
}
.zoom-close::after {
    transform: rotate(135deg);
}
html.zoomOpen,
body.zoomOpen {
    max-height: 100vh;
    overflow: hidden;
}
@media (orientation: landscape) {
    .zoom-box,
    .zoom-img {
        max-width: 90vh;
        max-height: 50vh;
        min-width: 0;
    }
    .zoom-box {
        min-height: 0;
    }
    html.isMobile .zoom-box {
        top: 60%;
    }
}
.isPC .zoom-box,
.isPC .zoom-img {
    max-width: 90vh;
    max-height: 90vh;
    min-width: 0;
}
.isPC .zoom-box {
    min-height: 0;
}
.example {
    text-align: center;
    color: #f96564;
    padding-top: 1em;
}
.example img {
    width: 100%;
}
.Selfie .ibfs-photo {
    width: calc((100vw - 1.5rem - 0.75rem) * 1 * 0.6);
    height: calc((100vw - 1.5rem - 0.75rem) * 1 * 1.553 * 0.6);
    margin: 0 auto;
    background: #e4e4e4 url(images/icon_Selfie.svg) center center no-repeat;
    background-size: contain;
    cursor: pointer;
}
.Selfie .ibfs-photo:active {
    opacity: 0.5;
}
.Selfie .ibfs-photo:focus {
    border-color: #333;
}
.Selfie .ibfs-photo:disabled,
.Selfie .ibfs-photo[disabled='disabled'],
.Selfie .ibfs-photo[disabled] {
    opacity: 0.5;
}
.Selfie .ibfs-photo.onUploading {
    background-size: auto !important;
    background-image: url('images/load.gif');
}
#form1 .uk-list > li:nth-child(n + 2) {
    padding: 0.75rem 0;
    margin-top: 0;
}
#form1.FormBasic .uk-list > li {
    padding: 0.5rem 0;
    margin-top: 0;
}
.required:before {
    content: '★';
    padding-right: 0.3em;
}
.village {
    position: relative;
}
.village span {
    position: absolute;
    right: 4px;
    top: 6px;
    color: #666666;
}
.attention {
    margin: 1em 1em 5em 1em;
}
.attention .uk-text-bold {
    font-weight: 700;
}
.attention div {
    text-align: justify;
}
.attention ul {
    padding-left: 1.5em;
    margin-bottom: 5em;
}
.attention ul li {
    list-style-type: decimal;
    text-align: justify;
}
#btnEngName {
    cursor: pointer;
    color: #ffffff;
    background-color: #4aa5eb;
}
#btnEngName:hover {
    background-color: #3a8edb;
}
#btnEngName:active {
    color: #fff;
    background-color: #3a8edb;
}
#btnEngName:disabled,
#btnEngName[disabled='disabled'],
#btnEngName[disabled] {
    color: #fff;
    background: #ccc;
}
#ID_Job_AgencyClass,
#ID_Job_Career,
#ID_Job_Position {
    cursor: pointer;
}
#DC_Email_main {
    width: 35%;
}
@media screen and (min-width: 768px) {
    #DC_Email_main {
        width: 20%;
    }
}
.text_address {
    position: relative;
}
.text_address input {
    padding-right: 2.5em;
}
.text_address input + div {
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
}
#autoCompletePanel {
    position: absolute;
    left: 0;
    right: 0;
    overflow-y: auto;
    background: #ffffff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    max-height: 50vh;
}
#autoCompletePanel ul {
    padding: 0.5em;
}
.ibfs-job-stepbar-group {
    display: flex;
    background: #afafaf;
    padding: 0.5rem;
    font-size: 1rem;
}
.ibfs-job-stepbar-group > div {
    flex: 1;
    color: #fff;
    opacity: 0.4;
    text-align: center;
}
.ibfs-job-stepbar-group > div.active {
    flex: 1;
    opacity: 1;
    font-weight: bold;
}
.ibfs-list-job-group .ibfs-job-item {
    padding: 0.5rem;
    border-bottom: 1px solid #efefef;
}
.ibfs-list-job-group .ibfs-job-item > input[type='radio'] {
    display: none !important;
    cursor: pointer;
}
.ibfs-list-job-group .ibfs-job-item > input[type='radio'] + label {
    display: flex;
    align-items: center;
    flex: 1;
    cursor: pointer;
}
.ibfs-list-job-group .ibfs-job-item > input[type='radio'] + label:before {
    content: '';
    display: block;
    min-width: 1rem;
    height: 1rem;
    border-radius: 10em;
    background-color: #eee;
    background-image: url(images/icon-check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
    margin-right: 0.5rem;
}
.ibfs-list-job-group .ibfs-job-item > input[type='radio']:checked + label {
    color: #f96564;
}
.ibfs-list-job-group .ibfs-job-item > input[type='radio']:checked + label:before {
    background-color: #f96564;
}
.ibfs-list-job-group .ibfs-job-item > input[type='text'] {
    margin-top: 0.5rem;
}
.Check-list li {
    display: flex;
    flex-direction: column;
    border-bottom: 1px dotted #999;
    padding-bottom: 0.5em;
}
.Check-list li div:first-child {
    color: #cc0000;
}
#agreement {
    margin-bottom: 5em;
}
#agreement > ul {
    margin-bottom: 5em;
}
#agreement > ul > li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5em;
}
#agreement > ul > li a.uk-accordion-title {
    font-size: 1em;
    font-weight: 700;
}
#agreement > ul > li a.uk-accordion-title:hover {
    color: #333333;
}
#agreement > ul li.uk-open > a.uk-accordion-title {
    color: #cc0000;
    border: 0px;
}
#agreement > ul li.uk-open > a.uk-accordion-title::before {
    background-image: url(images/chevron-up.svg);
    background-size: 50%;
}
#agreement > ul .uk-accordion-title::before {
    background-image: url(images/chevron-down.svg);
    background-size: 50%;
}
#agreement .uk-radio {
    width: 1.25em;
    height: 1.25em;
}
.box-agreement {
    flex: 1;
    margin: auto;
    height: 35vh;
    border: 1px solid #e2e2e2;
    padding: 0.5rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #f2f2f2;
}
.box-agreement .page * {
    font-family: Roboto, '微軟正黑體', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1em;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-all;
    margin: 0;
}
.box-agreement .page H1 {
    font-weight: 700;
}
.box-agreement .page H2,
.box-agreement .page H3,
.box-agreement .page H4,
.box-agreement .page H5 {
    font-weight: 300;
}
.box-agreement .page b {
    font-weight: 700;
}
.box-agreement .page .u {
    text-decoration: underline;
}
.box-agreement .page .i {
    font-style: italic;
}
.box-agreement .page .red {
    color: #cc0000;
}
.box-agreement .page .h3-wrapper {
    padding-left: 2em;
}
.box-agreement .page .ag-flex {
    display: flex;
}
.box-agreement .page .ag-flex .ag-width-1-1 {
    flex: 1;
}
.box-agreement .page.w-8ben * {
    text-align: left;
    word-wrap: break-word;
    word-break: break-word;
    margin: 0;
}
.box-agreement .page.w-8ben ul {
    list-style: disc;
    padding-left: 1.5em;
}
.box-agreement .page.w-8ben ul.uk-list-striped {
    list-style: none;
    padding-left: 0;
}
.box-agreement .b {
    font-weight: 700;
}
.box-agreement .page.hasCheckbox {
    padding-left: 1.5em;
}
.box-agreement input[type='checkbox'] {
    margin-right: 0.5rem;
    width: 1.25em;
    height: 1.25em;
}
.box-agreement input[type='radio'] {
    width: 1.25em;
    height: 1.25em;
    line-height: 1.25em;
}
.btn-page {
    flex: 1;
}
.mobile_hide {
    display: none;
}
#divEOTeach table {
    border-collapse: collapse;
}
#divEOTeach table thead th {
    background: #ccc;
    text-align: center;
}
#divEOTeach table tbody td {
    text-align: center;
    width: 25%;
}
#divEOTeach table td,
#divEOTeach table th {
    padding: 0.5rem;
    border: 1px solid #333;
}
#divEOTeach table.table-bank thead {
    display: none;
}
#divEOTeach table.table-bank tbody td {
    border: 1px solid #fff;
    padding: 0.3rem;
    text-align: left;
}
#divEOTeach table.table-bank .bankBGpink {
    background-color: #f9f9f9 !important;
}
#divEOTeach table.table-bank .bankContent {
    display: flex;
    justify-content: flex-start;
}
#divEOTeach table.table-bank .bankNum {
    margin-right: 0.2em;
}
#btnEOTeach,
#btnPostAgree {
    color: #f96564;
    text-decoration: underline;
    font-weight: 400;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    cursor: pointer;
}
#btnEOTeach:hover,
#btnPostAgree:hover {
    color: #f20100;
}
#btnEOTeach:active,
#btnPostAgree:active {
    color: #f20100;
}
#btnEOTeach:focus,
#btnPostAgree:focus {
    color: #ff6f6e;
}
#btnEOTeach:visited,
#btnPostAgree:visited {
    color: #f96564;
}
#btnEOTeach:disabled,
#btnPostAgree:disabled {
    filter: grayscale(50%);
}
.blink {
    animation-duration: 0.6s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
.marketAgreement_em label {
    color: #f96564;
}
@keyframes blink {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.5;
    }
}
.list-title {
    display: flex;
    flex: 1;
    white-space: nowrap;
    color: #f96564;
    font-weight: 700;
}
.AgCredit-list .Agreement-title {
    color: #f96564;
}
@media screen and (max-width: 650px) {
    .AgCredit-list > li .uk-flex.uk-flex-middle {
        align-items: flex-start;
        flex-direction: column;
    }
    .AgCredit-list > li div.uk-margin-small-right {
        margin-bottom: 0.5rem;
    }
}
.show_box {
    position: relative;
}
.show_box.OneDayCredits_Money::before {
    content: '萬元';
    display: flex;
    position: absolute;
    right: 0.5rem;
    top: 0;
    color: #999;
    height: 100%;
    align-items: center;
}
.AgDone-list {
    margin-bottom: 0em;
}
.AgDone-list > li {
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #999;
}
.AgDone-list > li > div:first-child {
    width: 1.5em;
    height: 1.5em;
    content: '';
    background: url(images/icon-check.svg) center;
}
.AgDone-list > li > div:last-child {
    flex: 1;
    margin-left: 0.5em;
    margin-top: -0.1em;
}
.AgDone-list > li ol {
    padding-left: 1.5em;
    margin: 0;
}
.AgDone-list img {
    margin-right: 0.5em;
}
.Record > li:nth-child(n + 2) {
    margin-top: 0;
}
.Record li {
    border-left: 2px solid #ccc;
    margin-left: 1em;
    height: 6em;
}
.Record li > div:first-child {
    width: 2em;
    height: 2em;
    content: '';
    margin-left: -1em;
}
.Record li > div:last-child {
    max-width: 90%;
    margin-left: 0.5rem;
}
.Record li.Record-done {
    border-color: #f96564;
}
.Record li.Record-done.undone {
    border-color: #ccc;
}
.Record li.Record-done > div:first-child {
    background: url(images/icon_done.svg) center no-repeat;
}
.Record li.Record-on {
    border-color: #888;
}
.Record li.Record-on.delete-border {
    border-color: #ffffff;
}
.Record li.Record-on > div:first-child {
    background: #ffffff url(images/icon_undone.svg) center no-repeat;
    border: 0;
}
.Record li.Record-on > div:first-child + div {
    color: #888;
}
.Record li.Record-Supplementary {
    border-color: #f96564;
}
.Record li.Record-Supplementary > div:first-child {
    background: url(images/icon_Supplementary.svg) center no-repeat;
}
.Record li .uk-button {
    color: #f96564;
    border-color: #f96564;
}
.Record .img-message .message {
    max-width: 90%;
    margin: 0 auto;
    border: 2px solid #666767;
    position: relative;
    border-radius: 1em;
    padding: 1em;
    word-break: break-word;
    color: #666767;
    font-size: 0.8rem;
}
.Record .img-message .triangle {
    width: 0;
    height: 0;
    border-width: 20px 10px 0 10px;
    border-style: solid;
    border-color: #666767 transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    right: 120px;
}
.Record .img-message .triangle:after {
    content: '';
    display: block;
    width: 0px;
    height: 0;
    border-width: 22px 12px 0 12px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: 5px;
    right: -12px;
}
.Record .img-message .img {
    text-align: right;
}
.Record .img-message .img img {
    width: 60%;
}
.focus .photo-wrapper {
    border-color: #f96564;
}
.picTitle {
    color: #f96564;
    font-weight: 400;
}
.BookingTime .td:nth-child(odd) {
    margin-top: 0.2em;
}
.Upload-photoCheck {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.Upload-photoCheck > div img {
    width: 100%;
    height: auto;
}
select.year.placeholder,
select.month.placeholder,
select.day.placeholder {
    color: #aaa !important;
    -webkit-text-fill-color: #aaa !important;
}
.flex-1 {
    flex: 1;
}
#newWindow {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
}
#newWindow_wrapper {
    flex: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#newWindow_iframe {
    background-color: #fff;
    min-height: 0 !important;
    height: 100%;
    width: 100%;
}
.uk-checkbox {
    margin-top: 0;
}
.uk-list > li.uk-flex,
.uk-list > li.uk-flex-inline {
    flex-wrap: wrap;
}
.js-ibfs-errorMsg {
    width: 100%;
}
.js-ibfs-errorMsg-text {
    color: #db2031;
    font-size: 1rem;
    font-weight: 700;
}
.js-ibfs-errorMsg-text::before {
    content: '!';
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    background-color: #db2031;
    color: #fff;
    border-radius: 0.5em;
    text-align: center;
    margin-right: 0.25em;
}
.remindATable {
    padding: 2rem 0;
    clear: both;
    text-align: center;
}
.ibfs-ContactTime {
    margin: 1em auto;
}
.ibfs-ContactTime input[type='radio'] {
    margin-right: 0.5rem;
    width: 1.2em;
    height: 1.2em;
}
.ibfs-ContactTime input[type='radio']:hover {
    cursor: pointer;
}
.ibfs-ContactTime input[type='radio'] + label:hover {
    cursor: pointer;
    color: #f96564;
}
.ibfs-ContactTime input[type='radio'] + label:active {
    cursor: pointer;
    color: #f96564;
}
.ibfs-ContactTime input[type='radio']:checked + label {
    color: #f96564;
}
.ibfs-ContactTime > div:not(.list-title) {
    margin-bottom: 0.5rem;
}
.form-border {
    height: 40px;
    border: 1px solid #e5e5e5;
    color: #666 !important;
    background-color: #f2f2f2 !important;
    padding: 0 10px;
    vertical-align: middle;
    line-height: 40px;
}
#modal-qa .uk-modal-dialog {
    width: 100%;
    padding: 1rem 0.5rem;
}
#modal-qa .uk-modal-dialog .uk-modal-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.5rem;
    font-size: 1rem;
}
#modal-qa .uk-modal-dialog .uk-modal-title::before {
    display: none;
}
#modal-qa .uk-modal-dialog .btnGuide {
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
}
#modal-qa .uk-modal-dialog .btnGuide a {
    color: #fff;
    padding: 0.3rem 1rem;
    border-radius: 10em;
    background: #cc0000;
    text-decoration: none;
    cursor: pointer;
    background-color: #cc0000;
    color: #ffffff;
}
#modal-qa .uk-modal-dialog .btnGuide a:hover {
    background-color: #f10000;
}
#modal-qa .uk-modal-dialog .btnGuide a:active {
    color: #f26f6f;
}
#modal-qa .uk-modal-dialog .btnGuide a:focus {
    box-shadow: 0 0 0 1px #ff5756 inset;
}
#modal-qa .uk-modal-dialog .btnGuide a:disabled,
#modal-qa .uk-modal-dialog .btnGuide a[disabled='disabled'],
#modal-qa .uk-modal-dialog .btnGuide a[disabled] {
    color: #ffffff;
    background: #a5a5a5;
}
#modal-qa .uk-modal-dialog .btnGuide a span {
    padding-top: -0.2rem;
}
#modal-qa .uk-modal-dialog .uk-modal-body {
    border-bottom: none !important;
}
#modal-qa .uk-modal-dialog ul {
    counter-reset: item;
    list-style-type: none;
    text-align: left;
    font-size: 0.8rem;
}
#modal-qa .uk-modal-dialog ul > li {
    color: #cc0000;
    margin-bottom: 1em;
    border-bottom: 1px dotted #999;
    font-weight: bold;
}
#modal-qa .uk-modal-dialog ul > li:before {
    content: 'Q' counter(item, decimal) '：';
    counter-increment: item;
}
#modal-qa .uk-modal-dialog ul > li > p {
    font-weight: normal;
    padding-left: 2.5em;
    color: #333333;
}
@media (max-width: 420px) {
    #modal-qa .uk-modal-dialog ul > li > p {
        padding-left: 0;
    }
}
#modal-qa .uk-modal-dialog ul > li > p a {
    color: #cc0000;
}
#modal-job.uk-modal {
    padding: 0 !important;
}
#modal-job .uk-modal-dialog {
    width: 90vw !important;
    max-height: 80vh !important;
    margin-bottom: 1rem;
}
#modal-job .uk-modal-header {
    text-align: left;
    font-size: 1rem;
    border-bottom: 0 !important;
}
#modal-job .uk-modal-header .ibfs-job-title {
    font-weight: bold;
    color: #f96564;
}
#modal-job .uk-modal-body {
    text-align: left;
    font-size: 1rem;
    border-bottom: 0 !important;
    padding: 0em 1em !important;
    max-height: 45vh;
}
#modal-job .uk-modal-footer {
    border-top: 0 !important;
}
#modal-job .uk-modal-footer button {
    margin: 0.5rem;
    border-radius: 0.3rem;
    border: 1px #f96564 solid;
}
#modal-job .uk-modal-footer button:first-child {
    color: #f96564;
}
#modal-job .uk-modal-footer button:last-child {
    background: #f96564;
    color: #fff;
}
#TeachModal .uk-modal-dialog,
#bankInfoModal .uk-modal-dialog,
#accountNoticeModal .uk-modal-dialog,
#modalEDDA .uk-modal-dialog,
#modalPostal .uk-modal-dialog,
#Modal-InstallChrome .uk-modal-dialog,
#Modal-InitDeviceFB .uk-modal-dialog,
#modal-epassbook .uk-modal-dialog {
    width: 100% !important;
}
#TeachModal .uk-modal-header,
#bankInfoModal .uk-modal-header,
#Modal-InstallChrome .uk-modal-header,
#Modal-InitDeviceFB .uk-modal-header,
#modal-epassbook .uk-modal-header {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
#TeachModal .uk-modal-body,
#bankInfoModal .uk-modal-body,
#Modal-InstallChrome .uk-modal-body,
#Modal-InitDeviceFB .uk-modal-body,
#modal-epassbook .uk-modal-body {
    text-align: left;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-bottom: 0;
}
#TeachModal .uk-modal-body table,
#bankInfoModal .uk-modal-body table,
#Modal-InstallChrome .uk-modal-body table,
#Modal-InitDeviceFB .uk-modal-body table,
#modal-epassbook .uk-modal-body table {
    border-collapse: collapse;
}
#TeachModal .uk-modal-body table thead th,
#bankInfoModal .uk-modal-body table thead th,
#Modal-InstallChrome .uk-modal-body table thead th,
#Modal-InitDeviceFB .uk-modal-body table thead th,
#modal-epassbook .uk-modal-body table thead th {
    background: #ccc;
    text-align: center;
}
#TeachModal .uk-modal-body table tbody td,
#bankInfoModal .uk-modal-body table tbody td,
#Modal-InstallChrome .uk-modal-body table tbody td,
#Modal-InitDeviceFB .uk-modal-body table tbody td,
#modal-epassbook .uk-modal-body table tbody td {
    text-align: center;
    width: 25%;
}
#TeachModal .uk-modal-body table td,
#bankInfoModal .uk-modal-body table td,
#Modal-InstallChrome .uk-modal-body table td,
#Modal-InitDeviceFB .uk-modal-body table td,
#modal-epassbook .uk-modal-body table td,
#TeachModal .uk-modal-body table th,
#bankInfoModal .uk-modal-body table th,
#Modal-InstallChrome .uk-modal-body table th,
#Modal-InitDeviceFB .uk-modal-body table th,
#modal-epassbook .uk-modal-body table th {
    padding: 0.5rem;
    border: 1px solid #333;
}
#TeachModal .uk-modal-body table.table-bank thead,
#bankInfoModal .uk-modal-body table.table-bank thead,
#Modal-InstallChrome .uk-modal-body table.table-bank thead,
#Modal-InitDeviceFB .uk-modal-body table.table-bank thead,
#modal-epassbook .uk-modal-body table.table-bank thead {
    display: none;
}
#TeachModal .uk-modal-body table.table-bank tbody td,
#bankInfoModal .uk-modal-body table.table-bank tbody td,
#Modal-InstallChrome .uk-modal-body table.table-bank tbody td,
#Modal-InitDeviceFB .uk-modal-body table.table-bank tbody td,
#modal-epassbook .uk-modal-body table.table-bank tbody td {
    border: 1px solid #fff;
    padding: 0.3rem;
    text-align: left;
}
#TeachModal .uk-modal-body table.table-bank .bankBGpink,
#bankInfoModal .uk-modal-body table.table-bank .bankBGpink,
#Modal-InstallChrome .uk-modal-body table.table-bank .bankBGpink,
#Modal-InitDeviceFB .uk-modal-body table.table-bank .bankBGpink,
#modal-epassbook .uk-modal-body table.table-bank .bankBGpink {
    background-color: #f9f9f9 !important;
}
#TeachModal .uk-modal-body table.table-bank .bankContent,
#bankInfoModal .uk-modal-body table.table-bank .bankContent,
#Modal-InstallChrome .uk-modal-body table.table-bank .bankContent,
#Modal-InitDeviceFB .uk-modal-body table.table-bank .bankContent,
#modal-epassbook .uk-modal-body table.table-bank .bankContent {
    display: flex;
    justify-content: flex-start;
}
#TeachModal .uk-modal-body table.table-bank .bankNum,
#bankInfoModal .uk-modal-body table.table-bank .bankNum,
#Modal-InstallChrome .uk-modal-body table.table-bank .bankNum,
#Modal-InitDeviceFB .uk-modal-body table.table-bank .bankNum,
#modal-epassbook .uk-modal-body table.table-bank .bankNum {
    margin-right: 0.2em;
}

#bankInfoModal .uk-modal-footer,
#modal-epassbook .uk-modal-footer {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
#TeachModal .uk-modal-title::before,
#bankInfoModal .uk-modal-title::before,
#Modal-InstallChrome .uk-modal-title::before,
#Modal-InitDeviceFB .uk-modal-title::before,
#modal-epassbook .uk-modal-title::before,
#agreementPersonalModal .uk-modal-title::before {
    display: none;
}
#TeachModal .b,
#bankInfoModal .b,
#Modal-InstallChrome .b,
#Modal-InitDeviceFB .b,
#modal-epassbook .b {
    font-weight: 700;
}
#TeachModal.uk-modal:not(.uk-modal-full) .uk-modal-title,
#bankInfoModal.uk-modal:not(.uk-modal-full) .uk-modal-title,
#Modal-InstallChrome.uk-modal:not(.uk-modal-full) .uk-modal-title,
#Modal-InitDeviceFB.uk-modal:not(.uk-modal-full) .uk-modal-title,
#modal-epassbook.uk-modal:not(.uk-modal-full) .uk-modal-title {
    font-family: inherit;
    color: #f96564 !important;
}
#TeachModal .uk-close,
#bankInfoModal .uk-close,
#Modal-InstallChrome .uk-close,
#Modal-InitDeviceFB .uk-close,
#modal-epassbook .uk-close {
    background: #f96564;
    color: #fff;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    top: 0.7rem;
    right: -0.6rem !important;
    z-index: 3;
    border: 0;
    cursor: pointer;
}
#Modal-InitDeviceFB.uk-modal:not(.uk-modal-full) .uk-modal-title {
    color: #333 !important;
}
#Modal-InitDeviceFB .uk-modal-header {
    border-bottom: 0;
    padding-top: 1em;
}
#Modal-InitDeviceFB .uk-modal-header .uk-modal-title {
    padding: 0;
    font-size: 1rem;
}
#Modal-InitDeviceFB .uk-modal-header .text {
    margin-top: 0.5em;
    text-align: center;
    font-size: 0.75rem;
}
#Modal-InitDeviceFB .uk-modal-body {
    text-align: center;
}
#Modal-InitDeviceFB .uk-modal-body img.img-fb-android {
    width: 150px;
}
#Modal-InitDeviceFB .uk-modal-footer {
    background: transparent !important;
    padding-bottom: 1em;
}
#Modal-InitDeviceFB .uk-modal-footer .ibfs-btn-group {
    background: transparent !important;
    display: flex;
}
#Modal-InitDeviceFB .uk-modal-footer .ibfs-btn-group .uk-button {
    flex: 1;
    background: #f96564;
    color: #ffffff;
    border-radius: 0.2em;
}
#Modal-InitDeviceFB .uk-close {
    top: -0.7rem;
    right: -0.6rem !important;
}
iframe {
    width: 100%;
    border: 0;
}
#Modal-alreadyApplied ul li {
    margin-left: 2em;
    list-style: decimal !important;
    text-align: left !important;
    justify-content: center;
}
ul.Modal-list-left li {
    margin-left: 2em;
    list-style: decimal !important;
    text-align: left !important;
    justify-content: center;
}
html.isPC body::before {
    content: '國票證券線上開戶';
    font-size: 1.5em;
    font-weight: bold;
    display: block;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0.5em 1em 0.5em 2.5em;
    color: #333;
    box-sizing: border-box;
    background: url(images/logo.png?ver=20220419) no-repeat left center;
}
html.isPC body::after {
    content: '國票證券版權所有 Copyright IBF Securities All Rights Reserved.';
    color: #fff;
    text-align: center;
    background: #4d4d4d;
    font-size: 0.7em;
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 1em;
}

html.isPC body section.uk-position-bottom > .uk-button {
    padding: 0 1rem;
    line-height: 53px;
}

html.isPC body .wls-container {
    background: url(images/pc_bg.png) repeat-x top center;
}
html.isPC body .wls-container::before {
    content: '';
    display: block;
    border-top: 4px solid #c8c8c8;
}
html.isPC body .wls-main {
    max-width: 1000px;
    background: #fff;
    border-radius: 0.5em;
    box-shadow: 0 0 8px #999;
    margin: 1em auto;
    margin-bottom: 4em;
    padding: 1em;
}
html.isPC body .wls-main .stepByStepNew .uk-text-primary {
    color: #cc0000 !important;
}
html.isPC body .wls-main .PageTitle {
    font-weight: bold;
}
html.isPC body .wls-main .PageTitle #paperwork {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
html.isPC body .wls-main .PageTitle .title {
    font-weight: bold;
    color: #cc0000;
}
html.isPC body .wls-main .PageTitle .return {
    text-align: center;
}
html.isPC body .wls-main section {
    padding-bottom: 3em;
    background: none;
}
html.isPC body .wls-main section.uk-position-fixed {
    position: relative !important;
}
html.isPC body .wls-main section.uk-position-fixed button:not(:last-child) {
    margin: 0;
    margin-right: 1em;
}
html.isPC body .wls-main section.uk-position-bottom > .uk-button {
    border-radius: 10em;
    border-left-color: transparent !important;
    background: #cc0000;
    cursor: pointer;
    background-color: #cc0000;
    color: #ffffff;
}
html.isPC body .wls-main section.uk-position-bottom > .uk-button:hover {
    background-color: #f10000;
}
html.isPC body .wls-main section.uk-position-bottom > .uk-button:active {
    color: #f26f6f;
}
html.isPC body .wls-main section.uk-position-bottom > .uk-button:focus {
    box-shadow: 0 0 0 1px #ff5756 inset;
}
html.isPC body .wls-main section.uk-position-bottom > .uk-button:disabled,
html.isPC body .wls-main section.uk-position-bottom > .uk-button[disabled='disabled'],
html.isPC body .wls-main section.uk-position-bottom > .uk-button[disabled] {
    color: #ffffff;
    background: #a5a5a5;
}
html.isPC body .DefaultSalesPerson .img-3step-group {
    text-align: center;
}
html.isPC body .DefaultSalesPerson .img-3step-group .img-3step {
    width: 100%;
    content: url(images/icon-step.svg);
}
html.isPC body .CheckLogin .img {
    max-width: 25%;
}
html.isPC body .CheckLogin .PageTitle {
    display: block;
}
html.isPC body .Progress .img {
    margin: 0 auto;
    text-align: center;
}
html.isPC body .Progress .img img {
    width: 60%;
}
html.isPC body .Progress .PageTitle {
    display: block;
}
html.isPC body .Progress .Record .img-message {
    width: 40%;
    margin: 0 auto;
}
html.isPC body .Progress .Record .img-message .message {
    font-size: 1em;
    font-weight: bold;
}
html.isPC body .Progress .Record .img-message .img {
    text-align: right;
    width: 120%;
}
html.isPC body .ready {
    display: none;
}
html.isPC body .ready-pc {
    display: block;
}
html.isPC body #btnCode {
    cursor: pointer;
    background-color: #4aa5eb;
}
html.isPC body #btnCode:hover {
    background-color: #3399ee;
}
html.isPC body #btnCode:disabled,
html.isPC body #btnCode[disabled='disabled'],
html.isPC body #btnCode[disabled] {
    background-color: #a5a5a5;
}
html.isPC body a#btnAgreement,
html.isPC body a#btnLocation,
html.isPC body a#btnEOTeach,
html.isPC body a#btnPostAgree {
    color: #cc0000;
    cursor: pointer;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
html.isPC body a#btnAgreement:hover,
html.isPC body a#btnLocation:hover,
html.isPC body a#btnEOTeach:hover,
html.isPC body a#btnPostAgree:hover {
    color: #f10000;
}
html.isPC body a#btnAgreement:active,
html.isPC body a#btnLocation:active,
html.isPC body a#btnEOTeach:active,
html.isPC body a#btnPostAgree:active {
    color: #ab0101;
}
html.isPC body a#btnAgreement:focus,
html.isPC body a#btnLocation:focus,
html.isPC body a#btnEOTeach:focus,
html.isPC body a#btnPostAgree:focus {
    border-color: #ab0101;
}
html.isPC body a#btnAgreement:disabled,
html.isPC body a#btnLocation:disabled,
html.isPC body a#btnEOTeach:disabled,
html.isPC body a#btnPostAgree:disabled {
    filter: grayscale(50%);
}
html.isPC body a#btnLocation {
    font-size: 1rem;
}
html.isPC body .LocationList {
    flex-direction: row;
    flex-wrap: nowrap;
}
html.isPC body .LocationList .uk-select:nth-child(1) {
    margin-right: 0.5rem;
    flex: 1.2;
}
html.isPC body .LocationList .uk-select:nth-child(2) {
    margin-right: 0.5rem;
    margin-top: 0;
    flex: 2.8;
}
html.isPC body .LocationList > div {
    flex: 1;
    width: 20%;
}
@media screen and (max-width: 1100px) {
    html.isPC body .LocationList {
        flex-direction: column;
    }
    html.isPC body .LocationList .uk-select {
        flex: 1;
    }
    html.isPC body .LocationList .uk-select:nth-child(2) {
        margin-top: 0.5rem;
    }
    html.isPC body .LocationList > div {
        width: 100%;
        margin-top: 0.1rem;
    }
}
html.isPC body #LocationModal .uk-modal-dialog {
    max-width: calc(100vw - 2rem);
    width: 1080px;
    max-height: 80vh;
    height: 580px;
}
html.isPC body #TeachModal.uk-modal .uk-modal-dialog,
html.isPC body #accountNoticeModal.uk-modal .uk-modal-dialog,
html.isPC body #bankInfoModal.uk-modal .uk-modal-dialog,
html.isPC body #modalEDDA.uk-modal .uk-modal-dialog,
html.isPC body #modalPostal.uk-modal .uk-modal-dialog,
html.isPC body #modal-job.uk-modal .uk-modal-dialog,
html.isPC body #modal-epassbook.uk-modal .uk-modal-dialog {
    max-width: 1000px !important;
}
html.isPC body #TeachModal.uk-modal .uk-modal-header:before,
html.isPC body #bankInfoModal.uk-modal .uk-modal-header:before,
html.isPC body #modal-epassbook .uk-modal-header:before {
    display: none;
}
html.isPC body #TeachModal.uk-modal .uk-close,
html.isPC body #bankInfoModal.uk-modal .uk-close,
html.isPC body #modal-epassbook .uk-close {
    right: 0.75rem !important;
}
@media screen and (max-width: 1000px) {
    html.isPC body #TeachModal.uk-modal .uk-close,
    html.isPC body #bankInfoModal.uk-modal .uk-close,
    html.isPC body #modal-epassbook .uk-close {
        right: -0.6rem !important;
    }
}
html.isPC body #Modal-InstallChrome .uk-modal-dialog,
html.isPC body #Modal-InitDeviceFB .uk-modal-dialog {
    max-width: 400px !important;
}
html.isPC body #Modal-InstallChrome .uk-modal-header .uk-modal-title img.img_chrome,
html.isPC body #Modal-InitDeviceFB .uk-modal-header .uk-modal-title img.img_chrome {
    width: 1.5em !important;
    height: 1.5em !important;
    margin-left: 0.5em !important;
}
html.isPC body #Modal-InstallChrome .uk-modal-header:before,
html.isPC body #Modal-InitDeviceFB .uk-modal-header:before {
    display: none;
}
html.isPC body #Modal-InstallChrome .uk-modal-body span,
html.isPC body #Modal-InitDeviceFB .uk-modal-body span {
    display: block;
    text-align: center !important;
}
html.isPC body #Modal-InstallChrome .uk-modal-footer,
html.isPC body #Modal-InitDeviceFB .uk-modal-footer {
    background: transparent !important;
}
html.isPC body #Modal-InstallChrome .uk-modal-footer .ibfs-btn-group,
html.isPC body #Modal-InitDeviceFB .uk-modal-footer .ibfs-btn-group {
    background: transparent !important;
}
html.isPC body #Modal-InstallChrome.uk-modal:not(.uk-modal-full) .uk-modal-title,
html.isPC body #Modal-InitDeviceFB.uk-modal:not(.uk-modal-full) .uk-modal-title {
    color: #cc0000 !important;
}
html.isPC body #Modal-InitDeviceFB.uk-modal:not(.uk-modal-full) .uk-modal-title {
    color: #333 !important;
}
html.isPC body .photoList {
    margin-bottom: 0.8em;
}
html.isPC body .photoList div {
    font-size: 1em;
}
html.isPC body .ibfs-more .showMore {
    width: 2em;
    height: 2em;
}
html.isPC body .example {
    width: 50%;
    margin: 0 auto;
}
html.isPC body .uk-list {
    margin-bottom: 0;
}
html.isPC body .uk-list li#Z1 {
    margin-bottom: auto;
}
html.isPC body .uk-list li .address-zone select {
    padding-top: 0;
    padding-bottom: 0;
}
.address-zone {
    flex: 2;
    display: flex;
    align-items: stretch;
}
html.isPC body .uk-list.Check-list li,
html.isPC body .uk-list.Record li {
    margin-bottom: 0;
}
html.isPC body .wrapper {
    height: auto;
}
html.isPC body #wlsModal_wrapper,
html.isPC body .uk-modal:not(.uk-modal-full) > .uk-modal-dialog {
    width: auto;
}
html.isPC body #agreement ul {
    margin-bottom: 0em;
}
html.isPC.isIE #wlsModal_wrapper,
html.isPC.isIE .uk-modal:not(.uk-modal-full) > .uk-modal-dialog {
    height: 30vh;
}
html.isPC #qrcode {
    display: block;
}
html.isPC #banksPanel .uk-list li {
    margin-bottom: 0;
}
html.isPC #banksPanel .uk-list li:not(:disabled) {
    cursor: pointer;
}
html.isPC #banksPanel .uk-list li.disabled {
    background-color: #fff !important;
}
html.isPC #btnEngName:disabled,
html.isPC #btnEngName[disabled='disabled'],
html.isPC #btnEngName[disabled] {
    color: #ffffff;
    background: #a5a5a5;
}
html.isPC .ibfs-list-job-group {
    display: flex;
    flex-wrap: wrap;
}
html.isPC .ibfs-list-job-group > div {
    min-width: calc((100% - 2rem) / 2) !important;
}
@media screen and (max-width: 1200px) {
    html.isPC body::after {
        content: '國票證券版權所有 Copyright IBF Securities All Rights Reserved..';
        color: #fff;
        text-align: center;
        background: #4d4d4d;
        font-size: 0.7em;
        position: fixed;
        width: 100%;
        bottom: 0;
        padding: 1em;
    }
    html.isPC body .wls-container {
        background: none;
    }
    html.isPC body .wls-container::before {
        content: '';
        display: block;
        border-top: 4px solid #cc0000;
    }
    html.isPC body .wls-container .wls-main {
        max-width: 100%;
        margin: 0em auto;
        box-shadow: none;
        padding: 0em;
    }
}
@media screen and (max-width: 640px) {
    html.isPC body::before {
        padding-left: 3em;
    }
}
html.isPC .ibfs-ContactTime input[type='radio'] + label:hover {
    color: #cc0000;
}
html.isPC .ibfs-ContactTime input[type='radio'] + label:active {
    color: #cc0000;
}
html.isPC .ibfs-ContactTime input[type='radio']:checked + label {
    color: #cc0000;
}
html.isPC .ibfs-ContactTime > div:not(.list-title) {
    margin-bottom: 0.5rem;
}
html.isMobile body::before {
    content: '國票證券線上開戶';
    font-size: 1.35rem;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    padding: 1em 1em 1em 4.5em;
    color: #333;
    box-sizing: border-box;
    background: url(images/logo@3X.png) no-repeat 0.5em center;
    background-size: cover;
    background-size: 20%;
}
@media screen and (min-width: 415px) and (max-width: 1366px) {
    html.isMobile body::before {
        background-size: 50px;
        padding: 0.5em 0.5em 0.5em 70px;
    }
}
html.isMobile body .wls-container::before {
    content: '';
    display: block;
    border-top: 5px solid #c8c8c8;
}
html.isMobile body #paperwork {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
html.isIE #EBillRadio1,
html.isIE #EBillRadio2 {
    background: #fff;
}
html.isIE .box-agreement {
    flex: auto;
    height: auto;
}
html.isPC .list-title {
    color: #cc0000;
}
html.isPC .btn_group_fixed {
    display: block;
    position: fixed;
    right: 1rem;
    bottom: 3em;
    font-size: 0.8rem;
}
html.isPC .btn_group_fixed > a,
html.isMobile .btn_group_fixed > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 6em;
    height: 6em;
    border-radius: 10em;
    text-decoration: none;
    color: #ffffff;
    margin-bottom: 0.5rem;
}
html.isPC .btn_group_fixed > a:hover,
html.isMobile .btn_group_fixed > a:hover {
    box-shadow: 0 0 10px #fff;
}
@media (max-width: 420px) {
    html.isPC .btn_group_fixed > a,
    html.isMobile .btn_group_fixed > a {
        font-size: 0.6rem;
        top: 10rem;
    }
}
html.isPC .btn_group_fixed .btnCheckLogin,
html.isMobile .btn_group_fixed .btnCheckLogin {
    background: #f96564;
}
html.isPC .btn_group_fixed .btnCheckLogin:hover,
html.isMobile .btn_group_fixed .btnCheckLogin:hover {
    background: #cc0000;
}
html.isPC .btn_group_fixed .btnOpenF,
html.isMobile .btn_group_fixed .btnOpenF {
    background: #2472ba;
}
html.isPC .btn_group_fixed .btnOpenF:hover,
html.isMobile .btn_group_fixed .btnOpenF:hover {
    background: #185fa1;
}
html.isPC .btn_group_fixed .btnOpenAdd,
html.isMobile .btn_group_fixed .btnOpenAdd {
    background: #79a51e;
}
html.isPC .btn_group_fixed .btnOpenAdd:hover,
html.isMobile .btn_group_fixed .btnOpenAdd:hover {
    background: #6a9414;
}
html.isPC .Selfie .ibfs-photo,
html.isMobile .Selfie .ibfs-photo {
    width: calc((1000px - 2.5rem - 0.75rem) * 0.5 * 0.7);
    height: calc((1000px - 2.5rem - 0.75rem) * 0.5 * 1.553 * 0.7);
    font-weight: bold;
}
html.isPC .Selfie .ibfs-photo .ibfs-upload,
html.isMobile .Selfie .ibfs-photo .ibfs-upload {
    font-size: 0.8em;
}
html.isPC .Selfie .ibfs-photo .ibfs-zoom,
html.isMobile .Selfie .ibfs-photo .ibfs-zoom {
    opacity: 0;
}
html.isPC .ibfs-photo .ibfs-upload,
html.isMobile .ibfs-photo .ibfs-upload {
    font-size: 0.8em;
}
html.isPC .ibfs-photo .ibfs-zoom,
html.isMobile .ibfs-photo .ibfs-zoom {
    opacity: 0;
}
html.isPC #modal-qa .uk-modal-dialog,
html.isMobile #modal-qa .uk-modal-dialog {
    width: 1100px;
    padding: 2rem;
}
html.isPC #btnHomeApp,
html.isMobile #btnHomeApp {
    display: none;
}
html.isPC #btnHomeWeb,
html.isMobile #btnHomeWeb,
html.isPC #btnInsufficient,
html.isMobile #btnInsufficient {
    color: #ffffff;
    display: block;
}
html.isPC #modal-job .uk-modal-header .ibfs-job-title,
html.isMobile #modal-job .uk-modal-header .ibfs-job-title {
    color: #f96564;
}
html.isPC #modal-job .uk-modal-footer button,
html.isMobile #modal-job .uk-modal-footer button {
    margin: 0.5rem;
    border-radius: 0.3rem;
    border: 1px #f96564 solid;
}
html.isPC #modal-job .uk-modal-footer button:first-child,
html.isMobile #modal-job .uk-modal-footer button:first-child {
    color: #f96564;
}
html.isPC #modal-job .uk-modal-footer button:last-child,
html.isMobile #modal-job .uk-modal-footer button:last-child {
    background: #f96564;
    color: #fff;
}
html.isPC .ibfs-list-job-group .ibfs-job-item > input[type='radio']:checked + label,
html.isMobile .ibfs-list-job-group .ibfs-job-item > input[type='radio']:checked + label {
    color: #f96564;
}
html.isPC .ibfs-list-job-group .ibfs-job-item > input[type='radio']:checked + label:before,
html.isMobile .ibfs-list-job-group .ibfs-job-item > input[type='radio']:checked + label:before {
    background-color: #f96564;
}
html:not(.isEManager) #descQRcodeWeb {
    text-decoration: none;
}

/* 長section padding 高度 */
#photos, #accounts {
    padding-bottom: 4rem;
}

/* new */

html.isMobile .uk-position-fixed.uk-position-bottom {
    background: #ffffff;
    border: 0;
}

html.isMobile .uk-position-fixed.uk-position-bottom > button:not(:last-child) {
    margin: 0;
    margin-right: 1em;
}

html.isMobile body .wls-main .stepByStepNew .uk-text-primary {
    color: #e63036 !important;
}

#wlsModal_body,
.uk-modal:not(.uk-modal-full) .uk-modal-body {
    border-bottom: 0;
}

#agreementPersonalModal .uk-modal-dialog {
    width: 100vh;
    /* 寬度接近全螢幕 */
    max-width: none;
    /* 移除 UIkit 的限制 */
    max-height: initial;
    overflow-y: hidden;
    /* 若內容太多可滾動 */
}

#agreementPersonalModal #embedAgreementDoc {
    flex: 1;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
}

#agreementPersonalModal .uk-modal-dialog .uk-modal-body {
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    max-height: 70vh;
}

.uk-list li.uk-padding-small {
    padding: 0.5rem 0;
    margin-top: 0;
}

#accountForm .uk-list li.uk-padding-small {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: .5rem;
}

.error-message:empty {
    display: none;
}

.error-message {
    color: #db2031;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 0.25rem;
}

.error-message::before {
    content: '!';
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    background-color: #db2031;
    color: #fff;
    border-radius: 0.5em;
    text-align: center;
    margin-right: 0.25em;
}

/* 出入金帳號 */
.section {
    background: #FFF3F3;
    padding: 1rem;
}
/* 頁面樣式 */
.scroll-indicator {
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}

.scroll-indicator.hidden {
    display: none;
}

/* 自動完成列表樣式 */
.autocomplete-container {
    position: relative;
}

.autocomplete-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 6px 6px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9999;
    display: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.autocomplete-item {
    padding: 12px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
}

.autocomplete-item:hover {
    background-color: #f8f9fa;
}

.autocomplete-item:last-child {
    border-bottom: none;
}

.autocomplete-item.selected {
    background-color: #007bff;
    color: white;
}

/* 免傳存摺標籤樣式 */
.no-passbook-pill {
    background-color: #4aa5eb;
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

/* EDDA銀行選項 - 藍色背景 */
.autocomplete-item.edda-bank {
    background-color: #c9edfb;
}

.autocomplete-item.edda-bank:hover {
    background-color: #bbdefb;
}

/* 中華郵政選項 - 綠色背景 */
.autocomplete-item.postal-bank {
    background-color: #c7f9c9;
}

.autocomplete-item.postal-bank:hover {
    background-color: #c8e6c9;
}

.no-data {
    padding: 12px;
    color: #999;
    font-style: italic;
    text-align: center;
}

/* 輸入框相關樣式 */
.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.clear-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #999999;
    color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 12px;
    display: none !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.clear-btn.show {
    display: flex !important;
}

.clear-btn:hover {
    background: #c82333;
}

/* 成功訊息樣式 */
.success-toast {
    position: fixed;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #009741;
    color: white;
    padding: .55rem 1.25rem;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transition: bottom 0.3s ease-in-out;
    min-width: 250px;
    text-align: center;
}

@media screen and (max-width: 650px) {
    .success-toast {
        width: 85%;
    }
}

.success-toast::before {
    content: '';
    display: inline-block;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-image: url(images/icon-check_toast-success.svg);
    background-position: center;
    background-size: contain;
    vertical-align: text-bottom;
}

.success-toast.show {
    bottom: 5px;
}

/* 錯誤狀態樣式 */
input[type='text'].error,
input[type='number'].error,
input[type='file'].error,
.upload-area.error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 5px rgba(220, 53, 69, 0.3) !important;
    animation: errorShake 0.5s ease-in-out;
}

@keyframes errorShake {
    0%,
    20%,
    40%,
    60%,
    80% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

.empty-state {
    text-align: center;
    color: #999;
    font-style: italic;
    padding: 40px;
}

/* 帳戶顯示區樣式 */
.account-card {
    padding: 1rem;
    margin-bottom: 20px;
    background: #eee;
    transition: all 0.3s ease;
}

.account-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.account-type {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}

.withdraw-bank {
    color: #dc3545;
}

.inbound-bank {
    color: #0163bf;
}

.account-info {
    line-height: 1.8;
    color: #000000;
    margin-top: 0.5rem;
}

.bank-details {
    list-style: none;
}

@media screen and (min-width: 768px) {
    .account-info .bank-details {
        display: flex;
    }

    .account-info .bank-details > li {
        margin-right: .5rem;
    }
    
    .account-info .bank-details > li:last-child {
        margin-right: 0;
    }
}


.bank-name {
    font-weight: bold;
    color: #333;
}

.account-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.set-withdraw-btn {
    background: #ffc107;
    color: #212529;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

.set-withdraw-btn:hover {
    background: #e0a800;
}

.set-withdraw-btn:disabled {
    background: #6c757d;
    color: white;
    cursor: not-allowed;
}

.delete-btn {
    background: #4aa5eb;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.delete-btn:hover {
    background: #3399ee;
}

/* 存摺照片摺疊功能樣式 */
.photo-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-header:hover {
    border-radius: 4px;
    padding: 8px;
    margin: 0 -8px;
}

.photo-title {
    font-weight: bold;
    margin-bottom: 0;
    color: #333;
}

.photo-collapse-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.3s ease;
    color: #666;
}

.photo-collapse-btn:hover {
    background: #f0f0f0;
    color: #333;
}

.photo-collapse-btn svg {
    transition: transform 0.3s ease;
}

.photo-collapse-btn.collapsed svg {
    transform: rotate(180deg);
}

.photo-content {
    margin-top: 5px;
    transition: all 0.3s ease;
    overflow: hidden;
    text-align: center;
}

.photo-content-img {
    max-width: 300px;
    max-height: 200px;
    border-radius: 6px;
    border: 2px solid #ddd;
}

@media screen and (max-width: 480px) {
    .photo-content-img {
        max-width: 100%;
        height: auto;
    }
}

.photo-content.collapsed {
    display: none;
}

.photo-preview {
    width: calc((1000px - 2.5rem - .75rem) * .5);
    height: calc((1000px - 2.5rem - .75rem) * .5 / 1.553);
    max-width: 100%;
    max-height: 100%;
    border-radius: 6px;
    border: 2px solid #ddd;
    transition: all 0.3s ease;
    display: block;
    cursor: pointer;
    object-fit: contain;
}

.uk-modal-footer .close-button {
    color: #ffffff;
    background-color: #f96564;
}

.uk-modal-footer .close-button:disabled {
    color: #ffffff;
    background-color: #c6c6c6;
    cursor: not-allowed;
}

#wlsModal_title::before,
.uk-modal:not(.uk-modal-full) .uk-modal-title::before {
    display: none;
}

.bankInfoList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.bankInfoList .bankContent {
    box-sizing: border-box;
    padding: .25rem;
    border: 1px solid #ffffff;
    background-color: #f9f9f9;
    text-align: initial;
    min-width: 0;
    overflow-wrap: break-word;
}

.bankInfoList .bankNum {
    font-weight: 500;
}

/* 桌機版:左右兩欄排列 */
@media screen and (min-width: 768px) {
    .bankInfoList .bankContent {
        width: calc(50% - 0.25rem);
        /* 50% 寬度減去 gap 的一半 */
    }
}

/* 手機版:向下排列 (100% 寬度) */
@media (max-width: 639px) {
    .bankInfoList .bankContent {
        width: 100%;
        background: none;
        border-bottom: 1px solid #DDDDDD;
    }
    .bankInfoList .bankContent:last-child {
        border-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .selfie-notice {
        max-width: 375px;
    }
}

.uk-text-small {
    font-size: 0.89rem;
}

/* site.css */
/* 驗證錯誤添加樣式 */
.input-validation-error {
    /* 輸入框錯誤樣式 */
    border-color: #db2031 !important; /* 確保覆蓋 Uikit */
}
/* 錯誤訊息文字樣式 */
.field-validation-error {
    color: #db2031; /* 紅色文字 */
    font-weight: 700;
    font-size: 0.75em;
}
/* 錯誤訊息框樣式 */
.validation-error-box {
    background-color: #ffffff; /* 白色背景 */
    color: #db2031; /* 深紅色文字 */
    border: 1px solid #ffffff; /* 紅色邊框 */
    margin-top: 0px; /* 與上方元素間距 */
    margin-top: 0.25rem; /* 與下方元素間距 */
    border-radius: 4px; /* 加點圓角 */
}
/* SVG 圖示大小 */
.icon-svg-warning {
    width: 1em; /* 調整為適合的大小 */
    height: 1em;
    fill: #db2031; /* 設定 SVG 顏色 */
    margin-right: 0.25rem;
}

#agreement table {  border-collapse: collapse;}
#agreement table th,
#agreement table td{
    padding:2px;
    border: 1px solid #333;
}

#agreement table thead th {
    background: #ccc;
    text-align: center;
}

#agreement p, 
#agreement h1, 
#agreement h2, 
#agreement h3, 
#agreement h4, 
#agreement h5 { 
    margin-top:0 !important; margin-bottom:0 !important; font-size: .8rem !important;
}

.box-agreement .page ol,
.box-agreement .page li {
    padding-inline-start: 0.5rem;
}

.uk-modal:not(.uk-modal-full) .uk-modal-footer button:not(:last-child) {
    margin-right: 1em;
}

.uk-modal:not(.uk-modal-full) .uk-modal-footer .uk-button-default {
    border: 1px solid #F96564;
}
