@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@400;500;700&family=Noto+Sans+TC:wght@400;500;700&display=swap");

@font-face {
    font-family: "Inconsolata";
    src: url("../fonts/inconsolata/Inconsolata ExtraExpanded Bold.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/inconsolata/Inconsolata ExtraExpanded Bold.woff2") format("woff2"), url("../fonts/inconsolata/Inconsolata ExtraExpanded Bold.woff") format("woff"), url("../fonts/inconsolata/Inconsolata ExtraExpanded Bold.ttf") format("truetype"), url("../fonts/inconsolata/Inconsolata ExtraExpanded Bold") format("svg");
    /* Legacy iOS */
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon/icomoon.eot?r3fscw");
    src: url("../fonts/icomoon/icomoon.eot?r3fscw#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?r3fscw") format("truetype"), url("../fonts/icomoon/icomoon.woff?r3fscw") format("woff"), url("../fonts/icomoon/icomoon.svg?r3fscw#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.btnOutside {
    display: flex; /* 使用 Flexbox 排列按鈕 */
    justify-content: center; /* 按鈕置中 */
    gap: 20px; /* 設定按鈕之間的間距 */
    padding: 10px;
}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*.icon-arrow:before {
    content: "\e900";
}*/

.icon-arrow-down:before {
    content: "\e901";
}

.icon-arrow-left:before {
    content: "\e902";
}

.icon-arrow-line-left:before {
    content: "\e903";
}

.icon-arrow-line-right:before {
    content: "\e904";
}

.icon-arrow-right:before {
    content: "\e905";
}

.icon-arrow-top:before {
    content: "\e906";
}

.icon-check:before {
    content: "\e907";
}

.icon-circle-check:before {
    content: "\e908";
}

.icon-circle-delete:before {
    content: "\e909";
}

.icon-circle-edit:before {
    content: "\e90a";
}

.icon-circle-minus:before {
    content: "\e90b";
}

.icon-circle-money:before {
    content: "\e90c";
}

.icon-circle-phone:before {
    content: "\e90d";
}

.icon-circle-plus:before {
    content: "\e90e";
}

.icon-circle-question:before {
    content: "\e90f";
}

.icon-circle-warning:before {
    content: "\e910";
}

.icon-claim:before {
    content: "\e911";
}

.icon-date:before {
    content: "\e912";
}

.icon-fax:before {
    content: "\e913";
}

.icon-file:before {
    content: "\e914";
}

.icon-file-2:before {
    content: "\e915";
}

.icon-file-3:before {
    content: "\e916";
}

.icon-hamburger:before {
    content: "\e917";
}

.icon-hand:before {
    content: "\e918";
}

.icon-home:before {
    content: "\e919";
}

.icon-home-arrow:before {
    content: "\e91a";
}

.icon-home-calc-legal:before {
    content: "\e91b";
}

.icon-home-calc-nature:before {
    content: "\e91c";
}

.icon-home-car:before {
    content: "\e91d";
}

.icon-home-good:before {
    content: "\e91e";
}

.icon-home-question:before {
    content: "\e91f";
}

.icon-home-service:before {
    content: "\e920";
}

.icon-home-why:before {
    content: "\e921";
}

.icon-home-why-download:before {
    content: "\e922";
}

.icon-home-why-message:before {
    content: "\e923";
}

.icon-line:before {
    content: "\e924";
}

.icon-mail:before {
    content: "\e925";
}

.icon-member:before {
    content: "\e926";
}

.icon-minus:before {
    content: "\e927";
}

.icon-pay:before {
    content: "\e928";
}

.icon-pay-account:before {
    content: "\e929";
}

.icon-pay-credit:before {
    content: "\e92a";
}

.icon-pay-jkopay:before {
    content: "\e92b";
}

.icon-pen:before {
    content: "\e92c";
}

.icon-phone:before {
    content: "\e92d";
}

.icon-plus:before {
    content: "\e92e";
}

.icon-search:before {
    content: "\e92f";
}

.icon-service:before {
    content: "\e930";
}

.icon-term-check:before {
    content: "\e931";
}

.icon-term-down:before {
    content: "\e932";
}

.icon-loading-dot:before {
    content: "\e97f";
}

.icon-loading:before {
    content: "\e982";
}

/*.icon-facebook-square:before {
    content: "\e983";
}*/

.icon-left {
    left: 24px !important;
}

.icon-right {
    right: 24px !important;
}

.vnotify-container {
    position: fixed;
    z-index: 2;
}

    .vnotify-container.vn-top-right {
        right: 10px;
        top: 10px;
    }

    .vnotify-container.vn-top-left {
        top: 10px;
        left: 10px;
    }

    .vnotify-container.vn-bottom-right {
        bottom: 10px;
        right: 10px;
    }

    .vnotify-container.vn-bottom-left {
        bottom: 10px;
        left: 10px;
    }

    .vnotify-container.vn-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

@media (min-width: 992px) {
    .vnotify-container.vn-center {
        top: 20%;
    }
}

.vnotify-container .vn-close {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 15px;
    height: 15px;
    padding: 2px;
    cursor: pointer;
}

    .vnotify-container .vn-close:before,
    .vnotify-container .vn-close:after {
        content: "";
        position: absolute;
        width: 100%;
        top: 50%;
        height: 2px;
        background: #fff;
    }

    .vnotify-container .vn-close:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .vnotify-container .vn-close:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.vnotify-item {
    position: relative;
    border-radius: 5px;
    margin-bottom: 15px;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    display: inline-block;
    width: auto;
    max-width: 305px;
    margin: 0 auto 15px;
    padding: 5px 36px 5px 10px;
    font-size: 17px;
}

    .vnotify-item:hover {
        opacity: 1;
    }

    .vnotify-item::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 17px;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icomoon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.vnotify-title {
    font-weight: bold;
}

.vnotify-info {
    background: #3498db;
    color: #fff;
    -webkit-box-shadow: 0 0 12px #3498db;
    box-shadow: 0 0 12px #3498db;
}

    .vnotify-info::after {
        content: "\e910";
    }

.vnotify-success {
    background: #01B901;
    color: #fff;
    -webkit-box-shadow: 0 0 12px #01B901;
    box-shadow: 0 0 12px #01B901;
}

    .vnotify-success::after {
        content: "\e908";
    }

.vnotify-error {
    background: #D90D1E;
    color: #fff;
    -webkit-box-shadow: 0 0 12px #D90D1E;
    box-shadow: 0 0 12px #D90D1E;
}

    .vnotify-error::after {
        content: "\e909";
    }

.vnotify-warning {
    background: #FF8D24;
    color: #fff;
    -webkit-box-shadow: 0 0 12px #FF8D24;
    box-shadow: 0 0 12px #FF8D24;
}

    .vnotify-warning::after {
        content: "\e910";
    }

.vnotify-notify {
    background: #333;
    color: #fff;
    -webkit-box-shadow: 0 0 12px #333;
    box-shadow: 0 0 12px #333;
}

    .vnotify-notify::after {
        content: "\e90f";
    }

/* html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, input, select, textarea, caption, tbody, tfoot, thead, tr, th, td, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
} */

body {
    position: relative;
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #777;
    word-wrap: break-word;
    overflow-x: hidden;
    max-width: 100vw;
}

img {
    max-width: 100%;
    vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button,
input,
select,
textarea {
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.listboxSelect {
    display: inline-block;
    -webkit-appearance: listbox;
    -moz-appearance: listbox;
    appearance: listbox;
}

a {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
    }

i {
    font-style: normal;
}

ul, ol {
  /*list-style: none;*/
}

*::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #bbb;
}

*::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #bbb;
}

*:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #bbb;
}

*::-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #bbb;
}

*::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #bbb;
}

*:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #bbb;
}

*::-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #bbb;
}

.fancybox-active {
    overflow: hidden;
}

@media (max-width: 991px) {
    .fancybox-is-open .fancybox-stage {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-duration: 366ms;
        transition-duration: 366ms;
    }
}

.fancybox-bg {
    background-color: rgba(0, 0, 0, 0.3);
}

.fancybox-slide--html {
    padding: 51px;
}

@media (max-width: 991px) {
    .fancybox-slide--html {
        padding: 0;
    }
}

.fancybox-slide--html .fancybox-close-small {
    display: none;
}

@media (max-width: 991px) {
    .fancybox-stage {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
}

.fancybox-stage .modal {
    position: relative !important;
}

.select2-container {
    max-width: 100%;
}

.select2-container--open.select2-container .select2-selection {
    border-radius: 5px 5px 0 0 !important;
    border: 1px solid #aaa !important;
    border-bottom: 0 !important;
}

.select2-selection {
    width: 100%;
    min-height: 40px !important;
    padding: 1px 30px 6px 10px !important;
    font-family: "Lato", "monospace", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    background-color: #eee !important;
    border: 1px solid #eee !important;
    border-radius: 5px !important;
}

    .select2-selection:hover {
        border-color: #c5c5c5;
        cursor: pointer;
    }

        .select2-selection:hover ~ .form-input__icon {
            color: #777;
        }

    .select2-selection:focus {
        border-color: #aaa !important;
    }

.select2-selection__choice {
    padding: 2px 24px 2px 6px !important;
    color: #fff !important;
    background-color: #1891E0 !important;
    border: none !important;
}

.select2-selection__choice__display {
    padding: 0 !important;
}

.select2-selection__choice__remove {
    top: 2px !important;
    left: calc(100% - 22px) !important;
    font-size: 22px !important;
    color: #fff !important;
    border: none !important;
}

    .select2-selection__choice__remove:hover {
        background: transparent !important;
    }

    .select2-selection__choice__remove span {
        font-weight: normal !important;
    }

.select2-search {
    display: inline-block;
    margin-top: 2px;
}

.select2-results *::-webkit-scrollbar-track {
    background-color: #edeff8;
    border-radius: 5px;
}

.select2-results *::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    background-color: #edeff8;
    border-radius: 5px;
}

.select2-results *::-webkit-scrollbar-thumb {
    background-color: #c8d1f2;
    border-radius: 5px;
}

.select2-results__option {
    position: relative;
    font-size: 15px;
    padding: 4px 16px 4px 30px;
    border-bottom: 1px solid #ddd;
}

.select2-results__option--selected {
    color: #1990e0 !important;
    background-color: #edf0ff !important;
    border-bottom: 1px solid #c8d1f2;
}

    .select2-results__option--selected::before {
        content: "";
        position: absolute;
        top: 8px;
        left: 16px;
        display: block;
        width: 4px;
        height: 8px;
        border-style: solid;
        border-color: #1990e0;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.vnotify-container {
    pointer-events: none;
}

.custom__container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}

@media (min-width: 1360px) {
    .custom__container {
        /*width: 1230px;*/
    }
}

