* {
    font-family: "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    /* overflow-x: hidden; */
    overflow-x: hidden !important;
    font-family: "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
}

a {
    text-decoration: none;
}

/* 
*::selection {
    background: #00A8B1;
    color: #fff;
}

*::-moz-selection {
    background: #00A8B1;
    color: #fff;
}
 */

/*  */
nav .brand {
    display: block;
    position: relative;
    width: 155px;
    top: 20px;
}

nav {
    border-bottom: solid 1px #efefef;
    min-height: 110px;
    background: #fff;
}

.core-nav .wrap-core-nav-list .core-nav-list {
    display: inline-block;
    margin: 0 0 -5px 0;
    padding: 0;
    list-style: none;
    margin: 40px 0 0;
}

nav .menu li a {
    display: block;
    padding: 20px 15px;
    text-decoration: none;
    color: #BB8305;
    font-size: 16px;
}

nav .menu li.active>a,
nav .menu li a:hover {
    color: #BB8305;
}

.kv {
    padding: 112px 0 0;
}

.kv img {
    width: 100%;
}

.kv_line {
    width: 100%;
    height: 40px;
    background-image: url(../img/kv_line.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.invoice-row-top {
    padding: 40px 0 0;
}

.invoice-min-title {
    font-size: 23px;
    font-weight: bold;
    color: #0260B9;
    padding: 4px 0 0 45px;
    position: relative;
    margin: 0 0 15px;
}

.invoice-min-title-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.invoice-text {
    padding: 0px 0 0 45px;
    font-size: 18px;
    color: #404040;
    margin: 0 0 15px;
    line-height: 2;
}

.invoice-img {
    width: 100%;
}

.invoice-img img {
    max-width: 100%;
}

.invoice-ul {
    list-style: auto;
    padding: 0 0 0 20px;
    margin: 0;
}

.invoice-ul li {}

.invoice-ol {

    padding: 0 0 0 20px;
    margin: 0;
}

.invoice-ol li {
    position: relative;
}

.invoice-text p {
    margin: 0;

}

.invoice-ol li::before {
    content: "●";
    font-size: 15px;
    color: #404040;
    position: absolute;
    left: -1%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.invoice-btn {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 35px 0;
}

.invoice-btn h2 {
    display: inline-block;
    /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#006ab7+0,006ab7+22,008ed8+50,004da0+77,004da0+100 */
    background: linear-gradient(to right, #006ab7 0%, #006ab7 22%, #008ed8 50%, #004da0 77%, #004da0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 5px 30px;
    color: #fff;
    font-size: 30px;
    border-radius: 15px;
    font-weight: bold;
    position: relative;
    z-index: 1;

}

.invoice-btn::after {
    content: " ";
    width: 100%;
    /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#006ab7+0,006ab7+22,008ed8+50,004da0+77,004da0+100 */
    background: linear-gradient(to right, #006ab7 0%, #006ab7 22%, #008ed8 50%, #004da0 77%, #004da0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

.invoice-form {
    padding: 45px;
    border: #5387BF 3px solid;
    border-radius: 50px;
    width: 100%;
    background-color: #fff;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    margin: 0 0 45px;
}

.invoice-form-b {
    background-color: #024D9F;
    color: #fff;
    font-size: 23px;
    border-radius: 15px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 25px;
    position: relative;
    vertical-align: middle;
}

.invoice-form-b::after {
    content: " ";
    width: 100%;
    height: 100%;
    border: #024D9F 1px solid;
    bottom: -5px;
    position: absolute;
    right: -5px;
    border-radius: 15px;
}

.invoice-line {
    display: inline-block;
    vertical-align: sub;
    margin: 0px 5px 0px 36px;
    width: 200px;
}

.invoice-line img {
    width: 100%;
}

.invoice-form-row {
    margin: 0px 0 45px;
}

.invoice-form-group .col-form-label {
    color: #014D9E;
    font-size: 23px;
    font-weight: bold;
}

.form-input {
    /* height: 58px; */
    border: #707070 1px solid;
}

.invoice-check-text {
    font-size: 18px;
}

.form-btn {
    width: 100%;
    text-align: center;
    margin: 35px 0;
}

.form-btn a {
    display: inline-block;

    background: #D5A127;

    padding: 5px 30px;
    color: #fff;
    font-size: 25px;
    border-radius: 15px;
    font-weight: bold;
    position: relative;
}

.invoice-row-bg {
    /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#ffffff+0,c1e7f6+22,b3dbeb+100&0+0,0.81+22,1+100 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(193, 231, 246, 0.81) 22%, rgba(179, 219, 235, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.invoice-row-bg_2 {
    width: 100%;
    background-image: url(../img/invoice-row-bg_2.png), url(../img/invoice-row-bg_3.png);
    background-repeat: no-repeat;
    background-position: top center, bottom center;
}

.invoice-row-bottom {
    margin-top: 80px;
    width: 100%;
    background-image: url(../img/invoice-row-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    text-align: center;
}

.nvoice-row-bottom-img {
    display: inline-block;
}

.nvoice-row-bottom-img img {
    max-width: 100%;
}

.footer_bottom {
    color: #fff;
    padding: 20px 0 15px;
}

.footer_bottom a {
    color: #fff;
}

.footer_bottom .tel {
    font-size: 25px;

}

.footer {
    position: relative;
    min-height: inherit;
    background-color: #004796;
    background-image: inherit;
    background-position: inherit;
    background-repeat: inherit;

    text-align: center;
}

.footer_bottom .tel_table {
    width: 100%;
    margin: 0 0 10px;
}

.copyright {
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
    line-height: 20px;
}

.footer .footer_logo {
    padding: 40px 0 0;
}

.invoice-fix {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}

.invoice-fix-row {
    padding: 45px;
    border: #F66365 3px solid;
    border-radius: 50px;
    max-width: 1070px;
    background-color: #fff;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
    margin: 0 0 45px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.invoice-fix-title {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.invoice-fix-title::before {
    content: " ";
    width: 50%;
    height: 2px;
    background-color: #FF4141;
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.invoice-fix-title::after {
    content: " ";
    width: 12px;
    height: 12px;
    background-color: #FF4141;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.invoice-fix-title p {
    display: inline-block;
    font-size: 24px;
    color: #F23B52;
    font-weight: bold;
    padding: 5px 15px;
    background-color: #FFE1E0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.fix-text {
    color: #404040;
    font-size: 18px;
    line-height: 1.8;
}

.close-img {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.check-a {
    color: #014D9E;
    text-decoration: underline;
    cursor: pointer;
}

.info_row .file {
    display: block;
    padding: 5px 0;

}

.file_btn {
    display: inline-block;
    width: 100px;
    padding: 5px 0;
    color: #fff;
    background: #d5a44d;
    text-align: center;
    margin: 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.up_ok {
    color: #05b901;
}

.form-check-input {
    position: absolute;
    margin-top: 0.45rem;
    margin-left: -1.25rem;
}

.file_solid input {
    width: 200px;
}

.invoice-form-group {
    margin: 0 0 40px;
}
.file_min{
    font-size: 14px;
}
.invoice_ex{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
}
.invoice_ex_img{
    position: absolute;
    max-width: 460px;
    top: 50%;
    left:50%;
    transform: translateX(-50%)translateY(-50%);
}
.invoice_ex_img img{
    width: 100%;
}
.invoice_ex_img_x{
    background-color: #fff;
    display: block;
    width: 40px;
    /* height: 50px; */
    font-size: 21px;
    text-align: center;
    border-radius: 50px;
    padding: 6px 0;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;

}
.invoice_img_js{
     font-size: 14px;
     color: #be0909;
     cursor: pointer;
}
@media (max-width: 992px) {
    .file_solid input {
        width: 175px;
    }

    .core-nav .wrap-core-nav-list .core-nav-list {
        display: inline-block;
        margin: 0 0 -5px 0;
        padding: 0;
        list-style: none;
        margin: 0px 0 0;
        width: 100%;
    }

    nav .brand {
        display: block;
        position: relative;
        width: 90px;
        top: 13px;
    }

    nav {
        border-bottom: solid 1px #efefef;
        min-height: 60px;
        background: #fff;
    }

    .kv {
        padding: 60px 0 0;
    }

    .kv_line {
        width: 100%;
        height: 30px;
        background-image: url(../img/kv_line-m.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .invoice-row-top {
        padding: 20px 0 0;
    }

    .invoice-text {
        padding: 0;
        font-size: 16px;
        color: #404040;
        margin: 0 0 15px;
        line-height: 2;
    }

    .invoice-ol li::before {
        content: "●";
        font-size: 15px;
        color: #404040;
        position: absolute;
        left: -3%;
        top: 25%;
        transform: translate(-50%, -50%);
    }

    .invoice-fix-row {
        padding: 45px 15px;
        border: #F66365 3px solid;
        border-radius: 25px;
        max-width: initial;
        width: 95%;
        background-color: #fff;
        box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
        margin: 0 0 45px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .invoice-fix {
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.3);
        top: 0;
        left: 0;
        z-index: 9999999;
        display: none;
        padding: 0 15px;
    }

    .invoice-min-title {
        font-size: 19px;
        font-weight: bold;
        color: #0260B9;
        padding: 4px 0 0 35px;
        position: relative;
        margin: 0 0 15px;
    }

    .invoice-min-title-icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
    }

    .invoice-min-title-icon img {
        width: 100%;
    }

    .invoice-btn h2 {
        display: inline-block;
        background: linear-gradient(to right, #006ab7 0%, #006ab7 22%, #008ed8 50%, #004da0 77%, #004da0 100%);
        padding: 5px 30px;
        color: #fff;
        font-size: 24px;
        border-radius: 15px;
        font-weight: bold;
        position: relative;
        z-index: 1;
    }

    .invoice-form {
        padding: 45px 15px 20px;
        border: #5387BF 3px solid;
        border-radius: 25px;
        width: 100%;
        background-color: #fff;
        box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
        margin: 0 0 45px;
    }

    .invoice-form-b {
        background-color: #024D9F;
        color: #fff;
        font-size: 19px;
        border-radius: 15px;
        font-weight: bold;
        display: inline-block;
        padding: 5px 25px;
        position: relative;
        vertical-align: middle;
    }

    .invoice-form-group .col-form-label {
        color: #014D9E;
        font-size: 19px;
        font-weight: bold;
    }

    .invoice-form-row {
        margin: 0 0 20px;
    }

    .invoice-line {
        display: block;
        vertical-align: sub;
        margin: 25px 0 0;
        width: 200px;
    }

    .invoice-row-bottom {
        margin-top: 80px;
        width: 100%;
        background-image: url(../img/invoice-row-bottom-bg-m.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        text-align: center;
        background-size: contain;
    }

    .nvoice-row-bottom-img {
        display: inline-block;
        width: 240px;
    }

    .fix-text {
        color: #404040;
        font-size: 16px;
        line-height: 1.8;
        height: 400px;
        overflow: auto;
    }

    .invoice-row-bg_2 {
        width: 100%;
        background-image: url(../img/invoice-row-bg_3-m.png);
        background-repeat: no-repeat;
        background-position: bottom center;
    }
        .file_min {
    font-size: 14px;
    display: block;
    padding: 5px 0 0;
}
}