@charset "utf-8";

/* CSS Document */
.information-image {
    height: 400px;
    background-image: url(/assets/images/self-top-banner.png);
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position: right top;
    margin-top: 0px;
    text-align: center;
}

.title {
    color: #2d2d2d;
    padding-top: 100px;
    text-align: left;
}

.information-image h1 {
    font-size: 2.3em;
    color: #2d2d2d;
    text-align: left;
}

.information-image h2 {
    margin-top: 20px;
    font-size: 1.3em;
}

.online-shopping {
    padding: 110px 0;
}

.online-item {
    display: none;
}

/*banner以下內容*/
.btn-wrapper a {
    display: inline-block;
    width: 180px;
    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;
    text-align: center;
}

.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;
}

.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: 10px;
}

.specail-tab-table .table thead {
    background-color: #60a1ff;
    color: #fff;
    text-align: center;
}

.specail-tab-table .table tr th {
    border: 1px solid #dee2e6;
}

.specail-tab-table .table tr td {
    text-align: center;
    border: 1px solid #dee2e6;
}

.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;
}

.injury-tab:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.injury-tab li {
    display: inline-block;
    width: 15%;
    font-size: 20px;
    padding: 15px 0;
    text-align: center;
}

.injury-tab li {
    border-bottom: solid 2px #fff;
}

.injury-tab li.active {
    border-bottom: solid 2px #ff5a5a;
    transition: ease 0.5s;
}

.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;
}

.red-text {
    color: #ff5a5a;
}

.blue-text {
    color: #60a1ff;
    line-height: 35px;
}

/*slick*/
.slick-slide {
    padding: 20px 0;
}

.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;
    height: 70px;
    margin: auto;
    text-align: center;
    display: flex;
}

.rule-list-icon img {
    max-width: 80px;
    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;
}

/*modal*/
#InjuryIndexModal,
#selfModal {
    padding: 0;
}

@media (min-width: 1200px) {

    #InjuryIndexModal .modal-dialog,
    #selfModal .modal-dialog {
        max-width: 800px;
    }

    #InjuryIndexModal .modal-content,
    #selfModal .modal-content {
        border-radius: 10px;
        width: 100%;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1340px;
    }
}

.rule-list-modal .modal-header {
    background-color: #60a1ff;
    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 {
    margin-top: 80px;
}

#slick-slide-control10 {
    visibility: hidden;
}