@media (max-width: 1359px) and (min-width: 992px) {
    .custom__container {
        /*width: 990px;*/
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .custom__container {
        /*max-width: 768px;*/
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .custom__container {
        width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .custom__container--product {
        max-width: 100%;
        padding: 0;
    }
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@-webkit-keyframes hook {
    0% {
        -webkit-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
    }

    50% {
        -webkit-transform: translate(-50%, 5px);
        transform: translate(-50%, 5px);
    }

    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@keyframes hook {
    0% {
        -webkit-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
    }

    50% {
        -webkit-transform: translate(-50%, 5px);
        transform: translate(-50%, 5px);
    }

    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        display: block;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    to {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        display: block;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    to {
        display: block;
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        display: block;
        opacity: 1;
    }

    1% {
        display: block;
        opacity: 0;
    }

    to {
        display: none;
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        display: block;
        opacity: 1;
    }

    1% {
        display: block;
        opacity: 0;
    }

    to {
        display: none;
        opacity: 0;
    }
}

@-webkit-keyframes loop-to-left {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes loop-to-left {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes loop-to-right {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes loop-to-right {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes rotate {
    0% {
        left: -5px;
        -webkit-transform: scaleX(1) scaleY(1) rotate(0);
        transform: scaleX(1) scaleY(1) rotate(0);
    }

    50% {
        -webkit-transform: scaleX(1.5) scaleY(1.5) rotate(180deg);
        transform: scaleX(1.5) scaleY(1.5) rotate(180deg);
    }

    100% {
        left: 100%;
        -webkit-transform: scaleX(1) scaleY(1) rotate(360deg);
        transform: scaleX(1) scaleY(1) rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        left: -5px;
        -webkit-transform: scaleX(1) scaleY(1) rotate(0);
        transform: scaleX(1) scaleY(1) rotate(0);
    }

    50% {
        -webkit-transform: scaleX(1.5) scaleY(1.5) rotate(180deg);
        transform: scaleX(1.5) scaleY(1.5) rotate(180deg);
    }

    100% {
        left: 100%;
        -webkit-transform: scaleX(1) scaleY(1) rotate(360deg);
        transform: scaleX(1) scaleY(1) rotate(360deg);
    }
}

.is-loading {
    position: relative;
    overflow: hidden;
}

    .is-loading::before {
        content: "\e982";
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 32px;
        color: #D90D1E;
        -webkit-animation: rotating 2s linear infinite;
        animation: rotating 2s linear infinite;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icomoon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .is-loading::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.7);
        z-index: 1;
    }

@media (max-width: 991px) {
    .is-pc {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .is-mb {
        display: none !important;
    }
}

.is-hide {
    display: none !important;
}

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 160px;
    min-height: 40px;
    padding: 8px 12px;
    background-color: #DEE6EE;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

    .button span {
        font-size: 18px;
        font-weight: 500;
        color: #8F9AA6;
    }

    .button:hover {
        background-color: #d1dce7;
    }

    .button:active {
        background-color: #DEE6EE;
    }

    .button:disabled,
    .button.disabled {
        background-color: #eee !important;
        pointer-events: none !important;
    }

        .button:disabled span,
        .button.disabled span {
            color: #8F9AA6 !important;
        }

.button--sm {
    width: 120px;
    min-width: 120px;
    height: 45px;
    padding: 12px;
    border-radius: 5px;
}

.button-notice {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 6px;
    font-size: 16px;
}

    .button-notice i {
        color: #F3C03D;
    }

    .button-notice:hover i {
        color: #eeb00f;
    }

.form__inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin: 0 0 0px 0px;
}

    .form__inline > .form-checkbox {
        margin-left: 20px;
    }

.form-input {
    position: relative;
    width: 100%;
    max-width: 410px;
}

@media (max-width: 575px) {
    .form-input {
        max-width: 100%;
    }
}

.form-input__icon {
    display: none;
    position: absolute;
    top: 50%;
    right: 15px;
    padding: 2px;
    font-size: 16px;
    line-height: 1;
    color: #aaa;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .form-input__icon:hover {
        color: #777;
    }

.form-input input[type=text],
.form-input input[type=password],
.form-input input[type=date],
.form-input input[type=month] {
    width: 100%;
    height: 40px;
    padding: 8px 15px;
    font-family: "Lato", "monospace", sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #555;
    background-color: #eee;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-transition-property: border;
    transition-property: border;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

    .form-input input[type=text]:hover,
    .form-input input[type=password]:hover,
    .form-input input[type=date]:hover,
    .form-input input[type=month]:hover {
        border-color: #c5c5c5;
    }

    .form-input input[type=text]:focus,
    .form-input input[type=password]:focus,
    .form-input input[type=date]:focus,
    .form-input input[type=month]:focus {
        border-color: #aaa;
    }

    .form-input input[type=text]:-moz-read-only,
    .form-input input[type=password]:-moz-read-only,
    .form-input input[type=date]:-moz-read-only,
    .form-input input[type=month]:-moz-read-only {
        background-color: #ddd !important;
        border-color: #ddd !important;
        cursor: not-allowed;
        pointer-events: none;
    }

    .form-input input[type=text]:disabled,
    .form-input input[type=text].disabled,
    .form-input input[type=text]:read-only,
    .form-input input[type=password]:disabled,
    .form-input input[type=password].disabled,
    .form-input input[type=password]:read-only,
    .form-input input[type=date]:disabled,
    .form-input input[type=date].disabled,
    .form-input input[type=date]:read-only,
    .form-input input[type=month]:disabled,
    .form-input input[type=month].disabled,
    .form-input input[type=month]:read-only {
        /*background-color: #ddd !important;*/
        border-color: #ddd !important;
        cursor: not-allowed;
        pointer-events: none;
    }

    .form-input input[type=text]:-moz-read-only + .form-input__icon,
    .form-input input[type=password]:-moz-read-only + .form-input__icon,
    .form-input input[type=date]:-moz-read-only + .form-input__icon,
    .form-input input[type=month]:-moz-read-only + .form-input__icon {
        display: none !important;
    }

    .form-input input[type=text]:disabled + .form-input__icon,
    .form-input input[type=text].disabled + .form-input__icon,
    .form-input input[type=text]:read-only + .form-input__icon,
    .form-input input[type=password]:disabled + .form-input__icon,
    .form-input input[type=password].disabled + .form-input__icon,
    .form-input input[type=password]:read-only + .form-input__icon,
    .form-input input[type=date]:disabled + .form-input__icon,
    .form-input input[type=date].disabled + .form-input__icon,
    .form-input input[type=date]:read-only + .form-input__icon,
    .form-input input[type=month]:disabled + .form-input__icon,
    .form-input input[type=month].disabled + .form-input__icon,
    .form-input input[type=month]:read-only + .form-input__icon {
        display: none !important;
    }

@media (max-width: 991px) {

    .form-input input[type=text]:not(:-moz-placeholder-shown),
    .form-input input[type=password]:not(:-moz-placeholder-shown),
    .form-input input[type=date]:not(:-moz-placeholder-shown),
    .form-input input[type=month]:not(:-moz-placeholder-shown) {
        padding-right: 35px;
    }

    .form-input input[type=text]:not(:-ms-input-placeholder),
    .form-input input[type=password]:not(:-ms-input-placeholder),
    .form-input input[type=date]:not(:-ms-input-placeholder),
    .form-input input[type=month]:not(:-ms-input-placeholder) {
        padding-right: 35px;
    }

    .form-input input[type=text]:not(:placeholder-shown),
    .form-input input[type=password]:not(:placeholder-shown),
    .form-input input[type=date]:not(:placeholder-shown),
    .form-input input[type=month]:not(:placeholder-shown) {
        padding-right: 35px;
    }

    .form-input input[type=text]:not(:-moz-placeholder-shown) + .form-input__icon,
    .form-input input[type=password]:not(:-moz-placeholder-shown) + .form-input__icon,
    .form-input input[type=date]:not(:-moz-placeholder-shown) + .form-input__icon,
    .form-input input[type=month]:not(:-moz-placeholder-shown) + .form-input__icon {
        display: block;
    }

    .form-input input[type=text]:not(:-ms-input-placeholder) + .form-input__icon,
    .form-input input[type=password]:not(:-ms-input-placeholder) + .form-input__icon,
    .form-input input[type=date]:not(:-ms-input-placeholder) + .form-input__icon,
    .form-input input[type=month]:not(:-ms-input-placeholder) + .form-input__icon {
        display: block;
    }

    .form-input input[type=text]:not(:placeholder-shown) + .form-input__icon,
    .form-input input[type=password]:not(:placeholder-shown) + .form-input__icon,
    .form-input input[type=date]:not(:placeholder-shown) + .form-input__icon,
    .form-input input[type=month]:not(:placeholder-shown) + .form-input__icon {
        display: block;
    }

    .form-input input[type=text]:not(:-moz-placeholder-shown):disabled + .form-input__icon,
    .form-input input[type=text]:not(:-moz-placeholder-shown).disabled + .form-input__icon,
    .form-input input[type=text]:not(:-moz-placeholder-shown):read-only + .form-input__icon,
    .form-input input[type=password]:not(:-moz-placeholder-shown):disabled + .form-input__icon,
    .form-input input[type=password]:not(:-moz-placeholder-shown).disabled + .form-input__icon,
    .form-input input[type=password]:not(:-moz-placeholder-shown):read-only + .form-input__icon,
    .form-input input[type=date]:not(:-moz-placeholder-shown):disabled + .form-input__icon,
    .form-input input[type=date]:not(:-moz-placeholder-shown).disabled + .form-input__icon,
    .form-input input[type=date]:not(:-moz-placeholder-shown):read-only + .form-input__icon,
    .form-input input[type=month]:not(:-moz-placeholder-shown):disabled + .form-input__icon,
    .form-input input[type=month]:not(:-moz-placeholder-shown).disabled + .form-input__icon,
    .form-input input[type=month]:not(:-moz-placeholder-shown):read-only + .form-input__icon {
        display: none;
    }

    .form-input input[type=text]:not(:-ms-input-placeholder):disabled + .form-input__icon,
    .form-input input[type=text]:not(:-ms-input-placeholder).disabled + .form-input__icon,
    .form-input input[type=text]:not(:-ms-input-placeholder):read-only + .form-input__icon,
    .form-input input[type=password]:not(:-ms-input-placeholder):disabled + .form-input__icon,
    .form-input input[type=password]:not(:-ms-input-placeholder).disabled + .form-input__icon,
    .form-input input[type=password]:not(:-ms-input-placeholder):read-only + .form-input__icon,
    .form-input input[type=date]:not(:-ms-input-placeholder):disabled + .form-input__icon,
    .form-input input[type=date]:not(:-ms-input-placeholder).disabled + .form-input__icon,
    .form-input input[type=date]:not(:-ms-input-placeholder):read-only + .form-input__icon,
    .form-input input[type=month]:not(:-ms-input-placeholder):disabled + .form-input__icon,
    .form-input input[type=month]:not(:-ms-input-placeholder).disabled + .form-input__icon,
    .form-input input[type=month]:not(:-ms-input-placeholder):read-only + .form-input__icon {
        display: none;
    }

    .form-input input[type=text]:not(:placeholder-shown):-moz-read-only + .form-input__icon,
    .form-input input[type=password]:not(:placeholder-shown):-moz-read-only + .form-input__icon,
    .form-input input[type=date]:not(:placeholder-shown):-moz-read-only + .form-input__icon,
    .form-input input[type=month]:not(:placeholder-shown):-moz-read-only + .form-input__icon {
        display: none;
    }

    .form-input input[type=text]:not(:placeholder-shown):disabled + .form-input__icon,
    .form-input input[type=text]:not(:placeholder-shown).disabled + .form-input__icon,
    .form-input input[type=text]:not(:placeholder-shown):read-only + .form-input__icon,
    .form-input input[type=password]:not(:placeholder-shown):disabled + .form-input__icon,
    .form-input input[type=password]:not(:placeholder-shown).disabled + .form-input__icon,
    .form-input input[type=password]:not(:placeholder-shown):read-only + .form-input__icon,
    .form-input input[type=date]:not(:placeholder-shown):disabled + .form-input__icon,
    .form-input input[type=date]:not(:placeholder-shown).disabled + .form-input__icon,
    .form-input input[type=date]:not(:placeholder-shown):read-only + .form-input__icon,
    .form-input input[type=month]:not(:placeholder-shown):disabled + .form-input__icon,
    .form-input input[type=month]:not(:placeholder-shown).disabled + .form-input__icon,
    .form-input input[type=month]:not(:placeholder-shown):read-only + .form-input__icon {
        display: none;
    }
}

.form-input input[type=text]:-moz-read-only {
    color: #777 !important;
}

.form-input input[type=password]:-moz-read-only {
    color: #777 !important;
}

.form-input input[type=text]:disabled,
.form-input input[type=text].disabled,
.form-input input[type=text]:read-only {
    color: #777 !important;
}

.form-input input[type=password]:disabled,
.form-input input[type=password].disabled,
.form-input input[type=password]:read-only {
    color: #777 !important;
}

.form-input input[type=date],
.form-input input[type=month] {
    color: transparent;
    line-height: 1;
}

    .form-input input[type=date]::-webkit-calendar-picker-indicator,
    .form-input input[type=month]::-webkit-calendar-picker-indicator {
        position: absolute;
        left: 0;
        top: 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: end;
        justify-content: flex-end;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

    .form-input input[type=date]::before,
    .form-input input[type=month]::before {
        content: attr(placeholder);
        font-size: 16px;
        color: #999999;
    }

    .form-input input[type=date]:focus,
    .form-input input[type=date]:valid,
    .form-input input[type=month]:focus,
    .form-input input[type=month]:valid {
        color: #555;
    }

        .form-input input[type=date]:focus::before,
        .form-input input[type=date]:valid::before,
        .form-input input[type=month]:focus::before,
        .form-input input[type=month]:valid::before {
            content: "" !important;
        }

    .form-input input[type=date]:hover + .form-input__icon,
    .form-input input[type=month]:hover + .form-input__icon {
        color: #777;
    }

    .form-input input[type=date]:-moz-read-only,
    .form-input input[type=month]:-moz-read-only {
        color: transparent !important;
    }

    .form-input input[type=date]:disabled,
    .form-input input[type=date].disabled,
    .form-input input[type=date]:read-only,
    .form-input input[type=month]:disabled,
    .form-input input[type=month].disabled,
    .form-input input[type=month]:read-only {
        color: transparent !important;
    }

    .form-input input[type=date]:-moz-read-only + .form-input__icon,
    .form-input input[type=month]:-moz-read-only + .form-input__icon {
        background-color: #ddd;
    }

    .form-input input[type=date]:disabled + .form-input__icon,
    .form-input input[type=date].disabled + .form-input__icon,
    .form-input input[type=date]:read-only + .form-input__icon,
    .form-input input[type=month]:disabled + .form-input__icon,
    .form-input input[type=month].disabled + .form-input__icon,
    .form-input input[type=month]:read-only + .form-input__icon {
        background-color: #ddd;
    }

    .form-input input[type=date] + .form-input__icon,
    .form-input input[type=month] + .form-input__icon {
        display: block;
        background-color: #eee;
        pointer-events: none;
    }

.form-input select {
    width: 100%;
    height: 40px;
    padding: 8px 30px 8px 15px;
    font-family: "Lato", "monospace", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    /*background-color: #eee;*/
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-transition-property: border;
    transition-property: border;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 991px) {
    .form-input select {
        font-size: 15px;
    }
}

.form-input select ~ .form-input__icon {
    display: block;
    font-size: 12px;
    pointer-events: none;
}

.form-input select:hover {
    border-color: #c5c5c5;
    cursor: pointer;
}

    .form-input select:hover ~ .form-input__icon {
        color: #777;
    }

.form-input select:focus {
    border-color: #aaa;
}

.form-input select:disabled,
.form-input select.disabled {
    color: #777 !important;
    /*background-color: #ddd !important;*/
    border-color: #ddd !important;
    cursor: not-allowed;
    pointer-events: none;
}

.form-input:hover input[type=text] {
    padding-right: 50px;
}

    .form-input:hover input[type=text] + .form-input__icon {
        display: block;
    }

    .form-input:hover input[type=text]:-moz-read-only + .form-input__icon {
        display: none;
    }

    .form-input:hover input[type=text]:read-only + .form-input__icon {
        display: none;
    }

.form-checkbox {
    display: block;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 1.5;
    cursor: pointer;
}

    .form-checkbox input {
        display: none;
    }

.form-checkbox__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form-checkbox__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
    background-color: #eee;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-transition-property: border;
    transition-property: border;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

    .form-checkbox__input i {
        display: none;
    }

.form-checkbox__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-checkbox input[type=checkbox]:checked + .form-checkbox__inner .form-checkbox__input,
.form-checkbox input[type=radio]:checked + .form-checkbox__inner .form-checkbox__input {
    background-color: #E36255;
    border-color: #E36255;
}

    .form-checkbox input[type=checkbox]:checked + .form-checkbox__inner .form-checkbox__input i,
    .form-checkbox input[type=radio]:checked + .form-checkbox__inner .form-checkbox__input i {
        display: block;
    }

.form-checkbox input[type=checkbox]:focus + .form-checkbox__inner .form-checkbox__input,
.form-checkbox input[type=radio]:focus + .form-checkbox__inner .form-checkbox__input {
    border-color: #aaa;
}

.form-checkbox input[type=checkbox]:disabled + .form-checkbox__inner .form-checkbox__input,
.form-checkbox input[type=radio]:disabled + .form-checkbox__inner .form-checkbox__input {
    color: #fff !important;
    background-color: #ddd !important;
    border-color: #ddd !important;
    cursor: not-allowed;
}

.form-checkbox:hover .form-checkbox__input {
    border-color: #c5c5c5;
}

.sys {
    position: relative;
    width: 100%;
    padding: 50px 0;
    margin-top: 10px;
    /* background-color: #fff6f6;*/
    background-color: #f7f7f7;
}

@media (min-width: 1230px) {
    .sys {
        min-height: calc(100vh - 380px - 70px);
    }
}

@media (max-width: 1229px) and (min-width: 992px) {
    .sys {
        min-height: calc(100vh - 500px - 70px);
    }
}

@media (max-width: 991px) and (min-width: 476px) {
    .sys {
        min-height: calc(100vh - 350px - 56px);
    }
}

@media (max-width: 475px) {
    .sys {
        min-height: calc(100vh - 380px - 56px);
    }
}

@media (max-width: 991px) {
    .sys {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 0;
        margin-top: 56px;
    }
}

.sys p {
    margin: 0;
}

.sys a {
    text-decoration: none;
}

.sys label {
    display: block;
}

/*.sys ol,
.sys ul {
    margin: 0;
    padding: 0;
}*/

.sys__container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}

@media (min-width: 1230px) {
    .sys__container {
        width: 1230px;
    }
}

@media (max-width: 1229px) and (min-width: 992px) {
    .sys__container {
        width: 990px;
    }
}

@media (max-width: 991px) {
    .sys__container {
        width: 100%;
        padding: 0;
    }
}

.sys__cancel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.sys-step {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .sys-step {
        padding: 14px 0;
        margin: 0 auto;       
        background-color: #f7f7f7;
    }
}

.sys-step__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: auto;
}

.sys-step__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    counter-increment: number;
}

@media (min-width: 992px) {
    .sys-step__item {
        width: 100%;
        padding: 20px 24px;
        border-bottom: 4px solid #B7C7D7;
    }
}

@media (max-width: 991px) {
    .sys-step__item {
        padding: 10px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}

.sys-step__item-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 12px;
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background-color: #B7C7D7;
    border-radius: 18px;
}

    .sys-step__item-label::before {
        content: counter(number);
    }

@media (min-width: 992px) {
    .sys-step__item-label::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .sys-step__item-label span {
        display: none;
    }
}

.sys-step__item-label.active::before {
    content: none;
}

.sys-step__item-label i {
    display: none;
}

.sys-step__item-text {
    margin-top: 12px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #B7C7D7;
}

@media (max-width: 991px) {
    .sys-step__item-text {
        display: none;
    }
}

.sys-step__item-next {
    position: absolute;
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #B7C7D7;
}

@media (max-width: 991px) {
    .sys-step__item-next {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .sys-step__item-next {
        font-size: 12px;
    }
}

.sys-step__item--progress {
    border-color: #E36255;
}

    .sys-step__item--progress .sys-step__item-label {
        font-size: 16px;
        background-color: #E36255;
    }

@media (max-width: 991px) {
    .sys-step__item--progress .sys-step__item-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 9px 16px;
        border-radius: 20px;
    }
}

@media (max-width: 375px) {
    .sys-step__item--progress .sys-step__item-label {
        padding: 5px 12px;
    }
}

@media (max-width: 991px) {
    .sys-step__item--progress .sys-step__item-label::before {
        width: 10px;
        font-family: "Lato", "monospace", sans-serif;
        font-size: 17px;
        line-height: 1;
        padding-right: 4px;
    }
}

@media (max-width: 991px) {
    .sys-step__item--progress .sys-step__item-label::after {
        content: attr(data-label);
        font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
        font-weight: 400;
        font-size: 16px;
    }
}

.sys-step__item--progress .sys-step__item-text {
    color: #E36255;
}

.sys-step__item--progress .sys-step__item-next .icon {
    color: #E36255;
}

.sys-step__item--finished .sys-step__item-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}

@media (max-width: 991px) {
    .sys-step__item--finished .sys-step__item-label::before {
        display: none;
    }
}

.sys-step__item--finished .sys-step__item-label span {
    display: none;
}

.sys-step__item--finished .sys-step__item-label i {
    display: block;
}

@media (max-width: 991px) {
    .sys-step__item--finished .sys-step__item-label i {
        font-size: 12px;
    }
}

.sys-step__item:nth-last-of-type(1) .sys-step__item-next {
    display: none;
}

@media (max-width: 991px) {
    .sys-step__item:not(.sys-step__item--progress) .sys-step__item-label {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 375px) {
    .sys-step__item:not(.sys-step__item--progress) .sys-step__item-label {
        width: 25px;
        height: 25px;
        font-size: 15px;
    }
}

.sys-main {
    position: relative;
}

@media (min-width: 992px) {
    .sys-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }
}

.sys-main__left {
    width: calc(100% - 350px - 50px);
}

@media (max-width: 1229px) {
    .sys-main__left {
        width: calc(100% - 300px - 30px);
    }
}

@media (max-width: 991px) {
    .sys-main__left {
        width: 100%;
        padding: 0px 20px 10px;
        /* background-color: #fff6f6;*/
        background-color: #f7f7f7;
    }
}

.sys-main__left > :nth-child(n+2) {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .sys-main__left > :nth-child(n+2) {
        margin-top: 10px;
    }
}

.sys-main__right {
    width: 350px;
}

@media (max-width: 1229px) {
    .sys-main__right {
        width: 300px;
    }
}

@media (max-width: 991px) {
    .sys-main__right {
        width: 100%;
        background-color: #f7f7f7;
        padding: 2px 20px 10px;
    }
}

@media (min-width: 992px) {
    .sys-main__right--fixed {
        position: fixed;
        top: 85px;
        right: calc((100% - 960px) / 2);
    }
}

@media (min-width: 1230px) {
    .sys-main__right--fixed {
        position: fixed;
        right: calc((100% - 1200px) / 2);
    }
}

@media (min-width: 992px) {
    .sys-main__right--higher {
        position: fixed;
        bottom: 80px;
        right: calc((100% - 960px) / 2);
    }
}

@media (min-width: 1230px) {
    .sys-main__right--higher {
        position: fixed;
        right: calc((100% - 1200px) / 2);
    }
}

@media (min-width: 992px) {
    .sys-main__right--bottom {
        position: absolute;
        bottom: 0;
        right: 0;
        /*right: calc((100% - 1005px) / 2);*/
    }
}

@media (max-width: 991px) {
    .sys-main__right .sys-box {
        display: none;
    }
}

.sys-main__right .sys-box:nth-child(n+2) {
    margin-top: 15px;
}

.sys-main__right .sys-box--mobile.sys-box {
    display: block !important;
}

/*@media (max-width: 991px) {
    .sys-main__right .sys-box--mobile.sys-box {
        margin-top: 15px;         
    }
}*/

@media (min-width: 992px) {
    .sys-main__right .sys-box__title {
        padding-bottom: 0;
        border-bottom: none;
    }
}

@media (min-width: 992px) {
    .sys-main__right .sys-box__content {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    sys-box sys-box--mobile {
        width: calc(100% - 134px - 15px);
    }
}

.sys-box {
    width: 100%;
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 10px;
}

@media (min-width: 992px) {
    .sys-box {
        border-radius: 15px;
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
        /*     padding: 25px;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);*/
        padding: 20px 20px;
        box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    }
}

@media (min-width: 1229px) {
    .sys-box {
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .sys-box--error {
        border: 1px solid #EC2736;
    }
}

@media (min-width: 992px) {
    .sys-box--terms {
        position: relative;
        /*padding-bottom: 79px;*/
        overflow: hidden;
        z-index: 1;
    }
}

@media (min-width: 576px) {
    .sys-box--vehicle .sys-form__title {
        width: 134px;
        padding-top: 8px;
    }
}

@media (min-width: 576px) {
    .sys-box--vehicle .sys-form__field {
        width: calc(100% - 134px - 15px);
        margin-top: 0;
    }
}

.sys-box--notice .sys-box__title-notice {
    font-weight: 700;
    color: #FF8300;
}

@media (min-width: 992px) {
    .sys-box--notice .sys-box__title-notice {
        display: none;
    }
}

@media (max-width: 991px) {
    .sys-box--bottom {
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .sys-box--calc {
        padding-bottom: 110px;
        margin-bottom: -60px;
    }
}

.sys-box__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 12px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #444;
    border-bottom: 2px solid #ccc;
}

@media (max-width: 1229px) {
    .sys-box__title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .sys-box__title {
        font-size: 20px;
        font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    }
}

@media (max-width: 575px) {
    .sys-box__title {
        font-size: 20px;
    }
}

.sys-box__title:nth-child(n+2) {
    margin-top: 30px;
}

.sys-box__title--required p::after {
    content: "*";
    display: inline;
    margin-left: 4px;
    font-size: 32px;
    color: #EC2736;
    vertical-align: top;
}

.sys-box__title-notice {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #999;
}

@media (min-width: 992px) {
    .sys-box__title-notice {
        display: none;
    }
}

.sys-box__title-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 26px;
    height: 26px;
    background-color: #E36255;
    border-radius: 13px;
    cursor: pointer;
}

    .sys-box__title-toggle i {
        font-size: 12px;
        color: #fff;
    }

    .sys-box__title-toggle:hover {
        background-color: #D90D1E;
    }

.sys-box__content {
    width: 100% !important;
    margin-top: 24px;
}

    .sys-box__content label {
        display: block;
    }

@media (max-width: 991px) {
    .sys-box__content {
        margin-top: 20px;
    }
}

.sys-box__content-box + .sys-box__content-box {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px dashed #ccc;
}

.sys-box__content-send {
    margin-top: 24px;
}

@media (max-width: 991px) {
    .sys-box__content-send {
        margin-top: 20px;
    }
}

.sys-box.closed .sys-box__title {
    padding-bottom: 0;
    border-bottom: none;
}

.sys-box.closed .sys-box__title-toggle {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: #B7C7D7;
}

.sys-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .sys-form__item:nth-child(n+2) {
        margin-top: 24px;
    }

@media (max-width: 991px) {
    .sys-form__item:nth-child(n+2) {
        margin-top: 20px;
    }
}

.sys-form__item--error input,
.sys-form__item--error .form-checkbox__input {
    border-color: #EC2736 !important;
}

.sys-form__item--error .sys-form__title {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.sys-form__item--error .sys-form__msg {
    margin-top: 8px;
    opacity: 1;
    z-index: 1;
}

.sys-form__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 160px;
    min-height: 40px;
    padding-top: 8px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #777;
}

@media (max-width: 575px) {
    .sys-form__title {
        width: 100%;
        font-size: 14px;
        min-height: auto;
        padding-top: 0;
    }
}

.sys-form__title .button-notice {
    padding: 3px 0;
}

.sys-form__field {
    position: relative;
    width: calc(100% - 144px - 28px);
}

@media (max-width: 575px) {
    .sys-form__field {
        width: 100%;
        margin-top: 8px;
    }
}

.sys-form__field .form-checkbox {
    padding: 10px 0;
    margin-bottom: -10px;
}

.sys-form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
    color: #759CC3;
}

@media (min-width: 768px) {
    .sys-form__label {
        min-height: 40px;
    }
}

.sys-form__label:empty::before {
    content: "--";
}

.sys-form__msg {
    position: relative;
    margin-top: -14px;
    font-size: 14px;
    color: #EC2736;
    line-height: 1;
    opacity: 0;
    z-index: -1;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    text-align: left;
}

.sys-form__notice {
    margin-top: 8px;
    font-size: 14px;
    color: #EC2736;
    line-height: 1;
}

.sys-list {
    width: 100%;
    padding: 16px;
    background-color: #F5F5F5;
    border-radius: 0 0 10px 10px;
}

    .sys-list .form-checkbox__input {
        background-color: #fff;
        border: 1px solid #ceddf0;
    }

    .sys-list .form-input input[type=text],
    .sys-list .form-input input[type=date],
    .sys-list .form-input input[type=month] select {
        background-color: #fff;
    }

.sys-list__content {
    overflow: hidden;
}

.sys-list__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: calc(100% + 20px);
    margin: -24px 0 -11px -20px;
}

@media (max-width: 575px) {
    .sys-list__box {
        margin-top: -16px;
    }
}

.sys-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-top: 24px;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 1229px) and (min-width: 992px) {
    .sys-list__item {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .sys-list__item {
        width: 100%;
        margin-top: 16px;
    }
}

.sys-list__item--full {
    width: 100%;
}

.sys-list__item-title {
    width: 100px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #777;
}

@media (max-width: 991px) {
    .sys-list__item-title {
        width: 120px;
    }
}

@media (max-width: 320px) {
    .sys-list__item-title {
        width: 100%;
    }
}

.sys-list__item-field {
    width: calc(100% - 100px);
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

@media (max-width: 991px) {
    .sys-list__item-field {
        width: calc(100% - 120px - 16px);
    }
}

@media (max-width: 320px) {
    .sys-list__item-field {
        width: 100%;
        margin-top: 5px;
    }
}

.sys-list__item-field:empty::before {
    content: "--";
}

.sys-banner {
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .sys-banner {
        margin-top: 0 !important;
        border-radius: 0;
    }
}

.sys-banner:hover {
    opacity: 0.8;
}

.sys-banner img {
    width: 100%;
}

@media (max-width: 575px) {
    .sys-banner__pc {
        display: none;
    }
}

@media (min-width: 576px) {
    .sys-banner__mb {
        display: none;
    }
}

.sys-hearing {
    display: block;
    width: 100%;
    padding: 15px;
    margin-top: 24px;
    background-color: #FFFCF1;
    border: 2px solid #EFA764;
    border-radius: 5px;
    cursor: pointer;
}

    .sys-hearing:hover {
        background-color: #fff7d8;
    }

.sys-hearing__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media (max-width: 991px) {
    .sys-hearing__box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.sys-hearing__text {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #E75503;
}

.sys-hearing__input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 10px;
}

@media (max-width: 991px) {
    .sys-hearing__input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        margin: 10px 0 0;
    }
}

.sys-hearing .form-checkbox__input {
    background-color: #fff;
    border-color: #ddd;
}

.sys-success {
    width: 100%;
    background-color: #fff;
}

@media (min-width: 992px) {
    .sys-success {
        max-width: 1000px;
        padding: 30px;
        margin: 0 auto;
        border-radius: 15px;
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
    }
}

@media (max-width: 991px) {
    .sys-success {
        padding: 30px 20px;
    }
}

.sys-success__title {
    padding-bottom: 20px;
    margin-bottom: 24px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #444;
    line-height: 1;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 1229px) {
    .sys-success__title {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .sys-success__title {
        padding-bottom: 16px;
    }
}

.sys-success__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.sys-success__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 6px 15px;
    margin-top: 10px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #FFFFFF;
    background-color: #EEAD30;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .sys-success__text {
        padding: 6px 8px;
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .sys-success__text {
        font-size: 15px;
    }
}

.sys-success__letter {
    width: 100%;
    padding: 20px;
    margin-top: 24px;
    background-color: #F5F5F5;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
}

@media (max-width: 575px) {
    .sys-success__letter {
        padding: 20px 15px;
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .sys-success__letter {
        padding: 20px 15px;
        font-size: 16px;
    }
}

.sys-success__letter a {
    display: inline;
    color: inherit;
}

.sys-success__letter p {
    line-height: 1.7;
}

    .sys-success__letter p:nth-child(n+2) {
        padding-top: 8px;
    }

    .sys-success__letter p span {
        font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
        font-weight: 500;
        color: #333;
    }

.sys-success__letter ul {
    margin-top: 8px;
    margin-left: 30px;
}

@media (max-width: 991px) {
    .sys-success__letter ul {
        margin-left: 16px;
    }
}

.sys-success__letter ul + p {
    padding-top: 16px !important;
}

.sys-success__letter li {
    position: relative;
    padding-left: 28px;
    counter-increment: number;
}

    .sys-success__letter li::before {
        content: counter(number);
        position: absolute;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 22px;
        height: 22px;
        font-weight: 500;
        font-size: 13px;
        color: #fff;
        background-color: #555;
        border-radius: 50%;
    }

@media (max-width: 991px) {
    .sys-success__letter li::before {
        width: 20px;
        height: 20px;
    }
}

.sys-success__letter li:nth-child(n+2) {
  /*  padding-top: 16px;*/
}

@media (max-width: 575px) {
    .sys-success__letter li:nth-child(n+2) {
        padding-top: 8px;
    }
}

.sys-success__row:nth-child(n+2) {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
}

@media (max-width: 991px) {
    .sys-success__row:nth-child(n+2) {
        padding-top: 16px;
        margin-bottom: 16px;
    }
}

.sys-success__download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 220px;
    height: 68px;
    margin: 20px auto;
    padding: 20px;
    background-color: #199FF8;
    border-radius: 34px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .sys-success__download {
        min-width: 160px;
        height: 50px;
        padding: 12px;
        margin: 16px auto;
        border-radius: 25px;
    }
}

.sys-success__download::before {
    display: none;
    content: "\e97f";
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    margin-right: 10px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sys-success__download-text {
    padding-right: 10px;
    font-size: 20px;
    color: #fff;
}

@media (max-width: 991px) {
    .sys-success__download-text {
        padding-right: 6px;
        padding-bottom: 1px;
        font-size: 16px;
    }
}

.sys-success__download-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 991px) {
    .sys-success__download-icon {
        width: 30px;
        height: 30px;
    }
}

.sys-success__download:hover {
    background-color: #007DF1;
}

    .sys-success__download:hover .sys-success__download-icon {
        background-color: rgba(255, 255, 255, 0.3);
    }

.sys-success__download--loading {
    background-color: rgba(25, 159, 248, 0.8) !important;
    cursor: auto;
}

    .sys-success__download--loading::before {
        display: block;
    }

    .sys-success__download--loading:hover .sys-success__download-icon {
        background-color: transparent;
    }

.sys-loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 200px;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}

    .sys-loading::before {
        content: "\e982";
        font-size: 28px;
        color: #D90D1E;
        -webkit-animation: rotating 2s linear infinite;
        animation: rotating 2s linear infinite;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icomoon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.sys-button {
    margin-top: 15px;
}

@media (max-width: 991px) {
    .sys-button {
        display: none;
    }
}

.sys-button__next,
.sys-button__calc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #fff !important;
    background-color: #E36255;
    border: 2px solid #E36255;
    border-radius: 15px;
    -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

    .sys-button__next:hover,
    .sys-button__calc:hover {
        background-color: #D90D1E;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translate(0px, 2px);
        transform: translate(0px, 2px);
        border: 2px solid #D90D1E;
    }



    .sys-button__next:disabled,
    .sys-button__next--disabled,
    .sys-button__calc:disabled,
    .sys-button__calc--disabled {
        color: #A3B7CA;
        background-color: #cfdae4 !important;
        border: 2px solid #BAC8D7 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none !important;
        transform: none !important;
        pointer-events: none;
    }

.sys-button__calc {
    background-color: #FF8D24;
    border-color: #FFAB5E;
}

    .sys-button__calc:hover {
        background-color: #f07300;
    }

.sys-button__prev {
    display: block;
    width: 100%;
    padding: 4px;
    margin-top: 10px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #B1BDC9 !important;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
}

    .sys-button__prev:hover {
        opacity: 0.8;
    }

    .sys-button__prev:disabled,
    .sys-button__prev--disabled {
        color: #A3B7CA;
        pointer-events: none;
        opacity: 1 !important;
    }

.sys-bottom {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.sys-bottom__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.sys-bottom__prev {
    width: 75px;
    padding: 11px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 35px;
    line-height: 1;
    color: #fff !important;
    text-align: center;
    background-color: #cfdae4;
    border: 1px solid #cfdae4;
}

    .sys-bottom__prev:active {
        background-color: #A3B7CA;
    }

    .sys-bottom__prev:disabled,
    .sys-bottom__prev--disabled {
        color: #A3B7CA;
        pointer-events: none;
    }

@media (min-width: 992px) {
    .sys-bottom__prev {
        display: none;
    }
}

.sys-bottom__next,
.sys-bottom__calc {
    width: 100%;
    padding: 20px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #fff !important;
    text-align: center;
    /* background-color: #EC2736;*/
    background-color: #E36255;
}

    .sys-bottom__next:active,
    .sys-bottom__calc:active {
        background-color: #D90D1E;
    }

    .sys-bottom__next:disabled,
    .sys-bottom__next--disabled,
    .sys-bottom__calc:disabled,
    .sys-bottom__calc--disabled {
        background-color: #A3B7CA !important;
        pointer-events: none;
    }

@media (min-width: 992px) {

    .sys-bottom__next,
    .sys-bottom__calc {
        display: none;
    }
}

.sys-bottom__calc {
    background-color: #FF8D24;
    border-color: #FFAB5E;
}

    .sys-bottom__calc:active {
        background-color: #f07300;
    }

.sys-plate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 410px;
}

@media (max-width: 575px) {
    .sys-plate {
        max-width: 100%;
    }
}

.sys-plate__first,
.sys-plate__last {
    width: calc(50% - 15px);
}

.sys-plate__line {
    width: 10px;
    height: 1px;
    margin: 0 10px;
    background-color: #ccc;
}

.sys-unable {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 12px;
    margin-top: 2px;
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #EC3636;
    background-color: #FEE4DE;
    border-radius: 5px;
}

    .sys-unable::before {
        content: "\e92e";
        margin-right: 4px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icomoon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .sys-unable i {
        font-size: 16px;
    }

.sys-insurance:nth-child(n+2) {
    margin-top: 24px;
}

.sys-insurance__choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media (max-width: 575px) {
    .sys-insurance__choice {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.sys-insurance__notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    color: #EC2736;
}

@media (max-width: 575px) {
    .sys-insurance__notice {
        margin: 8px 0 0;
        padding-left: 34px;
    }
}

.sys-insurance__info1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-left: 34px;
    margin-top: 16px;
}

    .sys-insurance__info1 .sys-form__title {
        width: 100px;
        padding-top: 8px;
        font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    }

@media (max-width: 375px) {
    .sys-insurance__info1 .sys-form__title {
        width: 100%;
        padding-top: 0;
    }
}

.sys-insurance__info1 .sys-form__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% - 115px);
    margin-top: 0;
}

@media (max-width: 375px) {
    .sys-insurance__info1 .sys-form__field {
        width: 100%;
        margin-top: 8px;
    }
}

.sys-insurance__info1-item {
    width: 100%;
}

    .sys-insurance__info1-item:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-top: 16px;
    }

@media (max-width: 375px) {
    .sys-insurance__info1-item:nth-child(2) {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.sys-insurance__info2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-left: 0px;
    margin-top: 0px;
}

@media (max-width: 1229px) {
    .sys-insurance__info2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.sys-insurance__info2 .form-checkbox {
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    color: #aaa;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

    .sys-insurance__info2 .form-checkbox input[type=checkbox]:checked + .form-checkbox__inner,
    .sys-insurance__info2 .form-checkbox input[type=radio]:checked + .form-checkbox__inner {
        color: #555;
    }

        .sys-insurance__info2 .form-checkbox input[type=checkbox]:checked + .form-checkbox__inner .form-checkbox__input,
        .sys-insurance__info2 .form-checkbox input[type=radio]:checked + .form-checkbox__inner .form-checkbox__input {
            background-color: #FF8D24;
            border-color: #FF8D24;
        }

            .sys-insurance__info2 .form-checkbox input[type=checkbox]:checked + .form-checkbox__inner .form-checkbox__input i,
            .sys-insurance__info2 .form-checkbox input[type=radio]:checked + .form-checkbox__inner .form-checkbox__input i {
                display: block;
            }

.sys-insurance__info2 .sys-form__title {
    width: 100px;
    padding-top: 8px;
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
}

.sys-insurance__info2 .sys-form__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% - 115px);
    margin-top: 0;
}

@media (max-width: 1229px) {
    .sys-insurance__info2-item {
        width: 100%;
    }
}

.sys-insurance__info2-item:nth-child(n+2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
}

@media (min-width: 1230px) {
    .sys-insurance__info2-item:nth-child(n+2) {
        width: 100%;
        max-width: 375px;
    }
}

@media (max-width: 1229px) {
    .sys-insurance__info2-item:nth-child(n+2) {
        margin-top: 16px;
        margin-left: 0;
    }
}

@media (max-width: 375px) {
    .sys-insurance__info2-item:nth-child(n+2) {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.sys-insurance__info2-item .form-checkbox {
    min-width: 100px;
}

    .sys-insurance__info2-item .form-checkbox + .form-input {
        margin-left: 15px;
    }

@media (max-width: 375px) {
    .sys-insurance__info2-item .form-checkbox + .form-input {
        margin-left: 0;
    }
}

.sys-insurance__info2-item .form-input {
    width: 100%;
}

@media (max-width: 375px) {
    .sys-insurance__info2-item .form-input {
        margin-top: 10px;
    }
}

.sys-effective {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 410px;
}

@media (max-width: 991px) {
    .sys-effective {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
}

.sys-effective__time {
    width: calc(100% - 100px);
}

@media (max-width: 991px) {
    .sys-effective__time {
        width: 100%;
    }
}

.sys-effective__text {
    width: 95px;
    font-size: 15px;
    color: #EC2736;
}

@media (max-width: 991px) {
    .sys-effective__text {
        width: 100%;
        margin-top: 8px;
    }
}

.sys-notice {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    margin-top: 10px;
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    background-color: #edf4f9;
    border-radius: 5px;
    text-align: left;
}

@media (max-width: 991px) and (min-width: 576px) {
    .sys-notice {
        width: 100%;
    }
}

.sys-notice span {
    display: block;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #555;
    margin-bottom: 4px;
}

.sys-notice__title {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sys-notice__subTitle {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    margin-bottom: 4px;
    min-width: 220px;
    width: fit-content;
    color: #EC3636;
    background-color: #FEE4DE;
    margin-inline: auto;
    padding: 5px 20px;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 18px;
}

.sys-notice img {
    display: block;
    width: 150px;
    margin: 0 auto;
}

.sys-notice li {
    position: relative;
   /* padding-left: 25px;*/
   /* counter-increment: number;*/
}

    .sys-notice li::before {
       /* content: counter(number);*/
        position: absolute;
        top: 5px;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 16px;
        height: 16px;
        font-weight: 500;
        font-size: 12px;
        color: #fff;
        background-color: #777;
        border-radius: 50%;
    }

    .sys-notice li:nth-child(n+2) {
        margin-top: 4px;
    }

.sys-effect {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    line-height: 1.2;
}

.sys-effect__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

    .sys-effect__item:nth-child(n+2) {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px dashed #ccc;
    }

.sys-effect__item-title {
    width: 48px;
}

.sys-effect__item-date {
    width: calc(100% - 58px);
    font-family: "Lato", "monospace", sans-serif;
    font-weight: 700;
    color: #0086DE;
}

.sys-address {
    width: 100%;
    max-width: 410px;
}

@media (max-width: 575px) {
    .sys-address {
        max-width: 100%;
    }
}

.sys-address__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

@media (max-width: 575px) {
    .sys-address__row {
        max-width: 100%;
    }
}

.sys-address__city {
    width: calc((100% - 8px) / 3);
}

.sys-address__district {
    width: calc((100% - 8px) / 3);
    margin-left: 4px;
}

.sys-address__zip {
    width: calc((100% - 8px) / 3);
    margin-left: 4px;
}

.sys-address__address {
    width: 100%;
    margin-top: 8px;
}

.sys-declare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media (max-width: 767px) {
    .sys-declare {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.sys-declare__main {
    min-width: 140px;
}

@media (max-width: 767px) {
    .sys-declare__main {
        width: 100%;
    }
}

.sys-declare__error {
    padding: 5px 8px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 15px;
    color: #EC3636;
    background-color: #FEE4DE;
    border-radius: 5px;
    margin-top: -5px;
}

@media (max-width: 767px) {
    .sys-declare__error {
        /* margin-top: 4px;*/
        text-align: center;
    }
}

.sys-whether {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.sys-whether__main {
    min-width: 140px;
}

.sys-whether__error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .sys-whether__error .form-input {
        width: 138px;
        margin-left: 8px;
        margin-right: 8px;
    }

.insurance-choice__tabs {
    width: 100%;
    padding-bottom: 14px;
}

    .insurance-choice__tabs .swiper-slide {
        width: auto;
        padding-bottom: 24px;
    }

.insurance-radio {
    display: inline-block;
    cursor: pointer;
}

.insurance-radio__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 12px;
    color: #7F94A9;
    background-color: #DBE6EF;
    border-radius: 22px;
}

@media (max-width: 1229px) {
    .insurance-radio__inner {
        padding: 8px 10px;
    }
}

@media (max-width: 991px) {
    .insurance-radio__inner {
        padding: 10px 12px;
    }
}

.insurance-radio__inner::after {
    content: "";
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: #E36255 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.insurance-radio__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #9CB5CD;
    border-radius: 50%;
    -webkit-transition-property: border;
    transition-property: border;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 1229px) {
    .insurance-radio__input {
        margin-right: 8px;
    }
}

.insurance-radio__input::before {
    content: "";
    display: none;
    width: 12px;
    height: 12px;
    background-color: #E36255;
    border-radius: 50%;
}

.insurance-radio__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
}

@media (max-width: 1229px) {
    .insurance-radio__label {
        font-size: 17px;
    }
}

.insurance-radio input {
    display: none;
}

    .insurance-radio input[type=checkbox],
    .insurance-radio input[type=radio] {
        display: none;
    }

        .insurance-radio input[type=checkbox]:checked + .insurance-radio__inner,
        .insurance-radio input[type=radio]:checked + .insurance-radio__inner {
            color: #fff;
            background-color: #E36255;
        }

            .insurance-radio input[type=checkbox]:checked + .insurance-radio__inner::after,
            .insurance-radio input[type=radio]:checked + .insurance-radio__inner::after {
                display: block;
            }

            .insurance-radio input[type=checkbox]:checked + .insurance-radio__inner .insurance-radio__input,
            .insurance-radio input[type=radio]:checked + .insurance-radio__inner .insurance-radio__input {
                border-color: #fff;
            }

                .insurance-radio input[type=checkbox]:checked + .insurance-radio__inner .insurance-radio__input::before,
                .insurance-radio input[type=radio]:checked + .insurance-radio__inner .insurance-radio__input::before {
                    display: block;
                }

        .insurance-radio input[type=checkbox]:focus + .insurance-radio__inner .insurance-radio__input,
        .insurance-radio input[type=radio]:focus + .insurance-radio__inner .insurance-radio__input {
            border-color: #fff;
        }

        .insurance-radio input[type=checkbox]:disabled + .insurance-radio__inner .insurance-radio__input,
        .insurance-radio input[type=radio]:disabled + .insurance-radio__inner .insurance-radio__input {
            color: #fff !important;
            background-color: #ddd !important;
            border-color: #ddd !important;
            cursor: not-allowed;
        }

.insurance-radio:hover .insurance-radio__inner {
    background-color: #B7C7D7;
}

.insurance-product {
    padding: 20px 15px;
    background-color: #FF4040;
    border-radius: 15px;
}

@media (max-width: 767px) {
    .insurance-product {
        padding: 16px 8px;
    }
}

.insurance-product__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    color: #fff;
}

@media (max-width: 767px) {
    .insurance-product__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 16px;
    }
}

.insurance-product__info-title {
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .insurance-product__info-title {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    .insurance-product__info-title::after {
        content: "/";
        padding: 0 4px;
    }
}

.insurance-product__box {
    border-radius: 5px;
    overflow: hidden;
}

    .insurance-product__box:nth-child(n+2) {
        margin-top: 15px;
    }

    .insurance-product__box.closed .insurance-product__box-toggle {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.insurance-product__box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 16px 24px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    /*background-color: #FFF2C3;*/
    background-color: #E36255;
}

@media (max-width: 767px) {
    .insurance-product__box-title {
        padding: 14px 16px;
        font-size: 18px;
    }
}

.insurance-product__box-title p {
    width: calc(100% - 30px);
    /* color: #FF8D24;*/
    color: white
}

.insurance-product__box-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
    font-size: 12px;
    color: #FF8D24;
}

.insurance-product__box-content {
    width: 100% !important;
    background: #fff;
}

.insurance-product__footer {
    padding: 6px 8px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #803C1F;
    line-height: 1.6;
    text-align: center;
    background-color: #FFC93D;
}

.insurance-table {
    padding: 10px 24px 0;
}

@media (max-width: 767px) {
    .insurance-table {
        padding: 0;
    }
}

.insurance-table .form-checkbox {
    font-weight: 500;
    color: #333;
}

.insurance-table .form-checkbox__input {
    width: 28px;
    height: 28px;
    font-size: 16px;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .insurance-table .form-checkbox__input {
        width: 16px;
        height: 16px;
        margin-top: 4px;
        border-radius: 4px;
    }

        .insurance-table .form-checkbox__input i {
            -webkit-transform: scale(0.5);
            transform: scale(0.5);
        }
}

.insurance-table .form-checkbox input[type=checkbox]:checked + .form-checkbox__inner .form-checkbox__input,
.insurance-table .form-checkbox input[type=radio]:checked + .form-checkbox__inner .form-checkbox__input {
    color: #333;
    background-color: #eee;
    border-color: #eee;
}

.insurance-table .form-checkbox input[type=checkbox]:checked:disabled + .form-checkbox__inner .form-checkbox__input,
.insurance-table .form-checkbox input[type=radio]:checked:disabled + .form-checkbox__inner .form-checkbox__input {
    color: #777 !important;
    background-color: #eee !important;
    border-color: #eee !important;
}

.insurance-table__thead,
.insurance-table__throw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.insurance-table__thead {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #aaa;
}

@media (max-width: 767px) {
    .insurance-table__thead {
        padding: 16px 16px 8px;
    }
}

.insurance-table__thead--between .insurance-table__th:nth-child(1) {
    width: calc(100% - 100px);
}

.insurance-table__thead--between .insurance-table__th:nth-child(2) {
    width: 100px;
}

.insurance-table__throw {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}

@media (max-width: 767px) {
    .insurance-table__throw {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 16px;
    }
}

.insurance-table__throw:nth-child(1) {
    padding-top: 0;
}

.insurance-table__throw:nth-child(n+2) {
    border-top: 1px dashed #ccc;
}

.insurance-table__th,
.insurance-table__td {
    width: calc((100% - 100px) / 2);
}

@media (max-width: 767px) {

    .insurance-table__th,
    .insurance-table__td {
        width: calc((100% - 80px) / 2);
    }
}

@media (max-width: 767px) {

    .insurance-table__th:nth-child(1),
    .insurance-table__td:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
       /* order: 1;*/
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (max-width: 767px) {

    .insurance-table__th:nth-child(2),
    .insurance-table__td:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        margin-top: 8px;
    }
}

.insurance-table__th:nth-child(2),
.insurance-table__td:nth-child(2) {
    padding-left: 20px;
}

@media (max-width: 767px) {

    .insurance-table__th:nth-child(2),
    .insurance-table__td:nth-child(2) {
        padding-left: 36px;
    }
}

.insurance-table__th:nth-child(3),
.insurance-table__td:nth-child(3) {
    width: 100px;
    padding-left: 20px;
}

@media (max-width: 767px) {

    .insurance-table__th:nth-child(3),
    .insurance-table__td:nth-child(3) {
        width: 90px;
        padding-left: 15px;
        padding-bottom: 2px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 767px) {
    .insurance-table__th:nth-child(2) {
        display: none;
    }
}

.insurance-table__td:nth-child(3) {
    font-family: "Lato", "monospace", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #EC2736;
}

.insurance-table__box {
    padding: 12px 0;
    font-size: 15px;
    color: #555;
}

@media (max-width: 767px) {
    .insurance-table__box {
        padding: 12px 16px;
    }
}

.insurance-table__box:nth-child(1) {
    padding-top: 0;
}

.insurance-table__box:nth-child(n+2) {
    border-top: 1px dashed #ccc;
}

.insurance-table__box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 8px 0;
}

    .insurance-table__box-title:nth-child(n+2) {
        margin-top: 15px;
    }

    .insurance-table__box-title.closed .insurance-table__box-title-toggle {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.insurance-table__box-title-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
    font-size: 12px;
    color: #FF8D24;
}

@media (max-width: 767px) {
    .insurance-table__box-title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.insurance-table__box-title > :nth-child(1) {
    width: calc(100% - 100px);
}

@media (max-width: 767px) {
    .insurance-table__box-title > :nth-child(1) {
        width: calc(100% - 80px);
    }
}

.insurance-table__box-title > :nth-child(2) {
    width: 100px;
    padding-left: 20px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #EC2736;
}

@media (max-width: 767px) {
    .insurance-table__box-title > :nth-child(2) {
        width: 80px;
    }
}

.insurance-table__box-title .form-checkbox input[type=checkbox]:checked + .form-checkbox__inner .form-checkbox__input,
.insurance-table__box-title .form-checkbox input[type=radio]:checked + .form-checkbox__inner .form-checkbox__input {
    color: #fff;
    background-color: #FF8D24;
    border-color: #FF8D24;
}

.insurance-table__box-content {
    padding: 0 0 8px 26px;
    max-width: calc(100% - 100px);
}

@media (max-width: 767px) and (min-width: 576px) {
    .insurance-table__box-content {
        max-width: calc(100% - 80px + 36px);
    }
}

@media (max-width: 767px) {
    .insurance-table__box-content {
        padding-left: 36px;
    }
}

@media (max-width: 575px) {
    .insurance-table__box-content {
        max-width: 100%;
    }
}

.insurance-table__box-content > p:nth-child(n+2) {
    margin-top: 8px;
}

.insurance-table__box-content .insurance-table__throw {
    padding: 0;
}

    .insurance-table__box-content .insurance-table__throw:nth-child(n+2) {
        margin-top: 8px;
        border-top: none;
    }

@media (min-width: 768px) {
    .insurance-table__box-content .insurance-table__td {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .insurance-table__box-content .insurance-table__td {
        width: 100%;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .insurance-table__box-content .insurance-table__td:nth-child(2) {
        padding-left: 7px;
    }
}

.insurance-table__box-driver {
    padding: 0 0 8px 26px;
    max-width: calc(100% - 100px);
}

@media (max-width: 767px) and (min-width: 576px) {
    .insurance-table__box-driver {
        max-width: 446px;
    }
}

@media (max-width: 767px) {
    .insurance-table__box-driver {
        padding-left: 36px;
    }
}

@media (max-width: 575px) {
    .insurance-table__box-driver {
        max-width: 100%;
    }
}

.insurance-driver .form-input {
    max-width: 100%;
}

.insurance-driver__item:nth-child(n+2) {
    margin-top: 15px;
}

.insurance-driver__item-title {
    margin-bottom: 4px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #aaa;
}

.insurance-driver__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media (max-width: 767px) {
    .insurance-driver__item-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.insurance-driver__item-notice {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-left: 15px;
    font-size: 16px;
    color: #777;
}

@media (max-width: 767px) {
    .insurance-driver__item-notice {
        width: 100%;
        margin: 4px 0 0;
    }
}

.insurance-driver__table {
    margin-top: 15px;
}

.insurance-driver__table-thead,
.insurance-driver__table-throw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

@media (max-width: 767px) {

    .insurance-driver__table-thead,
    .insurance-driver__table-throw {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.insurance-driver__table-thead {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 4px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #aaa;
}

@media (max-width: 767px) {
    .insurance-driver__table-thead {
        display: none;
    }
}

.insurance-driver__table-throw {
    counter-increment: num;
}

    .insurance-driver__table-throw:nth-child(n+2) {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #ccc;
    }

@media (max-width: 767px) {
    .insurance-driver__table-throw:nth-child(n+2) {
        margin-top: 16px;
        padding-top: 16px;
    }
}

.insurance-driver__table-th:nth-child(1),
.insurance-driver__table-td:nth-child(1) {
    width: calc((100% - 30px) * 0.25);
}

.insurance-driver__table-th:nth-child(2),
.insurance-driver__table-td:nth-child(2) {
    width: calc((100% - 30px) * 0.45);
    margin-left: 15px;
}

.insurance-driver__table-th:nth-child(3),
.insurance-driver__table-td:nth-child(3) {
    width: calc((100% - 30px) * 0.3);
    margin-left: 15px;
}

@media (max-width: 767px) {
    .insurance-driver__table-td {
        width: 100% !important;
    }

        .insurance-driver__table-td::before {
            content: attr(data-title);
            margin-bottom: 4px;
            font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
            font-weight: 400;
            font-size: 14px;
            color: #aaa;
        }

        .insurance-driver__table-td:nth-child(1)::before {
            content: attr(data-title) " " counter(num);
        }

        .insurance-driver__table-td:nth-child(n+2) {
            margin: 15px 0 0;
        }
}

.insurance-detail__box ~ .insurance-detail__box {
    margin-top: 20px;
}

.insurance-detail__box-title {
    padding: 10px 24px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #FF8D24;
    background-color: #FFF2C3;
    border-radius: 10px 10px 0 0;
}

@media (max-width: 575px) {
    .insurance-detail__box-title {
        padding: 10px 16px;
    }
}

.insurance-detail__box-content {
    padding: 10px 0;
    background-color: #FEFAED;
}

.insurance-detail__head,
.insurance-detail__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 24px;
}

@media (max-width: 575px) {

    .insurance-detail__head,
    .insurance-detail__item {
        padding: 0 16px;
    }
}

.insurance-detail__head-title,
.insurance-detail__item-title {
    width: calc(100% - 80px - 8px);
}

.insurance-detail__head-amount,
.insurance-detail__item-amount {
    width: 80px;
}

.insurance-detail__head-box,
.insurance-detail__item-box {
    width: 100%;
    padding-left: 24px;
    margin-top: 4px;
}

@media (max-width: 575px) {

    .insurance-detail__head-box,
    .insurance-detail__item-box {
        padding-left: 16px;
    }
}

.insurance-detail__head {
    padding-bottom: 10px;
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #999;
}

@media (max-width: 575px) {
    .insurance-detail__head {
        font-size: 16px;
    }
}

.insurance-detail__item:nth-child(n+2) {
    margin-top: 10px;
}

.insurance-detail__item-title {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

.insurance-detail__item-amount {
    font-family: "Lato", "monospace", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #EC2736;
}

.insurance-detail__subitem {
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.insurance-detail__notice {
    width: 100%;
    padding: 8px 16px;
    background-color: #FFDAA2;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #62130E;
    text-align: center;
}

@media (max-width: 575px) {
    .insurance-detail__notice {
        font-size: 15px;
    }
}

.insurance-detail__date-item {
    width: 100%;
    padding: 15px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    text-align: center;
}

    .insurance-detail__date-item:nth-child(n+2) {
        border-top: 1px dashed #ccc;
    }

@media (max-width: 575px) {
    .insurance-detail__date-item {
        font-weight: 400;
    }
}

.insurance-detail__date-item span {
    display: inline-block;
}

@media (min-width: 768px) {
    .insurance-detail__date-item span:nth-child(1)::after {
        content: " - ";
        padding: 0 4px;
    }
}

.insurance-detail__date-item i {
    display: inline-block;
    padding: 5px 10px;
    margin-left: 10px;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    background-color: #EC2736;
    border-radius: 13px;
}

.insurance-detail__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 16px 24px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    /* background-color: #FF8D24;*/
    background-color: #E36255;
    border-radius: 0 0 10px 10px;
}

@media (max-width: 575px) {
    .insurance-detail__total {
        padding: 16px;
        font-size: 18px;
    }
}

.insurance-detail__total-title {
    padding: 0 4px;
}

.insurance-detail__total-count {
    margin: 0 10px;
    padding-bottom: 4px;
    font-family: "Lato", "monospace", sans-serif;
    font-weight: 700;
    font-size: 28px;
}

@media (max-width: 1229px) {
    .insurance-detail__total-count {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .insurance-detail__total-count {
        font-size: 30px;
    }
}

.insurance-detail__total-count span {
    padding-left: 4px;
    font-size: 16px;
    vertical-align: baseline;
}

.insurance-detail__total-icon {
    font-size: 24px;
}

@media (max-width: 1229px) {
    .insurance-detail__total-icon {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .insurance-detail__total-icon {
        font-size: 26px;
    }
}

.insurance-driver2 {
    max-width: 508px;
}

@media (max-width: 767px) {
    .insurance-driver2 {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .insurance-driver2__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.insurance-driver2__item:nth-child(n+2) {
    margin-top: 10px;
}

.insurance-driver2__item-title {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #aaa;
}

@media (max-width: 767px) {
    .insurance-driver2__item-title {
        width: 90px;
    }
}

@media (max-width: 767px) {
    .insurance-driver2__item-content {
        width: calc(100% - 100px);
        margin-left: 10px;
    }
}

.insurance-driver2__table {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .insurance-driver2__table {
        background-color: #fff;
        border-radius: 5px;
        border: 1px solid #ddd;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .insurance-driver2__table {
        padding: 10px 0;
        border-top: 1px dashed #ccc;
        border-bottom: 1px dashed #ccc;
    }
}

.insurance-driver2__table-thead,
.insurance-driver2__table-throw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

@media (max-width: 767px) {

    .insurance-driver2__table-thead,
    .insurance-driver2__table-throw {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.insurance-driver2__table-thead {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 5px 10px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    background-color: #f1f1f1;
}

@media (max-width: 767px) {
    .insurance-driver2__table-thead {
        display: none;
    }
}

@media (min-width: 768px) {
    .insurance-driver2__table-tbody {
        padding: 10px;
    }
}

.insurance-driver2__table-throw {
    counter-increment: num;
}

    .insurance-driver2__table-throw:nth-child(n+2) {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px dashed #ccc;
    }

@media (max-width: 767px) {
    .insurance-driver2__table-throw:nth-child(n+2) {
        margin-top: 10px;
        padding-top: 10px;
    }
}

.insurance-driver2__table-th:nth-child(1),
.insurance-driver2__table-td:nth-child(1) {
    width: 110px;
}

.insurance-driver2__table-th:nth-child(2),
.insurance-driver2__table-td:nth-child(2) {
    width: 200px;
    margin-left: 15px;
}

.insurance-driver2__table-th:nth-child(3),
.insurance-driver2__table-td:nth-child(3) {
    width: calc(100% - 340px);
    margin-left: 15px;
}

@media (max-width: 767px) {
    .insurance-driver2__table-td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100% !important;
    }

        .insurance-driver2__table-td::before {
            content: attr(data-title);
            width: 90px;
            font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
            font-weight: 400;
            font-size: 14px;
            color: #aaa;
        }

        .insurance-driver2__table-td p {
            width: calc(100% - 100px);
            margin-left: 10px;
        }

        .insurance-driver2__table-td:nth-child(1)::before {
            content: attr(data-title) " " counter(num);
        }

        .insurance-driver2__table-td:nth-child(n+2) {
            margin: 5px 0 0;
        }
}

.modal {
    display: none;
    width: 100%;
    max-width: 1000px;
    padding: 30px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    overflow: initial;
}

@media (max-width: 991px) {
    .modal {
        width: calc(100% - 20px);
        max-height: calc(100% - 50px);
        padding: 16px;
    }
}

.modal p {
    margin: 0;
}

.modal a {
    text-decoration: none;
}

.modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 991px) {
    .modal__close {
        width: 30px;
        height: 30px;
    }
}

.modal__close::before,
.modal__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    background-color: #aaa;
    border-radius: 1px;
}

@media (max-width: 991px) {

    .modal__close::before,
    .modal__close::after {
        width: 20px;
    }
}

.modal__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__close:hover {
    background-color: #D90D1E;
}

    .modal__close:hover::before,
    .modal__close:hover::after {
        background-color: #fff;
    }

.modal__close--outer {
    position: absolute;
    top: -36px;
    right: -36px;
    background-color: #EC2736;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

@media (max-width: 991px) {
    .modal__close--outer {
        top: calc(100% + 8px);
        right: calc(50% - 15px);
    }
}

.modal__close--outer:hover {
    background-color: #D90D1E;
}

@media (max-width: 991px) {

    .modal__close--outer:hover::before,
    .modal__close--outer:hover::after {
        background-color: #fff;
    }
}

.modal__close--outer::before,
.modal__close--outer::after {
    background-color: #fff;
}

.modal__title {
    width: 100%;
    margin-bottom: 15px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #333;
    text-align: center;
}

@media (max-width: 991px) {
    .modal__title {
        font-size: 20px;
    }
}

.modal__title--bg {
    margin-bottom: 0;
    padding: 8px 16px;
    font-size: 20px;
    color: #fff;
    background-color: #EC2736;
    border-radius: 10px 10px 0 0;
}

.modal__title--warning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .modal__title--warning::before {
        content: "!";
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 20px;
        height: 20px;
        margin-right: 8px;
        font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
        font-weight: 500;
        font-size: 13px;
        line-height: 1;
        color: #fff;
        background-color: #f29700;
        border: 2px solid #FFAB5E;
        border-radius: 50%;
    }

.modal__content {
    margin-top: 4px;
    overflow-y: auto;
}

.modal__content--gray {
    background-color: #f5f5f5;
}

.modal__content::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 5px;
}

.modal__content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #ccc;
    border-radius: 5px;
}

.modal__content::-webkit-scrollbar-thumb {
    background-color: #777;
    border-radius: 5px;
}

.modal__detail {
    /*position: relative;*/
}

.modal__content_Login {
    margin-top: 4px;
}

.modal__detail pre {
    position: relative;
    width: 100%;
    max-height: 272px;
    padding: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
    white-space: pre-wrap;
    word-wrap: break-word;
    z-index: 1;
}

    .modal__detail pre span {
        font-size: 18px;
        font-weight: 700;
        color: #333;
    }

.modal-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.modal-tabs__button {
    width: 100%;
}

.modal-tabs__button-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 8px 16px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #bbb;
     background-color: #eee; 
    cursor: pointer;
}

@media (max-width: 991px) {
    .modal-tabs__button-inner {
        font-size: 14px;
        min-height: 80px;
        text-align: center;
         padding: 0px 0px;
    }
}

.modal-tabs__button input[type=radio] {
    display: none;
}

    .modal-tabs__button input[type=radio]:checked + .modal-tabs__button-inner {
        color: #fff;
        background-color: #E36255 !important;
    }

.modal-tabs__button:hover .modal__tabsbtn-inner {
    background-color: #dfdfdf;
}

.modal--small {
    max-width: 600px;
}

.modal--medium {
    max-width: 800px;
}

    .modal--medium .modal__detail pre {
        max-height: 50vh;
    }

@media (max-width: 991px) {
    .modal--full {
        width: 100%;
        padding: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        vertical-align: bottom;
        overflow: auto;
    }

        .modal--full .modal__top {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            position: sticky;
            top: -1px;
            left: 0;
            width: calc(100% - 20px);
            height: 50px;
            padding: 15px 0 10px;
            margin: 0 10px;
            background-color: #fff;
            border-bottom: 2px solid #ccc;
            border-radius: 10px 10px 0 0;
            z-index: 10;
        }

        .modal--full .modal__box {
            padding: 16px;
        }

        .modal--full .modal__content {
            padding: 0;
        }
}

.modal--full .modal__detail pre {
    max-height: 70vh;
}

@media (min-width: 992px) {
    .modal--full .modal__close {
        position: absolute;
        top: -36px;
        right: -36px;
        background-color: #EC2736;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 2;
    }

        .modal--full .modal__close:hover {
            background-color: #D90D1E;
        }

            .modal--full .modal__close:hover::before,
            .modal--full .modal__close:hover::after {
                background-color: #fff;
            }

        .modal--full .modal__close::before,
        .modal--full .modal__close::after {
            background-color: #fff;
        }
}

.modal--plan .modal__title {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #555;
    text-align: center;
}

@media (max-width: 991px) {
    .modal--plan .modal__title {
        font-size: 24px;
    }
}

.modal--plan .modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .modal--plan .modal__content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 10px;
        overflow-x: auto;
    }
}

.modal--plan .modal__content .modal-plan:nth-child(n) {
    width: calc((100% - 40px) / var(--plans));
}

@media (min-width: 1230px) {
    .modal--plan .modal__content .modal-plan:nth-child(n) {
        width: calc((100% - 40px) / var(--plans));
        flex: 1 0 48%;
    }
}

@media (max-width: 1229px) and (min-width: 992px) {
    .modal--plan .modal__content .modal-plan:nth-child(n) {
        width: calc((100% - 24px) / var(--plans));
        flex: 1 0 49%;
    }
}

@media (max-width: 991px) {
    .modal--plan .modal__content .modal-plan {
        width: 320px;
        max-width: 320px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 90%;
        flex: 1 0 90%;
    }
}

.modal--plan .modal__notice {
    margin-top: 30px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #777;
    text-align: center;
}

@media (max-width: 1229px) {
    .modal--plan .modal__notice {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .modal--plan .modal__notice {
        display: none;
    }
}

.modal--plan .modal__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 25px 20px;
    margin-top: 20px;
    background-color: #ffdd66;
    background-image: url(./../images/system/icon-insurance-button.svg);
    background-size: 60px 12px;
    background-repeat: no-repeat;
    background-position: center right 30px;
    border-radius: 15px;
    cursor: pointer;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 1229px) {
    .modal--plan .modal__button {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .modal--plan .modal__button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% + 32px);
        padding: 10px 16px;
        margin: 20px -16px -16px;
        background: #ffdd66;
        border-radius: 0;
    }
}

@media (min-width: 992px) {
    .modal--plan .modal__button:hover {
        background-position: center right 20px;
        background-color: #ffa723;
        background-image: url(./../images/system/icon-insurance-button-hover.svg);
    }

        .modal--plan .modal__button:hover .modal__button-title,
        .modal--plan .modal__button:hover .modal__button-info {
            color: #fff;
        }
}

@media (max-width: 991px) {
    .modal--plan .modal__button:active {
        background-color: #ffa723;
    }

        .modal--plan .modal__button:active .modal__button-title,
        .modal--plan .modal__button:active .modal__button-info {
            color: #fff;
        }
}

.modal--plan .modal__button-title {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    color: #663622;
}

@media (max-width: 1229px) {
    .modal--plan .modal__button-title {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .modal--plan .modal__button-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.modal--plan .modal__button-title i {
    display: none;
    font-size: 30px;
    margin-left: 4px;
}

@media (max-width: 991px) {
    .modal--plan .modal__button-title i {
        display: block;
    }
}

.modal--plan .modal__button-info {
    margin-left: 10px;
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #663622;
}

@media (max-width: 991px) {
    .modal--plan .modal__button-info {
        margin: 12px 0 0;
    }
}

.modal--plan .modal-plan {
    padding: 20px 8px;
    background-color: #FF4040;
    border-radius: 15px;
}

@media (max-width: 991px) {
    .modal--plan .modal-plan {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 16px;
    }
}

.modal--plan .modal-plan *::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 5px;
}

.modal--plan .modal-plan *::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #ccc;
    border-radius: 5px;
}

.modal--plan .modal-plan *::-webkit-scrollbar-thumb {
    background-color: #777;
    border-radius: 5px;
}

.modal--plan .modal-plan:nth-child(n+2) {
    margin-left: 20px;
}

@media (max-width: 1229px) and (min-width: 992px) {
    .modal--plan .modal-plan:nth-child(n+2) {
        margin-left: 8px;
    }
}

@media (max-width: 991px) {
    .modal--plan .modal-plan:nth-child(n+2) {
        margin-left: 16px;
    }
}

.modal--plan .modal-plan:nth-child(n+4) {
    display: none;
}

.modal--plan .modal-plan__title {
    margin-bottom: 15px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-align: center;
}

@media (max-width: 1229px) {
    .modal--plan .modal-plan__title {
        font-size: 26px;
    }
}

.modal--plan .modal-plan__content {
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
}

@media (min-width: 992px) {
    .modal--plan .modal-plan__content {
        height: 400px;
        overflow-y: auto;
        overflow-y: overlay;
    }
}

@media (max-width: 991px) {
    .modal--plan .modal-plan__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.modal--plan .modal-plan__info {
    text-align: center;
}

.modal--plan .modal-plan__info-text {
    margin-bottom: 8px;
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #777;
}

.modal--plan .modal-plan__info-amount {
    font-family: "Lato", "monospace", sans-serif;
    font-weight: 700;
    font-size: 34px;
    color: #FF4040;
    line-height: 1;
}

.modal--plan .modal-plan__info-description {
    margin-top: 15px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #555;
    line-height: 1.2;
}

.modal--plan .modal-plan__box {
    margin-top: 15px;
    padding-top: 15px;
    color: #555;
    border-top: 1px solid #ccc;
}

.modal--plan .modal-plan__box-title {
    margin-bottom: 10px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 991px) {
    .modal--plan .modal-plan__box-content {
        max-height: 150px;
        overflow: auto;
    }
}

.modal--plan .modal-plan__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% + 5px);
    margin: -10px 0 0 -5px;
}

@media (max-width: 991px) {
    .modal--plan .modal-plan__tag {
        height: 50px;
        overflow: auto;
    }
}

.modal--plan .modal-plan__tag-item {
    min-width: 80px;
    height: 30px;
    padding: 5px 10px;
    margin: 10px 0 0 5px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #35A1D2;
    text-align: center;
    background-color: #CFEEFC;
    border-radius: 15px;
    overflow: hidden;
}

@media (max-width: 1229px) {
    .modal--plan .modal-plan__tag-item {
        min-width: 72px;
        height: 27px;
        padding: 4px 8px;
        font-size: 14px;
    }
}

.modal--plan .modal-plan__item-title {
    position: relative;
    width: 100%;
    /*padding-left: 15px;*/
    margin-bottom: 8px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

/*    .modal--plan .modal-plan__item-title::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 10px;
        height: 10px;
        margin-right: 5px;
        background-color: #FFC123;
        border-radius: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }*/

.modal-plan__item-text {
    border-bottom: 1px dashed #ccc;
    margin: 0 5px;
    padding: 5px 0;
}

.modal--plan .modal-plan__item:nth-child(n+2) {
    margin-top: 10px;
}

.modal--plan .modal-plan__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}

    .modal--plan .modal-plan__button .button {
        width: 180px;
        height: 50px;
        font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
        font-weight: 400;
        font-size: 20px;
        background-color: #f8c43f;
        border-radius: 25px;
    }

        .modal--plan .modal-plan__button .button span {
            color: black;
        }

        .modal--plan .modal-plan__button .button:hover {
            background-color: #ffa723;
        }

@media (max-width: 991px) {
    .modal--terms {
        height: 100%;
        padding-bottom: 70px !important;
    }

        .modal--terms .modal__content {
            height: 100%;
            overflow-y: auto;
        }

        .modal--terms .modal__box {
            height: calc(100% - 50px);
        }
}

.modal--warning {
    max-width: 398px;
    padding: 30px 20px;
}

    .modal--warning .modal__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }

    .modal--warning .modal__title-text {
        font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #FF4040;
        line-height: 1.5;
    }

    .modal--warning .modal__title-image {
        max-width: 40px;
        margin-top: 6px;
    }

    .modal--warning .modal__content {
        padding: 0;
    }

        .modal--warning .modal__content p {
            font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
            font-weight: 400;
            font-size: 15px;
            line-height: 1.7;
            color: #555;
        }

        .modal--warning .modal__content span {
            color: #0086DE;
        }

    .modal--warning .modal__button {
        margin: 20px auto 0;
    }

@media (max-width: 991px) {
    .modal--warning .modal__button {
        margin-top: 0;
    }
}

.amount {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.amount--hide {
    height: 0;
    margin: 0 !important;
    font-size: 0;
    overflow: hidden;
}

    .amount--hide .amount__box {
        display: none;
    }

.amount--pc {
    margin-top: 15px;
}

.sys-main__right > *:first-child.amount--pc {
    margin-top: 0;
}

@media (max-width: 991px) {
    .amount--pc {
        display: none;
    }
}

@media (min-width: 992px) {
    .amount--mb {
        display: none;
    }
}

.amount.closed .amount__title-toggle {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    .amount.closed .amount__title-toggle {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.amount__box {
    padding: 30px;
    /*background-color: #FFE767;*/
    background-color: #E36255;
    border-radius: 15px;
    /*  -webkit-box-shadow: 0px -8px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0px -8px 8px rgba(0, 0, 0, 0.08);*/
}

@media (min-width: 992px) {
    .amount__box {
        /*border: 2px solid #FCC36D;*/
        border: 2px solid #fff;
    }
}

@media (max-width: 991px) {
    .amount__box {
        padding: 0;
        border-radius: 30px 30px 0 0;
        overflow: hidden;
    }
}

.amount__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #FFF;
    background: inherit;
}

@media (max-width: 1229px) {
    .amount__title {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .amount__title {
        font-size: 20px;
    }
}

.amount__title-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
}

@media (max-width: 991px) {
    .amount__title-toggle {
        width: 26px;
        height: 26px;
        font-size: 12px;
        color: #FF8D24;
        background-color: #fff;
        border-radius: 13px;
        cursor: pointer;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.amount__content {
    width: 100% !important;
}

@media (max-width: 991px) {
    .amount__content {
        display: none;
    }
}

.amount__detail {
    margin-top: 12px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}

@media (max-width: 991px) {
    .amount__detail {
        margin: 16px;
        border-radius: 10px;
    }
}

.amount__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px;
    padding: 10px 0;
    word-break: keep-all;
}

    .amount__item:nth-child(n+2) {
        border-top: 1px dashed #ccc;
    }

.amount__item--bold .amount__item-title {
    font-weight: 500;
}

.amount__item--bold .amount__item-count {
    font-weight: 700;
}

.amount__item .amount-unit {
    padding-left: 4px;
    font-size: 16px;
    vertical-align: baseline;
}

.amount__item-title {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    width: 65%;
}

@media (max-width: 1229px) {
    .amount__item-title {
        width: 60%;
    }
}

.amount__item-count {
    font-family: "Lato", "monospace", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #EC2736;
    line-height: 1;
}

@media (max-width: 1229px) and (min-width: 992px) {
    .amount__item-count {
        font-size: 22px;
    }
}

.amount__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    padding: 14px 12px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #555;
    line-height: 1;
    /*     background-color: #FF8D24;*/
    background-color: var(--light-primary-color)
}

@media (max-width: 1229px) {
    .amount__total {
        padding: 8px 6px;
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .amount__total {
        padding: 12px 16px;
    }
}

.amount__total-title {
    padding: 0 4px;
    font-size: 18px;
}

.amount__total-count {
    padding: 0 10px 4px;
    font-family: "Lato", "monospace", sans-serif;
    font-weight: 700;
    font-size: 28px;
}

@media (max-width: 1229px) {
    .amount__total-count {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .amount__total-count {
        font-size: 28px;
    }
}

.amount__total-icon {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 24px;
    height:20px;
}

@media (max-width: 1229px) {
    .amount__total-icon {
        font-size: 22px;
    }
}

.amount__notice {
    margin-top: 12px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #613015;
    line-height: 1;
    text-align: center;
}

@media (max-width: 991px) {
    .amount__notice {
        margin: 16px 0;
    }
}

.amount__notice:hover {
    text-decoration: underline;
}

.amount-number:empty::before {
    content: "--";
}

.amount-unit {
    padding-left: 4px;
    font-size: 16px;
    vertical-align: baseline;
}

.bar {
    position: sticky;
    left: 0;
    bottom: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
    z-index: 3;
}

@media (min-width: 992px) {
    .bar {
        display: none;
    }
}

.bar__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 14px 4px;
    background-color: #f5f5f5;
}

    .bar__link:nth-child(n+2) {
        border-left: 1px solid #ddd;
    }

    .bar__link i {
        margin-bottom: 4px;
        font-size: 24px;
        color: #777;
    }

.bar__link-content {
    font-size: 15px;
    color: #777;
    line-height: 1.6;
    white-space: nowrap;
}

@media (max-width: 375px) {
    .bar__link-content {
        font-size: 13px;
    }
}

.bar__link:hover {
    color: #fff;
    background-color: #EC2736;
}

    .bar__link:hover i,
    .bar__link:hover .bar__link-content {
        color: #fff;
    }

.brand {
    margin-top: 20px;
}

    .brand > :nth-child(n+2) {
        margin-top: 20px;
    }

.brand-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% + 20px);
    margin: -8px 0 0 -20px;
}

@media (max-width: 575px) {
    .brand-form__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.brand-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    padding: 8px 0 0 20px;
}

@media (max-width: 575px) {
    .brand-form__item {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .brand-form__item:nth-child(n+2) {
        padding-top: 20px;
    }
}

.brand-form__item-title {
    width: 80px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
}

.brand-form__item-field {
    width: calc(100% - 80px);
}

.brand-hot .swiper-slide {
    width: 102px;
    padding-bottom: 10px;
}

.brand-hot__title {
    padding-bottom: 8px;
    margin-bottom: 15px;
    color: #D90D1E;
    font-size: 14px;
    border-bottom: 1px solid #D90D1E;
}

    .brand-hot__title span {
        margin-right: 4px;
        font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
        font-size: 16px;
        vertical-align: baseline;
    }

.brand-hot__item {
    overflow: hidden;
}

.brand-hot__item-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 70px;
    margin-bottom: 5px;
    border-radius: 10px;
    border: 1px solid #ddd;
    /*cursor: pointer;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;*/
}

    .brand-hot__item-image img {
        width: 60px;
    }

.brand-hot__item-name {
    font-family: "Lato", "monospace", sans-serif;
    font-size: 18px;
    color: #555;
    text-align: center;
}

.brand-hot__item:hover .brand-hot__item-image {
    border-color: #EC2736;
}

.brand-hot__item:hover .brand-hot__item-name {
    color: #EC2736;
}

.brand-group {
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow-y: hidden;
}

@media (min-width: 992px) {
    .brand-group {
        max-height: 30vh;
        overflow: auto;
    }
}

/*需用到*/
@media (max-width: 572px) {
    .brand-group {
        white-space: nowrap;
        overflow: visible;
        width: 120vh;
    }
}

.brand-group::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 5px;
}

.brand-group::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #ccc;
    border-radius: 5px;
}

.brand-group::-webkit-scrollbar-thumb {
    background-color: #777;
    border-radius: 5px;
}

.brand-group .swiper-slide {
    width: auto;
    margin-right: 3px;
}

.brand-group__row {
    position: relative;
    padding-left: 47px;
}

    .brand-group__row:nth-child(n+2) {
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #ccc;
    }

        .brand-group__row:nth-child(n+2) .brand-group__row-title {
            top: 31px;
        }

.brand-group__row-title {
    position: absolute;
    top: 11px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 27px;
    height: 27px;
    font-size: 16px;
    color: #fff;
    background-color: #555;
    border-radius: 50%;
}

.brand-group__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 10px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}


.brand-group__item-image {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.brand-group__item-name {
    font-family: "Lato", "monospace", sans-serif;
    font-size: 16px;
    color: #777;
}

.brand-group__item:hover {
    border-color: #D90D1E;
}

    .brand-group__item:hover .brand-group__item-name {
        color: #333;
    }

.brand-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.brand-search__input {
    width: calc(100% - 115px);
}

    .brand-search__input .form-input {
        max-width: 100%;
    }

.brand-search__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 40px;
    padding: 10px 15px;
    margin-left: 15px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background-color: #555;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border: 2px solid #fff;
}

    .brand-search__button:hover,
    .brand-search__button:active {
        background-color: #333;
    }

    .brand-search__button:disabled,
    .brand-search__button.disabled {
        color: #8F9AA6 !important;
        background-color: #eee !important;
        pointer-events: none !important;
    }

.brand__table-notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    color: #FF8300;
    text-align: right;
    line-height: 1.5;
}

@media (min-width: 992px) {
    .brand__table-notice {
        display: none;
    }
}

.brand__table-notice::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-left: 4px;
    background-image: url(./../images/icon-finger.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.brand__table-content {
    position: relative;
    width: 100%;
    max-height: 55vh;
    overflow: auto;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .brand__table-content {
        max-height: 50vh;
    }

        .brand__table-content::-webkit-scrollbar-track {
            background-color: #ccc;
            border-radius: 5px;
        }

        .brand__table-content::-webkit-scrollbar {
            width: 6px;
            height: 6px;
            background-color: #ccc;
            border-radius: 5px;
        }

        .brand__table-content::-webkit-scrollbar-thumb {
            background-color: #777;
            border-radius: 5px;
        }
}

.brand-table {
    width: 100%;
}

@media (max-width: 767px) {
    .brand-table {
        width: 768px;
    }
}

@media (max-width: 575px) {
    .brand-table {
        width: 700px;
    }
}

.brand-table__thead,
.brand-table__throw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media (min-width: 992px) {

    .brand-table__thead,
    .brand-table__throw {
        width: 100%;
    }
}

.brand-table__thead {
    position: sticky;
    top: 0;
    left: 0;
}

.brand-table__throw:nth-child(2n) {
    background-color: #f5f5f5;
}

.brand-table__th,
.brand-table__td {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}


    .brand-table__th:nth-child(1),
    .brand-table__td:nth-child(1) {
        /*width: 100px;*/
        border-radius: 10px 0 0 0;
    }

@media (max-width: 991px) {

    .brand-table__th:nth-child(1),
    .brand-table__td:nth-child(1) {
       /* width: 10px;*/
        min-width: auto;
    }
}

.brand-table__th:nth-child(2),
.brand-table__td:nth-child(2) {
    width: calc(50% - 250px);
}

@media (max-width: 991px) {

    .brand-table__th:nth-child(2),
    .brand-table__td:nth-child(2) {
        width: calc(50% - 300px);     
    }
}

/*.brand-table__th:nth-child(3),
.brand-table__th:nth-child(4),
.brand-table__td:nth-child(3),
.brand-table__td:nth-child(4) {
    width: calc(50% - 230px);
}*/

.brand-table__th:nth-child(3),
.brand-table__td:nth-child(3) {
    width: calc(50% - 265px);
}

.brand-table__th:nth-child(4),
.brand-table__td:nth-child(4) {
    width: calc(50% - 230px);
}


@media (max-width: 991px) {

    /*.brand-table__th:nth-child(3),
    .brand-table__th:nth-child(4),
    .brand-table__td:nth-child(3),
    .brand-table__td:nth-child(4) {
        width: 80px;
        min-width: auto;
    }*/

    .brand-table__th:nth-child(3),
    .brand-table__td:nth-child(3) {
        width: 80px;
        min-width: auto;
    }

    .brand-table__th:nth-child(4),
    .brand-table__td:nth-child(4) {
        width: 80px;
        min-width: auto;
    }
}

.brand-table__th:nth-child(5),
.brand-table__td:nth-child(5) {
    width: 100px;
    border-radius: 0 10px 0 0;
}

.brand-table__th {
    padding: 2px 0px 8px 2px;
    font-size: 15px;
    /*line-height: 1;*/
    color: var(--primary-color);
    background-color: var(--light-primary-color);
}

    .brand-table__th:nth-child(1) {
        border-radius: 10px 0 0 0;
    }

    .brand-table__th:nth-child(5) {
        border-radius: 0 10px 0 0;
    }

.brand-table__td {
    padding-top: 12px;
    font-family: "Lato", "monospace", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #777;
}

.brand-table__td--choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.brand-table__choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 30px;
    padding: 5px;
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    background-color: #0086DE;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border: 2px solid #fff;
}

    .brand-table__choose:hover,
    .brand-table__choose:active {
        background-color: #0d6efd;
        color: #fff;
    }

    .brand-table__choose:disabled,
    .brand-table__choose.disabled {
        color: #8F9AA6 !important;
        background-color: #eee !important;
        pointer-events: none !important;
    }

.cookies {
    position: fixed;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

@media (max-width: 991px) {
    .cookies {
        width: 100%;
        bottom: 90px;
    }
}

.cookies__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 20px 30px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    border: 1px solid #113093;
    -webkit-box-shadow: 0 0 12px rgba(17, 48, 147, 0.3);
    box-shadow: 0 0 12px rgba(17, 48, 147, 0.3);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

@media (max-width: 991px) {
    .cookies__main {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 16px;
        border-radius: 10px;
    }
}

@media (max-width: 991px) {
    .cookies__main::before {
        content: "Cookies ";
        font-family: "Lato", "monospace", sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #113093;
    }
}

.cookies__image {
    width: 74px;
}

@media (max-width: 991px) {
    .cookies__image {
        display: none;
    }
}

.cookies__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 90px);
}

@media (max-width: 991px) {
    .cookies__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin: 12px 0 0;
    }
}

.cookies__text {
    width: calc(100% - 100px);
    font-size: 16px;
    line-height: 1.4;
    color: #555;
}

@media (max-width: 991px) {
    .cookies__text {
        width: 100%;
        font-size: 15px;
    }
}

.cookies__text a {
    display: inline-block;
    color: #555;
    text-decoration: underline;
}

.cookies__text p:nth-child(n+2) {
    margin-top: 4px;
}

@media (max-width: 991px) {
    .cookies__text p:nth-child(n+2) {
        margin-top: 16px;
    }
}

.cookies__button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 40px;
    background-color: #113093;
    border-radius: 25px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .cookies__button {
        width: 80px;
        height: 40px;
        margin-top: 16px;
        border-radius: 20px;
    }
}

.cookies__button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0e297c;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.cookies__button p {
    position: relative;
    font-size: 17px;
    line-height: 1.4;
    color: #fff;
    z-index: 2;
}

@media (max-width: 991px) {
    .cookies__button p {
        font-size: 15px;
    }
}

.cookies__button:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.footer {
    background-color: #D90D1E;
}

    .footer p {
        margin: 0;
    }

    .footer a {
        text-decoration: none;
    }

@media (min-width: 1230px) {
    .footer .custom__container {
        width: 1230px;
    }
}

.footer-main {
    padding: 40px 0;
}

@media (min-width: 1230px) {
    .footer-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media (max-width: 1229px) {
    .footer-main {
        padding: 24px 0;
    }
}

@media (min-width: 992px) {
    .footer-main__box {
        display: block !important;
    }
}

@media (max-width: 1229px) {
    .footer-main__box {
        width: 100% !important;
    }
}

.footer-main__box:nth-child(1) {
    width: calc(100% - 760px);
}

@media (min-width: 992px) {
    .footer-main__box:nth-child(1) .footer-main__box-content {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .footer-main__box:nth-child(1) .footer-main__box-content {
        display: none;
    }
}

.footer-main__box:nth-child(2) {
    width: 720px;
    margin-left: 40px;
}

@media (max-width: 1229px) {
    .footer-main__box:nth-child(2) {
        margin: 10px 0 0;
    }
}

.footer-main__box-title {
    position: relative;
    padding: 12px 32px 16px 0;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 20px;
    line-height: 1;
    cursor: default;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 1229px) and (min-width: 992px) {
    .footer-main__box-title {
        padding: 12px 32px 14px 0;
    }
}

@media (max-width: 991px) {
    .footer-main__box-title {
        font-size: 16px;
    }
}

.footer-main__box-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #eee;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.footer-main__box-title::after {
    position: absolute;
    top: 14px;
    right: 0;
    content: "\e91a";
    font-size: 20px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.footer-main__box-title span,
.footer-main__box-title::after {
    color: #eee;
}

@media (max-width: 991px) {
    .footer-main__box-title.open::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.footer-main__box-content {
    margin-top: 30px;
}

@media (max-width: 1229px) and (min-width: 992px) {
    .footer-main__box-content {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .footer-main__box-content {
        margin-top: 24px;
    }
}

.footer-main__info {
    color: #eee;
}

@media (max-width: 1229px) and (min-width: 992px) {
    .footer-main__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }
}

@media (min-width: 1230px) {
    .footer-main__info-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 1229px) and (min-width: 992px) {
    .footer-main__info-item {
        width: calc((100% - 48px) / 3);
    }
}

.footer-main__info-item:nth-child(n+2) {
    margin-top: 20px;
}

@media (max-width: 1229px) and (min-width: 992px) {
    .footer-main__info-item:nth-child(n+2) {
        margin: 0 0 0 20px;
    }
}

.footer-main__info-item p {
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    color: #fff;
}

    .footer-main__info-item p:nth-child(1) {
        width: 70px;
    }

@media (max-width: 1229px) {
    .footer-main__info-item p:nth-child(1) {
        width: 100%;
    }
}

.footer-main__info-item p:nth-child(2) {
    width: calc(100% - 70px);
    padding-left: 4px;
}

@media (max-width: 1229px) {
    .footer-main__info-item p:nth-child(2) {
        padding: 4px 0 0;
        width: 100%;
    }
}

.footer-main__info-item a {
    display: inline-block;
    color: #fff;
}

    .footer-main__info-item a span {
        margin-left: 8px;
        font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
        font-size: 13px;
        color: #777;
        vertical-align: baseline;
    }

@media (max-width: 1229px) {
    .footer-main__info-item a span {
        display: block;
        margin: 0;
    }
}

@media (min-width: 992px) {
    .footer-main__contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }
}

.footer-main__contact-item {
    width: calc((100% - 32px) / 3);
}

@media (max-width: 991px) {
    .footer-main__contact-item {
        width: 100%;
    }
}

.footer-main__contact-item:nth-child(n+2) {
    margin-left: 16px;
}

@media (max-width: 991px) {
    .footer-main__contact-item:nth-child(n+2) {
        margin: 16px 0 0;
    }
}

@media (min-width: 1230px) {

    .footer-main__contact-item:nth-child(1),
    .footer-main__contact-item:nth-child(2) {
        width: calc((100% - 300px - 32px) / 2);
    }

    .footer-main__contact-item:nth-child(3) {
        width: 300px;
    }
}

.footer-main__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
    padding: 6px;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #fff;
    -webkit-transition-property: border;
    transition-property: border;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 991px) {
    .footer-main__button {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 50px;
        padding: 4px;
        border-radius: 25px;
    }
}

@media (max-width: 475px) {
    .footer-main__button {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 60px;
        border-radius: 30px;
    }
}

.footer-main__button:hover {
    border-color: #D90D1E;
}

.footer-main__button-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    color: #555;
    line-height: 1;
}

    .footer-main__button-title i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        font-size: 12px;
        color: #fff;
        line-height: 1;
        background-color: #D90D1E;
        border-radius: 50%;
    }

.footer-main__button-text {
    margin-top: 8px;
    font-family: "Lato", "monospace", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #D90D1E;
    line-height: 1.2;
    word-break: break-all;
    text-align: center;
}

@media (max-width: 1229px) {
    .footer-main__button-text {
        white-space: nowrap;
    }
}

@media (max-width: 991px) {
    .footer-main__button-text {
        margin: 0 0 0 4px;
    }
}

@media (max-width: 475px) {
    .footer-main__button-text {
        width: 100%;
        text-align: center;
    }
}

.footer__sub {
    padding: 18px 10px;
    background-color: #D90D1E;
}

@media (max-width: 991px) {
    .footer__sub {
        display: none;
    }
}

.footer-sub__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.footer-sub__link {
    position: relative;
    padding: 0 14px;
    font-size: 16px;
    line-height: 24px;
}

    .footer-sub__link:nth-child(n+2)::after {
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        height: 16px;
        width: 1px;
        background-color: #eee;
    }

    .footer-sub__link span {
        color: #ccc;
    }

    .footer-sub__link:hover {
        color: #eee;
    }

        /*.footer-sub__link:hover span {
            color: #EC2736;
        }*/

.footer__copyright {
    padding: 11px 0;
}

@media (max-width: 991px) {
    .footer__copyright {
        background-color: #444;
    }
}

.footer__copyright p {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 2;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    z-index: 99;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 991px) {
    .header {
        height: 56px;
    }
}

.header--scroll {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.header__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.header__logo {
    position: absolute;
    left: 40px;
    width: 165px;
}

@media (max-width: 1529px) {
    .header__logo {
        left: 30px;
        width: 150px;
    }
}

@media (max-width: 991px) {
    .header__logo {
        left: 16px;
        width: 165px;
    }
}

.header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    max-width: 1230px;
    width: calc(100% - 300px - 250px);
    padding: 0 15px;
    margin: 0 auto;
    overflow-x: auto;
}

@media (max-width: 1529px) {
    .header__main {
        margin-left: 200px;
        width: calc(100% - 300px - 200px);
    }
}

@media (max-width: 1229px) {
    .header__main {
        width: calc(100% - 175px - 200px);
    }
}

@media (max-width: 991px) {
    .header__main {
        display: none;
    }
}

.header__main::-webkit-scrollbar-track {
    background-color: #eee;
}

.header__main::-webkit-scrollbar {
    height: 6px;
    background-color: #eee;
    border-radius: 5px;
}

.header__main::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.header__side {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}

@media (max-width: 991px) {
    .header__side {
        display: none;
    }
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    min-width: 610px;
}

.header-menu__item {
    height: 100%;
    margin: 0 15px;
}

@media (max-width: 1229px) {
    .header-menu__item {
        margin: 0 10px;
    }
}

.header-menu__item:nth-of-type(1) {
    margin-left: 0;
}

.header-menu__item:nth-last-of-type(1) {
    margin-right: 0;
}

.header-menu__item--toggle .header-menu__link::after {
    display: block;
}

.header-menu__item:hover .header-menu__link span,
.header-menu__item:hover .header-menu__link::after {
    color: #EC2736;
}

.header-menu__item:hover .header-menu__link::before {
    width: 100%;
}

.header-menu__item:hover .header-menu__submenu {
    display: block;
    opacity: 1;
    -webkit-animation: fadeIn 0.2s linear;
    animation: fadeIn 0.2s linear;
}

.header-menu__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

    .header-menu__link::after {
        content: "\e901";
        display: none;
        margin-left: 6px;
        font-size: 12px;
        color: #333;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icomoon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .header-menu__link span {
        font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #333;
    }

@media (max-width: 1229px) {
    .header-menu__link span {
        font-size: 17px;
    }
}

.header-menu__link::before {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 0;
    height: 2px;
    margin: 0 auto;
    background-color: #D90D1E;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-menu__submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100% !important;
    -webkit-animation: fadeOut 0.2s linear;
    animation: fadeOut 0.2s linear;
}

.header-menu2 {
    padding: 50px 0;
    background-color: #fbfafa;
}

@media (min-width: 1530px) {
    .header-menu2 {
        min-height: 350px;
        background-image: url(./../images/header_bg.svg);
        background-size: 180px;
        background-repeat: no-repeat;
        background-position: bottom 50px right 60px;
    }
}

@media (max-width: 1739px) {
    .header-menu2 .custom__container {
        width: 1020px;
    }
}

@media (max-width: 1529px) {
    .header-menu2 .custom__container {
        width: calc(100% - 230px);
        margin-left: 200px;
    }
}

@media (max-width: 1229px) {
    .header-menu2 .custom__container {
        margin-left: 190px;
    }
}

.header-menu2__title {
    position: absolute;
    left: 40px;
    width: 260px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #333;
    line-height: 1;
}

@media (max-width: 1529px) {
    .header-menu2__title {
        width: 150px;
        font-size: 28px;
    }
}

@media (max-width: 1359px) {
    .header-menu2__title {
        font-size: 26px;
    }
}

.header-menu2__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-top: -16px;
}

.header-menu2__item {
    position: relative;
    width: calc((100% - 120px) / 4);
}

@media (max-width: 1359px) {
    .header-menu2__item {
        width: calc((100% - 80px) / 3);
    }
}

.header-menu2__item:hover .header-menu2__link span,
.header-menu2__item:hover .header-menu2__link::after {
    color: #EC2736;
}

.header-menu2__item:hover .header-menu2__line {
    background-color: #EC2736;
}

    .header-menu2__item:hover .header-menu2__line::before {
        -webkit-animation: rotate 1s linear infinite;
        animation: rotate 1s linear infinite;
    }

.header-menu2__item:nth-child(n+2) {
    margin-left: 40px;
}

@media (min-width: 1360px) {
    .header-menu2__item:nth-child(4n+1) {
        margin-left: 0;
    }

    .header-menu2__item:nth-child(n+5) {
        margin-top: 20px;
    }
}

@media (max-width: 1359px) {
    .header-menu2__item:nth-child(3n+1) {
        margin-left: 0;
    }

    .header-menu2__item:nth-child(n+4) {
        margin-top: 20px;
    }
}

.header-menu2__link {
    position: relative;
    padding: 10px 32px 10px 0;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    cursor: pointer;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 1359px) {
    .header-menu2__link {
        font-size: 17px;
    }
}

.header-menu2__link::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "\e91a";
    font-size: 30px;
    color: #ccc;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1229px) {
    .header-menu2__link::after {
        font-size: 26px;
    }
}

.header-menu2__link span {
    color: #555;
}

.header-menu2__line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

    .header-menu2__line::before {
        content: "";
        position: absolute;
        left: -5px;
        width: 5px;
        height: 2px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scaleX(1) scaleY(1) rotate(0);
        transform: scaleX(1) scaleY(1) rotate(0);
    }

.header-menu3 {
    margin-top: 12px;
}

.header-menu3__link {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    line-height: 1.2;
}

    .header-menu3__link:nth-child(n+2) {
        margin-top: 12px;
    }

    .header-menu3__link span {
        color: #999;
    }

    .header-menu3__link:hover span {
        color: #EC2736;
    }

.header-other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1529px) {
    .header-other {
        display: none;
    }
}

