@charset "utf-8";

/* CSS Document */
body {
    background-image: url(/assets/images/saferide_banner_bg_lg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: right top;
}

.information-image {
    min-height: 400px;
    width: 75%;
    margin: 0px auto 72px auto;
    position: relative;
}

@media(max-width:1360px) {
    .information-image {
        min-height: 300px;
    }
}

@media(max-width:1200px) {
    .information-image {
        min-height: 30vw;
    }
}

@media(max-width:768px) {
    .information-image {
        min-height: 24vw;
    }
}

.product-title {
    width: 58%;
    position: absolute;
    left: 30%;
    top: 55px;
}

.product-title-img {
    width: 35%;
    margin-top: 50px;
    padding-left: 50px;
}

    .product-title-img img,
    .product-title img {
        width: 100%;
    }

.product-title,
.product-title-img {
    display: inline-block;
    vertical-align: middle;
}

.online-shopping {
    padding: 110px 0;
}

.online-item {
    display: none;
}

/*banner以下內容*/
.btn-wrapper a {
    display: inline-block;
    width: 200px;
    height: 45px;
    line-height: 43px;
    border-radius: 50px;
    border: solid 1px #ff5a5a;
    text-align: center;
    margin-right: 10px;
    margin-top: 30px;
    font-size: 20px;
}

.btn-wrapper .red-btn {
    background-color: #ff5a5a;
    color: #fff;
}

.btn-wrapper .red-line-btn {
    color: #ff5a5a;
}

/*tab start*/
/*tab nav*/
.raise:hover {
    box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em);
    transition: ease 0.2s;
    color: #ff5a5a;
}

/*tab nav end*/
/*tab content*/
.special-top-wrapper {
    margin: 50px auto;
}

.top-icon {
    width: 80px;
    margin: 0 auto 15px;
}

    .top-icon img {
        width: 100%;
    }

.top-title {
    color: #ff5a5a;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.top-text {
    font-size: 20px;
    line-height: 35px;
}

.special-table h3 {
    font-size: 30px;
    text-align: center;
    margin: 50px auto;
}

.special-table .nav-tabs {
    margin-top: 50px;
}

.special-table .nav-tabs {
    margin-bottom: 30px;
    text-align: justify;
    display: block;
    border-bottom: none;
}

    .special-table .nav-tabs:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

    .special-table .nav-tabs .nav-item {
        width: 23%;
        display: inline-block;
        text-align: center;
    }

.specail-tab-table th a {
    color: #fff;
}

.special-table .nav-tabs li a {
    font-size: 20px;
    padding: 10px 5px;
    border: solid 1px #ff5a5a;
    color: #ff5a5a;
    border-radius: 20px;
}

    .special-table .nav-tabs li a i {
        margin-right: 5px;
    }

.special-table .nav-tabs .nav-link.active {
    background-color: #ff5a5a;
    color: #fff;
    position: relative;
}

    .special-table .nav-tabs .nav-link.active:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 11px 0 11px;
        border-color: #ff5a5a transparent transparent transparent;
        position: absolute;
        bottom: -12px;
        left: calc(50% - 11px);
    }

.specail-tab-table {
    margin-top: 0px;
}

    .specail-tab-table .table thead {
        background-color: #ff5a5a;
        color: #fff;
        text-align: center;
    }

    .specail-tab-table .table tr th {
        border: 1px solid #dee2e6;
        vertical-align: middle;
    }

    .specail-tab-table .table tr td {
        border: 1px solid #dee2e6;
        background-color: #fff;
    }

        .specail-tab-table .table tr td i {
            font-size: 22px;
        }

    .specail-tab-table .table-item {
        width: 200px;
    }

.price-pink {
    color: #ff5a5a;
    font-weight: 700;
}

.special-table .tab-content p {
    font-size: 20px;
    line-height: 35px;
}


.rule,
.rule-list,
.qa,
.vip {
    display: none;
}

.point {
    cursor: pointer;
}

.inhury-index-body {
    margin: 30px auto 0;
}

.injury-tab {
    text-align: justify;
    padding: 0;
}

.saferide-tab.top-nav-collapse {
    position: fixed;
    top: 72px;
    left: 0;
    width: 100vw;
    background-color: #fff;
    z-index: 999;
}