/*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: #60a1ff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
}

.qa-list-text .icon {
    position: absolute;
    top: -5px;
    left: 0;
    color: #60a1ff;
    background-color: #ffF;
    border: solid 1px #60a1ff;
    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;
}

.red-round {
    background-color: #ff5a5a;
    color: #fff;
    padding: 10px;
    border-radius: 30px;
    max-width: 250px;
    margin: 0 auto 15px;
}

.red-round i {
    margin-right: 5px;
}

.top-icon i {
    color: #ff5a5a;
    font-size: 45px;
}

.special-top-wrapper.fix-top {
    border: solid #ff5a5a 1px;
    border-radius: 10px;
    padding: 20px;
}

.special-top-wrapper.fix-top .top-text {
    min-height: 140px;
}

.top-text.to-center {
    text-align: center;
}

.inhury-index-body {
    padding-bottom: 300px;
    background-image: url(/assets/images/self-index-bottom.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    position: relative;
}

.inhury-index-body::before {
    content: '';
    display: block;
    width: 250px;
    height: 150px;
    background-image: url(/assets/images/self-index-bottom-left.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    position: absolute;
    left: 180px;
    bottom: 0;
}

.inhury-index-body::after {
    content: '';
    display: block;
    width: 250px;
    height: 150px;
    background-image: url(/assets/images/self-index-bottom-right.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    position: absolute;
    left: calc(90% - 220px);
    bottom: 0;
}

.self-table-img {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.sti-01 {
    background-image: url(/assets/images/slef-index-001.png);
}

.sti-02 {
    background-image: url(/assets/images/slef-index-002.png);
}

.sti-03 {
    background-image: url(/assets/images/slef-index-003.png);
}

.recommand-title {
    text-align: center;
    vertical-align: middle;
}

.specail-tab-table .table tr.price-table th,
.specail-tab-table .table tr.price-table td {
    border: none;
    vertical-align: middle;
}

.price-table {
    color: #ff5a5a;
    font-weight: 700;
}

.price-table .red-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ff5a5a;
    display: inline-block;
    color: #fff;
    line-height: 30px;
    vertical-align: middle;
}

.price-table img {
    width: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.price-table p {
    display: inline-block;
}

.self-btn-wrapper {
    text-align: center;
}

.self-btn-wrapper .self-btn {
    border-radius: 35px;
    width: 300px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    margin: 50px 5px 0;
    text-align: center;
    font-size: 20px;
}

.self-blue-btn {
    color: #fff;
    background-color: #60a1ff;
}

.self-red-btn {
    background-color: #ff5a5a;
    color: #fff;
}

.rule-list {
    margin: 50px auto;
}

.pointer {
    cursor: pointer;
}

.self-rule {
    font-size: 20px;
    text-align: center;
    margin: 20px auto;
}

.btn-wrapper.self-rule .red-line-btn {
    margin-left: 5px;
    width: initial;
    padding: 0 15px;
}

.specail-tab-table .table tr td.to-left {
    text-align: left;
}

.table {
    border-collapse: separate;
    border-spacing: 0;
}

.specail-tab-table .table thead th:first-child {
    border-radius: 8px 0 0 0;
}

.specail-tab-table .table thead th:last-child {
    border-radius: 0 8px 0 0;
}

.specail-tab-table .table tbody .last-tr td:last-child {
    border-radius: 0 0 8px 0;
}

.border-8 {
    border-radius: 0 0 0 8px;
}

@media(max-width:1320px) {
    .special-top-wrapper.fix-top .top-text {
        min-height: 175px;
    }
}

@media(max-width:1200px) {
    .injury-tab li {
        width: 17%
    }

    .information-image {
        background-size: auto 70%;
    }

    .special-table .nav-tabs li a i {
        display: block;
        margin: 0 auto 5px;
    }
}




@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-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;
    }

    .inhury-index-body::before {
        left: 5%;
    }

    .special-top-wrapper.fix-top .top-text {
        min-height: 245px;
    }
}

@media(max-width:767px) {
    .information-image {
        background-size: auto 50%;
    }

    .title {
        padding-top: 80px;
        margin-left: 15px;
        width: 85%;
    }

    .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;
    }

    .special-top-wrapper.fix-top .top-text {
        min-height: initial;
    }
}

@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: 0;
    }

    .injury-tab li:hover {
        transform: none;
        transition: none;
    }

    .injury-tab {
        text-align: center;
    }

    .injury-tab li {
        width: 45%;
        margin: 5px 2%;
        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;
    }

    .vip-link {
        margin-bottom: 35px;
    }

    .break {
        display: none;
    }

    .injury-tab:after {
        display: none;
    }

    .rule-list-modal .modal-title {
        width: 89%;
        margin-left: 0;
    }

    .inhury-index-body {
        background-size: auto 350px;
        background-position: left bottom;
    }

    .inhury-index-body::before {
        width: 200px;
    }

    .inhury-index-body::after {
        width: 190px;
    }

    .special-table .nav-tabs .nav-item {
        width: 30%;
    }

    .special-table .nav-tabs li a {
        min-height: initial;
    }

    .self-btn-wrapper .self-btn {
        margin: 10px auto;
        display: block;
    }

    .self-rule li {
        display: inline-block;
        line-height: 35px;
        vertical-align: top;
    }

    .footer-img {
        text-align: left;
    }

    .self-rule li:first-child {
        width: 40px;
    }

    .self-rule li:last-child {
        width: calc(100% - 50px);
    }
}

@media(max-width:480px) {
    .inhury-index-body {
        background-position: center bottom;
        background-size: auto 200px;
        padding-bottom: 200px;
    }

    .inhury-index-body::before {
        left: 10%;
    }

    .inhury-index-body::after {
        display: none;
    }

    .injury-tab {
        margin-top: 20px;
    }
}