/*ui-datepicker*/

/* 測試 */
body{
    overflow-y: scroll;
}

.ui-datepicker.ui-widget.ui-widget-content {
    z-index: 1010 !important;
}

.ui-datepicker th {
    font-size: 0.938em;
    font-weight: 500;
}

.ui-widget-header {
    background-color: #d8d8d8;
}

.ui-datepicker .ui-datepicker-header {
    padding: 5px 0;
    border-radius: 0;
}

.ui-datepicker.ui-widget.ui-widget-content {
    border: 4px solid #e3e3e3;
    width: 350px;
    border-radius: 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #d6d6d6;
    padding: 2px 9px;
    font-size: 0.875em;
    font-weight: 500;
    width: 39%;
    height: 30px;
}

.ui-datepicker-title {
    position: relative;
}

    .ui-datepicker-title:before {
        content: '';
        background-image: url('../img/date-icon-updown.png');
        position: absolute;
        width: 9px;
        height: 13px;
        left: 110px;
        top: 10px;
        z-index: 100;
    }

    .ui-datepicker-title:after {
        content: '';
        background-image: url('../img/date-icon-updown.png');
        position: absolute;
        width: 9px;
        height: 13px;
        right: 2.3em;
        top: 10px;
    }

.ui-state-default, .ui-widget-content .ui-state-default {
    background-color: #e3e3e3;
    color: #000;
    border: 0;
    text-align: center;
    padding: 9px 14px;
    font-size: 0.875em;
    font-weight: 500;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background-color: #bebec0;
    border: 0;
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
    width: 30px;
    height: 30px;
    background-position: center;
    position: relative;
    left: 0;
    top: 0;
}

.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 6px;
    left: 3px;
    width: 30px;
    height: 30px;
}

.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 6px;
    right: 3px;
    width: 30px;
    height: 30px;
}

.ui-datepicker .ui-datepicker-prev span {
    position: relative;
    left: 0;
    top: 0;
    margin: auto;
    background-image: url('../img/hwatai-39.png');
}

.ui-datepicker .ui-datepicker-next span {
    position: relative;
    left: 0;
    top: 0;
    margin: auto;
    background-image: url('../img/hwatai-40.png');
}

/*ga-keypad*/

.ga-keypad {
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #aaa;
    box-shadow: 0px 0px 8px #aaa;
    padding: 20px 12px;
    border-radius: 0px;
    position: absolute;
    width: 520px;
    right: 0;
    top: 280px;
    z-index: 1;
    background-color: #fff;
    text-align: left;
    display: none;
}

    .ga-keypad.active {
        display: block;
    }

    .ga-keypad .title {
        padding-bottom: 5px;
        margin-left: 3px;
    }

        .ga-keypad .title p {
            color: #9b9b9b;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: 1px;
        }

.keyboard_close_btn span {
    font-size: 0;
    position: absolute;
    right: 35px;
    top: 20px;
    cursor: pointer;
}

    .keyboard_close_btn span:after {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        background-image: url('../img/hwatai-58.png');
        background-size: cover;
        background-position: center;
    }

.ga-keypad .keypad-special {
    width: 2em;
    margin: 3px;
    padding: 4px;
    border: 0px solid rgb(178, 178, 178);
    background-color: #ccc;
}

.ga-keypad .keypad-back {
    border: 0px solid rgb(178, 178, 178);
    background-color: #ccc;
    width: 4.3em;
}

.ga-keypad .keypad-spacebar {
    width: 13.25em;
    margin: 0.125em;
}

.ga-keypad .keypad-key, .ga-keypad .keypad-tab, .ga-keypad .keypad-space {
    width: 2em;
    margin: 3px;
    padding: 4px;
    background-color: #eee;
    border: 1px solid rgb(178, 178, 178);
    color: #4a4a4a;
}

.ga-keypad .keypad-half-space {
    width: 1em;
    margin-left: 0.125em;
}

.ga-keypad .keypad-key, .ga-keypad .keypad-special {
    font-size: 16px;
}

/*hwatai-calendar*/

.hwatai-calendar-block {
    position: relative;
}

#hwatai-calendar {
    max-width: 380px;
    margin: 0 auto;
}

#hwatai-calendar {
    box-sizing: border-box;
    padding: 0;
    background-color: #fff;
}

    #hwatai-calendar * {
        box-sizing: border-box;
    }

    #hwatai-calendar button:focus {
        outline: 0;
    }

    #hwatai-calendar.fc-unthemed .fc-content, #hwatai-calendar.fc-unthemed .fc-divider, #hwatai-calendar.fc-unthemed .fc-list-heading td, #hwatai-calendar.fc-unthemed .fc-list-view, #hwatai-calendar.fc-unthemed .fc-popover, #hwatai-calendar.fc-unthemed .fc-row, #hwatai-calendar.fc-unthemed tbody, #hwatai-calendar.fc-unthemed td, #hwatai-calendar.fc-unthemed th, #hwatai-calendar.fc-unthemed thead {
        border: 0;
    }

    #hwatai-calendar .fc-view-container .fc-view > table {
        padding: 0;
        border-collapse: separate;
    }

    #hwatai-calendar .fc-row .fc-content-skeleton {
        padding-bottom: 0;
    }

    #hwatai-calendar .fc-basic-view .fc-body .fc-row {
        min-height: 30px;
        height: auto !important;
    }

    #hwatai-calendar.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
        float: none;
        text-align: center;
        display: inline-block;
        width: 30px;
        height: 30px;
        padding: 0;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 1.6px;
        border-radius: 50%;
        /*background-color: #e6be46;
	border-radius: 50%;*/
    }

        #hwatai-calendar.fc-ltr .fc-basic-view .fc-day-top .fc-day-number.active {
            background-color: #e6be46;
        }

    #hwatai-calendar.fc tr:first-child > td > .fc-day-grid-event {
        /*margin-top: 0px;*/
    }

    #hwatai-calendar .fc-day-top {
        text-align: center;
    }

    #hwatai-calendar .fc-day-header {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: 1.6px;
        text-align: center;
        color: #4a4a4a;
    }


th.fc-day-header.fc-widget-header span {
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 1.6px;
    text-align: center;
    color: #4a4a4a;
    font-weight: bold;
}

th.fc-day-header.fc-widget-header.fc-sun span {
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 1.6px;
    text-align: center;
    color: #e30000;
    font-weight: bold;
}

th.fc-day-header.fc-widget-header.fc-sat span {
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 1.6px;
    text-align: center;
    color: #e30000;
    font-weight: bold;
}

#hwatai-calendar .fc-ltr .fc-list-heading-main {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    text-align: left;
    color: #9b9b9b;
    float: none;
    padding-left: 8px;
}

#hwatai-calendar .fc-ltr .fc-list-heading-alt {
    float: left;
}

#hwatai-calendar .fc-toolbar.fc-header-toolbar {
    margin-bottom: 20px;
}

#hwatai-calendar .fc-header-toolbar h2 {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1.5px;
    text-align: center;
    color: #1f277c;
    float: none;
    padding-top: 3px;
    padding-left: 20px;
}

#hwatai-calendar.fc .fc-next-button, #hwatai-calendar.fc .fc-prev-button {
    border: 0;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
}

#hwatai-calendar.fc .fc-next-button {
    margin-left: 10px;
}

#hwatai-calendar.fc button .fc-icon.fc-icon-left-single-arrow {
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}

#hwatai-calendar .fc-icon-left-single-arrow:after {
    content: '';
    background-image: url('../img/hwatai-39.png');
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
}

#hwatai-calendar.fc button .fc-icon.fc-icon-right-single-arrow {
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}

#hwatai-calendar .fc-icon-right-single-arrow:after {
    content: '';
    background-image: url('../img/hwatai-40.png');
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
}

#hwatai-calendar.fc .fc-listWeek-button, #hwatai-calendar.fc .fc-month-button {
    width: 40px;
    height: 26px;
    background-color: #d8d8d8;
    border: 0;
    background-image: none;
    box-shadow: none;
    font-size: 14px;
}

#hwatai-calendar.fc .fc-listWeek-button {
    border-radius: 0 13px 13px 0;
}

#hwatai-calendar.fc .fc-month-button {
    border-radius: 13px 0 0 13px;
}

    #hwatai-calendar.fc .fc-listWeek-button:before, #hwatai-calendar.fc .fc-month-button:before {
        content: '';
        position: absolute;
        top: 1px;
        z-index: -1;
        width: 38px;
        height: 24px;
    }

    #hwatai-calendar.fc .fc-listWeek-button.fc-state-active:before, #hwatai-calendar.fc .fc-month-button.fc-state-active:before {
        content: '';
        border-radius: 13px;
        background-color: #ffffff;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    }

#hwatai-calendar.fc .fc-listWeek-button.fc-state-active:before {
    left: 1px;
}

#hwatai-calendar.fc .fc-month-button.fc-state-active:before {
    right: 1px;
}

#hwatai-calendar .fc-bgevent-skeleton {
    top: 8px;
}

#hwatai-calendar .fc-bgevent {
    background: #e6be46;
    opacity: 1;
}

#hwatai-calendar .fc-day {
    font-size: 0;
    height: auto;
}

#hwatai-calendar .fc-today {
    background-color: transparent;
}

    #hwatai-calendar .fc-today .fc-day-number {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #e3e3e3;
    }

#hwatai-calendar .fc-disabled-day {
    background-color: #fff;
}

#hwatai-calendar .fc-week {
    padding: 10px 0 0 0;
}

#hwatai-calendar .fc-popover {
    position: absolute;
    top: auto !important;
    bottom: 0;
    left: 0 !important;
    right: 0;
    margin: auto;
    width: 100%;
    background-color: #9b9b9b;
    padding: 10px 20px;
}

    #hwatai-calendar .fc-popover .fc-header {
        background-color: #9b9b9b;
        padding: 0 0 10px 0;
    }

        #hwatai-calendar .fc-popover .fc-header .fc-title {
            margin: 0;
            font-size: 14px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.71;
            letter-spacing: 1.6px;
            text-align: center;
            color: #ffffff;
        }

    #hwatai-calendar .fc-popover .fc-event-container {
        padding: 0;
    }

    #hwatai-calendar .fc-popover .fc-content {
        white-space: normal;
        padding-left: 15px;
    }

    #hwatai-calendar .fc-popover .fc-event-container .fc-title {
        position: relative;
        word-break: break-all;
        word-wrap: break-word;
    }

        #hwatai-calendar .fc-popover .fc-event-container .fc-title:before {
            content: '';
            position: absolute;
            left: -15px;
            top: 6px;
            width: 5px;
            height: 5px;
            background-color: #fff;
            border-radius: 50%;
        }

    #hwatai-calendar .fc-popover .fc-body {
        min-height: 32px;
        max-height: 185px;
        overflow-y: scroll;
    }

    #hwatai-calendar .fc-popover .fc-day-grid-event {
        margin: 1px 0;
        background-color: transparent;
        border: 0;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: 1.6px;
        text-align: left;
        color: #ffffff;
    }

#hwatai-calendar .fc-icon-x:after {
    content: ' ';
    width: 15px;
    height: 15px;
    background-image: url('../img/hwatai-icon.png');
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 20px;
    top: 15px;
}

#hwatai-calendar .fc-more {
    color: #f00;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    display: block;
    text-align: center;
    display: none;
}

#hwatai-calendar .fc-event-dot {
    background-color: #000;
    width: 4px;
    height: 4px;
    vertical-align: middle;
}

#hwatai-calendar .fc-view-container .fc-view .fc-list-table {
    border-collapse: separate;
    display: block;
}

#hwatai-calendar .fc-list-table tbody {
    font-size: 0;
    display: block;
}

#hwatai-calendar .fc-list-heading {
    display: inline-block;
    vertical-align: top;
    width: 29%;
    border-top: 1px dashed #d8d8d8;
}

#hwatai-calendar .fc-list-item {
    display: inline-block;
    vertical-align: top;
    width: 71%;
    border-top: 1px dashed #d8d8d8;
}

#hwatai-calendar .fc-list-heading:first-child {
    border-top: 0;
}

    #hwatai-calendar .fc-list-heading:first-child + .fc-list-item {
        border-top: 0;
    }

#hwatai-calendar .fc-list-item + .fc-list-item {
    padding-left: 29%;
    width: 100%;
    border-top: 0;
}

#hwatai-calendar .fc-list-heading .fc-widget-header {
    background-color: transparent;
    display: block;
}

#hwatai-calendar .fc-list-heading .fc-list-heading-main {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #4a4a4a;
    display: inline-block;
    vertical-align: top;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #e6be46;
}

.fc-list-heading-main-satsun {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #e30000;
    display: inline-block;
    vertical-align: top;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    margin-right: 5px;
}

#hwatai-calendar .fc-list-heading .fc-list-heading-alt {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1.4px;
    text-align: left;
    color: #9b9b9b;
    display: inline-block;
    vertical-align: top;
    padding-left: 3px;
    float: none;
}

.fc-list-heading-alt-satsun {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1.4px;
    text-align: left;
    color: #e30000;
    display: inline-block;
    vertical-align: top;
    padding-left: 3px;
    float: none;
}
/*星期六背景色和字体颜色wheat */
.fc-unthemed td.fc-sat {
    /*background: #F5DEB3;*/
    color: #e30000;
}
/*星期天背景色和字体颜色burlywood */
.fc-unthemed td.fc-sun {
    /*background: #DEB887;*/
    color: #e30000;
}

#hwatai-calendar .fc-list-item td {
    display: inline-block;
    vertical-align: top;
}

#hwatai-calendar td.fc-list-item-time {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 1.6px;
    text-align: left;
    color: #4a4a4a;
    display: none;
}

#hwatai-calendar td.fc-list-item-marker {
    font-size: 16px;
    line-height: 26px;
}

#hwatai-calendar .fc-list-item:hover td {
    background-color: transparent;
}

#hwatai-calendar .fc-list-table td {
    padding: 4px 5px 4px 5px;
}

#hwatai-calendar td.fc-list-item-title {
    padding: 4px 5px 4px 10px;
}

#hwatai-calendar .fc-list-item-title a {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1.6px;
    text-align: left;
    color: #4a4a4a;
    word-break: break-all;
    word-wrap: break-word;
}

#hwatai-calendar .fc-view .fc-day-grid-event .fc-title {
    color: #fff;
    font-size: 12px;
}

#hwatai-calendar .fc-view .fc-content-skeleton .fc-day-grid-event {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    /*top: -32px;*/
    margin-top: -32px;
    z-index: -1;
    background-color: transparent;
    border: 0;
}

    #hwatai-calendar .fc-view .fc-content-skeleton .fc-day-grid-event .fc-title {
        font-size: 0;
    }

