/*60 intro animation*/
.content img {
    width: 100%;
}

.intro {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    font-family: serif;
}

.intro-block {
    width: 250px;
    height: 250px;
    background-color: #d00000;
    position: fixed;
    top: calc(50vh - 125px);
    left: calc(50vw - 125px);
    z-index: 2;
    position: relative;
    border-radius: 50%;
}

.house,
.title {
    text-align: center;
}

    .house img {
        width: 170px;
        margin-top: 50px;
        -webkit-animation: blurFadeIn 1s ease-in 0s backwards;
        -moz-animation: blurFadeIn 1s ease-in 0s backwards;
        -ms-animation: blurFadeIn 1s ease-in 0s backwards;
        animation: blurFadeIn 1s ease-in 0s backwards;
    }

    .title img {
        width: 210px;
        margin-top: 10px;
        -webkit-animation: blurFadeIn 1s ease-in 0s backwards;
        -moz-animation: blurFadeIn 1s ease-in 0s backwards;
        -ms-animation: blurFadeIn 1s ease-in 0s backwards;
        animation: blurFadeIn 1s ease-in 0s backwards;
    }

.number {
    color: #fff;
    font-size: 100px;
    font-style: italic;
    -webkit-animation: blurFadeInOut 1s ease-in 1.6s backwards;
    -moz-animation: blurFadeInOut 1s ease-in 1.6s backwards;
    -ms-animation: blurFadeInOut 1s ease-in 1.6s backwards;
    animation: blurFadeInOut 1s ease-in 1.6s backwards;
    position: absolute;
    top: 74px;
    left: 32px;
    ;
}

.th-break {
    margin-left: 5px;
}

@keyframes blurFadeInOut {
    0% {
        opacity: 0;
        width: 0;
    }

    100% {
        opacity: 1;
        width: 800px;
    }
}

@keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        -moz-transform: scale(1.3);
    }

    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        -moz-transform: scale(1);
    }
}


/*60 animation end*/
/*body*/
.margin-top-nav {
    margin-top: 0px;
}

ul.online-item {
    display: none;
}

:focus {
    outline: none;
}

.pointer {
    cursor: pointer;
}

.slick-prev:before,
.slick-next:before {
    color: #5e5e5e;
    font-size: 25px;
}

.slick-dotted.slick-slider.taian-slicker {
    margin: 20px auto 100px;
}

.taian-card {
    text-align: center;
    float:left;
    width:222px;
    padding: 0 10px;
    margin: 30px auto;
}

    .taian-card a {
        color: #2d2d2d;
    }

        .taian-card a:hover {
            text-decoration: none;
        }