.injury-tab:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.injury-tab li {
    display: inline-block;
    width: 15%;
    font-size: 20px;
    text-align: center;
}

.injury-tab li {
    border-bottom: solid 2px transparent;
}

    .injury-tab li a {
        color: #2d2d2d;
        padding: 10px;
        display: block;
    }

        .injury-tab li a:hover {
            text-decoration: none;
        }

    .injury-tab li.active a {
        color: #ff5a5a;
        font-weight: 700;
        border-bottom: solid 2px #ff5a5a;
        transition: ease 0.5s;
    }

.saferider-intro {
    margin: 20px 0 50px;
    position: relative;
}

.bg-bird {
    width: 200px;
    position: absolute;
    left: calc(100% - 220px);
}

    .bg-bird img {
        width: 100%;
    }

.saferider-intro p {
    font-size: 20px;
    line-height: 45px;
}

.padding-top {
    padding-top: 80px;
}

.content-title {
    text-align: center;
    margin: 0 auto 50px;
}

    .content-title img {
        max-height: 55px;
    }

.special-three {
    margin: 50px 0;
}

    .special-three p {
        font-size: 20px;
    }

        .special-three p.red-text {
            margin-bottom: 10px;
        }

    .special-three ul {
        margin-bottom: 50px;
    }

        .special-three ul li {
            display: inline-block;
            vertical-align: top;
        }

.three-item-icon {
    width: 50px;
}

    .three-item-icon img {
        width: 100%;
    }

.three-item-text {
    width: calc(100% - 60px);
}

    .three-item-text p:last-child {
        line-height: 35px;
    }

.explain {
    margin-top: 60px;
}

.explain-icon,
.explain-text {
    display: inline-block;
    vertical-align: top;
}

.explain-icon {
    width: 30px;
}

    .explain-icon img {
        max-width: 100%;
        max-height: 33px;
    }

.explain-text {
    width: calc(100% - 40px);
    padding-left: 10px;
    font-size: 20px;
}

    .explain-text .explain-title {
        font-weight: 700;
        margin-bottom: 20px;
        font-size: 22px;
    }

    .explain-text p.small-text {
        line-height: 25px;
        margin-top: 10px;
    }

.explain-example {
    background-image: url(/assets/images/injury-index-tab01-middle-bg.png);
    background-size: cover;
    margin-top: 50px;
    padding: 70px 0;
}

.sample-detail h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin-bottom: 80px;
}

.explain-wrapper p {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}

    .explain-wrapper p.sample-number {
        font-size: 35px;
        font-style: italic;
        margin-bottom: 20px;
    }

.detail-list {
    margin-top: 30px;
}

.explain-wrapper p.sample-price {
    color: #ff5a5a;
    border-top: solid 1px #ff5a5a;
    padding-top: 15px;
    font-size: 22px;
    font-style: italic;
}

.explain-wrapper:first-child {
    padding-right: 20px;
}

.explain-wrapper:last-child {
    padding-left: 20px;
}

/*投保規定*/
.rule {
    margin-bottom: 60px;
}

.injury-wrapper {
    margin: 50px 0;
}

.rule-text {
    display: inline-block;
    width: calc(100% - 50px);
    padding-left: 10px;
    vertical-align: top;
    font-size: 20px;
}

.rule-icon {
    width: 40px;
    display: inline-block;
    vertical-align: top;
}

    .rule-icon img {
        max-width: 100%;
        max-height: 50px;
        margin: auto;
    }

.rule-title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 22px;
}

.rule-text ol li {
    margin-bottom: 10px;
    list-style-type: decimal;
    margin-left: 25px;
    line-height: 35px;
    padding-left: 5px;
}

.width-20 {
    width: 20%;
}

.red-text {
    color: #ff5a5a;
}

.blue-text {
    color: #ff5a5a;
    line-height: 35px;
}

/*slick*/
.slick-slide {
    padding: 0px 0;
    border-right: 1px solid #dee2e6;
}

.slick-prev:before {
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    color: #2d2d2d;
    font-weight: 900;
}

.slick-next:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    color: #2d2d2d;
    font-weight: 900;
}