#hwatai-calendar .fc-toolbar .fc-state-active, #hwatai-calendar .fc-toolbar .ui-state-active {
    z-index: 0;
}

/* month event display */

.hwatai-calendar-block .month-events {
    display: none;
    background-color: #9b9b9b;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    z-index: 1;
    max-height: 230px;
}

.hwatai-calendar-block .eventdate-title {
    padding-bottom: 10px;
}

    .hwatai-calendar-block .eventdate-title p {
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: 1.6px;
        text-align: left;
        color: #ffffff;
    }

.hwatai-calendar-block .evnets-ul {
    padding-left: 20px;
    max-height: 160px;
    overflow-y: scroll;
}

    .hwatai-calendar-block .evnets-ul .month-list-li {
        list-style: disc;
        font-size: 16px;
        color: #fff;
    }

        .hwatai-calendar-block .evnets-ul .month-list-li .event-title {
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.71;
            letter-spacing: 1.6px;
            text-align: left;
            color: #ffffff;
        }

.hwatai-calendar-block .month-events.show {
    display: block;
}

.hwatai-calendar-block .month-events .close-btn {
    position: absolute;
    display: inline-block;
    right: 40px;
    top: 20px;
    cursor: pointer;
}

    .hwatai-calendar-block .month-events .close-btn span {
        font-size: 0;
        position: relative;
    }

        .hwatai-calendar-block .month-events .close-btn span:after {
            content: '';
            position: absolute;
            width: 18px;
            height: 18px;
            background-image: url('../img/hwatai-icon.png');
            background-size: cover;
            background-position: center;
        }

.hwatai-calendar-block .fc-list-heading.empty-day .fc-list-heading-main {
    background-color: white !important;
}

#hwatai-calendar .fc-view .fc-content-skeleton .fc-day-grid-event {
}

.hwa-c-1 {
}

    .hwa-c-1 .title {
        padding-bottom: 10px;
        border-bottom: 1px solid #1f277c;
    }

        .hwa-c-1 .title a {
            font-size: 16px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: 1.9px;
            text-align: left;
            color: #1f277c;
            position: relative;
            display: inline-block;
        }

            .hwa-c-1 .title a:after {
                content: '';
                width: 5px;
                height: 7px;
                background-image: url('../img/hwatai-60.png');
                background-size: cover;
                background-position: center;
                position: absolute;
                right: -12px;
                top: 8px;
            }

    .hwa-c-1 .conttt {
        padding-top: 25px;
    }

        .hwa-c-1 .conttt .ul-items {
            list-style-type: disc;
        }

            .hwa-c-1 .conttt .ul-items .ul-li-items {
                list-style-type: disc;
                font-size: 14px;
                margin-left: 30px;
                padding-bottom: 10px;
            }

                .hwa-c-1 .conttt .ul-items .ul-li-items a {
                    display: block;
                    width: 100%;
                    font-size: 14px;
                    font-weight: normal;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: normal;
                    letter-spacing: 1.6px;
                    text-align: left;
                    color: #4a4a4a;
                    padding: 0;
                }

.hwa-c-2 {
}

    .hwa-c-2 > .ul-items {
        font-size: 0;
        padding: 25px 25px;
    }

    .hwa-c-2 .ul-items .ul-li-item {
        padding: 0 15px;
        display: inline-block;
        vertical-align: top;
        width: 33%;
        font-size: 16px;
    }

.hwa-c-3 .card {
    border-radius: 0px;
    border: 0;
}

.hwa-c-3 .card-header {
    padding: 0;
    border-radius: 0px;
    border: 0;
    background-color: transparent;
}

    .hwa-c-3 .card-header .btnnn {
        display: block;
        width: 100%;
        padding: 0px;
        border-radius: 0px;
        background-color: transparent;
        text-align: left;
        position: relative;
    }

        .hwa-c-3 .card-header .btnnn[aria-expanded="true"] {
            background-color: #1f277c;
        }

        .hwa-c-3 .card-header .btnnn .title:after {
            content: '';
            position: absolute;
            top: 22px;
            right: 0px;
            width: 8px;
            height: 8px;
            background-image: url('../img/arrowup_whitesmoke.png');
            background-position: center;
            background-repeat: no-repeat;
        }

        .hwa-c-3 .card-header .btnnn.collapsed .title:after {
            background-image: url('../img/riar-01.png');
        }

        .hwa-c-3 .card-header .btnnn:focus, .hwa-c-3 .card-header .btnnn:active {
            outline: 0;
            box-shadow: none;
        }

        .hwa-c-3 .card-header .btnnn .title {
            border-top: 1px dashed #d8d8d8;
            max-width: 528px;
            margin: auto;
            padding: 15px 0;
            position: relative;
        }

.hwa-c-3 .card:first-child .card-header .btnnn .title {
    border-top: 0;
}

.hwa-c-3 .card-header .btnnn[aria-expanded="true"] .title {
    border: 0;
}

.hwa-c-3 .card-header .btnnn .title p {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    text-align: left;
    color: #4a4a4a;
}

.hwa-c-3 .card-header .btnnn[aria-expanded="true"] .title p {
    color: #fff;
}

.hwa-c-3 .card-body {
    padding: 0;
    max-width: 528px;
    margin: auto;
}

.hwa-c-3 .card:last-child .card-header .btnnn .title {
    border-bottom: 0;
}

.hwa-c-3-1 .card {
    border-radius: 0px;
    border: 0;
    border-bottom: solid 1px #d8d8d8;
    padding-bottom: 10px;
}

    .hwa-c-3-1 .card:last-child {
        border: 0;
    }

.hwa-c-3-1 .card-header {
    padding: 0;
    border-radius: 0px;
    border: 0;
    background-color: transparent;
}

    .hwa-c-3-1 .card-header .btnnn {
        display: block;
        width: 100%;
        padding: 0px;
        border-radius: 0px;
        background-color: transparent;
        text-align: left;
        position: relative;
    }

        .hwa-c-3-1 .card-header .btnnn[aria-expanded="true"] {
        }

        .hwa-c-3-1 .card-header .btnnn .title:after {
            content: '';
            position: absolute;
            top: 18px;
            right: 0px;
            width: 6px;
            height: 11px;
            background-image: url('../img/hwatai-60.png');
            transform: rotate(90deg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .hwa-c-3-1 .card-header .btnnn.collapsed .title:after {
            background-image: url('../img/hwatai-60.png');
            transform: rotate(-90deg);
        }

        .hwa-c-3-1 .card-header .btnnn:focus, .hwa-c-3-1 .card-header .btnnn:active {
            outline: 0;
            box-shadow: none;
        }

        .hwa-c-3-1 .card-header .btnnn .title {
            margin: auto;
            padding: 10px 0 0 0;
            position: relative;
        }

.hwa-c-3-1 .card:first-child .card-header .btnnn .title {
    border-top: 0;
}

.hwa-c-3-1 .card-header .btnnn .title p {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    text-align: left;
    color: #1f277c;
}

.hwa-c-3-1 .card-body {
    padding: 0;
    max-width: 528px;
    margin: auto;
}

.hwa-c-3-1 .card:last-child .card-header .btnnn .title {
    border-bottom: 0;
}

.hwa-c-4 .twobtn-1 {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

    .hwa-c-4 .twobtn-1 .oval-style {
        display: inline-block;
        width: 120px;
        border-radius: 25px;
        background-color: #e30000;
        box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.2);
        letter-spacing: 1.4px;
        color: #ffffff;
        padding: 10px 4px;
        text-decoration: none;
        text-align: center;
        margin: 0 25px;
    }

        .hwa-c-4 .twobtn-1 .oval-style:active, .hwa-c-4 .twobtn-1 .oval-style:hover {
        }

        .hwa-c-4 .twobtn-1 .oval-style.errorstyle {
            color: black;
            background-color: #F6F6F6;
        }

.hwa-c-5 {
    padding-bottom: 10px;
}

    .hwa-c-5 .twobtn-1 {
        text-align: center;
        position: relative;
        padding: 1px 0 1px 0;
        border-radius: 20px;
        background-color: #f6f6f6;
        display: inline-block;
        vertical-align: top;
        font-size: 0;
    }

        .hwa-c-5 .twobtn-1 .oval-style.active {
            background-color: #e30000;
            color: #ffffff;
            box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
            font-weight: bold;
        }

        .hwa-c-5 .twobtn-1 .oval-style {
            display: inline-block;
            width: 91px;
            border-radius: 20px;
            padding: 8px 0px;
            text-decoration: none;
            text-align: center;
            font-size: 14px;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: 1.2px;
            color: #4a4a4a;
            background-color: transparent;
        }

.hwa-c-6 {
    display: table;
    width: 100%;
}

    .hwa-c-6 .left {
        display: table-cell;
        vertical-align: top;
        width: 185px;
    }

    .hwa-c-6 .right {
        display: table-cell;
        vertical-align: top;
        text-align: right;
        padding-left: 40px;
    }

.hwa-c-7-keyboard {
    position: relative;
}

    .hwa-c-7-keyboard a {
        display: block;
        text-align: center;
    }

        .hwa-c-7-keyboard a .pic {
            padding-bottom: 5px;
        }

            .hwa-c-7-keyboard a .pic img {
                width: 27px;
                height: 16px;
            }

        .hwa-c-7-keyboard a .txt {
        }

            .hwa-c-7-keyboard a .txt p {
                font-size: 12px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: 1px;
                color: #9b9b9b;
            }

.hwa-c-8 {
}

    .hwa-c-8 .title {
        position: relative;
    }

        .hwa-c-8 .title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #e30000;
        }

        .hwa-c-8 .title p {
            font-size: 24px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: 2.8px;
            text-align: left;
            color: #4a4a4a;
            padding-bottom: 8px;
        }

.hwa-c-8-1 {
}

    .hwa-c-8-1 .title {
        position: relative;
        margin: 5px 0;
    }

        .hwa-c-8-1 .title p {
            font-size: 24px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: 2.8px;
            text-align: center;
            color: #4a4a4a;
        }

.tab-content .hwa-c-8-1 {
}

.hwa-c-8-2 {
    text-align: center;
    padding-bottom: 20px;
}

    .hwa-c-8-2 .title {
        position: relative;
    }

        .hwa-c-8-2 .title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 30px;
            height: 2px;
            background-color: #e30000;
        }

        .hwa-c-8-2 .title p {
            font-size: 24px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: 2.8px;
            color: #4a4a4a;
            padding-bottom: 8px;
        }

.hwa-c-9 {
    padding: 40px 0px 0px 0px;
}

    .hwa-c-9 .ul-items {
        font-size: 0;
    }

        .hwa-c-9 .ul-items .ul-li-items {
            position: relative;
            display: block;
            padding-bottom: 20px;
        }

            .hwa-c-9 .ul-items .ul-li-items a {
                display: table;
                width: 100%;
                font-size: 0;
                position: relative;
                table-layout: fixed;
            }

                .hwa-c-9 .ul-items .ul-li-items a .newscatalog {
                    display: table-cell;
                    vertical-align: top;
                    text-align: left;
                    width: 105px;
                    padding-right: 20px;
                }

                    .hwa-c-9 .ul-items .ul-li-items a .newscatalog .datte {
                        text-align: center;
                        padding-bottom: 5px;
                    }

                        .hwa-c-9 .ul-items .ul-li-items a .newscatalog .datte p {
                            font-family: Arial;
                            font-size: 40px;
                            font-weight: bold;
                            font-style: normal;
                            font-stretch: normal;
                            line-height: normal;
                            letter-spacing: 4.7px;
                            text-align: center;
                            color: #646455;
                        }

                    .hwa-c-9 .ul-items .ul-li-items a .newscatalog .monnth {
                        text-align: center;
                    }

                        .hwa-c-9 .ul-items .ul-li-items a .newscatalog .monnth p {
                            font-size: 12px;
                            font-weight: bold;
                            font-style: normal;
                            font-stretch: normal;
                            line-height: normal;
                            letter-spacing: 1.4px;
                            text-align: left;
                            color: #646455;
                        }

                .hwa-c-9 .ul-items .ul-li-items a .newscont {
                    display: table-cell;
                    vertical-align: top;
                    text-align: left;
                    padding-top: 10px;
                    padding-bottom: 15px;
                    border-bottom: 1px solid #e3e3e4;
                }

                    .hwa-c-9 .ul-items .ul-li-items a .newscont .question-num {
                        display: block;
                        vertical-align: top;
                        text-align: left;
                    }

                        .hwa-c-9 .ul-items .ul-li-items a .newscont .question-num .datte {
                            padding-bottom: 12px;
                        }

                            .hwa-c-9 .ul-items .ul-li-items a .newscont .question-num .datte p {
                                font-size: 12px;
                                font-weight: bold;
                                font-style: normal;
                                font-stretch: normal;
                                line-height: normal;
                                letter-spacing: 1.4px;
                                text-align: left;
                                color: #ffffff;
                                padding: 4px 15px;
                                background-color: #717171;
                                display: inline-block;
                                vertical-align: top;
                            }

                    .hwa-c-9 .ul-items .ul-li-items a .newscont .question-txt {
                        display: block;
                        vertical-align: top;
                    }

                        .hwa-c-9 .ul-items .ul-li-items a .newscont .question-txt .txt {
                            text-overflow: ellipsis;
                            overflow: hidden;
                        }

                            .hwa-c-9 .ul-items .ul-li-items a .newscont .question-txt .txt p {
                                font-size: 16px;
                                font-weight: normal;
                                font-style: normal;
                                font-stretch: normal;
                                line-height: 1.5;
                                letter-spacing: 1.9px;
                                text-align: left;
                                color: #4a4a4a;
                                text-overflow: ellipsis;
                                overflow: hidden;
                                white-space: nowrap;
                            }

.hwa-c-10 {
    padding-top: 6px;
}

    .hwa-c-10 .more-btn {
        display: block;
        text-align: center;
    }

        .hwa-c-10 .more-btn a {
            font-size: 16px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.5;
            letter-spacing: 1.9px;
            text-align: left;
            color: #9b9b9b;
            position: relative;
            display: inline-block;
            vertical-align: top;
        }

            .hwa-c-10 .more-btn a:after {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
                right: -25px;
                width: 11px;
                height: 19px;
                background-image: url('../img/hwatai-101.png');
                background-size: cover;
                background-position: center;
            }

