﻿@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*reset css end*/
body {
    font-family: 微軟正黑體;
    padding-top: 75px !important;
}

.body_spec {
    padding-top: 135px !important;
}

@media(max-width:1200px) {
    body, .body_spec {
        padding-top: 0px !important;
    }
}

input:focus {
    outline: none;
}

a {
    text-decoration: none;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    background-color: transparent;
    border: none;
}

#demo4 {
    font-size: 1em;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 998;
    border-bottom: solid 2px #e8e8e8;
    background-color: #fff;
}

.navbar {
    padding: 0 20px;
    font-size: 1em;
    border-bottom: solid 2px #e8e8e8;
    background-color: #fff;
}

.navbar-light .navbar-brand {
    padding: 0;
}

    .navbar-light .navbar-brand img {
        width: 7.36407rem;
    }

@media(max-width:450px) {
    .navbar:before {
        display: none;
    }
}

/*xmas end*/
.navbar-light .navbar-nav .nav-link {
    color: #2d2d2d;
    padding: 28px 10px;
}

.navbar .container {
    position: relative;
}

.logo {
    position: absolute;
    left: 0;
}

.signin {
    margin-left: 10px;
}

    .signin a {
        color: #fff !important;
        outline: none;
    }

        .signin a:hover {
            color: #e01f13 !important;
        }

        .signin a:focus {
            color: #fff;
        }

.navbar-light .navbar-nav .nav-link:hover {
    color: #e01f13;
}

.navbar-light .navbar-nav > li:nth-child(5) > a.red-text {
    color: #e01f13;
}

.black-text {
    color: #2d2d2d;
}

.taian-btn {
    border-radius: 30px;
    width: 80px;
    height: 35px;
    display: block;
    text-align: center;
    margin-top: 20px;
}

    .taian-btn a {
        padding-top: 7px !important;
    }

.signin {
    background-color: #e01f13;
    margin-right: 10px;
}

    .signin a {
        color: #fff;
    }

.modal-open {
    padding-right: 0 !important;
}

.login {
    border: solid 2px #e8e8e8;
}

.signin:hover {
    background-color: #fff;
    border: solid 1px #e01f13;
    transition: ease 0.2s;
}

.navbar-bar {
    position: relative;
}

.navbar-light .navbar-nav .red-text {
    color: #e01f13;
}

.language {
    font-weight:bold;
    color: #e01f13;
    border: solid 2px #e01f13;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: 0px 5px 0px 10px;
    position: relative;
    display:flex;
    justify-content:center;
    align-items:center;
    top:19px;
}
.language a{
    color: #e01f13;
}
.language a:hover{
    text-decoration: none;
}
.search {
    position: relative;

}
    .search #navSearchBtn {
        position: absolute;
        right: 5px;
        top: 23px;
        display:none;
    }

    .search .fa-search {
        color: #e01f13;
        border: solid 2px #e01f13;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        margin: 20px 0 0 5px;
        line-height: 30px;
        font-size: 1em;
        text-align: center;
        cursor: pointer;
    }

.bt-01 {
    display:inline;
}

.search .fa-paper-plane {
    color: #e01f13;
    position: absolute;
    border: solid 2px #e01f13;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: -10px -17px;
    line-height: 30px;
    font-size: 1em;
}

.btn-outline-success:hover {
    border: none;
    background-color: transparent;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: none;
}

.form-inline .input-key {
    margin-right: 0px !important;
    padding-right: 35px;
    border-radius: 30px;
    height: 35px;
    margin-top: 20px;
    margin-left: 5px;
    border: solid 2px #e8e8e8;
    display:none;
    width: 180px;
}
.form-inline{
    flex-wrap:nowrap;
}
.form-inline .input-show {
    display: block;
}

.search .top-margin {
    margin-top: 0;
}

.navbar-nav .nav-show {
    display: block;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 1.2em;
}

.on-menu,
.t-product,
.t-about {
    position: relative;
}

.online-item,
.online-item-product,
.online-item-about {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-height: 85vh;
    overflow-y: auto;
}

    .online-item-product::-webkit-scrollbar-track,
    .online-item-about::-webkit-scrollbar-track,
    .online-item::-webkit-scrollbar-track {
        border-radius: 8px;
        background-color: #f5f5f5;
    }

    .online-item-product::-webkit-scrollbar,
    .online-item-about::-webkit-scrollbar,
    .online-item::-webkit-scrollbar {
        width: 8px;
        background-color: #f5f5f5;
    }

    .online-item-product::-webkit-scrollbar-thumb,
    .online-item-about::-webkit-scrollbar-thumb,
    .online-item::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-color: #BFBFBF;
    }

/* BUGFIX: (TAIANOW-1547) 修正滑鼠離開瀏覽器時menu會卡住無法收回問題。 */
.t-product:hover .online-item-arrow-up,
.on-menu:hover .online-item-arrow-up,
.on-menu:hover .online-item,
.t-product:hover .online-item-product,
.t-about:hover .online-item-about,
.t-about:hover .online-item-arrow-up {
    display: block;
}