.rule-list-item {
    text-align: center;
}

    .rule-list-item:hover,
    .vip-link:hover {
        -webkit-transform: translateY(-0.5em);
        transform: translateY(-0.5em);
        transition: ease 0.2s;
    }

.rule-list-icon {
    width: 80px;
    margin: auto;
    text-align: center;
}

    .rule-list-icon img {
        max-width: 100%;
        max-height: 70px;
        margin: auto;
    }

.rule-list-item p {
    font-size: 20px;
    width: 90%;
    margin: 20px auto 0;
    line-height: 30px;
}

.rule-list-title {
    font-weight: 700;
    font-size: 25px;
    margin: 50px auto;
}

div:focus {
    outline: none;
}

.marketing {
    background-image: url(/assets/images/saferide-bg-present.png);
    background-repeat: no-repeat;
    background-size: auto 96%;
    background-position: -30px 4%;
    min-height: 350px;
}

.marketing-item {
    padding-top: calc(50% - 60px);
    width: 90%;
    margin: 0 auto;
}

.marketing-text {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.marketing-icon {
    width: 200px;
    margin: 0 auto;
}

    .marketing-icon img {
        width: 100%;
    }

.qa-type {
    padding-left: 40px;
    background-image: url(/assets/images/saferide-icon-buld.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-size: 20px;
    font-weight: 700;
    min-height: 35px;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.saferide-qa {
    background-image: url(/assets/images/saferide-bg-question.png);
    background-repeat: no-repeat;
    background-size: auto 300px;
    background-position: right 80%;
    margin-bottom: 80px;
}

.saferide-range {
    background-image: url(/assets/images/saferide-icon-cool.png);
    background-repeat: no-repeat;
    background-size: auto 120px;
    background-position: left 60%;
}

.saferide-set {
    background-image: url(/assets/images/saferide-icon-superwoman.png);
    background-repeat: no-repeat;
    background-size: auto 140px;
    background-position: right 80%;
}


/*modal*/
#InjuryIndexModal {
    padding: 0;
}

@media (min-width: 1200px) {
    #InjuryIndexModal .modal-dialog {
        max-width: 800px;
    }

    #InjuryIndexModal .modal-content {
        border-radius: 10px;
        width: 100%;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1340px;
    }
}

.rule-list-modal .modal-header {
    background-color: #ff5a5a;
    border-radius: 10px 10px 0 0;
}

    .rule-list-modal .modal-title,
    .rule-list-modal .modal-header .close {
        color: #fff;
    }

    .rule-list-modal .modal-header .close {
        border-color: #fff;
    }

.rule-list-modal .modal-body,
.rule-list-modal .modal-body p {
    font-size: 18px;
    line-height: 35px;
    text-align: left;
    width: 100%;
}

.rule-list-modal .modal-body {
    padding: 20px;
}

.list01,
.list02,
.list03,
.list04,
.list05,
.list06,
.list07,
.list08,
.list09,
.list10,
.list11,
.list12 {
    display: none;
}

.bottom-block {
    margin: 100px auto 50px;
}