.hwa-c-11 {
}

    .hwa-c-11 .top {
        padding-bottom: 20px;
        border-bottom: solid 1px #d8d8d8;
        position: relative;
    }

    .hwa-c-11 .bottom {
        padding-top: 10px;
    }

    .hwa-c-11 .top .txt {
        display: block;
        vertical-align: top;
        padding-right: 55px;
    }

        .hwa-c-11 .top .txt p {
            font-size: 16px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.5;
            letter-spacing: 1.9px;
            text-align: left;
            color: #e30000;
        }

    .hwa-c-11 .top .pic {
        width: 40px;
        position: absolute;
        right: 0px;
        top: 0;
    }

        .hwa-c-11 .top .pic a {
            display: block;
        }

            .hwa-c-11 .top .pic a img {
                width: 40px;
                height: 40px;
            }

    .hwa-c-11 .bottom .title {
        padding-bottom: 20px;
    }

        .hwa-c-11 .bottom .title p {
            font-size: 16px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.5;
            letter-spacing: 1.9px;
            text-align: left;
            color: #1f277c;
        }

    .hwa-c-11 .bottom .ul-items {
        padding-left: 20px;
        height: 145px;
        overflow-y: scroll;
    }

        .hwa-c-11 .bottom .ul-items .ul-li-items {
            list-style: disc;
            font-size: 14px;
        }

            .hwa-c-11 .bottom .ul-items .ul-li-items + .ul-li-items {
                padding-top: 10px;
            }

            .hwa-c-11 .bottom .ul-items .ul-li-items p {
                font-size: 14px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.71;
                letter-spacing: 1.6px;
                text-align: left;
                color: #4a4a4a;
            }

.hwa-c-12 .ul-items {
    padding-top: 10px;
}

    .hwa-c-12 .ul-items .ul-li-items {
        display: table;
        width: 100%;
    }

        .hwa-c-12 .ul-items .ul-li-items + .ul-li-items {
            padding-top: 20px;
        }

        .hwa-c-12 .ul-items .ul-li-items p {
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.71;
            letter-spacing: 1.6px;
            text-align: left;
            color: #4a4a4a;
        }

        .hwa-c-12 .ul-items .ul-li-items .left {
            display: table-cell;
            vertical-align: top;
            width: 115px;
        }

        .hwa-c-12 .ul-items .ul-li-items .right {
            display: table-cell;
            vertical-align: top;
            width: auto;
            padding-left: 35px;
        }

.hwa-c-13 {
    padding: 30px 160px 20px 160px;
    position: relative;
}

    .hwa-c-13 .k-form-row {
        display: table;
        width: 100%;
        padding-bottom: 20px;
    }

        .hwa-c-13 .k-form-row:nth-child(2) {
            width: 50%;
            display: table-cell;
            vertical-align: top;
        }

        .hwa-c-13 .k-form-row:nth-child(3) {
            width: 50%;
            display: table-cell;
            vertical-align: top;
        }

        .hwa-c-13 .k-form-row .left {
            display: table-cell;
            vertical-align: middle;
            width: 80px;
        }

            .hwa-c-13 .k-form-row .left p {
                font-weight: bold;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: 1.6px;
                text-align: right;
                color: #4a4a4a;
            }

        .hwa-c-13 .k-form-row .right {
            display: table-cell;
            vertical-align: middle;
            width: auto;
            padding-left: 20px;
        }

            .hwa-c-13 .k-form-row .right .form-item {
                display: table;
                width: 100%;
            }

                .hwa-c-13 .k-form-row .right .form-item .form-col-10 {
                    display: table-cell;
                    vertical-align: middle;
                    padding-right: 10px;
                    width: auto;
                }

                .hwa-c-13 .k-form-row .right .form-item .form-col-2 {
                    display: table-cell;
                    vertical-align: middle;
                    width: 30px;
                }

                .hwa-c-13 .k-form-row .right .form-item .form-col-4 {
                    display: table-cell;
                    vertical-align: middle;
                    padding-right: 0px;
                    width: 20%;
                }

                .hwa-c-13 .k-form-row .right .form-item .form-col-8 {
                    display: table-cell;
                    vertical-align: middle;
                    width: 80%;
                    padding-right: 20%;
                }

                .hwa-c-13 .k-form-row .right .form-item .input-block {
                }

                    .hwa-c-13 .k-form-row .right .form-item .input-block label {
                        display: none;
                    }

                    .hwa-c-13 .k-form-row .right .form-item .input-block input {
                        border-radius: 25px;
                        background-color: #f6f6f6;
                        border: none;
                        padding: 5px 10px;
                        height: 40px;
                        color: #666666;
                        display: inline-block;
                        width: 100%;
                        font-size: 14px;
                    }

                .hwa-c-13 .k-form-row .right .form-item .select-block {
                }

                    .hwa-c-13 .k-form-row .right .form-item .select-block select {
                        border-radius: 25px;
                        background-color: #f6f6f6;
                        border: none;
                        padding: 5px 45px 5px 15px;
                        height: 40px;
                        color: #666666;
                        display: block;
                        width: 100%;
                    }

                .hwa-c-13 .k-form-row .right .form-item .txt {
                }

                    .hwa-c-13 .k-form-row .right .form-item .txt p {
                        font-size: 0.875em;
                        line-height: 18px;
                        color: #000;
                    }

    .hwa-c-13 .hwa-c-4 {
        position: absolute;
        right: 140px;
        top: 18px;
    }

.tab-content .hwa-c-13-1 {
    position: absolute;
    right: 0;
    top: 18px;
}

.hwa-c-13-1 {
}

    .hwa-c-13-1 .k-form-row {
        display: block;
        width: 100%;
    }

        .hwa-c-13-1 .k-form-row .left {
            display: inline-block;
            vertical-align: top;
            padding-top: 12px;
        }

            .hwa-c-13-1 .k-form-row .left p {
                font-size: 14px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: 1.6px;
                text-align: right;
                color: #4a4a4a;
            }

        .hwa-c-13-1 .k-form-row .right {
            display: inline-block;
            vertical-align: top;
            width: auto;
            padding-left: 10px;
        }

            .hwa-c-13-1 .k-form-row .right .form-item {
                display: block;
                width: 100%;
            }

                .hwa-c-13-1 .k-form-row .right .form-item .form-col-6 {
                    display: inline-block;
                    vertical-align: middle;
                    width: auto;
                }

                    .hwa-c-13-1 .k-form-row .right .form-item .form-col-6:first-child {
                        padding-right: 20px;
                    }

                .hwa-c-13-1 .k-form-row .right .form-item .input-block {
                    display: inline-block;
                    vertical-align: top;
                    position: relative;
                }

                    .hwa-c-13-1 .k-form-row .right .form-item .input-block:after {
                        content: '';
                        position: absolute;
                        width: 20px;
                        height: 22px;
                        right: 10px;
                        top: 10px;
                        background-image: url('../img/hwatai-158.png');
                    }

                    .hwa-c-13-1 .k-form-row .right .form-item .input-block label {
                        display: none;
                    }

                    .hwa-c-13-1 .k-form-row .right .form-item .input-block input {
                        border-radius: 25px;
                        background-color: #f6f6f6;
                        border: none;
                        padding: 5px 0px 5px 0px;
                        height: 40px;
                        display: block;
                        width: 40px;
                        font-weight: normal;
                        font-style: normal;
                        font-stretch: normal;
                        line-height: normal;
                        letter-spacing: 1.4px;
                        text-align: left;
                        color: #717171;
                        z-index: 3;
                        transition: 0.5s;
                        font-size: 0;
                    }

                        .hwa-c-13-1 .k-form-row .right .form-item .input-block input:focus {
                            width: 160px;
                            padding: 5px 35px 5px 15px;
                            font-size: 16px;
                        }

                .hwa-c-13-1 .k-form-row .right .form-item .select-block {
                    width: 100px;
                    display: inline-block;
                    vertical-align: top;
                }

                    .hwa-c-13-1 .k-form-row .right .form-item .select-block select {
                        border-radius: 25px;
                        background-color: #f6f6f6;
                        border: none;
                        padding: 5px 15px 5px 15px;
                        height: 40px;
                        display: block;
                        width: 100%;
                        font-size: 16px;
                        font-weight: normal;
                        font-style: normal;
                        font-stretch: normal;
                        line-height: normal;
                        letter-spacing: 1.4px;
                        text-align: left;
                        color: #717171;
                    }

                .hwa-c-13-1 .k-form-row .right .form-item .txt {
                }

                    .hwa-c-13-1 .k-form-row .right .form-item .txt p {
                        font-size: 0.875em;
                        line-height: 18px;
                        color: #000;
                    }

.hwa-c-14 {
    position: relative;
}

    .hwa-c-14 .input-block {
    }

    .hwa-c-14 label {
        display: none;
    }

    .hwa-c-14 .input-block input {
        width: 100%;
        height: 40px;
        padding: 5px 30px 5px 10px;
    }

    .hwa-c-14 a {
        position: absolute;
        right: 20px;
        top: 9px;
    }

        .hwa-c-14 a img {
            width: 21px;
            height: 21px;
        }

.hwa-c-15 {
    padding-bottom: 10px;
}

    .hwa-c-15 .radio-inline {
        display: inline-block;
        vertical-align: top;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 0;
        padding-right: 15px;
    }

        .hwa-c-15 .radio-inline label {
            font-size: 14px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 20px;
            letter-spacing: 1.6px;
            text-align: left;
            color: #4a4a4a;
            cursor: pointer;
            padding-left: 25px;
            margin-bottom: 0;
            position: relative;
        }

        .hwa-c-15 .radio-inline input[type=radio] {
            position: relative;
            opacity: 0;
            display: none;
            vertical-align: middle;
        }

        .hwa-c-15 .radio-inline label span.cusradio-sty {
            width: 20px;
            height: 20px;
            display: inline-block;
            margin: 0 auto;
            cursor: pointer;
            border: solid 1px #bebec0;
            border-radius: 50%;
            background-color: #fff;
            margin: 0 5px 0 0;
            position: absolute;
            top: 0px;
            left: 0;
        }

            .hwa-c-15 .radio-inline label span.cusradio-sty:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                margin: auto;
                width: 14px;
                height: 14px;
                background-color: #e2231a;
                border-radius: 50%;
                display: none;
            }

        .hwa-c-15 .radio-inline input[type='radio']:checked + label span.cusradio-sty {
            width: 20px;
            height: 20px;
            border: 1px solid #e2231a;
        }

            .hwa-c-15 .radio-inline input[type='radio']:checked + label span.cusradio-sty:after {
                display: block;
            }

.tab-content .hwa-c-15 {
    margin: 10px 0px;
    text-align: center;
}

.hwa-c-16 {
    margin: 20px 10px;
}

    .hwa-c-16 .table-small-hide {
    }

        .hwa-c-16 .table-small-hide .table-small-hide-inside {
        }

            .hwa-c-16 .table-small-hide .table-small-hide-inside table {
                border: 1px solid #ebebeb;
                border-right: 0;
            }

                .hwa-c-16 .table-small-hide .table-small-hide-inside table tr {
                    border-bottom: 1px solid #ebebeb;
                }

                    .hwa-c-16 .table-small-hide .table-small-hide-inside table tr.child {
                        background-color: #e3e3e3;
                    }

                    .hwa-c-16 .table-small-hide .table-small-hide-inside table tr th {
                        background-color: #f6f6f6;
                        padding: 15px 10px;
                        text-align: center;
                        border-right: 1px solid #ebebeb;
                        white-space: nowrap;
                        border-bottom: 1px solid #ebebeb;
                        font-size: 14px;
                        font-weight: normal;
                        font-style: normal;
                        font-stretch: normal;
                        line-height: normal;
                        letter-spacing: 1.6px;
                        text-align: center;
                        color: #4a4a4a;
                    }

            .hwa-c-16 .table-small-hide .table-small-hide-inside th.details-control {
                min-width: 10px;
            }

    .hwa-c-16 table.dataTable.stripe tbody tr.odd, .hwa-c-16 table.dataTable.display tbody tr.odd {
        background-color: #fff;
    }

    .hwa-c-16 .table-small-hide .table-small-hide-inside table tr th:first-child {
        border-left: 0;
    }

    .hwa-c-16 .table-small-hide .table-small-hide-inside table tr td {
        padding: 10px 10px;
        text-align: center;
        border-right: 1px solid #ebebeb;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.6px;
        text-align: center;
        color: #4a4a4a;
        white-space: nowrap;
    }

        .hwa-c-16 .table-small-hide .table-small-hide-inside table tr td:first-child {
            border-left: 0;
        }

        .hwa-c-16 .table-small-hide .table-small-hide-inside table tr td.child {
            padding: 10px;
        }

    .hwa-c-16 ul.dtr-details {
        padding: 0;
        margin-bottom: 0;
        border-top: 1px solid #ebebeb;
    }

    .hwa-c-16 table.dataTable tbody tr.child ul.dtr-details li {
        list-style-type: none;
        width: 100%;
        display: block;
        font-size: 0;
        border: 1px solid #ebebeb;
        display: table;
        table-layout: fixed;
        border-top: 0;
    }

        .hwa-c-16 table.dataTable tbody tr.child ul.dtr-details li span.dtr-title {
            width: 35%;
            font-size: 14px;
            padding: 10px 0;
            border-right: 1px solid #ebebeb;
            background-color: #f6f6f6 !important;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            font-weight: normal;
        }

        .hwa-c-16 table.dataTable tbody tr.child ul.dtr-details li span.dtr-data {
            width: 64%;
            font-size: 14px;
            padding: 10px 0;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
            background: #fff;
        }

    .hwa-c-16 td.details-control {
        background: url('../img/hwatai-149.png') no-repeat center center;
        cursor: pointer;
        width: 19px;
    }

    .hwa-c-16 tr.parent td.details-control {
        background: url('../img/hwatai-112.png') no-repeat center center;
    }

    .hwa-c-16 .select-block select {
        border-radius: 25px;
        background-color: #f6f6f6;
        border: none;
        padding: 5px 20px 5px 15px;
        height: 40px;
        color: #666666;
        display: block;
        width: 100%;
        font-size: 14px;
        min-width: 160px;
    }