.on-menu .online-item {
    display: none;
}

    .online-item-arrow-up {
        position: absolute;
        content: "";
        top: 58.5px;
        right: 50%;
        transform: translateX(50%);
        transition: ease .5s;
        border: 10px solid transparent;
        border-bottom-color: #e0e0e0;
        display: none;
    }

    .online-item-arrow-up::after {
        position: absolute;
        content: "";
        top: -7px;
        right: -9.5px;
        border: 9px solid transparent;
        border-bottom-color: #ffffff;
    }

.online-item {
    position: absolute;
    width: auto;
    min-width: 268px;
    padding: 0px;
    left: -50%;
    transform: translateX(-5px);
    top: 77px;
    z-index: 2;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.online-item-product {
    position: absolute;
    width: auto;
    padding: 0px;
    left: -50%;
    transform: translateX(25px);
    top: 77px;
    z-index: 3;
    background-color: #fff;
    text-align: justify;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    display: none;
}

.online-item li a {
    font-size: 1.2em;
}

.online-item-about {
    position: absolute;
    width: auto;
    padding: 0px;
    left: -50%;
    transform: translateX(36.5px);
    top: 77px;
    z-index: 3;
    background-color: #fff;
    text-align: justify;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    display: none;
}

.online-item {
    width: 100%;
    text-align: justify;
}

    .online-item.m-hidden {
        display: none;
    }

    .online-style li:hover,
    .online-item li:hover {
        background: #ff9e9e;
    }

        .online-item li:hover a,
        .online-style li:hover a,
        .online-style li:hover .link {
            color: #ffffff;
        }

    .online-item li,
    .online-style li {
        display: flex;
        padding: 10px 30px;
        width: 100%;
        transition: ease .5s;
    }

        .online-item li a,
        .online-style li a,
        .online-style li .link {
            text-decoration: none;
            color: #2d2d2d;
            font-weight: 700;
            line-height: 40px;
            white-space: nowrap;
            cursor: pointer;
        }

        .online-item li span {
            background-repeat: no-repeat;
            background-position: left;
            background-size: contain;
            width: 35px;
            height: 35px;
            float: left;
            margin-right: 3px;
        }

.online-01 {
    background-image: url(/assets/images/001.png);
}

.online-02 {
    background-image: url(/assets/images/002.png);
}

.online-02-2 {
    background-image: url(/assets/images/002-2.png);
}

.online-03 {
    background-image: url(/assets/images/003.png);
}

.online-04 {
    background-image: url(/assets/images/004.png);
}

.online-05 {
    background-image: url(/assets/images/005.png);
}

.online-06 {
    background-image: url(/assets/images/006.png);
}

.online-07 {
    background-image: url(/assets/images/007.png);
}

.online-08 {
    background-image: url(/assets/images/008.png);
}

.online-09 {
    background-image: url(/assets/images/009.png);
}

.online-10 {
    background-image: url(/assets/images/010.png);
}
.online-11 {
    background-image: url(/assets/images/011.png);
}

.list-01:hover .online-01 {
    background-image: url(/assets/images/001.gif);
}

.list-02-2:hover .online-02-2 {
    background-image: url(/assets/images/002-2.gif);
}

.list-02:hover .online-02 {
    background-image: url(/assets/images/002.gif);
}

.list-03:hover .online-03 {
    background-image: url(/assets/images/003.gif);
}

.list-04:hover .online-04 {
    background-image: url(/assets/images/004.gif);
}

.list-05:hover .online-05 {
    background-image: url(/assets/images/005.gif);
}

.list-06:hover .online-06 {
    background-image: url(/assets/images/006.gif);
}

.list-07:hover .online-07 {
    background-image: url(/assets/images/007.gif);
}

.list-08:hover .online-08 {
    background-image: url(/assets/images/008.gif);
}

.list-09:hover .online-09 {
    background-image: url(/assets/images/009.gif);
}

.list-10:hover .online-10 {
    background-image: url(/assets/images/010.gif);
}
.list-11:hover .online-11 {
    background-image: url(/assets/images/011.gif);
}

/*popup*/
.modal-header {
    border: none;
    padding: 0px;
    position: relative;
}

    .modal-header .close {
        position: absolute;
        right: 0px;
        top: -40px;
        color: #ffffff;
        text-shadow: none;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: solid 2px #ffffff;
        padding: 0 0 5px 0;
        margin: 0;
        opacity: 1;
        outline: none;
    }

.modal-title-btn {
    width: 100%;
    height: 60px;
}

    .modal-title-btn div {
        width: 50%;
        height: 100%;
        background: #e8e8e8;
        font-size: 18px;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

        .modal-title-btn div.active {
            background: #e01f13;
            color: #ffffff;
        }

        .modal-title-btn div:nth-child(1) {
            border-radius: 20px 0px 0px 0px;
        }

        .modal-title-btn div:nth-child(2) {
            border-radius: 0px 20px 0px 0px;
        }

.modal-content {
    text-align: center;
    border-radius: 20px;
    width: 90%;
    margin: auto;
}

.modal-title {
    margin: 0 auto;
    color: #2d2d2d;
    font-size: 1.3em;
}

    .modal-title i {
        color: #2d2d2d;
    }

.modal-content .modal-body_input_style {
    border-radius: 30px;
    padding: 15px 20px;
    border: solid 2px #e8e8e8;
    margin: 5px auto;
    width: 100%;
    font-size: 18px;
}

.modal-content .modal-body_button_style {
    background: #ffffff;
    color: #e01f13;
    text-decoration: underline;
    border: 0px;
}

.modal-body_input {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.modal-body_input_tip {
    font-size: 14px;
    color: #dc3545;
    text-align: right;
    padding-right: 10px;
}

.modal-body_login_tip {
    width: 90%;
    font-size: 16px;
    color: #dc3545;
    line-height: 24px;
    text-align: left;
    margin: 0 auto;
    margin-top: 20px;
}

    .modal-body_login_tip div {
        float: left;
    }

    .modal-body_login_tip .tip_icon {
        width: 16px;
        margin-right: 2px;
    }

    .modal-body_login_tip .tip_text {
        width: calc(100% - 18px);
    }

.modal-body_captcha_tip {
    width: 90%;
    text-align: left;
    line-height: 24px;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .modal-body_captcha_tip div {
        margin-bottom: 5px;
    }

    .modal-body_captcha_tip span {
        color: #e01f13;
        cursor: pointer;
    }

@media (max-width:420px) {

    .modal-body_input,
    .modal-body_login_tip,
    .modal-body_captcha_tip {
        width: 100%;
    }
}


.modal-content input:first-child {
    margin-top: 0;
}

.modal-body {
    padding: 20px 20px;
}

    .modal-body p {
        width: 80%;
        margin: 0 auto;
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .modal-body a {
        color: #e01f13;
    }

.modal-footer {
    border: none;
    margin-top: 40px;
    padding: 0;
    display: block;
}

.taian-sign-btn {
    width: 100%;
    border-radius: 0 0 20px 20px;
    padding: 30px 30px;
    border: none;
    box-shadow: none;
    font-size: 1.4em;
    outline: none;
    cursor: pointer;
    background-color: #e01f13;
    color: #fff;
    letter-spacing: 10px;
}

/*demo4 end*/
.cd-timeline {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: transparent;
}

.hide {
    visibility: hidden;
}

.m-show {
    visibility: hidden !important;
}

.margin-top-nav {
    margin-top: 158px;
}

    /*.margin-top-nav.to-top {
        margin-top: 72px;
    }*/

.reset-margin-nav {
    margin-top: 78px;
}

.cd-timeline h1 {
    position: absolute;
    top: 0;
    font-size: 1.8em;
    left: calc(50% - 60px);
    font-family: 微軟正黑體;
    font-weight: 700;
    color: #2d2d2d;
}

.cd-timeline__container::before {
    width: 2px;
    background-color: #ababab;
}

.cd-timeline__content {
    border: dotted 1px #ababab;
    box-shadow: none;
    border-radius: 15px;
}

    .cd-timeline__content .pink-text {
        color: #ea9691;
    }

.text--subtle,
.text-component .text--subtle {
    font-size: 1.4em;
}

.cd-timeline__content::before {
    border-right-color: hsl(0, 0%, 63%);
}

.cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
    border-left-color: hsl(0, 0%, 63%);
}

.cd-timeline__img {
    box-shadow: 0 0 0 4px var(--color-white), inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 3px 4px rgba(0, 0, 0, 0.3)
}

.cd-timeline__img--picture {
    background-color: #7ecef4;
}

.cd-timeline__img--movie {
    background-color: #ea9691;
}

.btn--subtle {
    background-color: #ea9691;
    color: #fff;
}

    .btn--subtle:hover {
        color: #fff;
        opacity: 0.9;
    }

.more-news {
    position: absolute;
    bottom: 10px;
    font-size: 1em;
    left: calc(50% - 60px);
    font-family: 微軟正黑體;
    color: #f3616f;
}

    .more-news:hover {
        color: #f3616f;
        text-decoration: none;
        bottom: 5px;
        transition: ease 0.2s;
    }

/*wow news*/
h1 {
    font-weight: 700;
    color: #2d2d2d;
    font-size: 1.8em;
    text-align: center;
}

.news {
    margin: 50px auto;
}

    .news a {
        text-decoration: none;
        color: #515151;
        line-height: 35px;
        text-align: center;
        display: block;
        background-color: #e8e8e8;
        border-radius: 15px;
        padding: 15px 25px;
        font-size: 1em;
    }

.red-item a {
    background-color: #ff8686;
    color: #fff;
}

.news-item {
    margin-top: 50px;
    position: relative;
    text-align: center;
    padding-bottom: 30px;
}

    .news-item span {
        position: absolute;
        bottom: 0;
        left: calc(50% - 52px);
        color: #e01f13;
    }

.news .more-news-btn {
    background-color: transparent;
    text-align: right;
    padding: 0;
    margin-top: 30px;
}

.cd-timeline__block {
    margin-bottom: -20px;
}

/*wow news end*/
/*footer & quickbtn css*/

.taian-footer {
    color: #4e4e4e;
    font-size: 0.8em;
    border-top: solid 2px #e8e8e8;
    padding: 40px 0;
}

.footer-menu {
    margin-bottom: 60px;
}

    .footer-menu ul {
        text-align: justify;
        width: 100%;
    }

        .footer-menu ul:after {
            content: '';
            display: inline-block;
            width: 100%;
        }

    .footer-menu li {
        display: inline-block;
        font-size: 1.6em;
    }

        .footer-menu li a {
            text-decoration: none;
            font-weight: 700;
        }

            .footer-menu li a:hover {
                color: #e01f13;
            }

.taian-footer a {
    color: #4e4e4e;
}

.taian-footer p,
.taian-footer li {
    margin-bottom: 10px;
}

.phone-number {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
}

    .phone-number p {
        margin-bottom: 0;
    }

        .phone-number p:last-child {
            font-size: 1.7em;
            font-weight: 700;
            margin-top: 2px;
        }

    .phone-number i {
        position: absolute;
        left: 0;
        font-size: 1.5em;
        width: 40px;
        height: 40px;
        border: solid #4e4e4e 2px;
        border-radius: 50%;
        text-align: center;
        line-height: 36px;
    }

.site-map-wrapper {
    width: 100%;
    text-align: justify;
}

    .site-map-wrapper:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

.site-mape {
    display: inline-block;
    vertical-align: top;
}

    .site-mape p {
        font-weight: 700;
        font-size: 1.2em;
        margin-bottom: 30px;
    }

    .site-mape a:hover {
        text-decoration: none;
        color: #e01f13;
    }

/*右方快捷鍵*/
.quick-select {
    position: fixed;
    right: 0;
    top: calc(50vh - 81px);
    z-index: 970;
}

    .quick-select a {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        margin-bottom: 4px;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    }

    .quick-select i {
        font-size: 1.8em;
        line-height: 50px;
    }

.q-btn-wrapper > li {
    position: absolute;
    right: 0;
}

.q-btn-01 {
    top: 0;
}

.q-btn-02 {
    top: 55px;
}

.q-btn-03 {
    top: 110px;
}

.q-btn-04 {
    top: 166px;
}

.quick01 {
    background-color: #7ecef4;
}

.quick02 {
    background-color: #5fd3bc;
}

.quick03 {
    background-color: #ffcaa3;
}

.quick04 {
    background-color: #aa89bd;
}

.m-line {
    background-image: url(/assets/images/quick03.png);
    width: 34px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: calc(50% - 19px);
    margin-left: calc(50% - 25px);
    display: inline-block;
}

.m-ubi {
    background-image: url(/assets/images/quick04.png);
    width: 34px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: calc(50% - 19px);
    margin-left: calc(50% - 25px);
    display: inline-block;
}

.m-btn {
    background-image: url(/assets/images/quick2-1.png);
    width: 34px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: calc(50% - 19px);
    margin-left: calc(50% - 23px);
    display: inline-block;
}

.m-btn-2 {
    background-image: url(/assets/images/quick2-2.png);
    width: 34px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: calc(50% - 19px);
    margin-left: calc(50% - 23px);
    display: inline-block;
}

.m-btn-3 {
    background-image: url(/assets/images/quick2-3.png);
    width: 34px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: calc(50% - 19px);
    margin-left: calc(50% - 23px);
    display: inline-block;
}

.m-btn-5 {
    background-image: url(/assets/images/quick2-5.png);
    width: 34px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: calc(50% - 19px);
    margin-left: calc(50% - 23px);
    display: inline-block;
}

.m-btn-4 {
    background-image: url(/assets/images/quick2-4.png);
    width: 34px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: calc(50% - 19px);
    margin-left: calc(50% - 23px);
    display: inline-block;
}

/*新增快捷按鈕*/
.q-btn-0 {
    top: -55px;
}

    .q-btn-0 a {
        background-color: #e3bcfb;
    }

.t-btn-0 {
    background-image: url(/assets/images/quick0-1.png);
    width: 34px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: calc(50% - 19px);
    margin-left: calc(50% - 23px);
}

/*20200318 end*/
.to-right {
    margin-right: 0 !important;
}

.quick-btn-sub {
    position: relative;
    width: 245px;
    margin-right: -197px;
}

    .quick-btn-sub li {
        display: inline-block;
        margin: auto -1px;
    }

    /*新增收回去快捷鍵for手機*/
    .quick-btn-sub .quick-collapse {
        display: none;
    }

.m-btn-0 {
    background-image: url(/assets/images/quick2-0.png);
    width: 50px;
    height: 46px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center 5px;
    margin-top: 0;
    margin-left: 0;
    display: inline-block;
}

.quick-select .quick02-0 {
    background-color: #8eefdc;
    margin-right: -4px;
    margin-bottom: -4px;
    border-radius: 5px;
}

/*新增收回去快捷鍵for手機 991以下裝置，904行還有*/
.quick-select .quick02-1 {
    background-color: #46bda5;
    border-radius: 0;
    margin-right: -4px;
    margin-left: -4px;
}

.quick-select .quick02-2 {
    background-color: #2b9f88;
    border-radius: 0;
    margin-right: -4px;
}

.quick-select .quick02-3 {
    background-color: #1e8b75;
    border-radius: 0;
    margin-right: -4px;
}

.quick-select .quick02-4 {
    background-color: #187b67;
    border-radius: 0;
}

    .quick-select .quick02-1:hover,
    .quick-select .quick02-2:hover,
    .quick-select .quick02-3:hover,
    .quick-select .quick02-4:hover {
        transform: translateX(0);
        opacity: 0.8;
    }

.light-pink i {
    color: #ffa3a3;
}

.btn-outline-success {
    color: transparent;
    border-color: transparent;
}

.light-pink {
    display: none;
}

.m-more-icon,
.m-log-sign {
    display: none;
}

.side-btn {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin-bottom: 4px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    padding-top: 8px;
    cursor: pointer;
}

    .side-btn a {
        color: #fff;
    }

.sb-04-wrapper {
    width: 220px;
    position: fixed;
    right: 41px;
    top: calc(50vh + 19px);
    box-shadow: none;
    display: none;
}

    .sb-04-wrapper.show-side-btn {
        display: block;
    }

.sb-01 {
    background-color: #e3bcfb;
}

.sb-02 {
    background-color: #7ecef4;
}

.sb-03 {
    background-color: #5fd3bc;
}

.sb-05 {
    background-color: #ffcaa3;
}

.sb-06 {
    background-color: #aa89bd;
}

.sb-04-wrapper .side-btn {
    display: inline-block;
    margin: 0 -5px 0 0;
    border-radius: 0;
}

    .sb-04-wrapper .side-btn.sb-04-0 {
        display: none;
    }

    .sb-04-wrapper .side-btn.sb-04-1 {
        background-color: #1e8b74;
        border-radius: 5px 0 0 5px;
    }

.sb-04-2 {
    background-color: #2b9f88;
}

.sb-04-3 {
    background-color: #55b2a0;
}

.sb-04-4 {
    background-color: #46bda7;
}

.side-btn .btn-image {
    display: block;
    width: 35px;
    height: 35px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}

.sb-01 .btn-image {
    background-image: url(/assets/images/quick0-1.png);
}

.sb-02 .btn-image {
    background-image: url(/assets/images/quick2.png);
}

.sb-03 .btn-image {
    background-image: url(/assets/images/quick2-1.png);
}

.sb-05 .btn-image {
    background-image: url(/assets/images/quick03.png);
}


.sb-04-0 .btn-image {
    background-image: url(/assets/images/quick2-0.png);
}

.sb-04-1 .btn-image {
    background-image: url(/assets/images/quick2-2.png);
}

.sb-04-2 .btn-image {
    background-image: url(/assets/images/quick2-3.png);
}

.sb-04-3 .btn-image {
    background-image: url(/assets/images/quick2-5.png);
}

.sb-04-4 .btn-image {
    background-image: url(/assets/images/quick2-4.png);
}

.sb-06 .btn-image {
    background-image: url(/assets/images/quick04.png);
}

.side-btn.sb-05 .btn-image {
    background-size: contain;
    height: 38px;
}

/*業務員檢測*/
p.error {
    color: rgb(247, 125, 125);
}

p.correct {
    color: rgb(75, 150, 87);
}

.name-result {
    margin-top: 10px;
}

.birth-select {
    text-align: left;
    margin: 15px 0;
}

    .birth-select p {
        padding: 0;
        width: 100%;
        margin: 0 0 5px 0;
    }

    .birth-select .form-control {
        width: 25%;
        display: inline-block;
        border-radius: 30px;
    }

    .birth-select span {
        margin: 0 1%;
    }

.modal-footer.captcha_login_step1_btn {
    margin-top: 0;
}
@media (max-width: 1480px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.1em;
    }
    .taian-btn {
        width: 60px;
    }
    .form-inline .input-key {
        width: 160px;
    }
}
/*laptop*/
@media (max-width: 1366px) {
    .online-item {
        transform: translateX(-22px);
    }

        .online-item li {
            margin: 0;
        }

            .online-item li a {
                font-size: 1.2em;
            }

    .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
        padding: 28px 5px;
    }

    .online-item-product {
        transform: translateX(-9px);
    }

    .online-item-about {
        transform: translateX(1.5px);
    }
}

/*laptop end*/


/*ipad*/
@media (width:1024px) and (height:1366px) {
    .online-item {
        top: 76px;
    }

        .online-item li {
            margin: 0;
        }
}

@media (max-width:1174px) {
    .online-item li {
        margin: 0;
    }
}

@media (max-width:1200px) {
    .online-item,
    .t-product .online-item-product,
    .t-about .online-item-about {
        max-height: inherit;
        overflow: inherit;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .navbar .navbar-toggler {
        display: block;
    }

    #demo4 {
        position: static;
    }

    .margin-top-nav {
        margin-top: 0;
    }

    .navbar {
        padding: 20px;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .online-item {
        transform: translateX(0px);
        position: static;
        box-shadow: none;
        padding: 0;
    }

        .online-item li,
        .online-item-product li,
        .online-item-about li {
            display: block;
            text-align: left;
            padding-left: 20px;
        }

    .online-item-product,
    .online-item-about {
        transform: translateX(0px);
        position: static;
        box-shadow: none;
        padding: 0;
        display: block;
    }

        .online-item-product.m-hidden,
        .online-item-about.m-hidden,
        .t-product:hover .online-item-product.m-hidden,
        .t-about:hover .online-item-about.m-hidden {
            display: none;
        }

    /*因應手機menu開合新增css*/
    .quick-btn-sub .quick-collapse {
        display: inline-block;
    }

    .quick-btn-sub {
        width: 293px;
        margin-right: -244px;
    }

        .quick-btn-sub.to-collapse {
            margin-right: 0;
        }

    .quick-select .quick02 {
        border-radius: 0;
    }

    .quick-select a {
        margin-bottom: -9px;
    }

    /*因應手機menu開合新增css end*/
    .on-menu {
        position: relative;
    }

        .on-menu .nav-link.red-text {
            font-weight: 500;
        }

        .on-menu i {
            display: none;
        }

    .t-product i {
        display: none;
    }

    .t-product:hover .online-item-arrow-up {
        display: none;
    }
    .on-menu:hover .online-item-arrow-up {
        display: none;
    }
    .t-about:hover .online-item-arrow-up {
        display: none;
    }
    .t-about i {
        display: none;
    }

    .m-more-icon {
        position: absolute;
        right: 0;
        top: 10px;
        display: block;
        height: 44px;
        width: 70px;
        text-align: center;
        line-height: 44px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #2d2d2d;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 20px 1rem 0;
    }

    .t-product,
    .t-about {
        position: relative;
    }

    .online-item,
    .online-item-product,
    .online-item-about {
        margin-top: 25px;
    }

    .navbar-nav .m-hidden {
        display: none;
    }

    .navbar-collapse .navbar-nav {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        width: 100%;
    }

    .signin,
    .login {
        display: none;
    }

    .m-log-sign {
        width: calc(100% - 225px);
        text-align: right;
        display: block;
    }

        .m-log-sign li {
            display: inline-block;
            width: 80px;
            font-size: 1em;
            margin: 0;
            margin-right: 1px;
            height: 35px;
        }

            .m-log-sign li a {
                padding: 0.5rem 0;
            }

        .m-log-sign .login {
            border: none;
            background-color: #e8e8e8;
        }

            .m-log-sign .login a {
                color: #e01f13;
            }

        .m-log-sign .light-pink {
            display: none;
            width: auto;
            min-width: 80px;
        }

            .m-log-sign .light-pink a {
                color: #ea9691;
            }

        .m-log-sign .dropdown a {
            padding: 0.5rem 1.5rem;
            margin-bottom: 5px;
        }



    .taian-btn a {
        padding-top: 9px !important;
    }

    .search .fa-search {
        margin-left: 0px;
        margin-top:0px;
        position:relative;
        top:0px;
    }

    .search{
        width:calc(100% - 110px);
        left:60px;
        top:-16px;
    }
    .bt-01{display:inline;}
    .form-inline{
        flex-wrap: nowrap;
    }
    .search #navSearchBtn {
        width: 35px;
        height: 35px;
        position: absolute;
        right: 0px;
        top: 0px;
        padding:0px;
        margin:0px !important;
    }
    .search .fa-paper-plane {
        color: #e01f13;
        position: relative;
        border: solid 2px #e01f13;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        margin: 0px 0px;
        line-height: 30px;
        font-size: 1em;
    }
    .form-inline .input-key {
        margin-right: -35px !important;
        padding-right: 35px;
        border-radius: 30px;
        height: 35px;
        margin-top: 0px;
        margin-left: 5px;
        border: solid 2px #e8e8e8;
        display: none;
        width:calc(100% - 38px);
    }
    .online-item-product::after,
    .online-item-about::after,
    .online-item::after,
    .online-item-product li:first-child::before,
    .online-item-about li:first-child::before,
    .online-item li:first-child:before {
        border-bottom-color: transparent;
    }
}
@media (max-width: 1360px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 1em;
    }
}
@media (max-width:991px) {
    .cd-timeline__container::before {
        top: 20px;
    }

    .cd-timeline__block {
        margin-bottom: 20px;
    }

    .container--lg {
        max-width: 80% !important;
    }

    .cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
        border-left-color: transparent;
    }
    .search .fa-search {
       
    }
    .form-inline{
        margin: 0px !important;
    }
    .more-news {
        position: absolute;
        bottom: 0;
        font-size: 1.2em;
        left: 11%;
        font-family: 微軟正黑體;
        color: #f3616f;
    }

    .cd-timeline {
        padding: 55px 0;
    }

    .taian-footer {
        padding: 40px;
    }

    .footer-menu li {
        font-size: 1.5em;
    }

    .footer-menu {
        margin-bottom: 20px;
    }

    .taian-footer .info p {
        width: 49%;
        display: inline-block;
    }

    .site-map-wrapper {
        margin-top: 25px;
    }

    .site-mape > p {
        margin-bottom: 20px;
        font-weight: 700;
    }
}