.header-other__link {
    position: relative;
    padding: 0 10px;
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    font-size: 15px;
    line-height: 1.2;
}

    .header-other__link:nth-child(n+2)::after {
        content: "";
        position: absolute;
        left: 0;
        height: 13px;
        width: 1px;
        background-color: #ddd;
    }

    .header-other__link span {
        color: #333;
    }

    .header-other__link:hover span {
        color: #EC2736;
    }

.header-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
}

@media (max-width: 1229px) {
    .header-side {
        margin-right: 15px;
    }
}

.header-side__item {
    position: relative;
    margin: 0 10px;
}

@media (max-width: 1229px) {
    .header-side__item {
        margin: 0 5px;
    }
}

.header-side__item:nth-of-type(1) {
    margin-left: 0;
}

.header-side__item:nth-last-of-type(1) {
    margin-right: 0;
}

.header-side__item.closed .header-side__link {
    background-color: #D90D1E !important;
}

    .header-side__item.closed .header-side__link i {
        color: #fff !important;
    }

.header-side__item.closed .header-side__link-content {
    display: none !important;
}

.header-side__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

    .header-side__link i {
        font-size: 22px;
        color: #333;
    }

@media (max-width: 1739px) {
    .header-side__link i {
        font-size: 20px;
    }
}