.hwa-c-17 {
    padding-top: 15px;
}

    .hwa-c-17 .ga-slider-prev, .hwa-c-17 .ga-slider-next {
        width: 16px;
        height: 30px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

        .hwa-c-17 .ga-slider-next:before {
            content: url('../img/hwatai-153.png');
            width: 16px;
            height: 30px;
            font-size: 0;
        }

        .hwa-c-17 .ga-slider-prev:before {
            content: url('../img/hwatai-150.png');
            width: 16px;
            height: 30px;
            font-size: 0;
        }

.hwa-c-18 {
}

    .hwa-c-18 .ul-items .ul-li-items {
        padding-bottom: 15px;
    }

        .hwa-c-18 .ul-items .ul-li-items a {
            display: block;
            text-align: center;
        }

            .hwa-c-18 .ul-items .ul-li-items a .pic {
                border-radius: 69.2px;
                background-color: #f6f6f6;
                width: 110px;
                height: 110px;
                padding: 26px 0;
                margin: auto;
            }

            .hwa-c-18 .ul-items .ul-li-items a:hover .pic {
                box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.08);
                background-color: #ffffff;
                border: solid 1px #e3e3e3;
            }

            .hwa-c-18 .ul-items .ul-li-items a .pic img {
                width: 57px;
                height: 57px;
                margin: auto;
            }

            .hwa-c-18 .ul-items .ul-li-items a .pic1 {
                display: block;
            }

            .hwa-c-18 .ul-items .ul-li-items a .pic2 {
                display: none;
            }

            .hwa-c-18 .ul-items .ul-li-items a:hover .pic1 {
                display: none;
            }

            .hwa-c-18 .ul-items .ul-li-items a:hover .pic2 {
                display: block;
            }

            .hwa-c-18 .ul-items .ul-li-items a .txt {
            }

                .hwa-c-18 .ul-items .ul-li-items a .txt p {
                    font-size: 16px;
                    font-weight: normal;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1.5;
                    letter-spacing: 1.9px;
                    color: #4a4a4a;
                }

            .hwa-c-18 .ul-items .ul-li-items a:hover .txt p {
                font-weight: bold;
                color: #e30000;
            }

.hwa-c-18-1 {
    font-size: 0;
}

    .hwa-c-18-1 .ul-items .ul-li-items {
        display: inline-block;
        vertical-align: top;
        width: 16.6666%;
    }

        .hwa-c-18-1 .ul-items .ul-li-items a {
            display: block;
            text-align: center;
            padding: 0 10px;
        }

            .hwa-c-18-1 .ul-items .ul-li-items a .pic {
                border-radius: 69.2px;
                background-color: #f6f6f6;
                width: 130px;
                height: 130px;
                margin: auto;
            }

            .hwa-c-18-1 .ul-items .ul-li-items a:hover .pic {
                box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.08);
                background-color: #ffffff;
                border: solid 1px #e3e3e3;
            }

            .hwa-c-18-1 .ul-items .ul-li-items a .pic:before {
                content: '';
                width: 0;
                height: 100%;
                display: inline-block;
                vertical-align: middle;
            }

            .hwa-c-18-1 .ul-items .ul-li-items a .pic img {
                max-width: 80px;
                max-height: 80px;
                margin: auto;
                vertical-align: middle;
            }

            .hwa-c-18-1 .ul-items .ul-li-items a .pic1 {
                display: block;
            }

            .hwa-c-18-1 .ul-items .ul-li-items a .pic2 {
                display: none;
            }

            .hwa-c-18-1 .ul-items .ul-li-items a:hover .pic1 {
                display: none;
            }

            .hwa-c-18-1 .ul-items .ul-li-items a:hover .pic2 {
                display: block;
            }

            .hwa-c-18-1 .ul-items .ul-li-items a .txt {
                padding: 15px 18px;
            }

                .hwa-c-18-1 .ul-items .ul-li-items a .txt p {
                    font-size: 16px;
                    font-weight: normal;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1.5;
                    letter-spacing: 1.9px;
                    color: #4a4a4a;
                }

            .hwa-c-18-1 .ul-items .ul-li-items a:hover .txt p {
                font-weight: bold;
                color: #e30000;
            }

.hwa-c-19 {
    padding-top: 40px;
}

.hwa-c-15 + .hwa-c-19 {
    padding-top: 20px;
}

.hwa-c-13-1 + .hwa-c-19 {
    padding-top: 20px;
}

.hwa-c-8-1 + .hwa-c-19 {
    padding-top: 20px;
}

.hwa-c-19 .pic {
    padding-bottom: 10px;
    text-align: center;
}

    .hwa-c-19 .pic img {
        width: 50px;
        height: 34px;
    }

.hwa-c-19 .txt {
}

    .hwa-c-19 .txt p {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: 1.6px;
        text-align: center;
        color: #4a4a4a;
    }

.hwa-c-20 .prevnextbtn {
    text-align: center;
}

    .hwa-c-20 .prevnextbtn nav .pagination {
        margin: auto;
        display: block;
        border-radius: 0;
    }

        .hwa-c-20 .prevnextbtn nav .pagination li {
        }

            .hwa-c-20 .prevnextbtn nav .pagination li a {
                border: 0;
                margin-left: 10px;
                background-color: #bebec0;
                color: #fff;
                padding: 5px 10px;
                font-size: 14px;
                font-weight: bold;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.71;
                letter-spacing: 1.6px;
                text-align: center;
                border-radius: 50%;
            }

            .hwa-c-20 .prevnextbtn nav .pagination li:first-child a, .hwa-c-20 .prevnextbtn nav .pagination li:last-child a {
                border-radius: 0;
                background-color: transparent;
            }

            .hwa-c-20 .prevnextbtn nav .pagination li span.arrow-to-left {
                border: 0;
                width: 10px;
                height: 20px;
                margin-right: 10px;
            }

                .hwa-c-20 .prevnextbtn nav .pagination li span.arrow-to-left img {
                    transform: rotate(180deg);
                }

            .hwa-c-20 .prevnextbtn nav .pagination li span.arrow-to-right {
                border: 0;
                width: 10px;
                height: 20px;
                margin-left: 10px;
            }

            .hwa-c-20 .prevnextbtn nav .pagination li span img {
                width: 8px;
                height: 14px;
            }

        .hwa-c-20 .prevnextbtn nav .pagination li {
            display: inline-block;
            vertical-align: top;
            width: auto;
        }

            .hwa-c-20 .prevnextbtn nav .pagination li a.active {
                color: #fff;
                background-color: #1f277c;
            }

.hwa-c-21 {
    text-align: center;
}

    .hwa-c-21 .pic {
        padding-top: 30px;
        padding-bottom: 10px;
    }

        .hwa-c-21 .pic img {
            width: 50px;
            height: 50px;
        }

    .hwa-c-21 .desc {
        padding-bottom: 10px;
    }

        .hwa-c-21 .desc p {
            font-size: 20px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: 2.4px;
            text-align: center;
            color: #4a4a4a;
        }

    .hwa-c-21 .txt {
        padding-bottom: 10px;
    }

        .hwa-c-21 .txt p {
            font-size: 24px;
        }

        .hwa-c-21 .txt span {
            font-size: 36px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: 4.2px;
            text-align: center;
            color: #4a4a4a;
        }