@media screen and (max-width: 991px) {

    .sb-03 {
        display: none;
    }

    .sb-04-wrapper {
        display: block;
    }

        .sb-04-wrapper .side-btn.sb-04-0 {
            display: inline-block;
            border-radius: 5px 0 0 5px;
            background-color: #5fd3bc;
        }

    .sb-04-wrapper {
        width: 291px;
        right: -217px;
    }

        .sb-04-wrapper .side-btn.sb-04-1 {
            border-radius: 0;
        }

    .sb-05 {
        margin-top: 60px;
    }

    .sb-04-wrapper.collapse-all {
        right: 30px;
    }

    .sb-03.mobile-show {
        display: block;
        border-radius: 0;
    }

    .sb-04-4 {
        box-shadow: none;
    }

    .sb-05.mobile-top {
        margin-top: 5px;
    }
}

@media screen and (max-width:480px) {
    .m-log-sign {
        width: calc(100% - 175px);
    }
}

/*因應手機menu開合新增css end*/
@media screen and (max-width: 768px) {
    select {
        -webkit-appearance: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .signin {
        margin-left: 0;
    }

    .birth-select .form-control {
        width: 24%;
    }

    .birth-select span {
        margin: 0;
    }
}

/*ipad end*/
/*smart phone css*/
@media screen and (max-width: 480px) {

    /*手機輪播*/
    .carousel-inner {
        min-height: 400px;
    }

    .carousel-item {
        height: 100%;
    }

    /*手機輪播end*/
    .navbar {
        padding: 10px 15px;
    }

    .navbar-light .navbar-brand {
        margin-top: 3px;
    }

        .navbar-light .navbar-brand img {
            height: 30px;
            width: auto;
        }

    .navbar-toggler-icon {
        width: 20px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 1.4em;
        font-weight: 700;
    }

    .navbar-toggler {
        padding: 0.15rem 0.65rem;
    }

    .cd-timeline h1 {
        font-size: 1.6em;
        left: calc(50% - 50px);
    }

    .cd-timeline {
        margin-top: 30px;
        padding: 35px 0 55px;
    }

    .taian-footer {
        padding: 20px 15px;
    }

        .taian-footer .container {
            width: 90%;
            margin-left: 0;
        }

        .taian-footer li {
            margin-bottom: 20px;
        }

        .taian-footer .site-mape a {
            font-size: 1.1em;
        }

        .taian-footer .info p {
            width: 100%;
        }

    .site-mape {
        display: block;
        margin-bottom: 30px;
    }

        .site-mape > p {
            margin-bottom: 10px;
            font-size: 1.5em;
        }
}

.mobile-carousell {
    display: none;
}

@media screen and (max-width: 480px) {
    .desktop-carousell {
        display: none;
    }

    .mobile-carousell {
        display: block;
    }

    .btn--subtle {
        background-color: #ea9691;
        color: #fff;
        font-size: 1.2em;
    }

    .text--subtle,
    .text-component .text--subtle {
        font-size: 1.4em;
        margin: 20px 0;
    }

    .cd-timeline__content .pink-text {
        font-size: 1.2em;
    }
}

/*各險種PayWay 投保須知勾勾*/
.step4 .nav-tabs li i {
    font-size: 30px;
    color: #bfbfbf;
    margin-right: 5px;
    position: relative;
    top: 4px;
}


.step4 .nav-tabs li a i.checked {
    color: #e88987;
}

/*最新公告pup*/
.pup_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1040;
}