@media (max-width: 1359px) {
    .header-side__link i {
        font-size: 18px;
    }
}

.header-side__link:hover {
    background-color: #D90D1E;
}

    .header-side__link:hover i {
        color: #fff;
    }

    .header-side__link:hover .header-side__link-content {
        -webkit-transform: scaleY(1) translateX(-50%);
        transform: scaleY(1) translateX(-50%);
        opacity: 1;
    }

.header-side__link--line {
    display: none;
    background-color: #01b901;
}

@media (max-width: 1229px) {
    .header-side__link--line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.header-side__link--line i {
    color: #fff;
}

.header-side__link--line:hover {
    background-color: #01a701;
}

.header-side__link-content {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    padding: 8px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 14px;
    color: #333 !important;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border-radius: 4px;
    z-index: 1;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    -webkit-transform: scaleY(0) translateX(-50%);
    transform: scaleY(0) translateX(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

    .header-side__link-content::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 8px 6px;
        border-color: transparent transparent #fff transparent;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.header-side__search {
    display: none;
    position: absolute;
    top: calc(100% + 30px);
    right: 15px;
    width: 200px;
    height: 48px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

    .header-side__search .header-search .form-input input {
        height: 40px;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

    .header-side__search .header-search .form-input__icon {
        color: #333;
        background-color: #fff;
    }

.header-search {
    position: relative;
}

    .header-search .form-input {
        max-width: 100%;
    }

        .header-search .form-input input {
            height: 48px;
            background-color: #fff;
            border-radius: 24px;
            border-color: #ddd;
        }

    .header-search .form-input__icon {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 30px;
        height: 30px;
        color: #fff;
        background-color: #D90D1E;
        border-radius: 50%;
    }

.header-search__close {
    position: absolute;
    top: 10px;
    right: -24px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

    .header-search__close::before,
    .header-search__close::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 2px;
        background-color: #aaa;
        border-radius: 1px;
    }

@media (max-width: 991px) {

    .header-search__close::before,
    .header-search__close::after {
        width: 20px;
    }
}

.header-search__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.header-search__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.header-search__close:hover {
    background-color: #D90D1E;
}

    .header-search__close:hover::before,
    .header-search__close:hover::after {
        background-color: #fff;
    }

.header-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 140px;
    padding: 20px;
    background-color: #01b901;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 1229px) {
    .header-line {
        display: none;
    }
}

.header-line:hover {
    background-color: #01a701;
}

.header-line i {
    margin-right: 10px;
    font-size: 34px;
    color: #fff;
}

.header-line span {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 14px;
    color: #fff;
}

.header-button {
    position: absolute;
    right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #D90D1E;
    border-radius: 5px;
}

@media (min-width: 992px) {
    .header-button {
        display: none;
    }
}

.header-button i {
    font-size: 16px;
    color: #fff;
}

.header-button:active {
    opacity: 0.8;
}

.header-button--close {
    background-color: transparent;
}

    .header-button--close i {
        display: none;
    }

    .header-button--close::before,
    .header-button--close::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 22px;
        height: 2px;
        background-color: #777;
        border-radius: 1px;
    }

    .header-button--close::before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .header-button--close::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

@media (min-width: 992px) {
    .header-mobile {
        display: none;
    }
}

.header-mobile--open .header-mobile__wrapper {
    opacity: 1;
    z-index: 98;
}

.header-mobile--open .header-mobile__overlay {
    height: 100%;
    opacity: 1;
}

.header-mobile--open .header-mobile__content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header-mobile__wrapper {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.header-mobile__content {
    background-color: #FBFAFA;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.header-mobile__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    opacity: 0;
    z-index: -1;
}

@media (min-width: 992px) {
    .header-mobile__overlay {
        display: none;
    }
}

.header-mobile__search {
    padding: 24px 16px 20px;
}

.header-mobile__bottom {
    padding: 20px;
}

@media (max-width: 375px) {
    .header-mobile__bottom {
        padding: 15px 10px;
    }
}

.header-mbmenu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    line-height: 1;
    border-bottom: 1px solid #ddd;
}

    .header-mbmenu__link::after {
        content: "\e905";
        color: #ccc;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icomoon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .header-mbmenu__link span {
        color: #777;
    }

    .header-mbmenu__link--open,
    .header-mbmenu__link:active {
        border-bottom: 1px solid #D90D1E;
    }

        .header-mbmenu__link--open span,
        .header-mbmenu__link--open::after,
        .header-mbmenu__link:active span,
        .header-mbmenu__link:active::after {
            color: #D90D1E;
        }

        .header-mbmenu__link--open::after {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.header-mbmenu__box {
    display: none;
}

.header-mbmenu2 {
    -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #efefef;
}

.header-mbmenu2__item:nth-child(n+2) {
    border-top: 1px solid #ddd;
}

.header-mbmenu2__item--open .header-mbmenu2__link {
    background-color: #F5F4F4;
}

    .header-mbmenu2__item--open .header-mbmenu2__link::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.header-mbmenu2__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 16px 16px 20px;
    font-size: 17px;
    color: #777;
    line-height: 1;
}

    .header-mbmenu2__link::after {
        content: "\e900";
        color: #ccc;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icomoon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .header-mbmenu2__link span {
        color: #777;
    }

    .header-mbmenu2__link:active,
    .header-mbmenu2__link:hover {
        background-color: #F5F4F4;
    }

.header-mbmenu2__box {
    display: none;
    background-color: #F5F4F4;
}

.header-mbmenu3 {
    padding: 0 0 8px 0;
    margin-top: -8px;
}

.header-mbmenu3__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 33px 8px 36px;
    font-size: 16px;
    color: #555;
    line-height: 1;
}

    .header-mbmenu3__link span {
        color: #555;
    }

    .header-mbmenu3__link:active span,
    .header-mbmenu3__link:hover span {
        color: #EC2736;
    }

.header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.header-bottom__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 12px 10px;
    font-size: 15px;
    background-color: #f5f5f5;
}