.hwa-c-22 {
    max-width: 700px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .hwa-c-22 .top {
        position: relative;
        padding-top: 20px;
        padding-left: 80px;
        display: table;
        width: 100%;
    }

        .hwa-c-22 .top:before {
            content: '';
            position: absolute;
            left: 70px;
            width: 2px;
            height: 100%;
            /*background-color: #e30000;*/
        }

        .hwa-c-22 .top .title {
            padding-bottom: 10px;
            display: table-cell;
            vertical-align: top;
        }

            .hwa-c-22 .top .title p {
                font-size: 20px;
                font-weight: bold;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: 2.4px;
                text-align: left;
                color: #e30000;
            }

        .hwa-c-22 .top .txt {
            display: table-cell;
            vertical-align: top;
            text-align: right;
            width: 260px;
            padding-right: 20px;
        }

            .hwa-c-22 .top .txt p {
                font-size: 20px;
                font-weight: bold;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: 2.6px;
                text-align: left;
                color: #e30000;
            }

            .hwa-c-22 .top .txt span {
                font-size: 22px;
                font-weight: bold;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: 2.6px;
                text-align: left;
                color: #e30000;
            }

    .hwa-c-22 .bottom {
    }

        .hwa-c-22 .bottom .cont {
            padding: 25px 0px;
            background-color: #f6f6f6;
            border: solid 1px #e3e3e3;
            display: table;
            height: 168px;
            width: 100%;
        }

            .hwa-c-22 .bottom .cont .m-leri {
                display: table-cell;
            }

            .hwa-c-22 .bottom .cont .mleft {
                /*display: inline-block;*/
                vertical-align: top;
                width: 50%;
            }

            .hwa-c-22 .bottom .cont .mright {
                /*display: inline-block;*/
                vertical-align: top;
                width: 50%;
                padding-left: 15px;
                border-left: 1px dashed #bebec0;
            }

            .hwa-c-22 .bottom .cont .m-leri .ul-items {
            }

                .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items {
                    display: table;
                    width: 100%;
                }

                    .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items + .ul-li-items {
                        padding-top: 20px;
                    }

                    .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-left {
                        width: auto;
                        display: table-cell;
                        vertical-align: top;
                    }

                    .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-right {
                        width: 200px;
                        display: table-cell;
                        vertical-align: top;
                        padding-right: 5px;
                    }

                    .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-left p {
                        font-size: 16px;
                        font-weight: bold;
                        font-style: normal;
                        font-stretch: normal;
                        line-height: 24px;
                        letter-spacing: 1.9px;
                        text-align: right;
                        color: #4a4a4a;
                    }

                    .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-right span {
                        font-size: 14px;
                        font-weight: normal;
                        font-style: normal;
                        font-stretch: normal;
                        line-height: normal;
                        letter-spacing: 1.6px;
                        text-align: right;
                        color: #717171;
                        display: inline-block;
                        vertical-align: top;
                        width: 75px;
                    }

                    .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-right p {
                        font-size: 18px;
                        font-weight: normal;
                        font-style: normal;
                        font-stretch: normal;
                        line-height: normal;
                        letter-spacing: 1.5px;
                        text-align: left;
                        color: #4a4a4a;
                        display: inline-block;
                        vertical-align: top;
                        margin-left: 12px;
                    }

.hwa-c-23 {
    padding: 0 70px;
    display: table;
    width: 100%;
}

    .hwa-c-23 .left {
        display: table-cell;
        vertical-align: top;
        width: 50%;
        padding: 0 20px;
    }

    .hwa-c-23 .right {
        display: table-cell;
        vertical-align: top;
        width: 50%;
        padding: 0 20px;
    }

    .hwa-c-23 .hwa-c-22 .top {
        padding-left: 30px;
    }

        .hwa-c-23 .hwa-c-22 .top:before {
            left: 20px;
        }

    .hwa-c-23 .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-left {
        width: 125px;
        display: table-cell;
        vertical-align: top;
        padding-right: 30px;
    }

    .hwa-c-23 .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-right {
        width: auto;
        padding-left: 20px;
        display: table-cell;
        vertical-align: top;
        padding-right: 10px;
        text-align: right;
    }

        .hwa-c-23 .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-right p {
            margin-right: 10px;
        }

.hwa-c-24 {
}

    .hwa-c-24 .step-graph-block {
        width: 420px;
        max-width: 420px;
        margin: auto;
        padding: 30px 0 20px 0;
    }

        .hwa-c-24 .step-graph-block .step-graph-items-ul {
            font-size: 0;
            display: table;
            width: 100%;
            padding: 0;
        }

            .hwa-c-24 .step-graph-block .step-graph-items-ul .stepadd-ul {
                padding: 0;
            }

                .hwa-c-24 .step-graph-block .step-graph-items-ul .stepadd-ul .step-graph-items-ul-li {
                    display: inline-block;
                    display: table-cell;
                    vertical-align: top;
                    width: 1%;
                    position: relative;
                }

                    .hwa-c-24 .step-graph-block .step-graph-items-ul .stepadd-ul .step-graph-items-ul-li > .numtxt {
                        width: 23px;
                        height: 23px;
                        background-color: #bebec1;
                        border-radius: 50%;
                        position: absolute;
                        z-index: 5;
                        right: -23px;
                    }

                        .hwa-c-24 .step-graph-block .step-graph-items-ul .stepadd-ul .step-graph-items-ul-li > .numtxt p {
                            font-size: 12px;
                            line-height: 23px;
                            text-align: center;
                            color: #ffffff;
                            margin-bottom: 0;
                        }

                    .hwa-c-24 .step-graph-block .step-graph-items-ul .stepadd-ul .step-graph-items-ul-li > .desctxt {
                        left: 100%;
                        width: 90px;
                        padding-top: 28px;
                        position: relative;
                        text-align: left;
                    }

                        .hwa-c-24 .step-graph-block .step-graph-items-ul .stepadd-ul .step-graph-items-ul-li > .desctxt p {
                            font-size: 14px;
                            color: #737373;
                            margin-bottom: 0;
                            position: relative;
                            left: -18px;
                        }

                    .hwa-c-24 .step-graph-block .step-graph-items-ul .stepadd-ul .step-graph-items-ul-li > .stepredline-block {
                        position: absolute;
                        left: 0%;
                        top: 10px;
                        width: 100%;
                        height: 2px;
                        background-color: #bebec1;
                    }

                    .hwa-c-24 .step-graph-block .step-graph-items-ul .stepadd-ul .step-graph-items-ul-li:last-child > .desctxt {
                        max-width: 90px;
                    }

                    .hwa-c-24 .step-graph-block .step-graph-items-ul .stepadd-ul .step-graph-items-ul-li.active > .numtxt {
                        background-color: #e6be46;
                        width: 30px;
                        height: 30px;
                        top: -5px;
                    }

                        .hwa-c-24 .step-graph-block .step-graph-items-ul .stepadd-ul .step-graph-items-ul-li.active > .numtxt p {
                            font-size: 18px;
                            font-weight: bold;
                            letter-spacing: 2.1px;
                            line-height: 30px;
                        }

                    .hwa-c-24 .step-graph-block .step-graph-items-ul .stepadd-ul .step-graph-items-ul-li.active .stepredline-block {
                        background-color: #e6be46;
                    }

            .hwa-c-24 .step-graph-block .step-graph-items-ul .step-graph-items-ul-li .step-graph-items-ul-li-first {
                width: 100%;
                position: absolute;
            }

                .hwa-c-24 .step-graph-block .step-graph-items-ul .step-graph-items-ul-li .step-graph-items-ul-li-first .numtxt {
                    width: 23px;
                    height: 23px;
                    background-color: #bebec1;
                    border-radius: 50%;
                    position: absolute;
                    z-index: 5;
                }

                    .hwa-c-24 .step-graph-block .step-graph-items-ul .step-graph-items-ul-li .step-graph-items-ul-li-first .numtxt p {
                        font-size: 12px;
                        line-height: 23px;
                        text-align: center;
                        color: #ffffff;
                        margin-bottom: 0;
                        font-family: Arial;
                    }

                .hwa-c-24 .step-graph-block .step-graph-items-ul .step-graph-items-ul-li .step-graph-items-ul-li-first .desctxt {
                    width: 90px;
                    padding-top: 28px;
                    position: relative;
                    left: -30px;
                    text-align: center;
                }

                    .hwa-c-24 .step-graph-block .step-graph-items-ul .step-graph-items-ul-li .step-graph-items-ul-li-first .desctxt p {
                        font-size: 14px;
                        color: #737373;
                        margin-bottom: 0;
                        position: relative;
                    }

                .hwa-c-24 .step-graph-block .step-graph-items-ul .step-graph-items-ul-li .step-graph-items-ul-li-first.active .numtxt {
                    background-color: #e6be46;
                }

/*高度及寬度自動化*/
.w-h-auto {
    width: auto !important;
    height: auto !important;
}

/* boostrap 客製修改 */
/* 按鈕 */
.btn {
    padding: 1px;
}

/*tabdemo-type-3*/

/* nav and dropdown */

.tabdemo-type-3 .dropdown-btn {
    display: none;
    position: relative;
    padding: 10px 30px 10px 14px;
    margin: 0 15px;
    background-color: #1f277c;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

    .tabdemo-type-3 .dropdown-btn:after {
        content: '';
        width: 14px;
        height: 8px;
        position: absolute;
        top: 18px;
        right: 18px;
        margin: auto;
        background-image: url("../img/hwatai-156.png");
        background-size: cover;
        background-position: center;
        border: 0;
    }

.tabdemo-type-3 .nav.dropdown-menu {
    display: none;
}

.tabdemo-type-3 .dropdown.show .nav.dropdown-menu {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    max-width: 305px;
}

.tabdemo-type-3.changecolor.themestyle-1 .nav.dropdown-menu.tab-sty-gray > li {
    display: block;
    border: 0;
    font-size: 18px;
    text-align: center;
}

    .tabdemo-type-3.changecolor.themestyle-1 .nav.dropdown-menu.tab-sty-gray > li a {
        border: 0;
        background-color: #fff;
        color: #1f277c;
        font-weight: 500;
        padding: 0;
        line-height: 40px;
    }

/* end: nav and dropdown; */

.tabdemo-type-3.changecolor.themestyle-1 ul.tab-sty-gray li {
    background-color: #ffffff;
    border: solid 1px #1f277c;
}

    .tabdemo-type-3.changecolor.themestyle-1 ul.tab-sty-gray li:after {
        border-top: 10px solid #7b868c;
    }

    .tabdemo-type-3.changecolor.themestyle-1 ul.tab-sty-gray li a {
        color: #1f277c;
        background-color: #fff;
    }

        .tabdemo-type-3.changecolor.themestyle-1 ul.tab-sty-gray li a.active {
            background-color: #1f277c;
            color: #ffffff;
        }

        .tabdemo-type-3.changecolor.themestyle-1 ul.tab-sty-gray li a:hover {
            background-color: #1f277c;
            color: #ffffff;
        }

        /* 2023/03/21 add */
        .tabdemo-type-3.changecolor.themestyle-1 ul.tab-sty-gray li a.active span {
            background-color: #1f277c;
            color: #ffffff;
        }

        .tabdemo-type-3.changecolor.themestyle-1 ul.tab-sty-gray li a:hover span {
            background-color: #1f277c;
            color: #ffffff;
        }

.tabdemo-type-3 ul.tab-sty-gray {
    display: table;
    width: 645px;
    margin: auto;
    table-layout: fixed;
}

    .tabdemo-type-3 ul.tab-sty-gray li:before {
        display: table;
    }

    .tabdemo-type-3 ul.tab-sty-gray li {
        display: table-cell;
        vertical-align: middle;
        float: none;
        text-align: center;
    }

        .tabdemo-type-3 ul.tab-sty-gray li:first-child {
            border-radius: 25px 0 0 25px;
        }

        .tabdemo-type-3 ul.tab-sty-gray li:last-child {
            border-radius: 0 25px 25px 0;
        }

        .tabdemo-type-3 ul.tab-sty-gray li:first-child a {
            border-radius: 25px 0 0 25px;
        }

        .tabdemo-type-3 ul.tab-sty-gray li:last-child a {
            border-radius: 0 25px 25px 0;
        }

        .tabdemo-type-3 ul.tab-sty-gray li a {
            padding: 8px 0;
            font-size: 20px;
            letter-spacing: 0.9px;
            text-align: center;
            display: block;
            width: 100%;
            border-radius: 0;
            position: relative;
            font-size: 16px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.5;
            letter-spacing: 1.9px;
            text-align: center;
        }

            /* 2023/03/21 add */
            .tabdemo-type-3 ul.tab-sty-gray li a span {
                letter-spacing: 0.9px;
                text-align: center;
                font-size: 16px;
                font-weight: bold;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.5;
                letter-spacing: 1.9px;
                color: #1f277c;
                background-color: #fff;
                transition: .5s;
            }

        .tabdemo-type-3 ul.tab-sty-gray li.active {
        }

            .tabdemo-type-3 ul.tab-sty-gray li.active a {
            }

.tabdemo-type-3 .tab-content-sty-gray {
}

.tabdemo-type-3 .tab-content {
    position: relative;
}

.tabdemo-type-3 .Dropdown-style-1 {
    display: none;
}

    .tabdemo-type-3 .Dropdown-style-1 span.caret {
        display: none;
    }

    .tabdemo-type-3 .Dropdown-style-1 .Dropdown-style-ul-1 li:before {
        display: none;
    }

    .tabdemo-type-3 .Dropdown-style-1 li {
        width: 100%;
        display: block;
    }

    .tabdemo-type-3 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active {
        font-size: 18px;
        text-align: center;
    }

        .tabdemo-type-3 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active a {
            font-size: 18px;
            padding: 10px 30px 10px 14px;
            border-radius: 0;
            margin: 0;
        }

        .tabdemo-type-3 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active > a:after {
            content: '';
            width: 14px;
            height: 8px;
            position: absolute;
            top: 18px;
            right: 18px;
            margin: auto;
            background-image: url('../img/hwatai-156.png');
            background-size: cover;
            background-position: center;
            border: 0;
        }

    .tabdemo-type-3 .Dropdown-style-1 .Dropdown-style-ul-1 li ul.dropdown-menu {
        width: 100%;
        margin: 0;
        padding: 0 0px 0 0px;
        text-align: center;
    }

    .tabdemo-type-3 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active.open ul.dropdown-menu li a {
        padding: 10px 56px 10px 14px;
    }

.tabdemo-type-3.changecolor.themestyle-1 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active {
    background-color: #1f277c;
    border-radius: 20px;
}

    .tabdemo-type-3.changecolor.themestyle-1 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active a {
        color: #fff;
        background: transparent;
        display: block;
    }

    .tabdemo-type-3.changecolor.themestyle-1 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active > a:after {
        background-image: url('../img/hwatai-156.png');
    }

    .tabdemo-type-3.changecolor.themestyle-1 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active.show > a:after {
        background-image: url('../img/hwatai-157.png');
    }

.tabdemo-type-3.changecolor.themestyle-1 .Dropdown-style-1 .Dropdown-style-ul-1 li ul.dropdown-menu {
    background-color: #fff;
}

.tabdemo-type-3.changecolor.themestyle-1 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active.show ul.dropdown-menu li a {
    color: #1f277c;
    background-image: none;
    background-color: transparent;
}

    .tabdemo-type-3.changecolor.themestyle-1 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active.show ul.dropdown-menu li a:focus {
        background-image: none;
        background-color: transparent;
    }

    .tabdemo-type-3.changecolor.themestyle-1 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active.show ul.dropdown-menu li a:hover {
        background-image: none;
        background-color: transparent;
    }

    .tabdemo-type-3.changecolor.themestyle-1 .Dropdown-style-1 .Dropdown-style-ul-1 li.dropdown.active.show ul.dropdown-menu li a:active {
        background-image: none;
        background-color: transparent;
    }

/* 2023/03/21 add */
@media only screen and (max-width: 1020px) {
    .tabdemo-type-3 {
        padding-top: 15px;
    }

        .tabdemo-type-3 ul.tab-sty-gray {
            width: 96%;
            table-layout: inherit;
        }
        .tabdemo-type-3.changecolor.themestyle-1 ul.tab-sty-gray li a.active span {
            background-color: #1f277c;
            color: #ffffff;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            transition: .5s;
        }

        .tabdemo-type-3.changecolor.themestyle-1 ul.tab-sty-gray li a:hover span {
            background-color: #1f277c;
            color: #ffffff;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            transition: .5s;
        }
            .tabdemo-type-3 ul.tab-sty-gray li {
                width:10%;
            }

            .tabdemo-type-3 ul.tab-sty-gray li:first-child {
                border-radius: 5px 0 0 5px;
            }

            .tabdemo-type-3 ul.tab-sty-gray li:last-child {
                border-radius: 0 5px 5px 0;
            }

            .tabdemo-type-3 ul.tab-sty-gray li:first-child a {
                border-radius: 5px 0 0 5px;
            }

            .tabdemo-type-3 ul.tab-sty-gray li:last-child a {
                border-radius: 0 5px 5px 0;
            }
                .tabdemo-type-3 ul.tab-sty-gray li a {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: center;
                    align-content: center;
                    height: 100%;
                }

                    .tabdemo-type-3 ul.tab-sty-gray li a.active {
                        
                    }
}
/* 2023/03/21 add */
@media only screen and (min-width: 769px) and (max-width: 1020px) {
    .tabdemo-type-3 {
        padding-top: 45px;
    }
}
/* 2023/03/21 add */
@media only screen and (min-width: 320px) and (max-width: 769px) {
    .tabdemo-type-3.changecolor.themestyle-1 ul.MobileNav {
        display: flex;
        justify-content: center;
    }

    .tabdemo-type-3 ul.tab-sty-gray li {
        margin-bottom: 1%;
        width: 22.5%;
    }

        .tabdemo-type-3 ul.tab-sty-gray li:nth-of-type(4) {
            border-radius: 0 5px 5px 0;
        }

        .tabdemo-type-3 ul.tab-sty-gray li:nth-of-type(5) {
            border-radius: 5px 0 0 5px;
        }

    .tabdemo-type-3.changecolor.themestyle-1 ul.ul-items {
        display: block;
    }
}

/*reminder-1-modal*/

.reminder-1-modal {
}

    .reminder-1-modal .modal-dialog {
        margin: 50px auto;
    }

    .reminder-1-modal .modal-content {
        border-radius: 0;
    }

    .reminder-1-modal .modal-body .txt {
        padding: 2% 5%;
    }

        .reminder-1-modal .modal-body .txt p {
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.71;
            letter-spacing: 1.6px;
            text-align: center;
            color: #4a4a4a;
        }

    .reminder-1-modal .hwa-c-4 .twobtn-1 {
        padding: 0 0 15px 0;
    }

        .reminder-1-modal .hwa-c-4 .twobtn-1 .oval-style {
            margin: 0 10px;
        }

.hwa-t-1 {
    font-size: 0;
    margin: 0 auto;
}

    .hwa-t-1 .left {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        background-color: #fff;
        box-sizing: border-box;
        padding: 1% 3%;
        margin: 0 1%;
    }

    .hwa-t-1 .right {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        background-color: #fff;
        box-sizing: border-box;
        padding: 1% 3%;
        margin: 0 1%;
    }

.hwa-t-2 {
    background-color: #fff;
    padding: 30px 30px 50px 30px;
    position: relative;
}

    .hwa-t-2 .hwa-t-2-favoritebtn {
        position: absolute;
        width: 28px;
        height: 28px;
        top: 30px;
        right: 30px;
        z-index: 2;
    }

        .hwa-t-2 .hwa-t-2-favoritebtn a {
            display: block;
        }

            .hwa-t-2 .hwa-t-2-favoritebtn a img {
                width: 40px;
                height: 40px;
            }

.hwa-t-3 {
    margin: 20px 10px;
}

    .hwa-t-3 .t-ul-items {
        font-size: 0;
        margin: 0 -15px;
    }

        .hwa-t-3 .t-ul-items .t-ul-li-items {
            display: inline-block;
            vertical-align: top;
            width: 33.333%;
            padding: 0 15px;
        }

            .hwa-t-3 .t-ul-items .t-ul-li-items .ul-li-items-in {
            }

                .hwa-t-3 .t-ul-items .t-ul-li-items .ul-li-items-in > .title {
                    padding: 0px 0 20px 0;
                    position: relative;
                }

                .hwa-t-3 .t-ul-items .t-ul-li-items .ul-li-items-in .title a {
                    cursor: default;
                    position: relative;
                    text-decoration: none;
                    display: block;
                }

                    .hwa-t-3 .t-ul-items .t-ul-li-items .ul-li-items-in .title a:after {
                        content: '';
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        margin: auto;
                        right: 0px;
                        width: 19px;
                        height: 19px;
                        background-image: url('../img/hwatai-149.png');
                        display: none;
                    }

                    .hwa-t-3 .t-ul-items .t-ul-li-items .ul-li-items-in .title a.active:after {
                        background-image: url('../img/hwatai-112.png');
                    }

                    .hwa-t-3 .t-ul-items .t-ul-li-items .ul-li-items-in .title a p {
                        font-size: 24px;
                        font-weight: bold;
                        font-style: normal;
                        font-stretch: normal;
                        line-height: normal;
                        letter-spacing: 2.8px;
                        text-align: center;
                        color: #4a4a4a;
                    }

                .hwa-t-3 .t-ul-items .t-ul-li-items .ul-li-items-in .cont {
                    background-color: #fff;
                    height: 325px !important;
                    padding: 20px;
                }

.hwa-t-4 {
    background-color: #fff;
    position: relative;
    padding-bottom: 10px;
}

    .hwa-t-4 .hwa-t-4-favoritebtn {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 24px;
        right: 30px;
        z-index: 90;
    }

        .hwa-t-4 .hwa-t-4-favoritebtn a {
            display: block;
        }

            .hwa-t-4 .hwa-t-4-favoritebtn a img {
                width: 40px;
                height: 40px;
            }

    .hwa-t-4 .hwa-t-4-printbtn {
        position: absolute;
        top: 24px;
        left: 30px;
        z-index: 1;
    }

        .hwa-t-4 .hwa-t-4-printbtn .twobtn-1 {
            text-align: center;
            position: relative;
            padding: 10px 0 5px 0;
        }

            .hwa-t-4 .hwa-t-4-printbtn .twobtn-1 .oval-style {
                display: inline-block;
                width: 80px;
                border-radius: 25px;
                background-color: #fff;
                border: 1px solid #ccc;
                font-size: 14px;
                letter-spacing: 1.4px;
                color: #717171;
                padding: 5px 4px;
                text-decoration: none;
                text-align: center;
                margin: 0 3px;
            }

                .hwa-t-4 .hwa-t-4-printbtn .twobtn-1 .oval-style:active, .hwa-t-4 .hwa-t-4-printbtn .twobtn-1 .oval-style:hover {
                }

.hwa-m-1, .hwa-m-2 {
    margin: 0 10px;
}

.hwa-m-2 {
    border-top: 1px dashed #d8d8d8;
    padding-top: 10px;
}


/* 交易明細查詢表格 */
.table-title {
    margin-bottom: 30px;
    position: relative;
}

    .table-title p {
        font-size: 24px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 2.8px;
        text-align: center;
        color: #4a4a4a;
    }

.table-button {
    text-align: center;
    position: relative;
    margin: 10px 0;
}

    .table-button .oval-style {
        display: inline-block;
        width: 120px;
        border-radius: 25px;
        background-color: #e30000;
        box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.2);
        font-size: 16px;
        letter-spacing: 1.4px;
        color: #ffffff;
        padding: 10px 4px;
        text-decoration: none;
        text-align: center;
        margin: 0 25px;
    }

        .table-button .oval-style:active, .table-button .twobtn-1 .oval-style:hover {
        }

        .table-button .oval-style.errorstyle {
            color: black;
            background-color: #F6F6F6;
        }

.table-box {
    width: 100%;
    margin: 0 auto;
    max-width: 550px;
}

.table-box2 {
    width: 95%;
    margin: 0 auto;
    max-width: 550px;
}

.result-box {
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
}
.result-box-error {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
}

.table-contents {
    margin: 0 auto;
    position: relative;
}

    .table-contents .table-item {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 10px 0;
        padding-bottom: 2px;
        border-bottom: 2px solid #ededed;
    }

        .table-contents .table-item .left {
            align-self: auto;
            flex: 0 0 98px;
            word-break: break-word;
            background-color: #F7F6F2;
            border-radius: 6px;
        }

/* 2022/11/07 add, 增加 4 字欄位寬度樣式 */
.for-4-word .table-contents .table-item .left {
    flex: 0 0 81px;
}

.for-6-word .table-contents .table-item .left {
    flex: 0 0 115px;
}

.for-7-word .table-contents .table-item .left {
    flex: 0 0 133px;
}

.for-8-word .table-contents .table-item .left {
    flex: 0 0 150px;
}

.for-9-word .table-contents .table-item .left {
    flex: 0 0 170px;
}

.for-10-word .table-contents .table-item .left {
    flex: 0 0 185px;
}

.table-contents .table-item .left label {
    margin-bottom: 0;
}

.table-contents .table-item .left p {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    text-align: left;
    color: #4a4a4a;
}

.table-contents .table-item .left p {
    padding-left: 6px;
}

.table-contents .table-item .right {
    vertical-align: middle;
    width: auto;
    padding: 0;
    flex: 1;
}

.table-contents .table-item .right-item {
    width: 100%;
    position: relative;
    line-height: 2.5rem;
}

.table-contents .table-item .right-item-25percent {
    width: 25%;
    position: relative;
}

.table-contents .table-item .left p,
.table-contents .table-item .right p,
.table-contents .table-item .right label {
    line-height: 2.5rem;
    margin: 0px;
}

/* 測試用 mobile時 會呈現上下 */
/* mobile and tablet*/
/* 2021.07.30 => 992 放大 1020 */
@media only screen and (max-width: 1020px) {
    .test-hwa-m-1 {
        max-width: 540px;
        margin: 0 auto;
    }

    .test-left {
        display: block !important;
        width: 100% !important;
        margin-bottom: .5rem !important;
    }

        .test-left p {
            text-align: left !important;
        }

    .test-right {
        width: 100% !important;
        display: block !important;
    }

        .test-right input, .test-right select {
            max-width: none !important;
        }
}

input.table-input {
    border-radius: 25px;
    background-color: #f6f6f6;
    border: none;
    padding: 5px 15px;
    margin: .5rem 0;
    color: #666666;
    display: inline-block;
    font-size: 14px;
}

.table-contents .table-item .right-item .input-block input {
    border-radius: 25px;
    background-color: #f6f6f6;
    border: none;
    padding: 5px 10px;
    height: 40px;
    color: #666666;
    display: inline-block;
    width: 100%;
}

.table-contents .table-item .right-item select {
    border-radius: 25px;
    background-color: #f6f6f6;
    border: none;
    padding: 5px 10px;
    color: #666666;
    display: block;
    width: 100%;
}

.table-contents .table-item .right-item a {
    position: absolute;
    right: 20px;
    top: 9px;
}

.table-contents .table-item .right-item .abtn {
    background-color: #E2E282;
    color: #666666;
}

/* 2022/01/27 新增 - 銀行別 BTN */
.table-contents .table-item .right-item .bkbtn {
    background-color: #E2E282;
    color: #666666;
}

.table-contents .table-item .right-item a img {
    width: 21px;
    height: 21px;
}

.table-contents .table-button {
    position: absolute;
    right: 140px;
    top: 18px;
}


.test-radio {
}

    .test-radio .radio-inline {
        line-height: 2.5rem;
    }

        .test-radio .radio-inline label {
            font-style: normal;
            font-stretch: normal;
            line-height: 2.5rem;
            letter-spacing: 1.6px;
            text-align: left;
            color: #4a4a4a;
            cursor: pointer;
            padding-left: 25px;
            position: relative;
        }

        .test-radio .radio-inline .left label {
            font-weight: bold;
        }

        .test-radio .radio-inline input[type=radio] {
            position: relative;
            opacity: 0;
            display: none;
            vertical-align: middle;
        }

        .test-radio .radio-inline label span.cusradio-sty {
            width: 20px;
            height: 20px;
            display: inline-block;
            margin: 0 auto;
            cursor: pointer;
            border: solid 1px #bebec0;
            border-radius: 50%;
            background-color: #fff;
            margin: 0 5px 0 0;
            position: absolute;
            top: 10px;
            left: 0;
        }

            .test-radio .radio-inline label span.cusradio-sty:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                margin: auto;
                width: 14px;
                height: 14px;
                background-color: #e2231a;
                border-radius: 50%;
                display: none;
            }

        .test-radio .radio-inline input[type='radio']:checked + label span.cusradio-sty {
            width: 20px;
            height: 20px;
            border: 1px solid #e2231a;
        }

            .test-radio .radio-inline input[type='radio']:checked + label span.cusradio-sty:after {
                display: block;
            }