.index_pup .pup_window {
    width: 640px;
    background-color: #ffffff;
    border-radius: 32px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -320px;
}

.index_pup .pup_window_container {
    max-height: calc(98vh - 50px);
    position: relative;
    padding-bottom: 100px;
}

.index_pup .pup_window_title {
    width: 100%;
    height: 50px;
    background: #73afdd;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    border-radius: 30px 30px 0px 0px;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_pup .pup_window_main {
    min-height: 160px;
    /* ISSUE: #TAIANOW-2358 修正手機版有toolbar彈窗高度過高點擊不到確定按鈕問題。 */
    max-height: calc(98dvh - 180px);
    overflow: auto;
    padding: 30px 30px 0px 30px;
}

    .index_pup .pup_window_main::-webkit-scrollbar {
        width: 10px;
        background-color: none;
    }

    .index_pup .pup_window_main::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: rgba(0, 0, 0, 0.3);
    }

.index_pup .pup_window_img {
    text-align: center;
}

    .index_pup .pup_window_img img {
        width: 150px;
    }

.index_pup .pup_window_text {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
}

.index_pup .pup_window_btn_container {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0px;
    bottom: 20px;
}

    .index_pup .pup_window_btn_container .pup_btn {
        width: 150px;
        font-size: 18px;
        margin: 0 10px;
        border-radius: 8px;
        padding: 12px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .index_pup .pup_window_btn_container .btn_blue_fill {
        background: #3085d6;
        color: #ffffff;
    }

    .index_pup .pup_window_btn_container .btn_blue_line {
        background: #ffffff;
        color: #3085d6;
        border: 2px solid #3085d6;
    }

@media(max-width:768px) {
    .index_pup .pup_window {
        width: 90%;
        top: 20px;
        left: 5%;
        margin-left: 0px;
    }

    .index_pup .pup_window_title {
        font-size: 26px;
    }

    .index_pup .pup_window_img img {
        width: 120px;
    }
}

@media(max-width:540px) {
    .index_pup .pup_window_title {
        font-size: 24px;
    }

    .index_pup .pup_window_btn_container .pup_btn {
        width: calc(50% - 20px);
    }
}
/*最新公告pup end*/

/*右側快捷功能 新 2024*/
.quick_select_container {
    width: 60px;
    height: auto;
    border-radius: 10px 0px 0px 10px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    overflow: hidden;
    z-index: 998;
}

.quick_select_btn_list {
    overflow: hidden;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 500ms ease-in-out;
}

    .quick_select_btn_list > div {
        overflow: hidden;
    }

    .quick_select_btn_list.open {
        grid-template-rows: 1fr;
    }

.quick_select_btn .open_item,
.quick_select_btn.is-open .close_item {
    display: block;
}

.quick_select_btn.is-open .open_item,
.quick_select_btn .close_item {
    display: none;
}

.quick_select_btn {
    padding: 12px 0px;
}

    .quick_select_btn, .quick_select_btn:hover {
        width: 100%;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        background-color: #C70026;
        border-bottom: 1px solid #D84C67;
        cursor: pointer;
        display: block;
        text-decoration: none;
    }

        .quick_select_btn:hover .quick_select_icon {
            animation-duration: 1s;
            animation-iteration-count: infinite;
            transform-origin: bottom;
            animation-name: bounce;
            animation-timing-function: ease;
        }

    .quick_select_btn.none_border_line {
        border-bottom: 0px solid #D84C67;
    }

.quick_select_icon {
    margin-bottom: 3px;
}

    .quick_select_icon img {
        width: 30px;
    }

.quick_select_name {
    line-height: 1.3;
}

@media(max-width:540px) {
    .quick_select_container {
        width: 44px;
    }

    .quick_select_btn {
        font-size: 14px;
    }

    .quick_select_icon img {
        width: 30px;
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px) scale(1.1);
    }

    100% {
        transform: translateY(0);
    }
}
/*右側快捷功能 新 2024 end*/


/*信用卡隱碼 start*/
.ins_credit_card_select {
    position: relative;
}

.ins_credit_card_select.w25 {
    width: calc(25% - 5px);
    margin-right: 5px;
}

.credit_card_input.w100 {
    width: 100%;
}

.credit_card_select_mask {
    position: absolute;
    pointer-events: none;
    height: calc(100% - 10px);
    width: calc(100% - 50px);
    display: flex;
    align-items: center;
    font-size: 7px;
    letter-spacing: 1.5px;
    background-color: #ffffff;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 20px;
    border-radius: 100%;
}


@media (max-width:768px) {
    .credit_card_select_mask {
        padding-left: 15px;
    }
}

@media (max-width:540px) {
    .ins_credit_card_select.w25 {
        width: calc(100% - 30px);
        margin-bottom: 10px;
    }
}
/*信用卡隱碼 end*/