@media (max-width: 375px) {
    .header-bottom__link {
        padding: 10px 5px;
    }
}

.header-bottom__link:nth-child(n+2) {
    border-left: 1px solid #ddd;
}

.header-bottom__link i {
    margin-bottom: 4px;
    font-size: 20px;
}

.header-bottom__link img {
    height: 16px;
    margin-bottom: 4px;
}

    .header-bottom__link img:nth-of-type(2) {
        display: none;
    }

.header-bottom__link span,
.header-bottom__link i {
    color: #777;
}

.header-bottom__link:hover {
    background-color: #EC2736;
}

    .header-bottom__link:hover span,
    .header-bottom__link:hover i {
        color: #fff;
    }

    .header-bottom__link:hover img:nth-of-type(1) {
        display: none;
    }

    .header-bottom__link:hover img:nth-of-type(2) {
        display: block;
    }

.header-link {
    margin-top: 15px;
}

.header-link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% + 24px);
    margin: 0 -12px;
}

.header-link__link {
    position: relative;
    padding: 6px 16px;
    font-size: 15px;
    color: #999;
    line-height: 1;
}

    .header-link__link::after {
        content: "";
        position: absolute;
        right: 0;
        height: 15px;
        width: 1px;
        background-color: #ccc;
    }

    .header-link__link span {
        color: #999;
    }

    .header-link__link:hover span {
        color: #EC2736;
    }

    .header-link__link:nth-last-child(1)::after {
        display: none;
    }