input[type='radio'], input[type='checkbox'], input[type='text'], input[type='number'], input[type='tel'], input[type='password'], input[type='email'], select.input-group-seclect, .right-item select {
    border-radius: 25px;
    background-color: #f5f2f0;
    border: none;
    padding: 5px 10px;
    color: #666666;
    display: inline-block;
    height: calc(2.25rem + 2px);
}

input[type=number] {
    -moz-appearance: textfield;
}

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

input[type='text'], input[type='password'], input[type='number'], input[type='email'] {
    width: 100%;
}
/* 多個radio時的選項 */
li.d-flex {
    flex-wrap: nowrap;
}

    li.d-flex label {
        flex: none;
    }

        li.d-flex label + input.table-input {
            margin: 0;
            flex: 0 1 auto;
        }
/* label旁小註解 */
.side-msg {
    font-size: .8rem !important;
    font-weight: bold;
}
/* datatable */
#datatable {
    width: 100% !important;
    word-break: break-all;
}

table.datatable thead th, table.datatable thead td {
    padding: 10px 0px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 4px;
}

.w-90 {
    width: 90% !important;
}

/* datatable 上方的訊息欄 */
.table-message {
    width: 80%;
    max-width: 768px;
    margin: 3% auto;
    padding: 1% 3%;
    box-shadow: rgb(234, 234, 234) 0px 0px 15px;
}


/* Flex Box 伸縮 */
/* 完全不動 */
.flex-0 {
    flex: 0 0 auto;
}
/* 等量移動 */
.flex-1 {
    flex: 1 1;
}

/* 網站導覽 */
/* 調整每個List的寬度 */
.website-map-items {
    width: 33% !important;
}

/*table裡面的checkbox選項*/
.checkbox-block {
}

    .checkbox-block .checkbox-inline {
        display: inline-block;
        vertical-align: top;
        padding-right: 15px;
    }

        .checkbox-block .checkbox-inline label {
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 20px;
            letter-spacing: 1.6px;
            padding-left: 25px;
            text-align: left;
            color: #4a4a4a;
            cursor: pointer;
            margin: 0 auto;
            position: relative;
        }

        .checkbox-block .checkbox-inline input[type=checkbox] {
            position: relative;
            opacity: 0;
            display: none;
        }

        .checkbox-block .checkbox-inline span.cus-checkbox {
            position: absolute;
            top: 10px;
            left: 0;
            height: 1.2rem;
            width: 1.2rem;
            background-color: #fff;
            border: 1px solid #bebec0;
            border-radius: 50%;
        }

        .checkbox-block .checkbox-inline label input:checked ~ span.cus-checkbox {
            background-color: #fff;
            border-color: #e2231a;
        }

        .checkbox-block .checkbox-inline span.cus-checkbox:after {
            content: "";
            position: absolute;
            display: none;
        }

        .checkbox-block .checkbox-inline label input:checked ~ span.cus-checkbox:after {
            display: block;
        }

        .checkbox-block .checkbox-inline label span.cus-checkbox:after {
            left: 5px;
            top: 2px;
            width: 8px;
            height: 12px;
            border: solid #e2231a;
            border-width: 0 3px 3px 0;
            transform: rotate(45deg);
        }

span.date-calender {
    margin-right: -24px;
}

.date-calender::after {
    content: url(/NConsumerBank/Content/img/hwatai-107.png);
    position: relative;
    right: 35px;
    top: 5px;
}

.table-block {
    margin: 0 auto;
    /*font-size: 14px;*/
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    text-align: right;
    color: #4a4a4a;
}

.table-input-unit {
    border-bottom: 1px solid #fff;
    width: 100%;
}

.table-unit-left, .table-unit-right {
    padding: 1% 1%;
}

.table-unit-left {
    text-align: right;
    background-color: #b3e3f9;
}

.table-unit-right-title {
    text-align: left;
    background-color: #b3e3f9;
    padding-right: 20px;
    padding-left: 20px;
}
/* 餘額金額顯示 */
.account-money {
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 3px;
    padding-left: 6px;
}

/* 轉帳餘額金額要藍色顯示 */
.account-moneyblue {
    color: blue;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 3px;
    padding-left: 6px;
}


@media only screen and (max-width: 768px) {
    .table-unit-left {
        text-align: left;
    }
}

.table-unit-right {
    background-color: #f6f6f6;
    text-align: left;
}

    .table-unit-right .table-input {
    }

.table-option {
}

/* iframe 表格 */
.video-container {
    text-align: center;
}

.ncb-iframe {
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding-bottom: 100%;
    overflow: scroll;
}

    .ncb-iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


@media only screen and (max-width: 576px) {
    .datepicker-mobile {
        right: 17px !important;
        top: 28px !important;
    }
}

@media only screen and (min-width: 576px) {
    .cusradio-sty.mt-input {
        margin-top: 19px !important;
    }
}

@media only screen and (max-width: 768px) {
    .mt-input {
        margin-top: 0 !important;
    }
}

/*agree terms pages*/
.agreeBook, .note_box {
    width: 80%;
    max-height: 70vh;
    overflow: scroll;
    margin: 3% auto;
    padding: 2%;
    border: 1px solid;
    background-color: #fff;
    color: #4c4c4c;
}
/* 2023/02/07 add */
.note_box {
    width: 95%;
}
.agreeBook_NoScroll {
    width: 80%;
    max-height: 9999vh;
    margin: 3% auto;
    padding: 2%;
    border: 1px solid;
    background-color: #fff;
    color: #4c4c4c;
}

.agreeBook, .note_box_Scroll {
    width: 90%;
    max-height: 300px;
    overflow-y: scroll;
    margin: 3% auto;
    padding: 2%;
    border: 1px solid;
    background-color: #fff;
    color: #4c4c4c;
}

.agreeBookFullHeight {
    width: 80%;
    max-height: 9999vh;
    /*max-height: 300px;*/
    /*overflow-y: scroll;*/
    /*float:left;*/
    margin: 3% auto;
    padding: 2%;
    border: 1px solid;
    background-color: #fff;
    color: #4c4c4c;
    /*-webkit-border-image: url('../img/BlackLine.png') 10 repeat;*/ /* Safari 3.1-5 */
    /*-o-border-image: url('../img/BlackLine.png') 10 repeat;*/ /* Opera 11-12.1 */
    /*border-image: url('../img/BlackLine.png') 10 repeat;*/
}

.agreeBook h3 {
    color: #e10a17;
    margin-bottom: 1%;
    font-size: 1.25rem;
    font-weight: bold;
}

.agreeBook p:first-of-type {
    margin: 1% 0;
    font-weight: bold;
}

.agreeBook ol li {
    list-style-type: trad-chinese-formal;
    list-style-type: decimal;
}
.agreeBook_NoScroll ol li {
    list-style-type: trad-chinese-formal;
    list-style-type: decimal;
    margin-top:12px;
}
.determine_box_1 {
    width: 80%;
    margin: 3% auto;
}

.note_box h3 {
    color: #202b7a;
    margin: 1% 0;
}

.note_box ol li {
    list-style-type: decimal;
}

    .note_box ol li span {
        color: #4c4c4c;
    }

/*breadcrumb part*/
.breadcrumb {
    background-color: transparent;
}

.breadcrumb-item.active {
    color: #1f277c;
}

.breadcrumb-item a {
    border-bottom: 1px solid black;
}

.breadcrumb-item + .breadcrumb-item::before {
    border-bottom: 1px solid black;
}

/*input-group*/

.hwa-input-group {
}

    .hwa-input-group .left-input-group {
        border: none;
        border-radius: 25px 0 0 25px !important;
    }

    .hwa-input-group .center-input-group {
        border: none;
        border-radius: 0 !important;
    }

    .hwa-input-group .right-input-group {
        border: none;
        border-radius: 0 25px 25px 0 !important;
        text-align: left;
    }


/*bank input with number and name*/
.bank-input-flex {
    flex-basis: 120px;
}

/*OT40040的顯示表格用checkbox*/
.show-checkbox {
    display: inline-block !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
}