.footer-img {
    width: 100%;
    height: 250px;
    background-image: url(/assets/images/injury-index-tab-03-bottom-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}



/*qa*/
.qa {
    margin: 50px auto;
}

.qa-list-wrapper {
    font-size: 1.2em;
    line-height: 30px;
    padding: 20px 20px 20px 0;
    position: relative;
    /* cursor: pointer; */
}

.qa-list-title .icon {
    position: absolute;
    top: -5px;
    left: 0;
    color: #fff;
    background-color: #ff5a5a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
}

.qa-list-text .icon {
    position: absolute;
    top: -5px;
    left: 0;
    color: #ff5a5a;
    background-color: #ffF;
    border: solid 1px #ff5a5a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    font-weight: 700;
}

.qa-list-wrapper p {
    margin-bottom: 20px;
}

.qa-list-wrapper .qa-list-text,
.qa-list-wrapper .qa-list-title {
    padding-left: 50px;
    position: relative;
}

/* 
.hide-answer {
    display: none;
} */
/*vip*/
.vip {
    margin: 50px auto;
}

.vip-icon {
    width: 80px;
    margin: auto;
    text-align: center;
}

    .vip-icon img {
        max-width: 100%;
        max-height: 50px;
        margin: auto;
    }

.vip-text p {
    font-size: 20px;
    margin: 20px auto 0;
    line-height: 30px;
    text-align: center;
    color: #2d2d2d;
}

.vip-link {
    display: block;
}

    .vip-link:hover {
        text-decoration: none;
    }

.break {
    display: block;
}

.footer-img .red-line-btn {
    color: #ff5a5a;
    display: inline-block;
    height: 45px;
    line-height: 43px;
    padding: 0 10px;
    border-radius: 50px;
    border: solid 1px #ff5a5a;
    text-align: center;
    margin: 0 5px;
}

.to-text-center {
    text-align: center;
}

.m-item {
    display: none;
}

.gotoCalculate {
    position: fixed;
    left: 15px;
    bottom: 25px;
    display: block;
    width: 120px;
    height: 120px;
    background-image: url(/assets/images/saferide-count-btn.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
    display: none;
}

@media(max-width:1200px) {

    body {
        background-image: url(/assets/images/saferide_banner_bg.png);
    }

    .information-image {
        background-size: auto 70%;
    }

    .special-table .nav-tabs li a i {
        display: block;
        margin: 0 auto 5px;
    }
}




@media(max-width:992px) {
    .fix-block {
        position: fixed;
        top: 0;
        left: 0;
    }

    .saferide-tab.top-nav-collapse {
        top: 0;
    }

    .information-image::after {
        left: calc(100% - 300px);
        width: 250px;
    }

    .information-image {
        margin-top: 0;
    }

    .online-item {
        display: block;
    }

    .information-image {
        background-position-x: 140%;
    }

    /*content*/
    .injury-tab li {
        vertical-align: top;
    }

    .special-table .nav-tabs li {
        vertical-align: top;
    }

        .special-table .nav-tabs li a {
            min-height: 90px;
        }
}

@media(max-width:767px) {
    .information-image {
        background-size: auto 50%;
    }

    .injury-tab li.active a {
        border-bottom: none;
    }

    .information-image h1 {
        font-size: 1.7em;
    }

    .information-image h2 {
        font-size: 1.2em;
        line-height: 25px;
    }

    .special-top-wrapper {
        margin: 30px auto 0;
    }

    .special-table h3 {
        line-height: 45px;
    }
}

@media(max-width:680px) {
    .information-image {
        background-size: auto 30%;
    }

    .btn-wrapper a {
        margin-top: 12px;
    }

        .btn-wrapper a:first-child {
            margin-top: 25px;
        }

    .inhury-index-body {
        margin-top: 100px;
    }

    .injury-tab li:hover {
        transform: none;
        transition: none;
    }

    .injury-tab li {
        width: 42%;
        margin: 5px 3%;
        background-color: #fff;
        box-shadow: 0 2px 5px rgba(146, 146, 146, 0.5);
        border-radius: 10px;
    }

        .injury-tab li.long-tab {
            width: 90%;
        }

        .injury-tab li.active {
            background-color: #ff5a5a;
            color: #fff;
        }

    .rule-text ol li {
        padding-right: 25px;
    }

    .rule-list {
        width: 90%;
        margin: auto
    }

    .rule-list-item {
        width: 100%;
        text-align: center;
    }

    .footer-img {
        margin-left: -20px;
        padding-left: 20px;
    }

    .blue-text.to-text-center {
        text-align: left;
    }

    .footer-img .red-line-btn {
        margin: 5px 0;
        display: block;
        max-width: 220px;
    }

    .vip-link {
        margin-bottom: 35px;
    }

    .break {
        display: none;
    }

    .injury-tab:after {
        display: none;
    }

    .rule-list-modal .modal-title {
        width: 89%;
        margin-left: 0;
    }

    .m-item {
        border: solid 1px #dee2e6;
        border-radius: 10px;
        display: block;
        background-color: #fff;
        margin-bottom: 60px;
    }

    .m-card-list {
        border-bottom: 1px solid #dee2e6;
    }

        .m-card-list:last-child {
            border-bottom: none;
        }

        .m-card-list li {
            display: inline-block;
            vertical-align: top;
            width: 48%;
            font-size: 18px;
            line-height: 1.4;
            padding: 15px 15px;
        }

            .m-card-list li img {
                width: 20px;
                margin-right: 4px;
            }

    ul.m-card-title {
        background-color: #ff5a5a;
        color: #fff;
        border-radius: 10px 10px 0 0;
        text-align: center;
    }

    .specail-tab-table {
        display: none !important;
    }

    .saferide-range {
        background-position: left 7%;
    }

    .padding-top {
        padding-top: 10px;
    }

    .set-item {
        margin: 0px 5px;
        border: 0px;
    }

        .set-item ul.m-card-title {
            font-size: 20px;
            padding: 10px 0;
        }

        .set-item .m-card-list {
            border: #dee2e6 1px solid;
            width: 100%;
        }

        .set-item .slick-next {
            right: -40px;
            display: none !important;
        }

        .set-item .slick-prev {
            left: -40px;
            display: none !important;
        }

    .content-title {
        margin: 30px auto;
    }

    .saferide-set {
        background-image: none;
    }

    .marketing {
        background-size: auto 250px;
        background-position: -30px 0;
        min-height: inherit;
        margin: 50px auto;
    }

    .marketing-item {
        padding-top: 30px;
    }

    .marketing-icon {
        width: 120px;
    }

    .marketing-text,
    .marketing-text p {
        margin-top: 5px;
    }

    .saferide-qa {
        background-size: auto 150px;
        background-position: right 55%;
    }

    body {
        background-size: auto 300px;
    }

    .product-title,
    .product-title-img {
        display: block;
    }

    .product-title-img {
        width: 70%;
        margin-top: 20px;
    }

    .product-title {
        width: 98%;
        position: absolute;
        left: 0;
        top: 100px;
    }

    .information-image {
        width: 100%;
        min-height: 220px;
    }

    .bg-bird {
        width: 150px;
        left: calc(100% - 170px);
    }

    .injury-tab {
        text-align: center;
    }

        .injury-tab li.active a {
            color: #fff;
        }

    .saferider-intro {
        margin-bottom: 0;
    }

    .gotoCalculate {
        width: 80px;
        height: 80px;
        left: 5px;
    }
}

.saferide_table_tab {
    width: 100%;
    position: relative;
    left: 1px;
}

    .saferide_table_tab div {
        width: 140px;
        height: 42px;
        background: #b5b5b5;
        font-size: 18px;
        color: #ffffff;
        border-radius: 10px 10px 0px 0px;
        margin-right: 10px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

        .saferide_table_tab div.active {
            background: #ff5a5a;
        }

.slick-dots {
    bottom: -40px;
}

@media (max-width: 680px) {
    .saferide_table_tab {
        display: none;
    }
}

@media (max-width:768px) {
    .container {
        max-width: 95%;
    }
}

.m_form_container {
    margin-bottom: 60px;
    display: none;
}

@media (max-width: 680px) {
    .m_form_container {
        display: block;
    }
}

.m_form_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.m528_show {
    display: none;
}

@media (max-width:528px) {
    .m528_show {
        display: inline;
    }
}

.m409_show {
    display: none;
}

@media (max-width:409px) {
    .m409_show {
        display: inline;
    }
}

.safe_ride_tip {
    font-size: 20px;
    color: #ff5a5a;
    text-align: center;
    line-height: 1.4;
    margin-top: 15px;
}

    .safe_ride_tip > div {
        margin-bottom: 3px;
    }

@media (max-width:768px) {
    .safe_ride_tip {
        font-size: 18px;
        text-align: left;
    }

        .safe_ride_tip > div {
            position: relative;
            padding-left: 10px;
        }

            .safe_ride_tip > div:first-child {
                padding-left: 0px;
            }

            .safe_ride_tip > div > span {
                position: absolute;
                top: 0px;
                left: 0px;
            }
}

.saferide_rule_container {
    width: 100%;
    border: 3px solid #ff5a5a;
    border-radius: 32px;
    padding: 30px;
}

.saferide_rule_item {
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}

    .saferide_rule_item span {
        color: #ff5a5a;
    }

.saferide_rule_title {
    font-size: 22px;
    margin-bottom: 5px;
}

.saferide_rule_text {
    font-size: 20px;
    padding-left: 20px;
}

@media (max-width:768px) {
    .saferide_rule_title {
        font-size: 20px;
    }

    .saferide_rule_text {
        font-size: 18px;
    }
}