.taian-icon {
    border-radius: 50%;
    border: solid 1px #e88987;
    width: 80px;
    height: 80px;
    display: block;
    margin: 20px auto;
    text-align: center;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.taian_01 .taian-icon {
    background-image: url(/assets/images/icon_travel.png);
}

.taian_02 .taian-icon {
    background-image: url(/assets/images/icon_car.png);
}

.taian_03 .taian-icon {
    background-image: url(/assets/images/icon_motor.png);
}

.taian_04 .taian-icon {
    background-image: url(/assets/images/icon_sea.png);
}

.taian_05 .taian-icon {
    background-image: url(/assets/images/icon_house.png);
}

.taian_06 .taian-icon {
    background-image: url(/assets/images/icon_hurt.png);
}

.taian_07 .taian-icon {
    background-image: url(/assets/images/icon_pet.png);
}

.taian_08 .taian-icon {
    background-image: url(/assets/images/icon_money.png);
}

.taian_09 .taian-icon {
    background-image: url(/assets/images/icon_liscense.png);
}

.taian_10 .taian-icon {
    background-image: url(/assets/images/icon_bubble.png);
}

.taian_11 .taian-icon {
    background-image: url(/assets/images/icon_vaccine.png);
}

.taian_12 .taian-icon {
    background-image: url(/assets/images/icon_motor_light.png);
}

.taian-card:hover .taian-icon {
    background-color: #e88987;
}

.taian_01:hover .taian-icon {
    background-image: url(/assets/images/icon_travel_active.png);
}

.taian_02:hover .taian-icon {
    background-image: url(/assets/images/icon_car_active.png);
}

.taian_03:hover .taian-icon {
    background-image: url(/assets/images/icon_motor_active.png);
}

.taian_04:hover .taian-icon {
    background-image: url(/assets/images/icon_sea_active.png);
}

.taian_05:hover .taian-icon {
    background-image: url(/assets/images/icon_house_active.png);
}

.taian_06:hover .taian-icon {
    background-image: url(/assets/images/icon_hurt_active.png);
}

.taian_07:hover .taian-icon {
    background-image: url(/assets/images/icon_pet_active.png);
}

.taian_08:hover .taian-icon {
    background-image: url(/assets/images/icon_money_active.png);
}

.taian_09:hover .taian-icon {
    background-image: url(/assets/images/icon_liscense_active.png);
}

.taian_10:hover .taian-icon {
    background-image: url(/assets/images/icon_bubble_active.png);
}

.taian_11:hover .taian-icon {
    background-image: url(/assets/images/icon_vaccine_active.png);
}

.taian_12:hover .taian-icon {
    background-image: url(/assets/images/icon_motor_light_active.png);
}

.taian-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.taian-text {
    font-size: 16px;
    line-height: 22px;
}

.taian-news .bottom-title {
    font-size: 28px;
    margin: 20px 0 40px;
}

.taian-news a {
    color: #2d2d2d;
    background-color: #fff;
    height: 80px;
    display: block;
    border-radius: 5px;
}

    .taian-news a:hover {
        text-decoration: none;
        box-shadow: 0 3px 10px rgba(71, 71, 71, 0.3);
        transition: ease 0.2s;
    }

.taian-news ul {
    padding: 0;
}

.taian-news li {
    margin-bottom: 50px;
}

.news-date,
.news-text {
    display: inline-block;
    vertical-align: top;
}

.news-date {
    font-size: 20px;
    color: #e88987;
    border: solid 1px #e88987;
    border-radius: 5px;
    padding: 17px 0;
    width: 80px;
    text-align: center;
    margin-right: 10px;
}

.taian-news a:hover .news-date {
    background-color: #e88987;
    color: #fff;
    transition: ease 0.2s;
}

.news-break {
    display: block;
    margin-top: 5px;
}

.news-text {
    width: calc(100% - 110px);
    padding: 12px 0;
}

.news-title {
    font-size: 22px;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-detail {
    font-size: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.e-school .news-date {
    width: 80px;
    height: 80px;
    padding: 0;
    background-size: 50px auto;
    background-repeat: no-repeat;
    background-position: center;
}

    .e-school .news-date.icon_travel {
        background-image: url(/assets/images/icon_travel.png);
    }

    .e-school .news-date.icon_car {
        background-image: url(/assets/images/icon_car.png);
    }

    .e-school .news-date.icon_motor {
        background-image: url(/assets/images/icon_motor.png);
    }

.taian-news.e-school a:hover .news-date {
    background-color: #fff;
}

.taian-news.e-school a.travel:hover .news-date {
    background-color: #e88987;
    background-image: url(/assets/images/icon_travel_active.png);
}

.taian-news.e-school a.car:hover .news-date {
    background-color: #e88987;
    background-image: url(/assets/images/icon_car_active.png);
}

.taian-news.e-school a.motor:hover .news-date {
    background-color: #e88987;
    background-image: url(/assets/images/icon_motor_active.png);
}

.taian-news a.more-info {
    text-align: right;
    color: #da3e3b;
    text-decoration: underline;
    box-shadow: none;
}

.taian-family {
    margin-top: 40px;
    text-align: right;
    height: 154px;
    position: relative;
    background-image: url(/assets/images/taian-family.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 154px;
}

    .taian-family::before {
        width: calc(100% - 1018px);
        height: 1px;
        background-color: #e88987;
        display: inline-block;
        content: '';
        position: absolute;
        left: 0;
        top: 145px;
        opacity: 0.3;
    }

    .taian-family::after {
        width: 100%;
        height: 110px;
        background-color: #f8f8f8;
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 146px;
        z-index: -1;
    }

.taian-footer {
    border-top: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.pink-footer {
    background-color: #e88987;
    padding: 50px 0px 30px 0px;
    background-image: url(/assets/images/footer-house.png);
    background-repeat: no-repeat;
    background-position: 95% 95%;
    background-size: auto 120px;
}

    .pink-footer a {
        color: #fff;
    }

.pink-footer-title {
    font-weight: 700;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}

.pink-footer ul {
    margin-top: 20px;
    display: none;
}

    .pink-footer ul.collapse-more {
        display: block;
    }

.pink-footer li {
    margin-bottom: 15px;
}

.grey-footer {
    padding: 30px 0;
}

    .grey-footer ul {
        padding: 0;
        text-align: justify;
        height: 80px;
        height: 25px;
    }

        .grey-footer ul li {
            display: inline-block;
        }

        .grey-footer ul:after {
            content: '';
            display: inline-block;
            width: 100%;
        }

    .grey-footer a {
        color: #5c5c5c;
        font-size: 20px;
        font-weight: 700;
    }

.more-footer {
    width: 100px;
    margin: auto;
}

    .more-footer p {
        margin-top: 50px;
        text-align: center;
        color: #fff;
    }

.mouse-down {
    display: block;
    margin: 10px auto;
    width: 30px;
    height: 30px;
    background-image: url(/assets/images/icon_mousedown.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.company-information {
    color: #fff;
    text-align: center;
}

.phone-number i {
    font-size: 12px;
    width: 25px;
    height: 25px;
    border: solid #fff 1px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    position: inherit;
    vertical-align: middle;
}

.phone-number p:last-child {
    font-size: 18px;
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
}

.phone-number {
    width: 100%;
    padding: 0;
    margin-top: 40px;
}

.info p {
    margin-bottom: 20px;
}

.footer-block {
    display: inline-block;
    width: 25px;
}


@media(max-width:991px) {
    .margin-top-nav {
        margin-top: 0;
    }

    .slick-dots li {
        margin: 0;
    }

    .footer-block {
        display: block;
        width: 0;
    }

    .info p {
        line-height: 35px;
    }
}



@media(max-width:768px) {

    .taian-news a.more-info {
        text-align: center;
        font-size: 18px;
    }

    .taian-family {
        background-position: 95% bottom;
    }

    .grey-footer ul li {
        display: inline-block;
        margin-bottom: 15px;
        width: 46%;
    }

    .grey-footer ul {
        height: inherit;
    }

    .grey-footer {
        padding: 30px 0 15px;
        background-color: #f8f8f8;
    }

    .pink-footer-title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .pink-footer ul {
        margin-bottom: 50px;
    }

    .more-footer p {
        margin-top: 30px;
    }

    .pink-footer {
        background-position: center 98%;
        background-size: 100% auto;
    }
}

@media(max-width:480px) {
    .slick-prev {
        left: 25px;
    }

    .slick-next {
        right: 50px;
    }

    .taian-family::after {
        width: 100%;
        height: 10px;
        background-color: #f8f8f8;
        display: block;
        content: '';
        position: inherit;
        left: 0;
        top: 146px;
        z-index: 0;
    }
}

/*footer 聯絡資訊 2024*/
.footer_contact_container {
    width: 100%;
    margin: 30px 0px 50px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_contact_info {
    color: #ffffff;
}

.footer_contact_social_media {
    border-left: 1px solid #ffffff;
    display: flex;
    padding-left: 50px;
}

.footer_info_row {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

    .footer_info_row:last-child {
        margin-bottom: 0px;
    }

.footer_info_td {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.footer_contact_social_media .footer_contact_btn {
    width: 50px;
    height: 50px;
    background-color: #E88987;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.footer_info_row .title_icon {
    width: 25px;
    height: 25px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info_important {
    font-size: 18px;
    font-weight: bold;
    ;
}

@media(max-width:1199px) {
    .footer_contact_info {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer_info_row {
        flex-wrap: wrap;
        justify-content: center;
    }

        .footer_info_row:last-child .footer_info_td {
            width: 100%;
            margin-bottom: 15px;
            margin-right: 0px;
            justify-content: center;
        }

    .footer_contact_container {
        flex-wrap: wrap;
    }

    .footer_contact_social_media {
        width: 100%;
        border-left: 0px solid #ffffff;
        justify-content: center;
        margin-top: 30px;
        padding-left: 0px;
    }
}

@media(max-width:768px) {
    .footer_info_row .footer_info_td {
        margin: 0 15px;
    }

        .footer_info_row .footer_info_td.info_important {
            width: 100%;
            margin: 0 0px;
            margin-bottom: 15px;
            justify-content: center;
        }
}

@media(max-width:540px) {
    .footer_info_row .footer_info_td {
        width: 100%;
        margin: 0 15px;
        margin-bottom: 15px;
        justify-content: center;
    }

    .footer_contact_social_media {
        margin-top: 20px;
    }
}
/*footer 聯絡資訊 2024 end*/