/*畫面輸入欄位寬度調整,單字*/
.one-input {
    /*max-width: 65px;*/
}
/*畫面輸入欄位寬度調整,14位一般金額格式*/
.money-input {
    /*max-width: 140px;*/
}
/*畫面輸入欄位寬度調整,日期格式*/
.date-input {
    /*max-width: 145px;*/
}
/*畫面輸入欄位寬度調整,帳號格式*/
.account-input {
    /*max-width: 250px;*/
}
/*畫面輸入欄位寬度調整,信箱格式*/
.email-input {
    /*max-width: 350px;*/
}

/*錯誤提示的訊息*/
.lastMessage_box {
    text-align: center;
}

.lastMessage_boxPartial {
    text-align: center;
}

.lastMessage_box span {
    color: #e10a17;
}

.lastMessage_boxPartial span {
    color: #e10a17;
}

/* 2022/06/14 add */
@media only screen and (max-width: 768px) {
    .lastMessage_boxPartial {
        position:relative;
        top:10px;
    }
}
@media only screen and (min-width: 769px) {
    .lastMessage_boxPartial {
        position: relative;
        top: 10px;
    }
}

/* 2021.07.30 */
@media only screen and (min-width: 1020px) {
}

@media only screen and (min-width: 1025px) {
    .min-tab-content {
        padding-left: 30%;
        padding-right: 30%;
    }
}


/*  - 1024px */
@media only screen and (max-width: 1024px) {
    .hwa-c-10 {
        padding-top: 16px;
    }

    .min-tab-content {
        padding: unset;
    }
}

/* 全是給tab-content */
/* 字體大小設定 小字 */
.tab-content.sfs {
    font-size: 14px;
}
/* 字體大小設定 中字 */
.tab-content.mfs {
    font-size: 16px;
}
/* 字體大小設定 大字 */
.tab-content.lfs {
    font-size: 18px;
}

.tab-content {
    font-size: 16px;
}

    .tab-content .hwa-c-8-1 .title p {
        font-size: 1.5em;
    }

    .tab-content .hwa-c-13-1 .k-form-row .left p {
        font-size: 0.875em;
    }

    .tab-content .hwa-c-15 .radio-inline label {
        font-size: 0.875em;
    }

    .tab-content .hwa-c-16 .table-small-hide .table-small-hide-inside table tr th {
        font-size: 0.875em;
    }

    .tab-content .hwa-c-16 .table-small-hide .table-small-hide-inside table tr td {
        font-size: 0.875em;
    }

    .tab-content .hwa-c-19 .txt p {
        font-size: 0.875em;
    }

    .tab-content .hwa-c-20 .prevnextbtn nav .pagination li a {
        font-size: 0.875em;
    }

    .tab-content .hwa-c-21 .desc p {
        font-size: 1.0625em;
    }

    .tab-content .hwa-c-21 .txt p {
        font-size: 1.5em;
    }

    .tab-content .hwa-c-21 .txt span {
        /*font-size: 2.25em;*/
    }

    .tab-content .hwa-c-22 .top .title p {
        font-size: 1.0625em;
    }

    .tab-content .hwa-c-22 .top .txt span {
        /*font-size: 1.375em;*/
    }

    .tab-content .hwa-c-22 .top .txt p {
        font-size: 1.25em;
    }

    .tab-content .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-left p {
        font-size: 1em;
    }

    .tab-content .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-right p {
        font-size: 1.125em;
    }

    .tab-content .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-right span {
        font-size: 0.875em;
    }

    /* 區塊內元素可變字體大小 */
    .tab-content label,
    .tab-content span,
    .tab-content p,
    .tab-content a,
    .tab-content select,
    .tab-content input {
        font-size: 1em;
    }

    .tab-content h1 {
        font-size: 2em;
    }

    .tab-content h2 {
        font-size: 1.5em;
    }

    .tab-content h3 {
        font-size: 1.17em;
    }

    .tab-content h4 {
        font-size: 1em;
    }

    .tab-content h5 {
        font-size: 0.8em;
    }

    .tab-content h6 {
        font-size: 0.75em;
    }

/* 320px - 1199px */
@media only screen and (min-width: 320px) and (max-width:1199px) {
    .ui-datepicker.ui-widget.ui-widget-content {
        border: 4px solid #e3e3e3;
        width: 350px;
    }

    #hwatai-calendar {
        max-width: 520px;
        margin: 0 auto;
    }

        #hwatai-calendar .fc-header-toolbar h2 {
            font-size: 12px;
            letter-spacing: 1px;
            padding-left: 10px;
        }

    .hwa-c-13 {
        padding: 30px 40px 20px 40px;
    }

        .hwa-c-13 .hwa-c-4 {
            right: 30px;
        }

    .hwa-c-22 {
    }

    .hwa-t-3 .t-ul-items {
    }
}

/* 320px - 1023px */
@media only screen and (min-width: 320px) and (max-width:1023px) {
    .ga-keypad.active {
        display: none;
    }

    #hwatai-calendar {
        padding-top: 10px;
    }

        #hwatai-calendar .fc-header-toolbar h2 {
            font-size: 16px;
            letter-spacing: 1px;
            padding-left: 10px;
        }

    .hwa-c-3-1 .card-body {
        max-width: none;
        height: 162px;
        overflow-y: scroll;
    }

    .hwa-c-7-keyboard {
        display: none;
    }

    .hwa-c-9 {
        padding: 15px 0px 0 0;
    }

        .hwa-c-9 .ul-items .ul-li-items a .newscatalog {
            width: 45px;
            padding-top: 8px;
        }

            .hwa-c-9 .ul-items .ul-li-items a .newscatalog .monnth {
                display: none;
            }

            .hwa-c-9 .ul-items .ul-li-items a .newscatalog .datte p {
                font-size: 30px;
                font-weight: bold;
                letter-spacing: 3.5px;
                text-align: left;
                color: #646455;
            }

        .hwa-c-9 .ul-items .ul-li-items a .newscont {
            padding-top: 0px;
        }

            .hwa-c-9 .ul-items .ul-li-items a .newscont .question-txt .txt p {
                font-size: 14px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.71;
                letter-spacing: 1.6px;
                text-align: left;
                color: #4a4a4a;
            }

            .hwa-c-9 .ul-items .ul-li-items a .newscont .question-num .datte {
                padding-bottom: 8px;
            }

    .hwa-c-10 {
        padding-top: 0px;
        padding: 15px 0 16px 0;
    }

    .hwa-c-11 .top .txt {
        padding-top: 10px;
    }

    .tab-content .hwa-c-13-1 {
        position: relative;
        right: auto;
        top: auto;
        padding-bottom: 30px;
    }

    .hwa-c-13-1 {
    }

    .tab-content .hwa-c-15 {
        padding-top: 28px;
    }

    .hwa-c-17 .ga-slider-prev {
        left: -10px;
    }

    .hwa-c-17 .ga-slider-next {
        right: -10px;
    }

    .hwa-c-18 .ul-items .ul-li-items {
        padding-bottom: 20px;
    }

        .hwa-c-18 .ul-items .ul-li-items a .txt {
            padding-top: 10px;
        }

            .hwa-c-18 .ul-items .ul-li-items a .txt p {
                font-size: 12px;
                font-weight: bold;
                line-height: 2;
                letter-spacing: 1.4px;
            }

    .hwa-c-18-1 .ul-items .ul-li-items {
        padding-bottom: 10px;
        width: 33.333%;
    }

        .hwa-c-18-1 .ul-items .ul-li-items a .txt {
            padding: 20px 40px;
        }

    .hwa-c-22 .top {
        padding-left: 150px;
    }

        .hwa-c-22 .top:before {
            left: 140px;
        }

    .hwa-c-22 .bottom .cont {
        display: block;
        height: auto;
        width: auto;
        max-width: 460px;
        margin: auto;
    }

        .hwa-c-22 .bottom .cont .m-leri {
            display: block;
            width: auto;
        }

        .hwa-c-22 .bottom .cont .mright {
            padding-top: 15px;
            border: 0;
            padding-left: 0;
        }

        .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-left {
            width: 180px;
        }

        .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-right {
            width: auto;
        }

    .hwa-c-23 .left {
        display: block;
        width: auto;
        padding: 0 30px;
    }

    .hwa-c-23 .right {
        display: block;
        width: auto;
        padding: 0 30px;
    }

    .hwa-c-22 .hwa-c-23 {
        padding-bottom: 10px;
    }

    .hwa-c-24 .step-graph-block {
        padding: 30px 0 20px 0;
    }

        .hwa-c-24 .step-graph-block .step-graph-items-ul .stepadd-ul .step-graph-items-ul-li .desctxt {
            width: 60px;
        }

        .hwa-c-24 .step-graph-block .step-graph-items-ul .stepadd-ul .step-graph-items-ul-li-first .desctxt {
            width: 60px;
            left: -20px;
        }

    .tabdemo-type-3 .tab-content-sty-gray {
        padding-top: 0px;
    }

    .hwa-t-1 .left {
        width: 48%;
        padding: 20px 20px;
    }

    .hwa-t-1 .right {
        width: 48%;
        padding: 20px 20px;
    }

    .hwa-t-2 {
        padding: 20px 20px 50px 20px;
    }

        .hwa-t-2 .hwa-t-2-favoritebtn {
            top: 95px;
            right: 20px;
        }

            .hwa-t-2 .hwa-t-2-favoritebtn a img {
                width: 28px;
                height: 28px;
            }

    .hwa-t-3 {
    }

        .hwa-t-3 .t-ul-items {
            margin: 0;
        }

            .hwa-t-3 .t-ul-items .t-ul-li-items {
                display: block;
                width: auto;
                border-top: 1px solid #d8d8d8;
                padding: 15px 30px;
            }

                .hwa-t-3 .t-ul-items .t-ul-li-items:first-child {
                    border-top: 0;
                }

                .hwa-t-3 .t-ul-items .t-ul-li-items .ul-li-items-in .cont {
                    padding: 10px 30px;
                    margin-top: 20px;
                }

                    .hwa-t-3 .t-ul-items .t-ul-li-items .ul-li-items-in .cont.active {
                        padding: 0px 30px;
                        margin-top: 0px;
                    }

                .hwa-t-3 .t-ul-items .t-ul-li-items:nth-child(1) .ul-li-items-in .cont {
                    height: 277px !important;
                }

                .hwa-t-3 .t-ul-items .t-ul-li-items:nth-child(2) .ul-li-items-in .cont {
                    height: 283px !important;
                }

                .hwa-t-3 .t-ul-items .t-ul-li-items:nth-child(3) .ul-li-items-in .cont {
                    height: 328px;
                }

                .hwa-t-3 .t-ul-items .t-ul-li-items:nth-child(1) .ul-li-items-in .cont.active {
                    height: 0 !important;
                }

                .hwa-t-3 .t-ul-items .t-ul-li-items:nth-child(2) .ul-li-items-in .cont.active {
                    height: 0 !important;
                }

                .hwa-t-3 .t-ul-items .t-ul-li-items:nth-child(3) .ul-li-items-in .cont.active {
                    height: 0 !important;
                }

                .hwa-t-3 .t-ul-items .t-ul-li-items .ul-li-items-in > .title {
                    padding: 0px 0 0px 0;
                }

                .hwa-t-3 .t-ul-items .t-ul-li-items .ul-li-items-in .title a:after {
                    display: block;
                }

    .hwa-t-4 .hwa-t-4-printbtn {
        display: none;
    }
}