.terms {
    width: 100%;
}

@media (max-width: 991px) {
    .terms {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }
}

@media (max-width: 991px) {
    /*    .terms__pc {
        display: none;
    }*/
    .terms__mobile {
        display: none;
    }
}

@media (min-width: 992px) {
    .terms__mobile {
        display: none;
    }
}

.terms__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin: -10px 0 0 -10px;
}

.terms__tabsbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 7px 16px;
    margin-top: 10px;
    font-weight: 400;
    font-size: 12px;
    color: #7F94A9;
    background-color: #D6E2ED;
    border-radius: 10px;
    border: 1px solid transparent;
    cursor: pointer;
}

    .terms__tabsbtn::before {
        content: "";
        min-width: 20px;
        min-height: 20px;
        margin-right: 8px;
        background-color: #fff;
        border-radius: 50%;
    }


    .terms__tabsbtn i {
        display: none;
        margin-right: 8px;
        font-size: 20px;
    }

    .terms__tabsbtn:hover {
        opacity: 0.8;
    }

.terms__tabsbtn--active {
    background-color: #41a3e5;
    border-color: #41a3e5;
}

    .terms__tabsbtn--active i,
    .terms__tabsbtn--active p {
        color: #fff;
        font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    }

    .terms__tabsbtn--active.terms__tabsbtn--checked {
        background-color: #00b100;
    }

.terms__tabsbtn--checked {
    background-color: #22C73C;
    border-color: transparent;
}

    .terms__tabsbtn--checked::before {
        display: none;
    }

    .terms__tabsbtn--checked i,
    .terms__tabsbtn--checked p {
        color: #fff;
        font-weight: 500;
    }

    .terms__tabsbtn--checked i {
        display: block;
    }

.terms__block {
    position: relative;
}

@media (max-width: 991px) {
    .terms__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: calc(100% - 160px);
        margin-top: 16px;
    }
}

.terms__content {
    display: none;
    height: 305px;
    margin-top: 10px;
    background-color: #F0F3F6;
    overflow-y: auto;
    text-align: left;
}

    /*@media (max-width: 991px) {
    .terms__content {
        border-radius: 10px 10px 0 0;
        height: auto;
    }
}*/

    .terms__content::-webkit-scrollbar-track {
        background-color: #ccc;
        border-radius: 5px;
    }

    .terms__content::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background-color: #ccc;
        border-radius: 5px;
    }

    .terms__content::-webkit-scrollbar-thumb {
        background-color: #777;
        border-radius: 5px;
    }

    .terms__content:nth-of-type(1) {
        display: block;
    }

.terms__detail {
    padding: 20px;
}

    .terms__detail:nth-of-type(n + 2) {
        display: none;
    }

    .terms__detail pre {
        font-size: 16px;
        font-weight: 400;
        color: #333;
        white-space: pre-wrap;
        word-wrap: break-word;
        z-index: 1;
    }

        .terms__detail pre span {
            font-size: 18px;
            font-weight: 700;
            color: #333;
        }

.terms__scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 300px;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    background-color: #fff;
    border-radius: 20px;
    border: 2px solid #0086DE;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    -webkit-animation: hook 1s linear infinite;
    animation: hook 1s linear infinite;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 991px) {
    .terms__scroll {
        width: 240px;
    }
}

.terms__scroll span {
    color: #0086DE;
}

.terms__scroll i {
    position: absolute;
    right: 24px;
    font-size: 14px;
    color: #0086DE;
}

@media (max-width: 991px) {
    .terms__scroll i {
        font-size: 12px;
        right: 20px;
    }
}

.terms__scroll--hide {
    opacity: 0;
    pointer-events: none;
}

.terms__scroll:hover {
    background-color: #e9f4fc;
}

.terms__notice {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #555;
    line-height: 1.7;
    text-align: center;
}

@media (max-width: 991px) {
    .terms__notice {
        margin-top: 16px;
        font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    }
}

.terms__button {
    /*position: absolute;*/
    display: block;
    /*   bottom: 0;
    left: 0;*/
    width: 100%;
    margin-top: -16px;
}

    /*.terms__button {
    position: absolute;    
    bottom: 0;
    left: 0;
    width: 100%;    
}*/

    /*@media (max-width: 991px) {
    .terms__button {
        display: none;
    }
}*/

    .terms__button input {
        display: none;
    }

.terms__button-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 24px 16px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #aaa;
    line-height: 1.5;
    background-color: #E4E4E4;
    cursor: pointer;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .terms__button-inner::before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        margin-right: 10px;
        background-image: url(./../images/system/sys-term-uncheck.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }

.terms__button input[type=checkbox]:checked + .terms__button-inner,
.terms__button input[type=radio]:checked + .terms__button-inner {
    color: #fff;
    background-color: #0086DE;
}

    .terms__button input[type=checkbox]:checked + .terms__button-inner::before,
    .terms__button input[type=radio]:checked + .terms__button-inner::before {
        background-image: url(./../images/system/sys-term-check.svg);
    }

.terms__confirm {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 70px;
    padding: 22px 10px;
    background-color: #0086DE;
}

    .terms__confirm span {
        display: block;
        font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.5;
        color: #fff;
        text-align: center;
    }

.terms__confirm--disabled {
    background: #E4E4E4;
    pointer-events: none;
}

    .terms__confirm--disabled span {
        color: #aaa;
    }

.terms__checkbox {
    display: block;
    cursor: pointer;
}

.terms__checkbox-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.terms__checkbox-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    font-size: 16px;
    color: #fff;
    background-color: #eee;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-transition-property: border;
    transition-property: border;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 375px) {
    .terms__checkbox-input {
        font-size: 15px;
    }
}

.terms__checkbox-input i {
    display: none;
}

.terms__checkbox-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

@media (max-width: 375px) {
    .terms__checkbox-label {
        font-size: 15px;
    }
}

.terms__checkbox--checked {
    pointer-events: none;
}

    .terms__checkbox--checked .terms__checkbox-input {
        background-color: #FF8D24;
        border-color: #FF8D24;
    }

        .terms__checkbox--checked .terms__checkbox-input i {
            display: block;
        }

.terms__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.terms__steps-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-right: 15px;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    background-color: #B7C7D7;
    border-radius: 50%;
    counter-increment: number;
}

    .terms__steps-item:nth-last-child(1) {
        margin-right: 0;
    }

        .terms__steps-item:nth-last-child(1)::after {
            display: none;
        }

    .terms__steps-item::before {
        content: counter(number);
    }

    .terms__steps-item::after {
        content: "";
        position: absolute;
        right: -15px;
        display: block;
        width: 15px;
        height: 3px;
        background-color: #B7C7D7;
    }

    .terms__steps-item i {
        display: none;
        font-size: 14px;
        color: #fff;
    }

.terms__steps-item--active {
    background-color: #D90D1E;
}

    .terms__steps-item--active::after {
        background-color: #D90D1E;
    }

.terms__steps-item--finished {
    background-color: #01B901;
}

    .terms__steps-item--finished::before {
        display: none;
    }

    .terms__steps-item--finished::after {
        background-color: #01B901;
    }

    .terms__steps-item--finished i {
        display: block;
    }

.terms__title {
    margin-top: 16px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #444;
    text-align: center;
}

.terms__next {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 25px;
    background-color: #EC2736;
}

    .terms__next span {
        display: block;
        font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 1;
        color: #fff;
        text-align: center;
    }

.terms__next--disabled {
    color: #A3B7CA;
    background-color: #CFDAE4;
    pointer-events: none;
}

@media (max-width: 991px) {
    .pay__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: calc(100% + 8px);
        margin: -8px 0 0 -8px;
    }
}

@media (max-width: 991px) {
    .pay__item {
        width: calc(25% - 8px);
        margin: 8px 0 0 8px;
    }
}

@media (max-width: 575px) {
    .pay__item {
        width: calc(33.3333333333% - 8px);
    }
}

@media (min-width: 992px) {
    .pay__item:nth-child(n+2) {
        margin-top: 10px;
    }
}

.pay-radio__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 65px;
    padding: 10px 15px;
    background: #F1F5FE;
    border: 2px solid #D3E4F2;
    border-radius: 10px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .pay-radio__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 4px;
    }
}

@media (max-width: 320px) {
    .pay-radio__inner {
        padding: 15px 5px;
    }
}

.pay-radio__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #9CB5CD;
    border-radius: 50%;
    -webkit-transition-property: border;
    transition-property: border;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 991px) {
    .pay-radio__input {
        display: none;
    }
}

.pay-radio__input::before {
    content: "";
    display: none;
    width: 12px;
    height: 12px;
    background-color: #11A64C;
    border-radius: 50%;
}

.pay-radio__label {
    margin-right: auto;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #9BADBF;
    line-height: 1;
}

@media (max-width: 991px) {
    .pay-radio__label {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
    }
}

@media (max-width: 375px) {
    .pay-radio__label {
        font-size: 16px;
    }
}

.pay-radio__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 5px;
    width: 40px;
    color: #CEDDF0;
}

@media (max-width: 991px) {
    .pay-radio__icon {
        padding: 0 0 16px 0;
        width: 36px;
    }
}

@media (max-width: 375px) {
    .pay-radio__icon {
        padding: 0 0 12px 0;
        width: 32px;
    }
}

.pay-radio__icon img:nth-of-type(1) {
    display: block;
}

.pay-radio__icon img:nth-of-type(2) {
    display: none;
}

.pay-radio input {
    display: none;
}

    .pay-radio input[type=radio]:checked + .pay-radio__inner {
        background-color: #22C73C;
        border-color: #AAE4AA;
    }

        .pay-radio input[type=radio]:checked + .pay-radio__inner .pay-radio__input {
            border-color: #11A64C;
        }

            .pay-radio input[type=radio]:checked + .pay-radio__inner .pay-radio__input::before {
                display: block;
            }

        .pay-radio input[type=radio]:checked + .pay-radio__inner .pay-radio__label,
        .pay-radio input[type=radio]:checked + .pay-radio__inner .pay-radio__icon {
            color: #fff;
        }

            .pay-radio input[type=radio]:checked + .pay-radio__inner .pay-radio__label img:nth-of-type(1),
            .pay-radio input[type=radio]:checked + .pay-radio__inner .pay-radio__icon img:nth-of-type(1) {
                display: none;
            }

            .pay-radio input[type=radio]:checked + .pay-radio__inner .pay-radio__label img:nth-of-type(2),
            .pay-radio input[type=radio]:checked + .pay-radio__inner .pay-radio__icon img:nth-of-type(2) {
                display: block;
            }

    .pay-radio input[type=radio]:disabled + .pay-radio__inner .pay-radio__input {
        color: #fff !important;
        background-color: #ddd !important;
        border-color: #ddd !important;
        cursor: not-allowed;
    }

.pay-radio:hover .pay-radio__inner {
    background-color: #e7eefd;
}

.process-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.process-status__item {
    font-size: 15px;
    color: #7F94A9;
}

    .process-status__item:nth-child(n+2) {
        margin-left: 12px;
    }

.process-status__item--finished {
    color: #01B901;
}

.process-status__item--error {
    color: #EC2736;
}

.process-notice {
    font-size: 15px;
    font-weight: 400;
    color: #555;
    line-height: 1.6;
}

.process-check {
    margin-top: 20px;
}

.process-check__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 15px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #7F94A9;
    line-height: 1;
    border-radius: 5px;
    background-color: #DBE6EF;
}

    .process-check__item:nth-child(n+2) {
        margin-top: 15px;
    }

.process-check__item--finished {
    color: #01B901;
    background-color: #CEF0C8;
}

.process-check__item--error {
    color: #EC2736;
    background-color: rgba(236, 39, 54, 0.1);
}

.proclamation__subtitle {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    color: #777;
    line-height: 1.2;
    margin-bottom: 10px;
}

.proclamation__title {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #333;
    line-height: 1.2;
    margin-bottom: 15px;
}

.proclamation__image {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 20px;
    border-radius: 10px;
}

    .proclamation__image::after {
        content: "";
        display: block;
        padding-bottom: 38%;
    }

.proclamation__content {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 17px;
    color: #777;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .proclamation__content {
        font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
        font-size: 16px;
    }
}

.proclamation__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    height: 50px;
    margin: 30px auto 0;
    padding: 16px;
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #D90D1E;
    border-radius: 25px;
    cursor: pointer;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 991px) {
    .proclamation__button {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }
}

.proclamation__button::after {
    content: "\e91a";
    font-size: 35px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1359px) {
    .proclamation__button::after {
        font-size: 28px;
    }
}

.proclamation__button:hover {
    opacity: 0.8;
}

.proclamation__button span {
    margin-right: 4px;
}

.home {
    position: relative;
    padding-top: 70px;
    font-size: 17px;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .home {
        padding: 56px 0;
        background-color: #fff;
    }
}

.home .swiper {
    padding: 0 5px;
    --swiper-navigation-color: #ccc;
    --swiper-navigation-size: 60px;
}

.home .swiper-pagination-bullet {
    width: 100%;
    max-width: 40px;
    height: 6px;
    background-color: #ddd;
    border-radius: 2px;
    opacity: 1;
}

.home .swiper-pagination-bullet-active {
    width: 200%;
    max-width: 80px;
    background-color: #EC2736;
}

.home--fixed::after {
    content: "";
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 98;
}

.home__block {
    overflow: hidden;
}

.home-section {
  /*  position: relative;*/
    padding: 70px 0;
    background-color: #fff;
}

@media (max-width: 1359px) {
    .home-section {
        padding: 40px 0;
    }
}

@media (max-width: 991px) {
    .home-section {
        padding: 30px 0;
    }
}

.home-section:nth-child(1)::before,
.home-section:nth-child(3)::before,
.home-section:nth-child(5)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 760px;
    height: 1500px;
    background-image: url(./../images/home/home_bg-01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
}

@media (max-width: 1359px) {

    .home-section:nth-child(1)::before,
    .home-section:nth-child(3)::before,
    .home-section:nth-child(5)::before {
        width: 380px;
        height: 750px;
    }
}

@media (max-width: 991px) {

    .home-section:nth-child(1)::before,
    .home-section:nth-child(3)::before,
    .home-section:nth-child(5)::before {
        display: none;
    }
}

.home-section:nth-child(3)::after,
.home-section:nth-child(4)::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 60%;
    display: block;
    width: 609px;
    height: 702px;
    /*background-image: url(./../images/home/home_bg-02.svg);*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transform: translateY(calc(-100% + 70px));
    transform: translateY(calc(-100% + 70px));
    z-index: 1;
}

@media (max-width: 1359px) {

    .home-section:nth-child(3)::after,
    .home-section:nth-child(4)::after {
        left: 70%;
        width: 380px;
        height: 750px;
    }
}

@media (max-width: 1229px) {

    .home-section:nth-child(3)::after,
    .home-section:nth-child(4)::after {
        display: none;
    }
}

.home-section:nth-child(3)::before {
    left: initial;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.home-section:nth-child(3)::after {
    top: 10%;
    left: 10%;
    -webkit-transform: rotate(100deg) translateX(0);
    transform: rotate(100deg) translateX(0);
}

.home-section:nth-child(4)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 180px;
    height: 600px;
    /*    background-image: url(./../images/home/home-why_bg.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
}

@media (max-width: 1359px) {
    .home-section:nth-child(4)::before {
        width: 108px;
        height: 360px;
    }
}

@media (max-width: 991px) {
    .home-section:nth-child(4)::before {
        display: none;
    }
}

.home-section:nth-child(5)::before {
    top: initial;
    bottom: 0;
}

@media (min-width: 992px) {
    .home-section--gradient {
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(25%, #fff), color-stop(75%, #fafafa), to(#fafafa));
        background: linear-gradient(to bottom, #fff, #fff 25%, #fafafa 75%, #fafafa);
    }
}

@media (min-width: 992px) {
    .home-section--gray {
        background-color: #fafafa;
    }
}

.home-section__content {
    position: relative;
    margin-top: 50px;
    z-index: 2;
}

@media (max-width: 991px) {
    .home-section__content {
        margin-top: 30px;
    }
}

.home-section__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 35px;
}

.home-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-title__icon {
    width: 50px;
    margin-bottom: 20px;
}

@media (max-width: 1359px) {
    .home-title__icon {
        width: 44px;
    }
}

@media (max-width: 991px) {
    .home-title__icon {
        width: 36px;
    }
}

.home-title__title {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
    color: #333;
}

@media (max-width: 1359px) {
    .home-title__title {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .home-title__title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .home-title__title {
        font-size: 28px;
    }
}

.home-title__subtitle {
    margin-top: 15px;
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    font-size: 18px;
}

@media (max-width: 991px) {
    .home-title__subtitle {
        font-size: 16px;
    }
}

.home-title__notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    color: #FF8300;
    text-align: right;
    line-height: 1.5;
}

@media (min-width: 992px) {
    .home-title__notice {
        display: none;
    }
}

.home-title__notice::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-left: 4px;
    background-image: url(./../images/icon-finger.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 250px;
    height: 100px;
    padding: 24px;
    background-color: #333;
    background-image: url(./../images/home/home-button-arrow.svg);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center right 24px;
    border-radius: 50px;
    cursor: pointer;
}

@media (max-width: 1359px) {
    .home-button {
        width: 200px;
        height: 80px;
        background-size: 64px;
    }
}

@media (max-width: 1359px) {
    .home-button {
        width: 180px;
        height: 70px;
        background-size: 48px;
    }
}

@media (max-width: 991px) {
    .home-button {
        display: none;
    }
}

.home-button span {
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.home-button:hover {
    background-color: #c60c1b;
}

.home-tips {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px;
}

    .home-tips:hover .home-tips__button {
        background-color: #f29700;
    }

    .home-tips:hover .home-tips__content {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }

.home-tips__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 16px;
    height: 16px;
    background-color: #f7b52d;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

    .home-tips__button::before {
        content: "!";
        display: block;
        font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 1;
        color: #fff;
    }

.home-tips__content {
    position: absolute;
    /*bottom: calc(100% + 12px);*/
    left: 20px;
    width: 150px;
    padding: 8px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    color: #454550 !important;
    background-color: #eee;
    border-radius: 2px 2px 2px 0;
    z-index: 10;
    -webkit-filter: drop-shadow(0 0 2px rgba(37, 11, 73, 0.1));
    filter: drop-shadow(0 0 2px rgba(37, 11, 73, 0.1));
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 12px;
}

@media (max-width: 767px) {
    .home-tips__content {
        /*left: auto;*/
        right: 0;
    }
}

/*.home-tips__content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    border-color: #eee transparent transparent #eee;
}*/

@media (max-width: 767px) {
    .home-tips__content::after {
        right: 0;
        left: auto;
    }
}

.home-oval {
    position: relative;
    padding: 4.25% 0;
}

.home-oval__box {
    width: 106.25%;
    margin-left: -3.125%;
    background: linear-gradient(0.68turn, #f6b42a 10%, #ec762d 20%, #e51d28 40%);
    border-radius: 50%;
    -webkit-transform: rotate(-22.5deg);
    transform: rotate(-22.5deg);
}

@media (max-width: 767px) {
    .home-oval__box {
        width: 112.25%;
        margin-left: -6.125%;
    }
}

.home-oval__box::after {
    content: "";
    display: block;
    padding-bottom: 58%;
}

.home-oval__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    height: 96%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
}

    .home-oval__inner::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.3)), color-stop(30%, rgba(255, 255, 255, 0.1)), to(rgba(89, 176, 224, 0.6)));
        background: linear-gradient(to left, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1) 30%, rgba(89, 176, 224, 0.6));
        z-index: 2;
    }

.home-oval__image {
    position: relative;
    width: 97%;
    height: 110%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
    z-index: 1;
}

.home-oval__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 32.268907563%;
    right: 0;
    width: 140px;
    height: 140px;
    font-size: 80px;
    color: #EC2736;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px rgba(236, 39, 54, 0.2);
    box-shadow: 0 0 15px rgba(236, 39, 54, 0.2);
}

@media (max-width: 1359px) {
    .home-oval__icon {
        width: 108px;
        height: 108px;
        font-size: 64px;
    }
}

@media (max-width: 1229px) and (min-width: 992px) {
    .home-oval__icon {
        width: 80px;
        height: 80px;
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .home-oval__icon {
        bottom: 11.0726643599%;
        right: 15%;
    }
}

@media (max-width: 575px) {
    .home-oval__icon {
        bottom: 5.5363321799%;
        right: 10%;
    }
}

@media (max-width: 375px) {
    .home-oval__icon {
        width: 80px;
        height: 80px;
        font-size: 48px;
    }
}

.home-oval__icon img {
    display: block;
    margin: 0;
    width: 76px;
}

@media (max-width: 1359px) {
    .home-oval__icon img {
        width: 60px;
    }
}

@media (max-width: 1229px) and (min-width: 992px) {
    .home-oval__icon img {
        width: 40px;
    }
}

@media (max-width: 991px) {
    .home-oval__icon img {
        width: 60px;
    }
}

@media (max-width: 575px) {
    .home-oval__icon img {
        width: 54px;
    }
}

@media (max-width: 375px) {
    .home-oval__icon img {
        width: 40px;
    }
}

.home-loop {
    position: absolute;
    right: 60px;
    max-width: 100%;
    overflow: hidden;
    -webkit-transform: scaleX(2);
    transform: scaleX(2);
    -webkit-transform-origin: right;
    transform-origin: right;
    cursor: default;
}

@media (max-width: 991px) {
    .home-loop {
        display: none;
    }
}

.home-loop--animate-left span {
    -webkit-animation: loop-to-left 5s linear forwards;
    animation: loop-to-left 5s linear forwards;
}

.home-loop--animate-right span {
    -webkit-animation: loop-to-right 10s linear forwards;
    animation: loop-to-right 10s linear forwards;
}

.home-loop span {
    display: inline-block;
    font-family: "Inconsolata";
    font-size: 124px;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
    text-shadow: -1px 0 #efefef, 0 1px #efefef, 1px 0 #efefef, 0 -1px #efefef;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@media (max-width: 1739px) {
    .home-loop span {
        font-size: 90px;
    }
}

@media (max-width: 1359px) {
    .home-loop span {
        font-size: 72px;
    }
}

@media (max-width: 1229px) {
    .home-loop span {
        font-size: 60px;
    }
}

.home-loop__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.home-loop__row1 span {
    padding-right: 100px;
}

@media (max-width: 1359px) {
    .home-loop__row1 span {
        padding-right: 72px;
    }
}

@media (max-width: 1229px) {
    .home-loop__row1 span {
        padding-right: 60px;
    }
}

.home-loop__row2 span {
    padding-left: 100px;
}

@media (max-width: 1359px) {
    .home-loop__row2 span {
        padding-left: 72px;
    }
}

@media (max-width: 1229px) {
    .home-loop__row2 span {
        padding-left: 60px;
    }
}

.home-loop__row3 span,
.home-loop__row4 span {
    font-size: 97px;
}

@media (max-width: 1739px) {

    .home-loop__row3 span,
    .home-loop__row4 span {
        font-size: 72px;
    }
}

@media (max-width: 1359px) {

    .home-loop__row3 span,
    .home-loop__row4 span {
        font-size: 60px;
    }
}

@media (max-width: 1229px) {

    .home-loop__row3 span,
    .home-loop__row4 span {
        font-size: 48px;
    }
}

.home-loop--why {
    top: 500px;
}

    .home-loop--why .home-loop__row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .home-loop--why .home-loop__row span {
            color: #fafafa !important;
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
        }

.home-loop--service {
    bottom: 50px;
}

    .home-loop--service span {
        font-size: 156px;
    }

@media (max-width: 1359px) {
    .home-loop--service span {
        font-size: 110px;
    }
}

@media (max-width: 1229px) {
    .home-loop--service span {
        font-size: 90px;
    }
}

.home-main__block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 1920px;
    padding: 0 60px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .home-main__block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 10px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .home-main__block {
        max-width: 788px;
        margin: 0 auto;
    }
}

