﻿@charset "utf-8";

/* CSS Document */
.product-info {
    font-size: 1.2em;
}

.information-image {
    height: 400px;
    background-image: url(/assets/images/product-motor-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    margin-top: 0px;
    text-align: center;
    position: relative;
}

    .information-image::after {
        position: absolute;
        content: '';
        display: block;
        width: 280px;
        height: 220px;
        background-image: url(/assets/images/product-motor-banner-motor.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        left: calc(100% - 500px);
        top: calc(100% - 250px);
    }

.title {
    color: #fff;
    padding-top: 100px;
    margin-left: 10%;
    text-align: left;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
}

.information-image .sub-title {
    margin-left: 10%;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
}

.information-image .title h1,
.information-image .title h2,
.information-image .title h3,
.information-image .title p {
    font-size: 2.3em;
    color: #fff;
    text-align: left;
}

.information-image .sub-title h1,
.information-image .sub-title h2,
.information-image .sub-title h3,
.information-image .sub-title p {
    margin-top: 20px;
    font-size: 1.3em;
    color: #fff;
    text-align: left;
}

.online-shopping {
    padding: 110px 0;
}

.online-item {
    display: none;
}

.top-icon {
    margin-top: 50px;
    position: relative;
}

    .top-icon::before {
        position: absolute;
        width: 100%;
        height: 10px;
        display: block;
        content: '';
        background-image: url(/assets/images/product-car-yellow-line.png);
        background-size: contain;
        background-position: center;
        background-repeat: repeat-x;
        left: 0;
        bottom: 0;
    }

    .top-icon:after {
        position: absolute;
        width: 400px;
        height: 200px;
        display: block;
        content: '';
        background-image: url(/assets/images/motor-icon-type.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        left: calc(50% - 200px);
        bottom: 0;
    }

    .top-icon h3,
    .car-case h3,
    .car-case h1,
    .car-case h2,
    .car-case p {
        text-align: center;
        font-weight: 700;
        font-size: 1.4em;
    }

    .top-icon > h1,
    .top-icon > h2,
    .top-icon > h3,
    .top-icon > p {
        text-align: center;
        font-weight: 700;
        font-size: 1.4em;
    }

.car-type {
    width: 48%;
    display: inline-block;
    position: relative;
    padding-top: 80px;
    min-height: 280px;
}

    .car-type a {
        color: #2d2d2d;
    }

    .car-type i {
        margin: 10px;
    }

    .car-type p {
        position: absolute;
    }

.ct-01 {
    left: 72%;
    top: 45px;
}

.ct-02 {
    left: 58%;
    top: 110px;
}

.ct-03 {
    left: 37%;
    top: 195px;
}

.ct-04 {
    left: 18%;
    top: 45px;
}

.ct-05 {
    left: 30%;
    top: 110px;
}

.ct-06 {
    left: 35%;
    top: 200px;
}

.pink-text {
    color: #ff8a7a;
}

.car-list-block {
    margin: 50px auto;
    line-height: 35px;
}

.car-list-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    vertical-align: top;
    margin-right: 25px;
}

.text-wrapper {
    display: inline-block;
    width: calc(100% - 100px);
}

    .text-wrapper .car-attach .car-list-title {
        margin-top: 30px;
    }

    .text-wrapper .car-attach:first-child .car-list-title {
        margin-top: 0;
    }

i {
    margin-right: 5px;
}

.point {
    cursor: pointer;
}

.car-list-title {
    font-weight: 700;
    font-size: 1.2em;
    text-align: left;
}

.car-list-text {
    margin-bottom: 30px;
}

.cli-01 {
    background-image: url(/assets/images/motor-icon-01.png);
}

.cli-02 {
    background-image: url(/assets/images/motor-icon-02.png);
}

.cli-03 {
    background-image: url(/assets/images/motor-icon-03.png);
}

.cli-04 {
    background-image: url(/assets/images/motor-icon-04.png);
}

.cli-05 {
    background-image: url(/assets/images/motor-icon-05.png);
}

.attach-title {
    cursor: pointer;
}

.attach-content {
    padding: 5px 24px;
    border-top: solid 1px #bfbfbf;
    display: none;
}

    /* .attach-content.show-more {
    display: block;
} */

    .attach-content a {
        display: block;
    }

    .attach-content a:last-child {
        margin-bottom: 20px;
    }

.break {
    display: block;
}

.pink-bg {
    background-color: #ff8a7a;
    color: #fff;
}

.car-table .table thead th,
.car-table .table tbody th {
    vertical-align: middle;
}

.car-table .table-bordered tr th:first-child {
    border: 1px solid #fff;
}

.car-table .table-bordered td,
.car-table .table-bordered th {
    border: 1px solid #ff8a7a;
}

.car-table ol {
    padding-left: 22px;
}

    .car-table ol li {
        list-style-type: decimal;
    }

.btn-wrapper {
    margin: 100px auto;
    text-align: center;
}

    .btn-wrapper a {
        font-size: 1.2em;
        font-weight: 700;
        color: #fff;
        display: inline-block;
        width: 200px;
        padding: 20px;
        border-radius: 40px;
        margin: 0 30px;
    }

.blue {
    background-color: #1e88e5;
}

.pink {
    background-color: #ff8a7a;
}

.green {
    background-color: #80c269;
}

/*新增加內容*/
.pc-hide {
    display: none;
}

.car-case-block {
    margin-top: 50px;
    font-size: 18px;
    margin-bottom: 50px;
}

    /*.car-case-block .nav-tabs {
        border-bottom: none;
    }*/

        .car-case-block .nav-tabs a {
            padding: 20px 30px 15px;
            border: solid 1px #ff8a7a;
            border-bottom: none;
            border-radius: 20px 20px 0 0;
            margin-right: 10px;
            color: #ff8a7a;
            display: block;
        }

.elec-tabs .nav-tabs li a.active {
    color: #fff;
    background-color: #ff8a7a;
}

    .car-case-block .tab-content {
        padding: 30px;
    }

        .car-case-block .tab-content td p {
            line-height: 35px;
        }

        .car-case-block .tab-content th {
            font-weight: 700;
        }

    .car-case-block .car-list-icon {
        width: 40px;
        height: 40px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .car-case-block tr.light-grey-bg {
        background-color: #eeeeee;
    }

.sample-case .table {
    margin-top: 30px;
}

    .sample-case .table thead th {
        vertical-align: middle;
        background-color: #ff8a7a;
        font-weight: 500;
        color: #fff;
        border: solid 1px #fff;
        text-align: center;
    }

    .sample-case .table td {
        text-align: center;
        vertical-align: middle;
        border: 1px solid #bfbfbf;
    }

.sample-detail {
    margin: 80px 0 50px;
}

    .sample-detail h3 {
        margin-bottom: 50px;
    }

.smaple-detail {
    text-align: center;
    font-size: 18px;
    line-height: 35px;
}

    .smaple-detail i {
        font-size: 40px;
    }

/*新增end*/


@media (min-width: 1380px) {
    .container {
        max-width: 1450px;
    }
}

@media(min-width:1204px) and (max-width:1379px) {
    .ct-01 {
        left: 65%;
    }

    .ct-02 {
        left: 48%;
    }

    .ct-03 {
        left: 20%;
    }

    .ct-04 {
        left: 20%;
    }

    .ct-05 {
        left: 35%;
    }

    .ct-06 {
        left: 42%;
    }
}

@media(max-width:1203px) {
    .car-type p {
        width: 290px;
    }

    .ct-01 {
        left: 60%;
    }

    .ct-02 {
        left: 35%;
    }

    .ct-03 {
        left: 4%;
    }

    .ct-04 {
        left: 30%;
    }

    .ct-05 {
        left: 43%;
    }
}

/*ipad & smartphone*/
@media(max-width:992px) {
    .information-image::after {
        left: calc(100% - 300px);
        width: 250px;
    }

    .information-image {
        margin-top: 0;
    }

    .online-item {
        display: block;
    }

    .information-image {
        background-size: cover;
        background-position: left;
    }

    .car-type p {
        width: 150px;
    }

        .car-type p a {
            position: relative;
            display: block;
        }

    .ct-left.car-type p a {
        text-align: right;
    }

    .ct-right.car-type p a {
        text-align: left;
    }

    .car-type p a i {
        position: absolute;
        margin: 0;
    }

    .ct-left.car-type p a i {
        top: 0;
        margin-left: 10px;
    }

    .ct-right.car-type p a i {
        top: 0;
        left: -25px;
    }

    .ct-01 {
        left: 30%;
    }

    .ct-02 {
        left: 10%;
    }

    .ct-03 {
        left: -20px;
    }

    .ct-left.car-type p.ct-03 a i {
        top: 10px;
    }

    .ct-04 {
        left: 45%;
    }

    .ct-05 {
        left: 65%;
    }

    .ct-right.car-type p.ct-05 a i {
        top: 10px;
    }

    .btn-wrapper a {
        display: block;
        margin: 15px auto;
    }
}

@media(max-width:992px) {
    .information-image::after {
        width: 170px;
        top: calc(100% - 200px);
    }
}

@media(max-width:766px) {
    .top-icon:after {
        height: 100px;
    }

    .car-type {
        min-height: 200px;
    }

        .car-type p {
            z-index: 10;
        }

    .ct-01 {
        left: 35%;
        top: 60px;
    }

    .ct-02 {
        left: 11%;
    }

    .ct-03 {
        left: 0;
        top: 152px;
    }

    .ct-04 {
        left: 20%;
        top: 60px;
    }

    .ct-05 {
        left: 35%;
    }

    .ct-06 {
        left: 44%;
        top: 152px;
    }

    .car-list-icon {
        width: 50px;
    }

    .btn-wrapper a {
        display: block;
        margin: 15px auto;
    }

    /*新增*/
    .rule-list-item {
        font-size: 18px;
        line-height: 25px;
        background-color: #fff;
        border-radius: 10px;
        border: solid 1px #ff8a7a;
        margin-bottom: 15px;
    }

        .rule-list-item .m-table-title {
            background-color: #ff8a7a;
            color: #fff;
            text-align: center;
            padding: 20px;
            border-radius: 10px 10px 0 0;
        }

        .rule-list-item .car-list-icon {
            margin: 10px auto 0;
        }

    .m-table-wrapper {
        padding: 0 15px;
    }

    .title-m {
        text-align: center;
        color: #ff8a7a;
        font-weight: 700;
    }

    .rule-list-item .table-borderless {
        margin: 20px 0;
    }

        .rule-list-item .table-borderless td {
            min-width: 100px;
        }

    .rule-list-item .light-grey-bg {
        background-color: #eeeeee;
    }

    .pc-hide {
        display: block;
    }

    .mobile-hide {
        display: none;
    }

    .slicker-second, 
    .slicker {
        margin-top: 30px;
    }

    .car-case.sample-case {
        margin-top: 70px;
    }

    .smaple-detail {
        margin-bottom: 30px;
    }

    .slicker-second .m-table-wrapper {
        padding-top: 30px;
    }
}

@media(max-width:767px) {

    .information-image .title h1,
    .information-image .title h2,
    .information-image .title h3,
    .information-image .title p {
        font-size: 1.8em;
    }

    .information-image .sub-title h1,
    .information-image .sub-title h2,
    .information-image .sub-title h3,
    .information-image .sub-title p {
        font-size: 1.1em;
        line-height: 30px;
    }

    .top-icon > h1,
    .top-icon > h2,
    .top-icon > h3,
    .top-icon > p {
        margin-bottom: 30px;
        font-size: 1.2em;
    }

    .information-image::after {
        height: 150px;
        top: calc(100% - 170px);
        left: calc(100% - 320px);
    }

    .information-image h1 {
        width: 90%;
        line-height: 45px;
    }

    .information-image h2 {
        width: 90%;
        line-height: 35px;
    }

    .top-icon::before,
    .top-icon::after {
        display: none;
    }

    .top-icon {
        margin-top: 30px;
    }

        .top-icon h3,
        .car-case h3 {
            font-size: 1.4em;
            margin-bottom: 20px;
        }

    .car-type {
        padding-top: 0;
        margin: 0 auto;
        /* width: 100%;
        display: block; */
        min-height: initial;
        vertical-align: top;
    }

        .car-type p {
            position: initial;
            text-align: center;
            padding: 20px;
            box-shadow: 0 3px 5px rgba(100, 100, 100, 0.4);
            border-radius: 10px;
            width: initial;
            width: 95%;
            margin-bottom: 10px;
        }

            .car-type p i {
                display: none;
            }

    .ct-left.car-type p a,
    .ct-right.car-type p a {
        min-height: 45px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-top: 60px;
        text-align: center;
    }

    .car-type p a::before {
        content: '';
        display: block;
        width: 100%;
        height: 45px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin: 5px auto 15px;
        position: absolute;
        top: -65px;
    }

    .car-type p.ct-01 a::before {
        background-image: url(/assets/images/motor-icon-01.png);
    }

    .car-type p.ct-02 a::before {
        background-image: url(/assets/images/motor-icon-02.png);
    }

    .car-type p.ct-03 a::before {
        background-image: url(/assets/images/motor-icon-03.png);
    }

    .car-type p.ct-04 a::before {
        background-image: url(/assets/images/motor-icon-04.png);
    }

    .car-type p.ct-05 a::before {
        background-image: url(/assets/images/motor-icon-05.png);
    }

    .car-list-icon {
        display: block;
        /* margin: auto; */
    }

    .text-wrapper {
        width: 100%;
    }

    .attach-content {
        padding-left: 0;
    }

    .car-table th.pink-bg {
        display: none;
    }

    .first-type th,
    .second-type td,
    .third-type td {
        position: relative;
    }

    .first-type th,
    .third-type td {
        padding-top: 60px;
    }

    .second-type td {
        padding-top: 135px;
    }

        .first-type th::before,
        .second-type td::before,
        .third-type td::before {
            background-color: #ff8a7a;
            color: #fff;
            width: 100%;
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
            padding: 10px;
        }

    .first-type th::before {
        content: '甲式(保障最完整)';
    }

    .second-type td::before {
        content: '乙式(除第三人非善意行為及不明損失之外，其他項目與甲式相同)';
    }

    .third-type td::before {
        content: '丙式(免自負額)';
    }
}

@media(max-width:572px) {
    .information-image::after {
        height: 100px;
        top: calc(100% - 120px);
        left: calc(100% - 180px);
    }

    .ct-left.car-type p a,
    .ct-right.car-type p a {
        min-height: 65px;
    }
}

@media(max-width:345px) {

    .ct-left.car-type p a,
    .ct-right.car-type p a {
        font-size: 16px;
        line-height: 25px;
        min-height: 80px;
    }
}