/* 320px - 980px */
/* 2021.07.30 */
@media only screen and (min-width: 320px) and (max-width:1020px) {
    .ui-datepicker.ui-widget.ui-widget-content {
        border: 4px solid #e3e3e3;
        width: 340px;
    }

    .ui-datepicker-title:before {
        left: 105px;
    }

    .ui-state-default, .ui-widget-content .ui-state-default {
        padding: 9px 13px;
    }

    .hwa-c-3 .card-header .btnnn .title {
        max-width: none;
        margin: 0 30px;
    }

    .hwa-c-3-1 .card-header .btnnn .title {
        max-width: none;
        margin: 0px;
    }

    .hwa-c-4 .twobtn-1 .oval-style {
        margin: 0 5px;
        width: 120px;
    }

    .hwa-c-8 .title p {
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 2.1px;
        text-align: left;
        color: #4a4a4a;
    }

    .hwa-c-8-2 .title p {
        font-size: 18px;
        letter-spacing: 2.1px;
    }

    .hwa-c-9 {
        padding: 30px 0px 16px 0;
    }

        .hwa-c-9 .ul-items .ul-li-items a .newscont .question-txt .txt p {
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .hwa-c-10 {
        padding: 0;
    }

    .hwa-c-11 .top .pic {
        top: 15px;
    }

    .hwa-c-12 .ul-items .ul-li-items .right {
        padding-left: 30px;
    }

    .hwa-c-13 {
        padding: 30px 0 0px 0;
    }

        .hwa-c-13 .k-form-row:nth-child(2) {
            width: 100%;
            display: table;
        }

        .hwa-c-13 .k-form-row:nth-child(3) {
            width: 100%;
            display: table;
        }

        .hwa-c-13 .k-form-row .left {
            width: 65px;
        }

        .hwa-c-13 .k-form-row .right {
            padding-left: 10px;
        }

            .hwa-c-13 .k-form-row .right .form-item .form-col-4 {
                display: block;
                width: auto;
            }

            .hwa-c-13 .k-form-row .right .form-item .form-col-8 {
                display: block;
                width: auto;
                padding-right: 0;
            }

        .hwa-c-13 .hwa-c-4 {
            position: relative;
            right: auto;
            top: auto;
        }

    .hwa-c-13-1 {
    }

        .hwa-c-13-1 .k-form-row .left {
            width: 35px;
        }

        .hwa-c-13-1 .k-form-row .right {
            padding-left: 10px;
        }

    .hwa-c-18-1 .ul-items .ul-li-items a .pic {
        width: 90px;
        height: 90px;
    }

        .hwa-c-18-1 .ul-items .ul-li-items a .pic img {
            max-width: 50px;
            max-height: 50px;
        }

    .hwa-c-18-1 .ul-items .ul-li-items a .txt {
        padding: 10px 0px;
    }

        .hwa-c-18-1 .ul-items .ul-li-items a .txt p {
            font-size: 12px;
            letter-spacing: 1.4px;
        }

    .hwa-c-21 .txt span {
        font-size: 28px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 4.2px;
        text-align: center;
        color: #4a4a4a;
    }

    .hwa-c-22 .top {
        position: relative;
        padding-top: 20px;
        padding-left: 30px;
        display: block;
        width: auto;
    }

        .hwa-c-22 .top:before {
            left: 20px;
        }

        .hwa-c-22 .top .title {
            padding-bottom: 10px;
            display: block;
            vertical-align: top;
        }

        .hwa-c-22 .top .txt {
            display: block;
            vertical-align: top;
            text-align: left;
            width: auto;
            padding-right: 20px;
        }

    .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items + .ul-li-items {
        padding-top: 15px;
    }

    .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-left {
        width: 125px;
    }

    .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-right {
        padding-left: 20px;
    }

    .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-left p {
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.4px;
        text-align: right;
        color: #4a4a4a;
    }

    .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-right span {
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.4px;
        text-align: left;
        color: #717171;
    }

    .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-right p {
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 1.6px;
        text-align: left;
        color: #4a4a4a;
        margin-left: 0;
    }

    .hwa-c-23 {
        padding: 0 10px;
    }

        .hwa-c-23 .left {
            padding: 0 0px;
        }

        .hwa-c-23 .right {
            padding: 0 0px;
        }

        .hwa-c-23 .hwa-c-22 .top {
            position: relative;
            padding-top: 20px;
            padding-left: 30px;
            display: block;
            width: auto;
        }

            .hwa-c-23 .hwa-c-22 .top .title {
                padding-bottom: 0px;
                display: block;
                vertical-align: top;
            }

            .hwa-c-23 .hwa-c-22 .top .txt {
                display: block;
                vertical-align: top;
                text-align: left;
                width: auto;
                padding-right: 20px;
            }

        .hwa-c-23 .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-left {
            width: 120px;
            padding-right: 30px;
            padding-left: 20px;
        }

        .hwa-c-23 .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-right {
            text-align: left;
            padding-left: 0;
        }

        .hwa-c-23 .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-left p {
            text-align: left;
        }

        .hwa-c-23 .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-right p {
            margin-right: 0px;
        }

    .hwa-c-24 .step-graph-block {
        width: auto;
        max-width: 100%;
        margin-left: 30px;
        margin-right: 60px;
        padding: 30px 0 20px 0;
    }

        .hwa-c-24 .step-graph-block .step-graph-items-ul .step-graph-items-ul-li .step-graph-items-ul-li-first .desctxt {
            left: -20px;
        }

        .hwa-c-24 .step-graph-block .step-graph-items-ul .stepadd-ul .step-graph-items-ul-li .desctxt p {
        }

        .hwa-c-24 .step-graph-block .step-graph-items-ul .step-graph-items-ul-li-first .desctxt {
            width: 60px;
        }

            .hwa-c-24 .step-graph-block .step-graph-items-ul .step-graph-items-ul-li-first .desctxt p {
            }

        .hwa-c-24 .step-graph-block .step-graph-items-ul .stepadd-ul .step-graph-items-ul-li:last-child > .desctxt {
            max-width: 60px;
        }

    .tabdemo-type-3 .Dropdown-style-1-iphone-hide {
        display: none;
    }

    .tabdemo-type-3 .dropdown-btn {
        display: block;
    }

    .tabdemo-type-3 .Dropdown-style-1 {
        display: block;
    }

        .tabdemo-type-3 .Dropdown-style-1 .Dropdown-style-ul-1 {
            padding: 0 15px;
            border: 0;
        }

    .reminder-1-modal .modal-dialog {
        width: auto;
    }

    .reminder-1-modal .modal-body .txt {
        padding: 2% 5%;
    }

    .hwa-t-1 .left {
        display: block;
        width: 100%;
        padding-right: 0px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hwa-t-1 .right {
        display: block;
        width: 100%;
        padding-left: 0px;
        margin-left: 0;
        margin-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hwa-t-2 {
        padding: 20px 10px 50px 10px;
    }

        .hwa-t-2 .hwa-t-2-favoritebtn {
            top: 90px;
        }

    .hwa-t-3 {
        margin-top: 42px;
    }

        .hwa-t-3 .t-ul-items .t-ul-li-items {
            width: auto;
            display: block;
            padding: 15px 0px;
        }

            .hwa-t-3 .t-ul-items .t-ul-li-items .ul-li-items-in .title a {
                display: block;
            }

                .hwa-t-3 .t-ul-items .t-ul-li-items .ul-li-items-in .title a:after {
                    right: 40px;
                    display: block;
                }

            .hwa-t-3 .t-ul-items .t-ul-li-items .ul-li-items-in .cont {
                padding: 10px 20px;
            }

            .hwa-t-3 .t-ul-items .t-ul-li-items:nth-child(2) .ul-li-items-in .cont {
                height: 325px !important;
            }

    .hwa-t-4 {
        padding: 1px;
    }

        .hwa-t-4 .hwa-t-4-printbtn .twobtn-1 .oval-style {
            width: 120px;
        }

    .hwa-m-1 .hwa-c-13 .k-form-row .left {
        vertical-align: top;
        padding-top: 10px;
    }

    .hwa-m-2 .hwa-c-22 {
        padding-top: 0;
    }

    .table-title {
        margin: 10px 0;
    }

    .table-contents {
        margin: 0 6px;
    }

        .table-contents .table-item {
            margin: 1px 0px;
        }

            .table-contents .table-item .left {
                width: 30%;
            }

            .table-contents .table-item .right {
            }
}

/* 320px - 480px */
@media only screen and (min-width: 320px) and (max-width:480px) {
    .tabdemo-type-3 ul.tab-sty-gray li a {
        /* 2023/03/20, 總覽藍色 Nav Bar 調整 */
        /*padding: 10px;
          font-size: 18px;*/
        letter-spacing: 0.9px;
        text-align: center;
        color: #717171;
        /*display: block;*/
        width: 100%;
        border-radius: 0;
        position: relative;
    }
}

/* 320px - 374px */
@media only screen and (min-width: 320px) and (max-width:374px) {
    .hwa-c-6 .right {
        padding-left: 20px;
    }

    .hwa-c-18-1 .ul-items .ul-li-items a {
        padding: 0px;
    }

    .hwa-c-20 .prevnextbtn nav .pagination li a {
        margin-left: 6px;
    }

    .reminder-1-modal .hwa-c-4 .twobtn-1 .oval-style {
        margin: 0 5px;
    }
}

/* 320px - 345px */
@media only screen and (min-width: 320px) and (max-width:345px) {
    .ui-datepicker.ui-widget.ui-widget-content {
        border: 4px solid #e3e3e3;
        width: 300px;
    }

    .ui-datepicker-title:before {
        left: 85px;
    }

    .ui-datepicker-title:after {
        content: '';
        background-image: url('../img/CHB-pic-second (43).png');
        position: absolute;
        width: 9px;
        height: 13px;
        right: 25px;
        top: 10px;
    }

    .ui-state-default, .ui-widget-content .ui-state-default {
        padding: 9px 10px;
    }

    .hwa-c-20 .prevnextbtn nav .pagination li a {
        margin-left: 0px;
    }
}

/* 1024px - 1199px */
@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .hwa-c-12 .ul-items .ul-li-items .right {
        padding-left: 15px;
    }

    .hwa-c-12 .ul-items .ul-li-items p {
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .hwa-c-23 {
        padding: 0 0px;
    }

        .hwa-c-23 .left {
            padding: 0 10px;
        }

        .hwa-c-23 .right {
            padding: 0 10px;
        }

        .hwa-c-23 .hwa-c-22 .bottom .cont {
            padding: 25px 10px;
        }

            .hwa-c-23 .hwa-c-22 .bottom .cont .m-leri .ul-items .ul-li-items .li-right {
                padding-left: 0px;
                padding-right: 0px;
            }
}


/* mobile */
@media only screen and (max-width: 768px) {
    .website-map-items {
        width: 100% !important;
    }

    .hwa-t-4 .hwa-t-4-favoritebtn {
        position: fixed;
        top: 15px;
        right: 15%;
        z-index: 99;
    }

    .hwa-input-group span {
        padding: 1px;
    }

    .hwa-c-4 .twobtn-1 {
        margin: 5px auto;
    }
    /* mobile title 縮小 小沈要 */
    .tab-content .hwa-c-8-1 .title p {
        font-size: 1.25rem;
    }
    /* 輸入欄位高度調整 */
    input[type='radio'], input[type='checkbox'], input[type='text'], input[type='number'], input[type='tel'], input[type='password'], input[type='email'], select.input-group-seclect, .right-item select {
        height: unset;
    }

    .table-contents .table-item .left p, .table-contents .table-item .right p, .table-contents .table-item .right label {
        line-height: 2.5rem;
    }

    .test-radio .radio-inline {
        line-height: 2rem;
    }

    .table-contents .table-item .right-item {
        line-height: 2.5rem;
    }

    .test-radio .radio-inline label span.cusradio-sty {
    }
    /* datatable的標籤 */
    .P_style {
        text-align: center;
    }
    /* input 欄位往左移動 */

    .input-left-shift {
        position: relative;
        left: -75px;
        width: calc(100% + 75px);
    }
    /* 輸入欄位上下 */
    .mobile-updown .left, .mobile-updown .right {
        flex: 1 1 100% !important;
    }
}

/* tablet */
/* 2021.07.30 */
@media only screen and (min-width: 768px) and (max-width: 1020px) {
    .hwa-t-4 .hwa-t-4-favoritebtn {
        position: fixed;
        top: 15px;
        right: 15%;
    }
}

/* mobile and tablet*/
/* 2021.07.30 */
@media only screen and (max-width: 1020px) {
    .hwa-m-1, .hwa-m-2 {
        margin: 1px;
    }

    .hwa-t-4 .hwa-t-4-favoritebtn img {
        width: 28px !important;
        height: 28px !important;
    }

    .breadcrumb {
        display: none;
    }
}

/* desktop */
@media only screen and (min-width: 992px) {
    .table-contents .table-item .left p {
        /* margin-right: 10px;*/
    }
    .small-lang{
        display: none !important;
    }
}
/* tablet and desktop */
@media only screen and (min-width: 768px) {
    .cusnum-ratio .table-contents .table-item .left {
        flex: 0 0 45%;
    }
}

/*大寫鎖提示*/
.sCapsLockWarning {
    font-size: 9pt;
    color: Red;
    display: none;
}


#style-5::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb {
    background-color: #0ae;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}

@media only screen and (max-width: 768px) {
    .div-Confirm2-fd60020 {
        padding-left: 1% !important;
        background-color: white !important; 
    }

    .div-Confirm2-table {
        border: solid!important; 
        width: 100%!important; 
    }
}

/* 2021.07.30 */
@media only screen and (min-width: 768px) and (max-width: 1020px) {
    .div-Confirm2-fd60020 {
        padding-left: 25% !important;
        background-color: white !important; 
    }

    .div-Confirm2-table {
        border: solid!important; 
        width: 90%!important; 
    }
}

@media only screen and (min-width: 992px) {
    .div-Confirm2-fd60020 {
        padding-left: 30% !important;
        background-color: white !important; 
    }

    .div-Confirm2-table {
        border: solid!important;
        width: 80%!important; 
    }
}

.div-Confirm2-fd60020 {
    padding-left: 30%;
    background-color: white;
}

.div-Confirm2-table {
    border: solid;
    width: 80%; 
}

.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* 2022/02/15 新增 顯示總覽下方的重要提醒、行事曆、登入紀錄旁的 "+" 符號 */
.plusSign::after{
    display:block !important;
}

/* 基金清除鍵 "x" 顯示 */
input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance: none;
    position: relative;
    height: 11px;
    width: 11px; 
    background-image: url('../img/clear.png');
    background-size: cover;
}

/* 2022.03.02 新增，控制輸入欄位focus狀態 */
.right-item .form-control:focus {
    border-color: #66afe9 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(0, 150, 255 ) !important;
    box-shadow: 0 0 0 0.2rem rgb(0, 150, 255 ) !important;
}
/* 2022.03.04 新增，TABLE欄位顯示樣式 */

@media only screen and (max-width: 768px) {
    .table-small-hide-inside-c table {
        border-collapse: collapse !important;
    }

    .table-small-hide-inside-c tr, .table-small-hide-inside-c thead {
        display: block !important;
        float: left !important;
    }

    .table-small-hide-inside-c th {
        padding: 10px 18px !important;
    }

    .table-small-hide-inside-c th, .table-small-hide-inside-c td {
        display: block !important;
    }

    .table-small-hide-inside-c tbody {
        display: block !important;
        width: 100% !important;
    }

    .table-small-hide-inside-c tbody tr {
        width: 100% !important;
    }

    .table-small-hide-a-c{
        display: flex !important;
        justify-content:center !important;
    }
}

/* 2022/05/06 add, 統一 Button & Drop List 顏色  */
.BlackFontColor {
    background-color: #efefef !important;
    color: #333 !important;
    border: none;
    border-radius: 1rem !important;
    height:1.9rem;
    text-align:left !important;
    padding-left: 10px;
}

    .BlackFontColor:disabled {
        background-color: #f5f2f0 !important;
        color: #999 !important;
    }

        .BlackFontColor:disabled::placeholder { /* CSS 3 標準 */
            color: #999;
        }

        .BlackFontColor:disabled::-webkit-input-placeholder { /* Chrome, Safari */
            color: #999;
        }

        .BlackFontColor:disabled:-ms-input-placeholder { /* IE 10+ */
            color: #999;
        }

        .BlackFontColor:disabled::-moz-placeholder { /* Firefox 19+ */
            color: #999;
            opacity: 1;
        }

/* 2022/06/09 add, cancel IE/Edge Browser's input Eyes icon */
/*清除text文本輸入框的清除圖標*/
input::-ms-clear {
    display: none;
}

/*清除password密碼輸入框的明文圖標*/
input::-ms-reveal {
    display: none;
}

/* 2022/07/13 add, */
.agreeBookHalfHeight {
    width: 100%;
    max-height: 45vh;
    
    margin: 3% auto;
    padding: 2%;
    border: 1px solid;
    background-color: #fff;
    color: #4c4c4c;
 
    position: relative;
    overflow-y: scroll;
}

/* 2022/08/09 add, scrollbar */
/* width */
    .agreeBookHalfHeight::-webkit-scrollbar {
        /*-webkit-appearance: none;*/
        width: 5px;
    }
    .agreeBookHalfHeight::-webkit-scrollbar-button {
        background: #777;
        height: 10px;
    }

    .agreeBookHalfHeight::-webkit-scrollbar-track-piece {
        background: transparent;
    }

    .agreeBookHalfHeight::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.4);
        border: 1px solid slategrey;
    }

    .agreeBookHalfHeight::-webkit-scrollbar-track {
        box-shadow: transparent;
    }

/* Slide Arrow */
.SlideArrow {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 6px;
    bottom: 6px;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: red;
}