.home-main__left {
    position: relative;
    width: calc(50% + 6vw);
    margin-right: -6vw;
}

@media (max-width: 1900px) {
    .home-main__left {
        width: calc(106vw - 120px - 860px);
    }
}

@media (max-width: 1599px) {
    .home-main__left {
        width: calc(106vw - 120px - 710px);
    }
}

@media (max-width: 1359px) {
    .home-main__left {
        width: calc(106vw - 120px - 550px);
    }
}

@media (max-width: 1229px) {
    .home-main__left {
        width: calc(106vw - 120px - 500px);
    }
}

@media (max-width: 991px) {
    .home-main__left {
        width: calc(100% + 60px);
        margin: 0 -30px;
    }
}

.home-main__right {
    width: 50%;
    padding-top: 28%;
}

@media (max-width: 1900px) {
    .home-main__right {
        width: 860px;
        padding-top: calc((106vw - 120px - 860px) * 0.52);
    }
}

@media (max-width: 1599px) {
    .home-main__right {
        width: 710px;
        padding-top: calc((106vw - 120px - 710px) * 0.52);
    }
}

@media (max-width: 1359px) {
    .home-main__right {
        width: 550px;
        padding-top: calc((106vw - 120px - 550px) * 0.52);
    }
}

@media (max-width: 1229px) {
    .home-main__right {
        width: 500px;
        padding-top: calc((106vw - 120px - 500px) * 0.52);
    }
}

@media (max-width: 991px) {
    .home-main__right {
        width: 100%;
        padding-top: 30px;
    }
}

@media (max-width: 991px) {
    .home-main__right .mainPagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.home-main__right .swiper-slide {
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .home-main__right .swiper-slide {
        padding-bottom: 20px;
    }
}

.home-main__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
}

.home-main__title-content {
    width: calc(100% - 250px);
    padding-right: 20px;
}

@media (max-width: 1599px) {
    .home-main__title-content {
        width: 100%;
        padding-right: 0;
    }
}

.home-main__title-subtitle {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #113093;
}

@media (max-width: 1359px) {
    .home-main__title-subtitle {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .home-main__title-subtitle {
        font-size: 20px;
        font-weight: 400;
    }
}

@media (max-width: 767px) {
    .home-main__title-subtitle {
        font-size: 18px;
    }
}

.home-main__title-title {
    margin-top: 12px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2;
    color: #333;
}

@media (max-width: 1599px) {
    .home-main__title-title {
        margin-top: 8px;
        font-size: 40px;
    }
}

@media (max-width: 1229px) {
    .home-main__title-title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .home-main__title-title {
        font-size: 30px;
    }
}

.home-main__title-title span {
    font-weight: 700;
}

.home-main__title-info {
    margin-top: 20px;
    font-size: 18px;
}

@media (max-width: 1359px) {
    .home-main__title-info {
        margin-top: 12px;
        font-size: 17px;
    }
}

.home-main__title-button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 1599px) {
    .home-main__title-button {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .home-main__title-button {
        display: none;
    }
}

.home-main__title-button .home-button {
    margin-left: auto;
}

@media (max-width: 1599px) {
    .home-main__title-button .home-button {
        margin-left: 0;
    }
}

.home-main__prev,
.home-main__next {
    position: absolute;
    top: 43%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1;
}

@media (min-width: 992px) {

    .home-main__prev,
    .home-main__next {
        display: none;
    }
}

.home-main__prev::after,
.home-main__next::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.home-main__prev.swiper-button-disabled,
.home-main__next.swiper-button-disabled {
    cursor: default;
    opacity: 0.5;
}

.home-main__prev {
    left: 20px;
}

@media (min-width: 768px) {
    .home-main__prev {
        left: 40px;
    }
}

.home-main__prev::after {
    background-image: url(./../images/home/home-main-arrow-left.svg);
}

.home-main__next {
    right: 20px;
}

@media (min-width: 768px) {
    .home-main__next {
        right: 40px;
    }
}

.home-main__next::after {
    background-image: url(./../images/home/home-main-arrow-right.svg);
}

.home-product .swiper {
    padding: 5px;
    -webkit-filter: drop-shadow(0 0 15px rgba(37, 11, 73, 0.1));
    filter: drop-shadow(0 0 15px rgba(37, 11, 73, 0.1));
}

@media (max-width: 991px) {
    .home-product .swiper {
        -webkit-filter: drop-shadow(0 0 5px rgba(37, 11, 73, 0.15));
        filter: drop-shadow(0 0 5px rgba(37, 11, 73, 0.15));
    }
}

@media (min-width: 992px) {
    .home-product .swiper-slide {
        padding-top: 70px;
    }
}

@media (max-width: 991px) {
    .home-product .swiper-slide {
        width: 80% !important;
        max-width: 312px !important;
    }
}

@media (min-width: 992px) {
    .home-product .swiper-slide-active .home-product__item {
        margin-top: -50px;
    }
}

@media (min-width: 1230px) {
    .home-product .swiper-slide-active .home-product__item {
        margin-top: -70px;
    }
}

.home-product .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media (min-width: 992px) {
    .home-product .swiper-pagination {
        width: calc((100% - 90px) / 3);
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.home-product__content {
    position: relative;
}

@media (max-width: 991px) {
    .home-product__content .swiper-pagination {
        display: none;
    }
}

.home-product__prev,
.home-product__next {
    position: absolute;
    bottom: 145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    color: #555;
    cursor: pointer;
    z-index: 1;
}

@media (max-width: 1359px) {

    .home-product__prev,
    .home-product__next {
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 10px rgba(17, 48, 147, 0.3);
        box-shadow: 0 0 10px rgba(17, 48, 147, 0.3);
    }
}

@media (max-width: 991px) {

    .home-product__prev,
    .home-product__next {
        display: none;
    }
}

.home-product__prev::after,
.home-product__next::after {
    font-size: 40px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1359px) {

    .home-product__prev::after,
    .home-product__next::after {
        font-size: 24px;
    }
}

.home-product__prev.swiper-button-disabled,
.home-product__next.swiper-button-disabled {
    color: #ccc;
    cursor: default;
}

.home-product__prev {
    left: -50px;
}

@media (max-width: 1359px) {
    .home-product__prev {
        left: -20px;
    }
}

.home-product__prev::after {
    content: "\e902";
}

.home-product__next {
    right: -50px;
}

@media (max-width: 1359px) {
    .home-product__next {
        right: -20px;
    }
}

.home-product__next::after {
    content: "\e905";
}

.home-product__pagination {
    display: none;
}

    .home-product__pagination .swiper-pagination {
        bottom: -30px;
    }

@media (max-width: 991px) {
    .home-product__pagination {
        display: block;
    }
}

.home-product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 370px;
    max-width: 100%;
    height: 450px;
    padding: 45px 40px 30px;
    background-color: #fff;
    border-radius: 185px 185px 20px 20px;
    cursor: default;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 1359px) {
    .home-product__item {
        height: 400px;
        padding: 35px 20px 30px;
    }
}

.home-product__item:hover {
    -webkit-box-shadow: 0 0 5px rgba(17, 48, 147, 0.15);
    box-shadow: 0 0 5px rgba(17, 48, 147, 0.15);
}

.home-product__item-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .home-product__item-feature img {
        width: 70px;
    }

@media (max-width: 1359px) {
    .home-product__item-feature img {
        width: 54px;
    }
}

.home-product__item-feature p {
    margin-top: 15px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0086de;
    line-height: 1;
}

.home-product__item-title {
    margin: 20px 0;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    color: #333;
}

@media (max-width: 1359px) {
    .home-product__item-title {
        margin: 16px 0;
        font-size: 24px;
    }
}

.home-product__item-info {
    text-align: center;
}

@media (max-width: 1359px) {
    .home-product__item-info {
        font-size: 16px;
    }
}

.home-product__item-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: auto 0;
    font-weight: 700;
    color: #113093;
}

.home-product__item-premium {
    margin-right: 16px;
    font-family: "Lato", "monospace", sans-serif;
    font-size: 56px;
    line-height: 1;
    font-style: italic;
}

@media (max-width: 1359px) {
    .home-product__item-premium {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .home-product__item-premium {
        font-size: 42px;
    }
}

.home-product__item-unit {
    font-size: 16px;
}

.home-product__item-more {
    margin-top: auto;
    width: 100%;
    height: 40px;
    padding: 8px;
    text-align: center;
    background-color: #eee;
    border-radius: 20px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

    .home-product__item-more span {
        font-size: 17px;
        color: #555;
    }

    .home-product__item-more:hover {
        background-color: #EC2736;
    }

        .home-product__item-more:hover span {
            color: #fff;
        }

.home-plan {
    max-width: 960px;
    padding: 40px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .home-plan .swiper-slide {
        width: auto;
    }

.home-planMb {
    width: 100%;
}

    .home-planMb .swiper {
        -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
        filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
    }

    .home-planMb .swiper-slide {
        width: 357px;
    }

@media (max-width: 767px) {
    .home-planMb .swiper-slide {
        width: 340px;
        max-width: 90%;
    }
}

.home-planMb .swiper-slide:nth-child(2n) .home-tableMb {
    border: 2px solid #F29700;
}

.home-planMb .swiper-slide:nth-child(2n) .home-tableMb__title {
    background-color: #F29700;
}

.home-planMb .swiper-slide:nth-child(2n) .home-tableMb__box-title {
    background-color: #FFE8CC;
}

.home-table__head,
.home-table__main,
.home-table__second,
.home-table__head-list,
.home-table__second-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.home-table__head-title,
.home-table__head-item,
.home-table__main-title,
.home-table__second-title,
.home-table__second-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 10px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.home-table__head-title,
.home-table__head-item {
    padding: 10px;
    font-size: 20px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.home-table__head-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 440px;
    background-color: #5ab3f7;
}

.home-table__main-title,
.home-table__second-title {
    width: 220px;
}

.home-table__head-item,
.home-table__second-item {
    width: 210px;
    margin-left: 5px;
}

.home-table__head-item {
    background-color: #f2b101;
}

    .home-table__head-item:nth-child(2n) {
        background-color: #f29700;
    }

.home-table__content {
    margin-top: 5px;
}

.home-table__main:nth-child(n+2) {
    margin-top: 5px;
}

.home-table__main-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.home-table__main-title {
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    background-color: #c1e3fc;
}

.home-table__second {
    height: 100%;
}

    .home-table__second:nth-child(n+2) .home-table__second-title {
        border-top: 2px solid #dcecfb;
    }

    .home-table__second:nth-child(n+2) .home-table__second-item {
        border-top: 2px solid #e8e8e8;
    }

.home-table__second-title {
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    background-color: #eaf7ff;
}

.home-table__second-item {
    font-size: 16px;
    color: #333;
    background-color: #f5f5f5;
}

.home-tableMb {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.2;
    background-color: #fff;
    border: 2px solid #F2B000;
    border-radius: 10px;
    overflow: hidden;
}

.home-tableMb__title {
    padding: 10px;
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    background-color: #F2B000;
}

.home-tableMb__head,
.home-tableMb__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}

.home-tableMb__head-name,
.home-tableMb__item-name {
    width: calc(100% - 60px);
    padding-right: 10px;
}

.home-tableMb__head-price,
.home-tableMb__item-price {
    width: 60px;
}

.home-tableMb__head {
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    font-size: 15px;
    color: #999;
}

.home-tableMb__box-title {
    padding: 8px 10px;
    font-size: 16px;
    color: #333;
    background-color: #FBF1CD;
}

.home-tableMb__item {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    color: #333;
}

    .home-tableMb__item:nth-child(n+2) {
        border-top: 1px dashed #CFC2B3;
    }

.home-know {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.home-know__left {
    width: 50%;
}

@media (max-width: 991px) {
    .home-know__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
}

.home-know__right {
    width: 50%;
    padding-left: 15px;
}

@media (max-width: 991px) {
    .home-know__right {
        width: 100%;
        padding: 30px 0 0;
    }
}

.home-know__image {
    position: relative;
    width: 450px;
}

@media (max-width: 1359px) {
    .home-know__image {
        width: 405px;
    }
}

@media (max-width: 991px) {
    .home-know__image {
        width: 360px;
    }
}

.home-know__image-image {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    -webkit-box-shadow: 10px 30px 15px rgba(43, 41, 41, 0.18);
    box-shadow: 10px 30px 15px rgba(43, 41, 41, 0.18);
    overflow: hidden;
    z-index: 1;
}

    .home-know__image-image::after {
        content: "";
        display: block;
        padding-bottom: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), color-stop(30%, rgba(255, 255, 255, 0.1)), to(rgba(89, 176, 224, 0.6)));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1) 30%, rgba(89, 176, 224, 0.6));
        z-index: 2;
        -webkit-transform: rotate(-22.5deg);
        transform: rotate(-22.5deg);
    }

.home-know__image-notice {
    position: absolute;
    bottom: 5%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    height: 120px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
    color: #fff;
    background-color: #113093;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 991px) {
    .home-know__image-notice {
        display: none;
    }
}

.home-know__image-notice:hover {
    background-color: #0f2a81;
}

.home-know__image-notice i {
    font-size: 30px;
}

.home-know__info-title {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
}

@media (max-width: 1359px) {
    .home-know__info-title {
        font-size: 24px;
    }
}

.home-know__info-title span {
    color: #aaa;
}

@media (max-width: 991px) {
    .home-know__info-title span {
        display: block;
        font-weight: 400;
        font-size: 18px;
    }
}

.home-know__info-info {
    margin-top: 20px;
}

@media (max-width: 1359px) {
    .home-know__info-info {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .home-know__info-info {
        font-size: 15px;
    }
}

.home-know__info-info span {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    color: #113093;
}

.home-know__info-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}

.home-know__info-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 250px;
    height: 50px;
    padding: 16px 20px;
    color: #fff;
    background-color: #0086de;
    border-radius: 25px;
    cursor: pointer;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 991px) {
    .home-know__info-button {
        width: calc((100% - 10px) / 2);
        height: 50px;
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .home-know__info-button {
        height: 40px;
        font-size: 16px;
    }
}

.home-know__info-button::after {
    content: "\e922";
    font-size: 20px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home-know__info-button:hover {
    opacity: 0.8;
}

.home-know__info-button--download::after {
    content: "\e922";
}

.home-know__info-button--notice {
    background-color: #113093;
}

@media (min-width: 992px) {
    .home-know__info-button--notice {
        display: none;
    }
}

.home-know__info-button--notice::after {
    content: "\e923";
}

.home-know__feature {
    margin-top: 50px;
}

.home-know__feature-title {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #333;
    line-height: 1;
}

@media (max-width: 1359px) {
    .home-know__feature-title {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .home-know__feature-title {
        text-align: center;
    }
}

.home-know__feature-title span {
    color: #D90D1E;
}

.home-know__feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-top: 24px;
}

.home-know__feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc((100% - 48px) / 3);
    padding: 35px 10px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(37, 11, 73, 0.1);
    box-shadow: 0 0 10px rgba(37, 11, 73, 0.1);
}

@media (max-width: 1359px) {
    .home-know__feature-item {
        width: calc((100% - 24px) / 3);
        padding: 30px 10px;
    }
}

@media (max-width: 991px) {
    .home-know__feature-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        padding: 10px;
    }
}

.home-know__feature-item:nth-child(n+2) {
    margin-left: 24px;
}

@media (max-width: 1359px) {
    .home-know__feature-item:nth-child(n+2) {
        margin-left: 12px;
    }
}

@media (max-width: 991px) {
    .home-know__feature-item:nth-child(n+2) {
        margin: 10px 0 0;
    }
}

.home-know__feature-item img {
    width: 80px;
}

@media (max-width: 1359px) {
    .home-know__feature-item img {
        width: 60px;
    }
}

@media (max-width: 991px) {
    .home-know__feature-item img {
        width: 40px;
    }
}

.home-know__feature-item p {
    margin-top: 12px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #333;
    line-height: 1;
}

@media (max-width: 1359px) {
    .home-know__feature-item p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .home-know__feature-item p {
        margin: 0 0 0 12px;
        font-size: 18px;
    }
}

.home-combine {
    max-width: 960px;
    margin: 0 auto 0;
    -webkit-filter: drop-shadow(0 0 22px rgba(37, 11, 73, 0.1));
    filter: drop-shadow(0 0 22px rgba(37, 11, 73, 0.1));
}

@media (max-width: 1359px) {
    .home-combine {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .home-combine {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .home-combine {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.home-combine__tab {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 60px;
}

@media (max-width: 991px) {
    .home-combine__tab {
        height: 50px;
    }
}

.home-combine__tab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    color: #a7c3ed;
    background-color: #e0effe;
    cursor: pointer;
    -webkit-transition-property: background, height, border-radius;
    transition-property: background, height, border-radius;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 1359px) {
    .home-combine__tab-item {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .home-combine__tab-item {
        font-size: 20px;
        border-radius: 10px 10px 0 0 !important;
    }
}

.home-combine__tab-item:nth-child(1) {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
}

.home-combine__tab-item:nth-last-child(1) {
    border-top-left-radius: 0;
    border-top-right-radius: 18px;
}

.home-combine__tab-item:hover {
    background-color: #cce5fd;
}

.home-combine__tab-item--active {
    height: 80px;
    color: #113093;
    background-color: #fff !important;
    border-radius: 21px 21px 0 0 !important;
    cursor: default;
}

@media (max-width: 1359px) {
    .home-combine__tab-item--active {
        height: 60px;
    }
}

@media (max-width: 991px) {
    .home-combine__tab-item--active {
        height: 50px;
        border-radius: 10px 10px 0 0 !important;
    }
}

.home-combine__content {
    padding: 50px;
    background-color: #fff;
    border-radius: 0 0 30px 30px;
}

@media (max-width: 1359px) {
    .home-combine__content {
        padding: 30px;
        border-radius: 0 0 15px 15px;
    }
}

@media (max-width: 991px) {
    .home-combine__content {
        padding: 24px 10px;
    }
}

@media (max-width: 767px) {
    .home-combine__content {
        border-radius: 0;
    }
}

.home-share {
    padding-bottom: 20px;
}

    .home-share .swiper-slide {
        width: 100% !important;
    }

@media (max-width: 991px) {
    .home-share__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.home-share__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.home-share__image {
    width: 50%;
    padding-right: 50px;
}

@media (max-width: 991px) {
    .home-share__image {
        display: none;
    }
}

.home-share__image-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

    .home-share__image-image::before {
        content: "";
        display: block;
        padding-bottom: 62.5%;
    }

.home-share__describe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}

@media (max-width: 991px) {
    .home-share__describe {
        width: 100%;
    }
}

.home-share__describe-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.home-share__describe-case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    padding: 8px;
    font-family: "Lato", "monospace", sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background-color: #bbb;
    border-radius: 15px;
}

@media (max-width: 991px) {
    .home-share__describe-case {
        display: none;
    }
}

.home-share__describe-title {
    margin: 15px 0 20px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    color: #333;
}

@media (max-width: 1359px) {
    .home-share__describe-title {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .home-share__describe-title {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .home-share__describe-title {
        font-size: 20px;
        line-height: 1.5;
    }
}

.home-share__describe-image {
    width: 100%;
    margin-bottom: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

@media (min-width: 992px) {
    .home-share__describe-image {
        display: none;
    }
}

.home-share__describe-image::before {
    content: "";
    display: block;
    padding-bottom: 40%;
}

@media (max-width: 767px) {
    .home-share__describe-image::before {
        padding-bottom: 62.5%;
    }
}

@media (max-width: 1359px) {
    .home-share__describe-info {
        font-size: 16px;
        line-height: 1.5;
    }
}

.home-share__plan {
    position: relative;
    width: 100%;
    padding: 30px 40px;
    margin-top: 30px;
    background-color: #f5f5f5;
    border-radius: 5px;
}

@media (max-width: 1359px) {
    .home-share__plan {
        padding: 20px 30px;
    }
}

@media (max-width: 991px) {
    .home-share__plan {
        padding: 25px 16px 16px;
        border-radius: 10px;
    }
}

.home-share__plan-tag {
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 30px;
    padding: 7px 12px;
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    background-color: #D90D1E;
    border-radius: 15px;
}

@media (min-width: 992px) {
    .home-share__plan-tag {
        display: none;
    }
}

.home-share__plan-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 991px) {
    .home-share__plan-title {
        padding-bottom: 12px;
        margin-bottom: 12px;
        font-size: 18px;
    }
}

.home-share__plan-title span {
    height: 30px;
    padding: 7px 12px;
    margin-right: 12px;
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    background-color: #D90D1E;
    border-radius: 15px;
}

@media (max-width: 991px) {
    .home-share__plan-title span {
        display: none;
    }
}

.home-share__plan-content {
    color: #555;
}

@media (max-width: 991px) {
    .home-share__plan-content {
        font-size: 16px;
    }
}

.home-share__plan-content span {
    font-size: 15px;
    color: #113093;
}

.home-share__plan-more {
    display: none;
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    text-align: center;
}

    .home-share__plan-more i {
        display: block;
        font-size: 16px;
        color: #777;
    }

@media (max-width: 991px) {
    .home-share__plan--hide {
        padding-bottom: 49px;
    }
}

@media (max-width: 991px) {
    .home-share__plan--hide .home-share__plan-more {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .home-share__plan--hide .home-share__plan-content {
        position: relative;
        max-height: 140px;
        padding-bottom: 20px;
        overflow: hidden;
    }

        .home-share__plan--hide .home-share__plan-content::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            background: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), color-stop(50%, hsla(0deg, 0%, 100%, 0.1)));
            background: linear-gradient(0deg, #f5f5f5, hsla(0deg, 0%, 100%, 0.1) 50%);
        }
}

.home-share__plan.open .home-share__plan-more {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    .home-share__plan.open .home-share__plan-content {
        max-height: none;
        padding-bottom: 0;
        overflow: initial;
    }

        .home-share__plan.open .home-share__plan-content::after {
            display: none;
        }
}

.home-share__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;
    height: 50px;
    margin: 30px auto 0;
    padding: 16px 20px;
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    background-color: #113093;
    border-radius: 25px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .home-share__more {
        width: 130px;
        height: 40px;
        margin-top: 20px;
        padding: 10px 16px;
        font-size: 16px;
    }
}

.home-share__more::after {
    content: "\e900";
    font-size: 20px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home-share__more:hover {
    background-color: #0f2a81;
}

.home-share__pagination {
    position: relative;
    margin-top: 36px;
}

@media (max-width: 991px) {
    .home-share__pagination {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-top: 0;
    }
}

.home-share__pagination .swiper-pagination {
    height: 0;
    bottom: 6px;
}

@media (max-width: 991px) {
    .home-share__pagination .swiper-pagination {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        counter-reset: num;
        height: auto;
        overflow-x: auto;
    }
}

@media (max-width: 991px) {
    .home-share__pagination .swiper-pagination span {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 90px;
        max-width: inherit;
        height: 30px;
        padding: 8px;
        background-color: #bbb;
        border-radius: 15px;
        counter-increment: num;
    }

        .home-share__pagination .swiper-pagination span.swiper-pagination-bullet-active {
            background-color: #113093;
        }

        .home-share__pagination .swiper-pagination span::after {
            content: "Case " counter(num);
            display: block;
            font-family: "Lato", "monospace", sans-serif;
            font-size: 16px;
            line-height: 1;
            color: #fff;
            white-space: nowrap;
        }
}

.home-calc__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 1359px) {
    .home-calc__step {
        padding-bottom: 8px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .home-calc__step {
        margin-bottom: 20px;
    }
}

.home-calc__step-item {
    position: relative;
    width: 100%;
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #999;
    text-align: center;
}

@media (max-width: 1359px) {
    .home-calc__step-item {
        font-size: 18px;
    }
}

.home-calc__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .home-calc__option {
        margin-bottom: 24px;
    }
}

.home-calc__option-item {
    width: 50%;
}

    .home-calc__option-item:nth-child(1) .home-calc__option-inner {
        border-radius: 10px 0 0 10px;
    }

    .home-calc__option-item:nth-last-child(1) .home-calc__option-inner {
        border-radius: 0 10px 10px 0;
    }

    .home-calc__option-item input {
        display: none;
    }

.home-calc__option-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    background-color: #eee;
    cursor: pointer;
}

@media (max-width: 1359px) {
    .home-calc__option-inner {
        padding: 12px 10px;
        border-radius: 5px;
    }
}

@media (max-width: 991px) {
    .home-calc__option-inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 8px;
    }
}

.home-calc__option-inner::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #D90D1E transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}

.home-calc__option-inner:hover {
    background-color: #e7e7e7;
}

.home-calc__option-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    margin-right: 15px;
    background-color: #fff;
    border-radius: 5px;
}

@media (max-width: 1359px) {
    .home-calc__option-icon {
        width: 36px;
        height: 36px;
        margin-right: 10px;
    }
}

.home-calc__option-icon i {
    font-size: 32px;
    color: #ddd;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 1359px) {
    .home-calc__option-icon i {
        font-size: 28px;
    }
}

.home-calc__option-label {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #bbb;
}

@media (max-width: 1359px) {
    .home-calc__option-label {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .home-calc__option-label {
        font-size: 16px;
    }
}

.home-calc__option input:checked + .home-calc__option-inner {
    background-color: #D90D1E !important;
    cursor: default;
}

    .home-calc__option input:checked + .home-calc__option-inner::after {
        opacity: 1;
    }

    .home-calc__option input:checked + .home-calc__option-inner .home-calc__option-icon i {
        color: #D90D1E;
    }

    .home-calc__option input:checked + .home-calc__option-inner .home-calc__option-label {
        color: #fff;
    }

.home-calc__form {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 1359px) {
    .home-calc__form {
        padding-bottom: 30px;
    }
}

.home-calc__form .form-input {
    max-width: 100%;
}

.home-calc__form .sys-form__title {
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
}

@media (min-width: 575px) {
    .home-calc__form .sys-form__title {
        width: 80px;
    }
}

@media (min-width: 575px) {
    .home-calc__form .sys-form__field {
        width: calc(100% - 80px - 28px);
    }
}

.home-calc__form .sys-plate {
    max-width: 100%;
}

@media (min-width: 992px) {
    .home-calc__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

        .home-calc__form .sys-form__item {
            width: calc((100% - 40px) / 2);
        }

            .home-calc__form .sys-form__item:nth-of-type(2) {
                margin-top: 0;
            }

            .home-calc__form .sys-form__item:nth-of-type(2n) {
                margin-left: 40px;
            }
}

.home-calc__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 30px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .home-calc__result {
        padding: 16px;
    }
}

.home-calc__result-title {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #555;
    line-height: 1;
    text-align: center;
}

@media (max-width: 991px) {
    .home-calc__result-title {
        font-size: 18px;
        color: #333;
    }
}

.home-calc__result-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 350px;
    padding: 13px 20px;
    margin-top: 20px;
    color: #113093;
    background-color: #fff;
    border: 2px solid #113093;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .home-calc__result-price {
        padding: 10px;
        border-radius: 5px;
    }
}

.home-calc__result-pricetitle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #777;
}

.home-calc__result-pricepremium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .home-calc__result-pricepremium {
        font-size: 16px;
        line-height: 1.2;
    }
}

.home-calc__result-pricepremium span {
    display: block;
    min-width: 120px;
    padding-right: 8px;
    font-family: "Lato", "monospace", sans-serif;
    font-size: 40px;
    line-height: 1;
    text-align: right;
}

@media (max-width: 991px) {
    .home-calc__result-pricepremium span {
        min-width: 100px;
        font-size: 30px;
    }
}

.home-calc__result-prompt {
    margin-top: 12px;
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #aaa;
    text-align: center;
}

@media (max-width: 991px) {
    .home-calc__result-prompt {
        font-size: 14px;
    }
}

.home-calc__result-feature {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 24px 0;
}

@media (max-width: 991px) {
    .home-calc__result-feature {
        margin: 20px 0;
    }
}

.home-calc__result-feature span {
    position: relative;
    padding: 7px 13px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #D90D1E;
    border-radius: 15px;
    z-index: 2;
}

.home-calc__result-feature::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    margin: auto 0;
    background-color: #D90D1E;
    z-index: 1;
}

.home-calc__result-notice {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    padding: 10px;
    margin-top: 20px;
    background-color: #ffcc4e;
    border-radius: 5px;
    cursor: pointer;
}

    .home-calc__result-notice::before {
        content: "!";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 18px;
        height: 18px;
        margin-right: 8px;
        font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
        font-weight: 500;
        font-size: 13px;
        line-height: 1;
        color: #fff;
        background-color: #f29700;
        border: 1px solid #fff;
        border-radius: 50%;
    }

    .home-calc__result-notice span {
        font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 1;
        color: #333;
    }

    .home-calc__result-notice:hover {
        opacity: 0.8;
    }

.home-calc__feature {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.home-calc__feature-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
}

    .home-calc__feature-title span {
        font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
        font-weight: 500;
        color: #333;
        line-height: 1.5;
    }

.home-calc__feature-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
    font-size: 14px;
}

.home-calc__feature-content {
    display: none;
    width: 100% !important;
}

.home-calc__feature-box {
    padding: 0 15px 20px;
}

.home-calc__feature ~ .home-calc__feature {
    margin-top: 15px;
}

.home-calc__feature.closed .home-calc__feature-title {
    padding-bottom: 8px;
}

    .home-calc__feature.closed .home-calc__feature-title span {
        color: #113093;
    }

.home-calc__feature.closed .home-calc__feature-toggle {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (min-width: 992px) {

    .home-calc__table-thead,
    .home-calc__table-throw {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .home-calc__table-thead {
        display: none;
    }
}

@media (max-width: 991px) {
    .home-calc__table-throw {
        padding: 12px 0;
    }
}

.home-calc__table-throw:nth-child(n+2) {
    border-top: 1px solid #cde1fa;
}

@media (max-width: 991px) {
    .home-calc__table-throw:nth-child(n+2) {
        border-top: 1px dashed #ccc;
    }
}

.home-calc__table-th,
.home-calc__table-td {
    padding: 12px 16px;
}

    .home-calc__table-th:nth-child(1),
    .home-calc__table-td:nth-child(1) {
        width: 200px;
        border-right: 1px solid #cde1fa;
    }

    .home-calc__table-th:nth-child(2),
    .home-calc__table-td:nth-child(2) {
        width: calc(100% - 200px);
    }

.home-calc__table-th {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background-color: #72a7ed;
}

    .home-calc__table-th:nth-child(1) {
        text-align: center;
    }

.home-calc__table-td {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #333;
}

@media (max-width: 991px) {
    .home-calc__table-td {
        padding: 0;
        background: none !important;
    }
}

.home-calc__table-td:nth-child(1) {
    background-color: #dcf0f9;
}

@media (max-width: 991px) {
    .home-calc__table-td:nth-child(1) {
        width: 100%;
        border-right: none;
    }
}

.home-calc__table-td:nth-child(n+2) {
    background-color: #eef7fc;
}

@media (max-width: 991px) {
    .home-calc__table-td:nth-child(n+2) {
        width: 100%;
        padding-top: 4px;
        font-family: "Lato", "monospace", sans-serif;
        font-size: 14px;
        color: #72a7ed;
    }
}

.home-calc__submit,
.home-calc__return {
    width: 100%;
    max-width: 500px;
    padding: 10px;
    margin: 40px auto 0;
    background-color: #D90D1E;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 1359px) {

    .home-calc__submit,
    .home-calc__return {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {

    .home-calc__submit,
    .home-calc__return {
        padding: 8px;
        margin-top: 24px;
        font-size: 16px;
        border-radius: 10px;
    }
}

.home-calc__submit span,
.home-calc__return span {
    display: block;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}

.home-calc__submit:hover,
.home-calc__return:hover {
    background-color: #c10c1b;
}

.home-calc__return {
    background-color: #ddd;
}

    .home-calc__return span {
        color: #999;
    }

    .home-calc__return:hover {
        background-color: #ccc;
    }

.home-question__item {
    border-bottom: 1px solid #ccc;
}

    .home-question__item:nth-child(n+6) {
        display: none;
    }

.home-question__item--open {
    border-bottom: 1px solid #D90D1E;
}

    .home-question__item--open .home-question__title p {
        color: #D90D1E;
    }

    .home-question__item--open .home-question__title-toggle::before {
        background-color: #D90D1E;
    }

    .home-question__item--open .home-question__title-toggle::after {
        display: none;
    }

    .home-question__item--open .home-question__content {
        display: block;
    }

.home-question__title {
    position: relative;
    padding: 24px 56px 24px 0;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 1359px) {
    .home-question__title {
        padding: 20px 36px 20px 0;
    }
}

@media (max-width: 991px) {
    .home-question__title {
        padding: 12px 36px 12px 0;
    }
}

.home-question__title p {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    line-height: 1.2;
}

@media (max-width: 1359px) {
    .home-question__title p {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .home-question__title p {
        font-size: 18px;
        line-height: 1.5;
    }
}

@media (max-width: 575px) {
    .home-question__title p {
        font-size: 16px;
        font-weight: 400;
    }
}

.home-question__title-toggle {
    position: absolute;
    top: 24px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
}

@media (max-width: 991px) {
    .home-question__title-toggle {
        top: 20px;
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 767px) {
    .home-question__title-toggle {
        top: 15px;
        width: 16px;
        height: 16px;
    }
}

.home-question__title-toggle::before,
.home-question__title-toggle::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #555;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 991px) {

    .home-question__title-toggle::before,
    .home-question__title-toggle::after {
        height: 2px;
    }
}

.home-question__title-toggle::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.home-question__title:hover {
    opacity: 0.8;
}

    .home-question__title:hover p {
        color: #EC2736;
    }

    .home-question__title:hover .home-question__title-toggle::before,
    .home-question__title:hover .home-question__title-toggle::after {
        background-color: #EC2736;
    }

.home-question__box {
    display: none;
    width: 100% !important;
}

.home-question__content {
    margin-bottom: 20px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    color: #555;
}

@media (max-width: 991px) {
    .home-question__content {
        margin-bottom: 16px;
        font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
        font-size: 16px;
    }
}

.home-question__content a[href] {
    display: inline-block;
}

.home-question__btnbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .home-question__btnbox {
        margin-top: 16px;
    }
}

.home-question__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
}

@media (max-width: 991px) {
    .home-question__more {
        font-size: 16px;
    }
}

.home-question__more::before {
    content: "展開全部內容";
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.home-question__more::after {
    content: "\e901";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home-question__more::before,
.home-question__more::after {
    color: #aaa;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.home-question__more:hover::before,
.home-question__more:hover::after {
    color: #113093;
}

.home-question--open .home-question__item:nth-child(n+6) {
    display: block;
}

.home-question--open .home-question__more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

    .home-question--open .home-question__more::before {
        content: "收合部分內容";
    }

    .home-question--open .home-question__more::after {
        content: "\e906";
    }

@media (min-width: 992px) {
    .home-service {
        padding-bottom: 100px;
    }
}

.home-service .home-oval__box {
    -webkit-transform: rotate(-157deg);
    transform: rotate(-157deg);
}

.home-service .home-oval__image {
    -webkit-transform: rotate(157deg);
    transform: rotate(157deg);
}

.home-service__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

@media (max-width: 991px) {
    .home-service__block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.home-service__left {
    width: calc(100% + 300px - 710px - 100px);
    margin-left: -300px;
}

@media (max-width: 1739px) {
    .home-service__left {
        width: calc(100% + 120px - 710px - 50px);
        margin-left: -120px;
    }
}

@media (max-width: 1359px) {
    .home-service__left {
        width: calc(100% + 120px - 568px - 50px);
        margin-left: -120px;
    }
}

@media (max-width: 1229px) {
    .home-service__left {
        width: calc(100% + 60px - 568px - 30px);
        margin-left: -60px;
    }
}

@media (max-width: 991px) {
    .home-service__left {
        width: calc(100% + 60px);
        max-width: 80%;
        margin: 0 -30px 40px;
    }
}

@media (max-width: 767px) {
    .home-service__left {
        max-width: inherit;
    }
}

.home-service__right {
    width: 710px;
}

@media (max-width: 1359px) {
    .home-service__right {
        width: 568px;
    }
}

@media (max-width: 991px) {
    .home-service__right {
        width: 100%;
    }
}

.home-service__content {
    margin-top: 30px;
}

.home-service__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.home-service__tab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 8px 12px;
    background-color: #f5f5f5;
    border-radius: 25px;
    cursor: pointer;
    -webkit-transition-property: border-radius;
    transition-property: border-radius;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

    .home-service__tab-item:nth-child(n+2) {
        margin-left: 20px;
    }

@media (max-width: 991px) {
    .home-service__tab-item:nth-child(n+2) {
        margin-left: 10px;
    }
}

@media (max-width: 375px) {
    .home-service__tab-item:nth-child(n+2) {
        margin-left: 5px;
    }
}

.home-service__tab-item span {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    color: #adadad;
}

.home-service__tab-item:hover {
    background-color: #eee;
    border-bottom-left-radius: 0;
}

.home-service__tab-item--active {
    background-color: #113093 !important;
    border-bottom-left-radius: 0;
    cursor: default;
}

    .home-service__tab-item--active span {
        color: #fff;
    }

.home-service__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px rgba(37, 11, 73, 0.1);
    box-shadow: 0 0 15px rgba(37, 11, 73, 0.1);
}

@media (max-width: 991px) {
    .home-service__item {
        padding: 16px 20px;
    }
}

.home-service__item:nth-child(n+2) {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .home-service__item:nth-child(n+2) {
        margin-top: 16px;
    }
}

.home-service__item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
}

.home-service__item-title {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #333;
}

@media (max-width: 991px) {
    .home-service__item-title {
        font-size: 18px;
    }
}

.home-service__item-text {
    margin-top: 12px;
}

@media (max-width: 991px) {
    .home-service__item-text {
        margin-top: 8px;
        font-size: 16px;
    }
}

.home-service__item-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    height: 50px;
    padding: 16px;
    background-color: #ddd;
    border-radius: 25px;
    cursor: pointer;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 1359px) {
    .home-service__item-button {
        width: auto;
        height: 32px;
        padding: 0 8px;
    }
}

@media (max-width: 991px) {
    .home-service__item-button {
        background-color: #D90D1E;
    }
}

.home-service__item-button span {
    margin-right: 4px;
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #aaa;
}

@media (max-width: 1359px) {
    .home-service__item-button span {
        display: none;
    }
}

.home-service__item-button::after {
    content: "\e91a";
    font-size: 35px;
    color: #aaa;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1359px) {
    .home-service__item-button::after {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .home-service__item-button::after {
        color: #fff;
    }
}

.home-service__item-button:active,
.home-service__item-button:hover {
    background-color: #D90D1E;
}

@media (max-width: 991px) {

    .home-service__item-button:active,
    .home-service__item-button:hover {
        opacity: 0.8;
    }
}

.home-service__item-button:active span,
.home-service__item-button:active::after,
.home-service__item-button:hover span,
.home-service__item-button:hover::after {
    color: #fff;
}

.home__insure-pc {
    position: fixed;
    top: 50%;
    right: 10px;
    width: 100px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.3));
    z-index: 2;
    -webkit-transition-property: -webkit-filter;
    transition-property: -webkit-filter;
    transition-property: filter;
    transition-property: filter, -webkit-filter;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 1359px) {
    .home__insure-pc {
        width: 80px;
    }
}

@media (max-width: 991px) {
    .home__insure-pc {
        display: none;
    }
}

.home__insure-pc:hover {
    -webkit-filter: none;
    filter: none;
}

.home__insure-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: sticky;
    bottom: 92px;
    width: calc(100% - 20px);
    max-width: 500px;
    height: 60px;
    padding: 10px;
    margin: 0 auto;
    background-color: #333;
    background: -webkit-gradient(linear, right top, left top, from(#ED7E2D), to(#E51D28));
    background: linear-gradient(to left, #ED7E2D, #E51D28);
    border-radius: 30px;
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

@media (min-width: 992px) {
    .home__insure-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .home__insure-mobile {
        height: 50px;
        border-radius: 25px;
    }
}

.home__insure-mobile span {
    font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

@media (max-width: 767px) {
    .home__insure-mobile span {
        font-size: 18px;
    }
}

.home__insure-mobile i {
    padding-left: 10px;
    font-size: 20px;
    color: #fff;
}

.home__gotop {
    position: fixed;
    bottom: 50px;
    right: 25px;
    width: 70px;
    -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.3));
    z-index: 2;
    -webkit-transition-property: -webkit-filter;
    transition-property: -webkit-filter;
    transition-property: filter;
    transition-property: filter, -webkit-filter;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 1359px) {
    .home__gotop {
        width: 50px;
    }
}

@media (max-width: 991px) {
    .home__gotop {
        display: none;
    }
}

.home__gotop:hover {
    -webkit-filter: none;
    filter: none;
}

.home-notification {
    margin-bottom: 30px;
    padding: 20px 10px;
    background-color: #ffffe1;
    border: 2px solid #ecc63f;
}

.home-notification__main {
    padding: 15px 20px;
    background-color: #fef9cf;
    border-radius: 5px;
}

.home-notification__title {
    position: relative;
    padding-left: 30px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #f29700;
    line-height: 1;
}

    .home-notification__title::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 22px;
        height: 22px;
        background-image: url(./../images/home/home-icon-bell.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }

.home-notification__content {
    position: relative;
    margin-top: 12px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 15px;
    color: #333;
    list-style: none;
    counter-reset: num;
}

    .home-notification__content li {
        position: relative;
        padding-left: 16px;
    }

        .home-notification__content li::before {
            content: counter(num) ".";
            counter-increment: num;
            position: absolute;
            left: 0;
            display: block;
            font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
            font-size: 15px;
            color: #333;
        }

    .home-notification__content a {
        display: inline-block;
        padding-left: 4px;
        color: #4e9bc9;
    }

        .home-notification__content a:hover {
            opacity: 0.8;
        }

.home-notification__close {
    margin: 20px auto 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 40px;
    background-color: #fff;
    border-radius: 25px;
    border: 2px solid #ecc63f;
    overflow: hidden;
    z-index: 2;
}

@media (max-width: 991px) {
    .home-notification__close {
        margin-top: 10px;
        width: 80px;
        height: 40px;
        border-radius: 20px;
    }
}

.home-notification__close span {
    font-size: 17px;
    line-height: 1.4;
    color: #f29700;
}

.home-notification__close:hover {
    color: #fff;
    background-color: #f29700;
    border-color: #f29700;
}

    .home-notification__close:hover span {
        color: #fff;
    }

.ContainerCreditCard {
    justify-content: center;
    border-radius: 10px 10px 10px 10px;
    margin: 0 auto;
    border: 1px solid;
}

.ContainerCard {
    display: flex;
    flex-direction: row;
}

.ContainerCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Scrollbar {
    position: relative;
    border: 1px solid #ced4da;
    height: 300px;
    margin: 4px;
    overflow: auto;
    border-radius: 0px 0px 0px 0px;
}

.CreditCardLabel {
    color: #4e5f87;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5;
    width: 100%;
    font-family: inherit;
}

.bold {
    font-weight: bold;
}

input.fixWidth {
    width: 24%;
    display: inline-block;
}

/* 自製按鈕*/
.btn-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    height: 60px;
    font-size: 18px;
    color: #fff !important;
    background-color: #EC2736;
    border: 2px solid #FF8181;
    border-radius: 15px;
    -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/* 自製 上一步按鈕*/
.btn-leave {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    height: 60px;
    font-size: 18px;
    color: #B1BDC9 !important;
    border: 2px solid #777;
    border-radius: 15px;
    -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.assure-note {
    font-size: 15px; /* 設定字體大小 */
    color: #EC3636; /* 設定文字顏色 */
    margin-top: 10px; /*保持間距 */
}

/* 捲軸 按鈕字體*/
.text-dark {
    color: #777;
    font-weight: bold;
}

.text-white {
    color: white;
    font-weight: bold;
}
/* 捲軸 按鈕字體 END*/

.sys-range {
    display: flex;
    align-items: center; /* 垂直居中 */
    gap: 8px; /* 控制下拉選單和「至」之間的間距 */
}

.sys-range__separator {
    white-space: nowrap; /* 確保「至」不換行 */
    font-weight: bold; /* 可選：讓文字更突出 */
}

.form-control:disabled, .form-control[readonly] {
    color: #777 !important;
}

/* 人像向量圖*/
.customer-avatar {
    width: 40px;
    height: 40px;
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%203c1.66%200%203%201.34%203%203s-1.34%203-3%203-3-1.34-3-3%201.34-3%203-3zm0%2014.2c-2.5%200-4.71-1.28-6-3.22.03-1.99%204-3.88%206-3.88s5.97%201.89%206%203.88c-1.29%201.94-3.5%203.22-6%203.22z%22%20fill%3D%22%236c7aff%22%2F%3E%0A%3C%2Fsvg%3E'); /* 替換為你的 SVG Data URI */
    background-size: contain;
    background-repeat: no-repeat;
}

/* 垃圾桶向量圖*/
.delete-button {
    width: 32px;
    height: 900px;
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16%209V19H8V9H16ZM14.5%203H9.5L8.5%204H5V6H19V4H15.5L14.5%203ZM18%207H6V19C6%2020.1%206.9%2021%208%2021H16C17.1%2021%2018%2020.1%2018%2019V7Z%22%20fill%3D%22%23dc3545%22%2F%3E%0A%3C%2Fsvg%3E'); /* 替換為你的 SVG Data URI */
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}

.standalone-delete-icon {
    display: block;
    width: 36px;
    height: 36px;
    margin: 20px;
    border-radius: 50%;
    background-color: #dc3545;
    position: relative;
    cursor: pointer;
}

.validation-message {
    font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 15px;
    color: #EC3636;
/*    margin-left: 5px;*/
    margin-top: 10px;
    margin-left: 12px;
}

@media (max-width: 991px) {
    .validation-message {
        font-size: 13px;
    }
}

.PCDisplay {
    display: flex; /* 使用 flex 布局 */
    /* justify-content: space-between;
    align-items: center;
    gap: 8px;*/
}

.mobileDisplay {
    display: none;
}

@media (max-width: 768px) {
    .PCDisplay {
        display: none;
    }

    .mobileDisplay {
        display: block;
        /* justify-content: space-between;
        align-items: center;
        gap: 8px;
        margin-right: 10px;*/
    }
}

.PC {
    display: contents;
}

.Mobile {
    display: none;
}

@media (max-width: 768px) {
    .PC {
        display: none;
    }

    .Mobile {
        display: contents;
    }
}

.flight-delete {
    color: #0d6efd;
    background-color: #b0c4de;
    font-weight: 900;
}

.trash-icon {
    cursor: pointer;
    color: #E36255;
    transition: color 0.2s;
    margin-left: auto;
}

    .trash-icon:hover {
        color: #e00;
    }

.user-icon {
    color: #888;
    display: flex;
    justify-content: left;
}

.BirthSelectElement-border {
    box-shadow: 0 0 5px #007bff;
}

.Address-border {
   box-shadow: 0 0 5px #007bff;
}

.BeneficiaryRelation-border {
    box-shadow: 0 0 5px #007bff;
}

/* 隱藏 Chrome 和 Edge 的眼睛圖示 */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear,
input[type="password"]::-webkit-textfield-decoration-container {
    display: none;
}

.body-notice {
    font-size:16px;
}

@media (max-width: 768px) {
    .body-notice {
        font-size: 12px;
    }    
}
