﻿@charset "UTF-8";
@import url(frame.css);
/*-------------------------
       L A Y O U T
-------------------------*/
@import url(font-awesome.min.css);

body #load_menu {
    line-height: 1.5;
    font-size: 16px;
}

.tab_btn img {
    width: 15%;
}

.pet_menu img {
    width: 100%;
}

.kv {
    background-position: center;
    background-repeat: no-repeat;
}

.ecrd1_imgWidth {
    display: block;
    margin: 20px auto;
    overflow: hidden;
}

.ecrd1_imgWidth img {
    width: 100% !important;
}

body.faq{
    letter-spacing: 0;
}

.faq ol{
    padding-left: 0;
}

nav ul.nav{
    text-align: center;
}

.dotStyle {
    list-style-type: disc;
    text-indent: 20px;
}

.compulsory .green {
    background: #e1efd9;
    padding: 20px 10px;
    box-sizing: border-box;
}

.compulsory .fa.green {
    background: none;
    padding: 0;
}

.icon-burger {
    text-indent: 130%;
    overflow: hidden;
    white-space: nowrap;
}

footer .warning:before,
footer .warning:after,
nav ul.nav li:after,
nav ul.nav>li:before {
    content: '';
    display: block;
}

.f-logo,
nav ul.nav li:after {
    background-image: url('../../../images/icon/icons@2x.png');
    background-size: 600px 550px;
    background-repeat: no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (max--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

    .f-logo,
    nav ul.nav li:after {
        background-image: url('../../../images/icon/icons@2x.png');
    }
}

#Document {
    width: 100%;
}

#Document>* {
    clear: both;
    width: 100%;
}

header>section,
footer>section,
nav>section {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

article>section {
    width: 100%;
    position: relative;
    z-index: 2;
}

article>section>div {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.col-5 {
    display: inline-block;
    width: 49.5%;
}

@media (max-width: 980px) {
    article>section>div {
        width: 96%;
    }
}

@media (max-width: 767px) {
    article {
        padding-top: 9px;
    }
}

/*-------------------------
          N A V
-------------------------*/
nav {
    color: #4f4f4f;
    font-size: 1.125rem;
    font-size: 20px \9;
    font-weight: bold;
    position: relative;
    z-index: 99999;
    text-align: center;
    margin-top: 20px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px;
    border-radius: 0px 0px 5px 5px;
}

nav a {
    color: #005BAC;
    /* text-decoration: none; */
}

nav a:hover {
    text-decoration: underline;
}

nav ul.nav {
    margin: 0 auto;
}

nav ul.nav li {
    position: relative;
}

nav ul.nav>li {
    float: left;
}

nav ul.nav>li+li:before {
    background-color: #4f4f4f;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 19px;
    left: 0;
}

nav ul.nav>li:hover a,
nav ul.nav>li.selected a {
    text-decoration: underline;
    color: white;
}

nav ul.nav>li ul.sub {
    background-color: #fff;
    display: none;
    font-size: 1.125rem;
    font-size: 18px \9;
    width: 100%;
    position: absolute;
    top: 52px;
    left: 0;
    text-align: center;
}

nav ul.nav>li ul.sub li+li {
    border-top: 1px solid #fff;
}

nav ul.nav>li ul.sub a {
    border-bottom: none;
    color: #a2a2a2;
    height: auto;
    line-height: 130%;
    padding: 10px;
}

nav ul.nav>li ul.sub a:hover {
    background-color: #EE5B6E;
    color: white;
}

.icon-burger {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    background-image: none;
    width: 25px;
    height: 22px;
    cursor: pointer;
    position: relative;
    top: 5px;
    margin-top: -9px;
}

.icon-burger:after {
    display: none;
}

.icon-burger span {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
    background-color: white;
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
}

.icon-burger span:nth-child(1) {
    top: 0;
}

.icon-burger span:nth-child(2) {
    top: 7px;
}

.icon-burger span:nth-child(3) {
    top: 14px;
}

.icon-burger.open span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}

.icon-burger.open span:nth-child(2) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
}

.icon-burger.open span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
}

@media (min-width: 768px) and (max-width: 980px) {
    nav ul.nav {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .ecrd1_imgWidth {
        margin: 10px 0;
    }
}

@media (max-width: 480px) {
    nav ul.nav {
        width: 100%;
    }


}

/*-------------------------
       L O A D E R
-------------------------*/
.loading {
    background-color: #d7effb;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
}

.loader {
    color: #688cc9;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -42px;
    width: 85px;
    text-align: center;
}

.loader span {
    -moz-animation: loader 0.9s infinite alternate;
    -webkit-animation: loader 0.9s infinite alternate;
    animation: loader 0.9s infinite alternate;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    background: #688cc9;
    border-radius: 50px;
}

.loader span:nth-of-type(2) {
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loader span:nth-of-type(3) {
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes loader {
    0% {
        width: 10px;
        height: 10px;
        opacity: 0.9;
        -webkit-transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        opacity: 0.1;
        -webkit-transform: translateY(-21px);
    }
}

@-moz-keyframes loader {
    0% {
        width: 10px;
        height: 10px;
        opacity: 0.9;
        -moz-transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        opacity: 0.1;
        -moz-transform: translateY(-21px);
    }
}

/*-------------------------
          k v
-------------------------*/
.kv {
    width: 100%;
    min-height: 272px;
    position: relative;
}

.kv h1 {
    font-size: 2.5rem;
    font-weight: bold;
    position: absolute;
    top: 43px;
    left: 100px;
}

.kv h2 {
    font-size: 1.25rem;
    position: absolute;
    color: #494644;
    font-weight: bold;
    top: 88px;
    left: 100px;
}

.kv a.org_bt {
    position: absolute;
}

.kv .t18 {
    font-size: 1.25rem;
}


.kv2 {
    background: url("../../../images/excess/kv.jpg") no-repeat scroll left top/100% auto;
    width: 100%;
    height: 150px;
    position: relative;
    border-radius: 20px 20px 0 0;
}

.kv3 {
    background: url("../../../images/article/travel/japan-travel/japanTravel.jpg") no-repeat scroll left top/100% auto;
    width: 100%;
    height: 400px;
    position: relative;
    border-radius: 20px 20px 0 0;
}

.petkv2 {
    background: url("../../../images/article/vehicle/pet/pet-live-kv.jpg") no-repeat scroll left top/100% auto;
    width: 100%;
    position: relative;
    border-radius: 20px 20px 0 0;
}

.petkv {
    background: url("../../../images/article/vehicle/pet/kv.jpg") no-repeat scroll left top/100% auto;
    width: 100%;
    position: relative;
    border-radius: 20px 20px 0 0;
}

.kv2.faq {
    background: url("../../../images/faq/kv.jpg") no-repeat scroll left top/100% auto;
    border-radius: 20px 20px 0 0;
}

.kv2.faq .t-block {
    padding-top: 30px;
}

.kv3.schengen {
    background: url("../../../images/article/travel/schengen-insurance/schengenkv.jpg") no-repeat scroll left top/100% auto;
    border-radius: 20px 20px 0 0;
    padding-top: 40px;
}

.kv3.ecrd1_calculationKv {
    background: url("../../../images/article/vehicle/car-pd-riskfactor/calculationkv.jpg") no-repeat scroll left top/100% auto;
    border-radius: 20px 20px 0 0;
    padding-top: 40px;
}

.kv3.ecrd1_travelRentCarKv {
    background: url("../../../images/article/travel/rent-travel/rentCarkv.jpg") no-repeat scroll left top/100% auto;
    padding-top: 40px;
    border-radius: 20px 20px 0 0;
}

.kv3.ecrd1_travelRentCarKv h1 {
    color: #fff;
}

.kv3.ecrd1_travelRentCarKv .ecrd1_titleMini:before {
    background: url(../../../images/article/travel/rent-travel/commaW.png);
}

.kv3.ecrd1_travelRentCarKv .ecrd1_titleMini:after {
    background: url(../../../images/article/travel/rent-travel/comma2W.png);
}

.kv3.ecrd1_travelRentCarKv .ecrd1_titleMini {
    display: inline-block;
    margin-top: 20px;
}

.kv2.quota {
    background: url("../../../images/article/vehicle/quota/kv.jpg") no-repeat scroll left top/100% auto;
}

.kv3.car {
    background: url("../../../images/article/vehicle/compulsory-transfer/carkv.jpg") no-repeat scroll left top/100% auto;
}

.kv2 img {
    width: 100%;
    display: block;
}

.kv2 .t-block,
.kv3 .t-block {
    padding-top: 30px;
    padding-left: 25px;
}

.kv3 .t-block {
    padding-top: 60px;
    padding-left: 0
}

.kv3.ecrd1_calculationKv .t-block {
    background: rgba(255, 255, 255, 0.65);
    padding-top: 0;
    display: block;
    padding: 25px 0;
}

.kv2 h1,
.kv2 h2 {
    font-weight: bold;
    color: #005BAC;
}

.kv3 h1,
.kv3 h2 {
    font-weight: bold;
    color: #333;
    text-align: center;
}

.compulsory .kv3 h1 {
    background: rgba(255, 255, 255, 0.5);
    background: #fff \9;
    padding: 20px 0;
}

.kv2 h1,
.kv3 h1 {
    font-size: 2.875rem;
    letter-spacing: -2px;
}

.compulsory .kv2 h1 {
    font-size: 2.3rem;
    letter-spacing: -2px;
}

.kv2 h2 {
    font-size: 1.25rem;
    margin-left: 20px;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.kv3 h2 {
    font-size: 2rem;
    margin-bottom: 20px
}

.kv2 h2:before,
.kv2 h2:after,
.kv3 h2:before,
.kv3 h2:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 11px;
    margin: 0 6px;
}

.kv2 h2:before {
    background: url(../../../images/article/vehicle/peth/comma.png);
    margin-top: -11px;
}

.kv2 h2:after {
    background: url(../../../images/article/vehicle/peth/comma2.png);
}

.kv3 h2:before {
    background: url(../../../images/article/vehicle/peth/commaB.png);
    margin-top: -11px;
}

.kv3 h2:after {
    background: url(../../../images/article/vehicle/peth/comma2B.png);
}


.description {
    background: #F2F7FC;
    padding: 20px 60px;
    border: 1px solid #B2B2B2;
    border-bottom: 0;
    text-align: justify;
}

.k-bg01 {
    background-image: url('../../../images/article/vehicle/peth/kv01.jpg');
    background-repeat: no-repeat;
    height: 272px;
}

.k-bg02 {
    background-image: url('../../../images/article/vehicle/peth/kv02.jpg');
    background-repeat: no-repeat;
    height: 272px;
}

.k-bg03 {
    background-image: url('../../../images/article/vehicle/peth/kv03.jpg');
    background-repeat: no-repeat;
    height: 272px;
}

.k-bg04 {
    background-image: url('../../../images/article/vehicle/peth/kv04.jpg');
    background-repeat: no-repeat;
    height: 272px;
}

.japan h4 {
    font-weight: bold;
    font-size: 1rem;
    color: #005BAC;
    padding-bottom: 15px;
}
.japan p {
    margin-bottom: 0;
}

.type {
    border: 1px solid #B2B2B2;
    margin: 30px 0;
    padding: 20px;
    border-radius: 15px;
    overflow: hidden;
    background: #F2F7FC;
}

.japan .photoIcon {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: white;
    margin: 0 20px;
    padding: 15px;
}

.photoIcon img {
    width: 100%
}

.japan .text {
    width: 84%;
}

.japan .notice {
    margin: 20px 0;
    background: #FFF5D9;
    padding: 20px;
    border-radius: 20px;
}

.japan .notice h4 {
    font-weight: bold;
    font-size: 25px;
    color: #005BAC;
    margin: 10px 0;
    padding: 0;
}

.japan .notice ul li {
    border-bottom: 1px dashed #e4ea97;
    margin: 20px 0;
    padding: 10px 0;
}

.ShortList td {
    border: 1px solid #B2B2B2;
}

.imgTable {
    padding: 10px;
    text-align: center;
    color: #4f4f4f;
    font-size: 16px;
    border: 0;
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}

.compulsory .gray {
    margin: 10px 0;
    border: 1px solid #B2B2B2;
    padding: 20px;
    color: #4f4f4f;
    border-radius: 20px;
}

.compulsory .gray .small {
    font-size: 14px;
    line-height: 25px;
}

.imgTable td {
    box-sizing: border-box;
    padding: 10px 20px;
    border-right: 2px solid #fff;
    width: 180px;
}

.imgTable td img {
    vertical-align: middle;
    width: 20px;
    margin: auto;
}

.imgTable td.gray1 {
    background: #E8E8E8;
    color: #4f4f4f;
}

.imgTable td.small {
    font-size: 12px;
    padding: 10px 0;
}

.imgTable td.blue1 {
    background: #E5EFFA;
    border-right: 3px solid #B2B2B2;
}

.imgTable td.blue2 {
    background: #F2F7FC;
    border-right: 3px solid #B2B2B2;
}

.blue3 {
    background: #bfdbcf;
    border-right: 0;
}

.blue4 {
    background: #eaefeb;
    border-right: 0;
}

.green1 {
    background: #cde8c5;
}

.green2 {
    background: #e6ede5;
}

.green3 {
    background: #cae1ad;
}

.green4 {
    background: #e3f0d5;
}

.imgTable tr td:first-of-type {
    border: 0
}

.another {
    font-size: 14px;
}

.imgTable tr:last-of-type .blue2 {
    border-bottom: 5px solid #B2B2B2;
}

.imgTable .td_bg1 {
    background-image: url(../../../images/article/vehicle/peth/table_bg1.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    height: 94px;
    color: #fff;
    padding: 0;

    font-size: 20px;
}

.imgTable .td_bg2 {
    background-image: url(../../../images/article/vehicle/peth/table_bg2.png);
    background-size: contain;
    background-position: center top 6px;
    background-repeat: no-repeat;
    height: 76px;
    color: #fff;
    padding: 0;

    font-size: 20px;

}

.imgTable .td_bg3 {
    background-image: url(../../../images/article/vehicle/peth/table_bg3.png);
    background-size: contain;
    background-position: center top 6px;
    background-repeat: no-repeat;
    height: 76px;
    color: #fff;
    padding: 0;
    font-size: 20px;

}

.imgTable .td_bg4 {
    background-image: url(../../../images/article/vehicle/peth/table_bg4.png);
    background-size: contain;
    background-position: center top 6px;
    background-repeat: no-repeat;
    height: 76px;
    color: #fff;
    padding: 0;
    font-size: 20px;

}

.imgTable tr:first-of-type td p {
    text-align: center !important;
}

.imgTable p,
.imgTable li {
    margin: 0 0 20px 0;
    text-justify: distribute;
    word-break: break-all;
    text-align: justify;
    font-size: 18px;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .imgTable td {
        width: 20%;
        height: auto;
        padding: 5px 10px;
    }

    .imgTable tr:first-of-type td {
        height: auto;
    }

    .imgTable td.small {
        padding: 10px;
    }

    .imgTable tr:first-of-type td p {
        font-size: 14px;
        margin: 10px 0;
    }

    .imgTable .td_bg1 {
        background-image: linear-gradient(to bottom, #00b7de, #1690c7);
    }

    .imgTable .td_bg2 {
        background-image: linear-gradient(to bottom, #92c69f, #60a062);
        background-position: center top;
    }

    .imgTable .td_bg3 {
        background-image: linear-gradient(to bottom, #c5d9be, #afbf5d);
        background-position: center top;
    }

    .imgTable .td_bg4 {
        background-image: linear-gradient(to bottom, #c1d8ce, #8cb99e);
        background-position: center top;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .k-bg01 {
        background: url("../../../images/article/vehicle/peth/kv01.jpg") no-repeat top center;
        background-size: contain;
    }

    .k-bg02 {
        background: url("../../../images/article/vehicle/peth/kv02.jpg") no-repeat top center;
        background-size: contain;
    }

    .k-bg03 {
        background: url("../../../images/article/vehicle/peth/kv03.jpg") no-repeat top center;
        background-size: contain;
    }

    .k-bg04 {
        background: url("../../../images/article/vehicle/peth/kv04.jpg") no-repeat top center;
        background-size: contain;
    }

    .kv {
        height: 220px;
        min-height: 220px;
    }

    .kv h1 {
        top: 25px;
        left: 80px;
    }

    .kv h2 {
        top: 64px;
        left: 80px;
        line-height: 24px;
    }

    .kv a.org_bt {
        width: 210px;
        left: 80px;
        bottom: 24px;
    }

    .kv .t18 {
        font-size: 1.125rem;
    }

    .kv2 {
        width: 100%;
        height: 14vw;
    }

    .kv2 h1 {
        font-size: 2.25rem;
    }

    .kv2 .t-block {
        padding-top: 15px;
        padding-left: 15px;
    }



}

@media (max-width:768px) {
    .kv3.ecrd1_calculationKv {
        background: url("../../../images/article/vehicle/car-pd-riskfactor/calculationM.jpg") no-repeat scroll left top/100% auto;
        background-size: cover;
    }

    .kv3.ecrd1_travelRentCarKv {
        background: url("../../../images/article/travel/rent-travel/rentCarkvM.jpg") no-repeat scroll left top/100% auto;
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .k-bg01 {
        width: 100%;
        background: url("../../../images/article/vehicle/peth/kv01-m.jpg") no-repeat top center;
        background-size: cover;
        height: 0;
        padding-bottom: 60%;
    }

    .k-bg02 {
        width: 100%;
        background: url("../../../images/article/vehicle/peth/kv02-m.jpg") no-repeat top center;
        background-size: cover;
        height: 0;
        padding-bottom: 60%;
    }

    .k-bg03 {
        width: 100%;
        background: url("../../../images/article/vehicle/peth/kv03-m.jpg") no-repeat top center;
        background-size: cover;
        height: 0;
        padding-bottom: 60%;
    }

    .k-bg04 {
        width: 100%;
        background: url("../../../images/article/vehicle/peth/kv04-m.jpg") no-repeat top center;
        background-size: cover;
        height: 0;
        padding-bottom: 60%;
    }

    .kv a.org_bt {
        position: absolute;
        left: 90px;
    }

    .kv h1,
    .kv h2 {
        left: 120px;
    }

    .kv h1 .t18,
    .kv h2 .t18 {
        font-size: 1.25rem;
    }

    .kv2,
    .kv3 {
        width: 100%;
        height: 55vw;
    }

    .kv h1.t_red {
        font-size: 1.5rem !important
    }

    .kv2.faq {
        background: url("../../../images/faq/m-kv.jpg") no-repeat scroll left top/100% auto;
        height: 21vw;
    }

    .kv2.faq .t-block {
        padding-top: 30px;
    }

    .petkv {
        background: url("../../../images/article/vehicle/pet/kv-m.png") no-repeat scroll left top/100% auto;
    }

    .petkv2 {
        background: url("../../../images/article/vehicle/pet/pet-live-kv-m.jpg") no-repeat scroll left top/100% auto;
    }

    .kv2.excess {
        background: url("../../../images/excess/m-kv.jpg") no-repeat scroll left top/100% auto;
    }

    .kv2.quota {
        background: url("../../../images/article/vehicle/quota/m-kv.jpg") no-repeat scroll left top/100% auto;
    }

    .kv3.japanTravel {
        background: url("../../../images/article/travel/japan-travel/japanTravelM.jpg") no-repeat scroll left top/100% auto;
    }

    .kv3.schengen {
        background: url("../../../images/article/travel/schengen-insurance/schengenkvM.jpg") no-repeat scroll left top/100% auto;
    }

    .kv3.car {
        background: url("../../../images/article/vehicle/compulsory-transfer/carkv.jpg") no-repeat scroll left top/100% auto;
    }

    .kv2 h1,
    .kv3 h1 {
        font-size: 2.25rem;
    }

    .kv2 h2,
    .kv3 h2 {
        margin-bottom: 12px;
    }

    .kv3 h2 {
        font-size: 1.25rem;
    }

    .kv2 .t-block {
        padding-top: 15px;
        padding-left: 0;
    }

    .description {
        text-align: left;
        padding: 8px 12px;
    }

    .compulsory .left.width {
        width: 100%;
    }

    .compulsory .photo.right {
        width: 100%;
        margin: 10px 0;
    }

    .kv3.ecrd1_travelRentCarKv .ecrd1_titleMini {
        margin-top: 10px;
    }
}

@media (max-width: 640px) {
    .imgTable tr:first-of-type td p {
        font-size: 14px;
        line-height: 18px;
    }

    .imgTable {
        font-size: 14px;
    }

    .imgTable td {
        padding: 5px;
    }

    .imgTable td.small {
        padding: 4px;
        line-height: 16px;
    }

    .another {
        font-size: 12px;
        display: block;
        line-height: 16px;
    }

    .kv a.org_bt {
        bottom: 10px;
        left: 2.5%;
    }

    .kv .t18 {
        font-size: 1rem;
    }

    .kv h1 {
        top: 20px;
        left: 20%;
    }

    .kv h1.t_red {
        font-size: 1.2rem !important;
    }

    .kv h2 {
        top: 55px;
        left: 20%;
    }

    .kv2.faq h1 {
        font-size: 1.75rem;
    }

    .compulsory .kv2 h1 {
        font-size: 1.8rem;
    }
}

@media (max-width: 610px) {

    .compulsory .item1-btn a,
    .excess .item1-btn a {
        display: inline-block;
        margin: 10px 0 !important;
    }
}

@media (max-width: 480px) {
    .kv a.org_bt {
        position: absolute;
        left: 5.5%;
        width: auto;
        font-size: 1rem;
        padding: 8px;
        height: auto;
        bottom: 10px;
    }

    .kv .t18 {
        font-size: 1rem;
    }

    .kv h1 {
        top: 18px;
        font-size: 2rem;
        left: 55px;
    }

    .kv h2 {
        top: 50px;
        left: 55px;
        font-size: 1.125rem;
        font-weight: bold;
        line-height: 22px;
    }
}

@media (max-width: 360px) {
    .kv a.org_bt {
        position: absolute;
        left: 10px;
    }

    .kv h1 {
        left: 30px;
    }

    .kv h2 {
        font-size: 0.9375rem;
        left: 30px;
    }
}

@media (max-width: 320px) {
    .kv a.org_bt {
        position: absolute;
        left: 10px;
    }

    .kv h1 {
        left: 15px;
    }

    .kv h2 {
        font-size: 0.9375rem;
        left: 15px;
    }

    .kv2 h1 {
        font-size: 1.875rem;
    }

    .kv2 h2 {
        margin-bottom: 4px;
    }

    .kv2.faq .t-block {
        padding-top: 20px;
    }

    .kv2.faq h1 {
        font-size: 1.5rem;
    }
}

/*-------------------------
       p a g e s
-------------------------*/
/*字級*/
.t18 {
    font-size: 1.125rem;
}

.t20 {
    font-size: 1.25rem;
}

.t16 {
    font-size: 1rem;
}

.t13 {
    font-size: 0.813rem;
}

.t14 {
    font-size: 0.875rem;
}

.t30 {
    font-size: 1.875rem;
}

/*汽車*/
.main {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 20px 30px 20px;
    border-radius: 0 0 20px 20px;
    border: #B2B2B2 1px solid;
}

a.org_bt {
    text-align: center;
    width: calc(50% - 5px);
    bottom: 32px;
    left: 100px;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.375rem;
    background: #EE5B6E;
    /*線性漸層*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 100px;
}

a.org_bt i {
    display: inline-block;
    vertical-align: middle;
}

a.org_bt span {
    display: inline-block;
    vertical-align: middle;
}

a.org_bt:hover {
    background: #fd7889;
}

a.org_bt3 {
    text-align: center;
    width: 270px;
    bottom: 32px;
    left: 100px;
    padding: 10px 0;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 1.375rem;
    text-shadow: 3px 0px 3px #e1821a;
    margin-bottom: 10px !important;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2YjAyMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2OGUyNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6b022), color-stop(100%, #f68e27));
    background: -moz-linear-gradient(#f6b022, #f68e27);
    background: -webkit-linear-gradient(#f6b022, #f68e27);
    background: linear-gradient(#f6b022, #f68e27);
    /*線性漸層*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bread {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0;
    color: #4f4f4f;
    font-size: 1rem;
}

.bread a {
    color: #005BAC;
    text-decoration: none;
}

.bread a:hover {
    text-decoration: underline;
}

.font0 {
    font-size: 0;
}

.table {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #B2B2B2;
    overflow: hidden;
    position: relative;
}

.table ul.tab01 {
    display: block;
}

.table ul.tab01 .tab_name {
    border-bottom: 1px solid #B2B2B2;
    font-size: 1.125rem;
    font-weight: bold;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3));
    background: -moz-linear-gradient(#ffffff, #f3f3f3);
    background: -webkit-linear-gradient(#ffffff, #f3f3f3);
    background: linear-gradient(#ffffff, #f3f3f3);
    /*線性漸層*/
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 60%;
    float: left;
}

.table ul.tab01 .tab_green {
    background: url("../../../images/article/vehicle/peth/green_bg.png") no-repeat;
    font-weight: bold;
    color: #fff;
    height: 78px;
    font-size: 1.25rem;
    text-align: center;
    padding-top: 8px;
    border-left: 1px dotted #B2B2B2;
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0px;
    vertical-align: top;
    line-height: 24px;
}

.table ul.tab01 .tab_green i,
.table ul.tab01 .tab_green span {
    display: inline-block;
    vertical-align: middle;
}

.table ul.tab01 img.rate {
    position: absolute;
    top: 105px;
    right: 235px;
}

.table ul.tab01 li {
    border-bottom: 1px solid #B2B2B2;
    padding: 10px;
    border-right: 1px dotted #B2B2B2;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f8f8f8));
    background: -moz-linear-gradient(#ffffff, #f8f8f8);
    background: -webkit-linear-gradient(#ffffff, #f8f8f8);
    background: linear-gradient(#ffffff, #f8f8f8);
    /*線性漸層*/
}

.table ul.tab01 li span {
    display: inline-block;
    vertical-align: middle;
    width: 42%;
    font-size: 1rem;
}

.table ul.tab01 li img {
    display: inline-block;
    vertical-align: middle;
}

.table ul.tab01 li .t_red {
    width: 30%;
    display: inline-block;
    text-align: right;
    font-size: 2.25rem;
    font-weight: bold;
    height: 100%;
    line-height: 90px;
}

.table ul.tab01 li:last-child {
    border-bottom: none;
}

.table .tab03 .gray_bg {
    border-bottom: 1px solid #B2B2B2;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f8f8f8));
    background: -moz-linear-gradient(#ffffff, #f8f8f8);
    background: -webkit-linear-gradient(#ffffff, #f8f8f8);
    background: linear-gradient(#ffffff, #f8f8f8);
    /*線性漸層*/
}

.table .tab03 .gray_bg .green_tit {
    font-size: 1.25rem;
    color: #005BAC;
}

.table .tab03 .gray_bg ul.txt {
    padding: 25px;
    font-size: 1rem;
    font-weight: bold;
}

.table .tab03 .gray_bg ul.txt li span {
    display: inline-block;
    width: 75px;
    height: 75px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #B2B2B2;
    background: #fff;
    color: #005BAC;
    font-size: 0.75rem;
    vertical-align: top;
    margin: 0 5px 10px 0;
    padding: 5px 0 0 0;
    line-height: 20px;
}

.table .tab03 .gray_bg ul.txt li span i {
    display: block;
}

.table th {
    border-right: 1px dotted #B2B2B2 !important;
    padding: 5px;
    line-height: 18px;
}

.table th:last-child {
    border-right: none !important;
}

.table td {
    padding: 5px;
    line-height: 20px;
    font-weight: bold;
    border-right: 1px dotted #B2B2B2 !important;
    border-top: 1px solid #B2B2B2 !important;
}

.table td:last-child {
    border-right: none !important;
}

article section img{
    margin-bottom: 0;
}

.green_tab_tit {
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 10px 0;
    background: #005BAC;
    /*線性漸層*/
    text-align: center;
    height: 40px;
}

.w-57 {
    width: 57%;
    float: left;
}

.w-42 {
    width: 41%;
    float: right;
}

.no-line {
    border-bottom: none !important;
}

.green {
    color: #005BAC;
}

.red {
    color: #EE5B6E;
}

.gold {
    color: #005BAC;
}

.wh {
    color: #fff;
}

.t_red {
    color: #EE5B6E;
}

.t_block {
    color: #4f4f4f;
}

.t_org {
    color: #f17900;
}

.border-gray {
    border: 1px solid #B2B2B2;
    border-radius: 20px;
}

.padding20 {
    padding: 20px;
}
ul.note {
    font-size: 0.9375rem;
    color: #4f4f4f;
    list-style-image: url("../../../images/article/vehicle/peth/dot.jpg");
    margin-left: 10px;
    line-height: 24px;
    margin-top: 10px;
    width: auto;
    display: inline-block;
}

.btn{
    margin: 20px;
    text-align: center;
}

a.org_bt2 {
    display: inline-block;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    background: #EE5B6E;
    /*線性漸層*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 100px;
    margin-top: 15px;
    text-decoration: none;
    font-size: 1rem;
    text-align: center;
}
a.org_bt2:hover {
    background: #fd7889;
    /*線性漸層*/
}

a.org_bt2.green {
    background: #EE5B6E;
}

a.org_bt2.green:hover {
    background: #fd7889;
    /*線性漸層*/
}

#DIV1 {
    float: left;
}

#DIV2 {
    float: left;
}

#DIV3 {
    float: left;
}

.item .list {
    font-size: 1.125rem;
    color: #005BAC;
    font-weight: bold;
}

.item .list .number {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    background: #005BAC;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    display: inline-block;
    line-height: 25px;
    margin-right: 5px;
}

.item .list span {
    font-weight: normal;
    color: #4f4f4f;
    font-size: 1rem;
    display: inline-block;
    width: 685px;
    vertical-align: top;
    margin-bottom: 5px;
}

.item .list div .third-tip {
    width: 800px;
}

.item .yel_bg {
    background-image: url('../../../images/yel_bg2.png');
    width: 816px;
    height: 333px;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
}

.item .pur_bg {
    background-image: url('../../../images/pur_bg2.png');
    width: 816px;
    height: 376px;
    margin: 0 auto;
    background-repeat: no-repeat;
    position: relative;
}

.item .h_300 {
    height: 300px;
}

.item .h_376 {
    height: 376px;
}

.item .blue_bg {
    background-image: url('../../../images/article/vehicle/peth/blue_bg.png');
    width: 816px;
    height: 270px;
    margin: 0 auto;
    background-repeat: no-repeat;
    position: relative;
}

.item a.block_go {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
}

.item a.block_go .wh_txt {
    font-size: 1.875rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 100px;
    padding: 0 20px;
    color: #fff;
    font-weight: bold;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.item ul.txt2 {
    color: #4f4f4f;
    font-size: 1.125rem;
    position: relative;
    line-height: 24px;
}

.item ul.txt2 li {
    height: 275px;
}

.item .pur_bg ul.txt2 li {
    height: 300px;
}

.item .blue_bg ul.txt2 li {
    height: 210px;
}

.item ul.txt2 li:nth-child(1) {
    float: left;
    padding: 45px 0 0 30px;
    width: 275px;
    font-weight: bold;
}

.item ul.txt2 li:nth-child(2) {
    padding: 20px 0 0 18px;
    font-weight: bold;
    width: 470px;
    float: right;
}

.item ul.txt2 li.highly {
    padding-top: 30px;
}

.item ul.txt2 li:nth-child(2) .t_red {
    border-bottom: 2px solid #EE5B6E;
    letter-spacing: -1px;
    margin-left: -15px;
}

.item ul.txt2 li:nth-child(2) .none_border_tip {
    border: none;
    padding-left: 15px;
    font-size: 14px;
}

.item ul.txt2 li:nth-child(2) .green {
    margin-left: -20px;
    letter-spacing: -2px;
    min-width: 170px;
    display: inline-block;
}

.item ul.txt2 li:nth-child(2) .t_gray {
    font-size: 0.875rem;
    color: #a5a5a5;
}

.item ul.txt2 li:nth-child(2) a.go_bt {
    display: block;
    position: absolute;
    top: -10px;
    right: 10px;
}

.item ul.txt2 li:nth-child(2) a.go_bt img {
    width: 75px;
}

.item ul.txt2 li:nth-child(2) ol.add {
    list-style-image: url("../../../images/article/vehicle/peth/icon_add.png");
}

.item ul.txt2 li:nth-child(2) ol.add li {
    padding: 0;
    width: 100%;
    height: auto;
    line-height: 20px;
    float: none;
}

.item .red_tag {
    background-image: url('../../../images/article/vehicle/peth/red_tag.png');
    width: 99px;
    height: 40px;
    color: #fff;
    font-size: 1.125rem;
    line-height: 40px;
    margin: 0 0 15px 0;
    font-weight: bold;
}

.item .sug_txt {
    font-size: 1rem;
    padding: 0 30px;
}

.item .sug_txt i,
.item .sug_txt span {
    display: inline-block;
    vertical-align: top;
}

.item .sug_txt span {
    width: 92%;
    line-height: 20px;
}

.item ul.txt2 li:nth-child(2) .prem_2 {
    margin-left: 165px;
}

.item1-btn {
    text-align: center;
    padding-top: 20px;
}

.item1-btn a {
    display: inline-block;
}

.compulsory .item1 {
    margin: 0 auto 30px;
}

/*機車*/
.mot_box {
    display: flex;
    display: -webkit-flex;
    padding: 20px;
}

.mot_box .mot_item {
    flex: 1;
    width: 30.3%;
    color: #fff;
    font-size: 1rem;
    padding: 15px;
    line-height: 24px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.mot_box .mot_item+.mot_item {
    margin-left: 20px;
}

.mot_box .mot_item img {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-height: 143px;
    max-width: 220px;
    margin-bottom: 25px;
}

.mot_box .mot_item b {
    margin-bottom: 10px;
    display: block;
}

.mot_box .mot_blue {
    background-color: #66c4e1;
}

.mot_box .mot_green {
    background-color: #98c247;
}

.mot_box .mot_red {
    background-color: #f17b57;
}

.red_box {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff4f4;
    color: #EE5B6E;
    font-size: 1.125rem;
    border: 1px solid #EE5B6E;
    font-weight: bold;
    padding: 5px 10px;
    line-height: 20px;
}

.red_box.special {
    border-radius: 50px;
    line-height: 140%;
    padding: 8px 20px;
    padding-left: 115px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 25px;
}

.red_box.special .top-space {
    margin-top: 10px;
}

.mot_tab {
    width: 100%;
    background: url("../../../images/article/vehicle/peth/mot_tab.jpg") no-repeat bottom right;
    height: 62px;
    position: relative;
}

.mot_tab img {
    position: absolute;
    right: 30%;
    z-index: 10;
}

.mot_table {
    width: 477px;
    height: 135px;
    margin-top: 10px;
    background: url("../../../images/article/vehicle/peth/mot_table.jpg") no-repeat top left;
}

@media (max-width: 1024px) {
    .main {
        padding: 20px 40px;
    }

    h3 {
        margin: 0px 0 20px 0;
    }
}

@media (max-width: 980px) {
    .main {
        padding: 10px;
    }

    h3 {
        display: block;
        width: 100%;
        margin: 20px 0;
    }

    .table ul.tab01 {
        display: block;
    }

    .table ul.tab01 .tab_green {
        background: url("../../../images/article/vehicle/peth/green_bg.png") no-repeat center top;
        background-size: 120%;
    }

    .table ul.tab01 img.rate {
        position: absolute;
        top: 105px;
        right: 155px;
    }

    .table ul.tab01 li span {
        vertical-align: middle;
        width: 36%;
    }

    .table ul.tab01 li img {
        display: inline-block;
        vertical-align: top;
    }

    .table ul.tab01 li .t_red {
        width: 37%;
    }

    .table ul.tab01 li:last-child {
        border-bottom: none;
    }

    .table .tab03 .gray_bg {
        border-bottom: 1px solid #B2B2B2;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f8f8f8));
        background: -moz-linear-gradient(#ffffff, #f8f8f8);
        background: -webkit-linear-gradient(#ffffff, #f8f8f8);
        background: linear-gradient(#ffffff, #f8f8f8);
        /*線性漸層*/
    }

    .table .tab03 .gray_bg .green_tit {
        font-size: 1.25rem;
        color: #005BAC;
    }

    .table .tab03 .gray_bg ul.txt {
        padding: 25px;
        font-size: 1rem;
        font-weight: bold;
    }

    .table .tab03 .gray_bg ul.txt li span {
        display: inline-block;
        width: 75px;
        height: 75px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #B2B2B2;
        background: #fff;
        color: #005BAC;
        font-size: 0.75rem;
        vertical-align: top;
        margin: 0 5px 10px 0;
        padding: 5px 0 0 0;
        line-height: 20px;
    }

    .table .tab03 .gray_bg ul.txt li span i {
        display: block;
    }

    .item .list span {
        width: 100%;
    }

    .item .list div .third-tip {
        width: 100%;
    }

    .item .yel_bg,
    .item .pur_bg,
    .item .blue_bg {
        width: 100%;
        background-size: contain;
        height: 0;
        padding-bottom: 33.5%;
        position: relative;
    }

    .item ul.txt2 {
        color: #4f4f4f;
        font-size: 1rem;
    }

    .item ul.txt2 li {
        height: 180px;
        position: relative;
    }

    .item ul.txt2 li:nth-child(1) {
        float: left;
        padding: 35px 0 0 10px;
        width: 37%;
    }

    .item ul.txt2 li:nth-child(2) {
        padding: 10px 0 0 0px;
        width: 54%;
        float: right;
    }

    .item ul.txt2 li:nth-child(2) .t_red {
        display: inline-block;
        vertical-align: top;
    }

    .item ul.txt2 li:nth-child(2) .prem_2 {
        margin-left: 140px;
    }

    .item ul.txt2 li:nth-child(2) .green {
        font-size: 1.5rem;
    }

    .item ul.txt2 li:nth-child(2) a.go_bt {
        right: 10px;
        top: -135px;
    }

    .item ul.txt2 li:nth-child(2) a.go_bt img {
        width: 65px;
    }

    .item ul.txt2 .t20 {
        font-size: 1rem;
    }

    .item .sug_txt {
        padding: 0 10px;
    }

    .item .sug_txt i,
    .item .sug_txt span {
        display: inline-block;
        vertical-align: top;
        width: 35px;
    }

    .item .sug_txt span {
        width: 90%;
    }

    /*機車*/
    .mot_box {
        padding: 0px;
        margin-bottom: 20px;
    }

    .mot_table {
        width: 336px;
        height: 399px;
        background: url("../../../images/article/vehicle/peth/mot_table-m.jpg") no-repeat top left;
    }

    a.org_bt2 {
        display: inline-block;
        float: none;
        margin: 20px auto 0;
        padding: 5px 10px;
        height: auto;
        font-weight: bold;
        font-size: 1.125rem;
    }

    .mot_tab img {
        position: absolute;
        right: 36%;
        z-index: 10;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .table ul.tab01 {
        display: block;
    }

    .table ul.tab01 .tab_name {
        width: 65%;
    }

    .table ul.tab01 .tab_green {
        width: 38%;
    }

    .table ul.tab01 li span {
        width: 40%;
    }

    .table ul.tab01 li .t_red {
        width: 34%;
    }

    .mot_table {
        margin-left: 40px;
    }
}

@media (max-width: 870px) {
    .japan .photoIcon {
        width: 80px;
        height: 80px;
        border-radius: 80px;
    }

    .japan .text {
        width: 78%;
        padding: 2%;
    }
}

@media (max-width: 767px) {
    .table ul.tab01 {
        display: block;
    }

    .table ul.tab01 .tab_green {
        background: url("../../../images/article/vehicle/peth/green_bg.png") no-repeat center top;
        background-size: 130%;
        font-size: 1rem;
        line-height: none;
    }

    .table ul.tab01 img.rate {
        right: 130px;
    }

    .table ul.tab01 li span {
        width: 33%;
        vertical-align: top;
    }

    .table ul.tab01 li img {
        display: inline-block;
        vertical-align: top;
    }

    .table ul.tab01 li .t_red {
        width: 30%;
        float: right;
    }

    .table ul.tab01 li .t16 {
        font-size: 1rem;
    }

    .table ul.tab01 li:last-child {
        border-bottom: none;
    }

    .table ul.tab01 .rate_t {
        display: none !important;
    }

    .table .tab03 .gray_bg {
        border-bottom: 1px solid #B2B2B2;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f8f8f8));
        background: -moz-linear-gradient(#ffffff, #f8f8f8);
        background: -webkit-linear-gradient(#ffffff, #f8f8f8);
        background: linear-gradient(#ffffff, #f8f8f8);
        /*線性漸層*/
    }

    .table .tab03 .gray_bg .green_tit {
        font-size: 1.25rem;
        color: #005BAC;
    }

    .table .tab03 .gray_bg ul.txt {
        padding: 10px;
        font-size: 1rem;
        font-weight: bold;
    }

    .table .tab03 .gray_bg ul.txt li span {
        display: inline-block;
        width: 68px;
        height: 68px;
        font-size: 11px;
        letter-spacing: -1px;
        margin: 0 5px 5px 0;
        padding: 3px 0 0 0;
    }

    .table .tab03 .gray_bg ul.txt li span i {
        display: block;
    }

    h3 {
        font-size: 1.5rem;
        color: #005BAC;
        font-weight: bold;
        margin: 20px auto;
        line-height: 32px;
        width: 100%;
        text-align: center;
        display: inline-block;
    }

    a.org_bt .t18 {
        font-size: 1.25rem;
    }

    a.org_bt span {
        font-size: 1.375rem;
    }

    .item .yel_bg,
    .item .pur_bg,
    .item .blue_bg {
        background: none;
        width: 100%;
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px;
        border-radius: 10px 10px 0 0;
        border: 1px solid #B2B2B2;
        position: relative;
        margin-top: 30px;
        height: auto;
        padding-bottom: 0;
    }

    .item .yel_bg {
        background: #fdfef1;
    }

    .item .pur_bg {
        background: #f4eff8;
    }

    .item .blue_bg {
        background: #e7f6fa;
    }

    .item ul.txt2 {
        color: #4f4f4f;
        font-size: 1.125rem;
        position: relative;
    }

    .item ul.txt2 li {
        height: auto;
    }

    .item .pur_bg ul.txt2 li,
    .item .blue_bg ul.txt2 li {
        height: auto;
    }

    .item ul.txt2 li:nth-child(1) {
        padding: 10px;
        width: 100%;
        font-weight: bold;
        float: none;
    }

    .item ul.txt2 li:nth-child(2) {
        padding: 10px;
        border-top: 1px solid #B2B2B2;
        width: 100%;
        float: none;
        padding: 25px 25px 25px 40px;
        border-bottom: 1px solid #B2B2B2;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f8f8f8));
        background: -moz-linear-gradient(#ffffff, #f8f8f8);
        background: -webkit-linear-gradient(#ffffff, #f8f8f8);
        background: linear-gradient(#ffffff, #f8f8f8);
        /*線性漸層*/
    }

    .item ul.txt2 li:nth-child(2) .t_red {
        width: auto;
    }

    .item ul.txt2 li:nth-child(2) .prem_2 {
        margin-left: 180px;
    }

    .item ul.txt2 li:nth-child(2) .green {
        min-width: 170px;
        letter-spacing: 0px;
    }

    .item ul.txt2 li:nth-child(2) .t30 {
        font-size: 1.875rem;
    }

    .item ul.txt2 li:nth-child(2) ol.add li {
        border: none;
        margin: 5px 0;
    }

    .item ul.txt2 .t20 {
        font-size: 1.5rem;
    }

    .item .sug_txt {
        font-size: 1.375rem;
        padding: 20px;
        background: #3195ae;
    }

    .item .sug_txt span {
        width: 90%;
        line-height: 30px;
    }

    /*機車*/
    .mot_box {
        display: block;
    }

    .mot_box .mot_item {
        flex: 1;
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        display: -webkit-flex;
        font-size: 1.375rem;
        line-height: 30px;
    }

    .mot_box .mot_item+.mot_item {
        margin-left: 0px;
    }

    .mot_box .mot_item img {
        display: block;
        height: 143px;
        width: 220px;
        margin-right: 20px;
    }

    .mot_box .mot_item .t20 {
        font-size: 1.875rem;
    }

    .mot_tab {
        width: 100%;
        background: url("../../../images/article/vehicle/peth/mot_tab-m.jpg") no-repeat bottom right;
        height: 0;
        position: relative;
        padding-bottom: 13%;
    }

    .mot_tab img {
        position: absolute;
        right: 26%;
        top: 6.5px;
        width: 12%;
    }

    .mot_table {
        width: 50%;
        height: 0;
        background: url("../../../images/article/vehicle/peth/mot_table-m.jpg") no-repeat top left;
        background-size: contain;
        padding-bottom: 60%;
    }
}

@media (max-width: 640px) {
    .table ul.tab01 {
        display: block;
    }

    .table ul.tab01 .tab_green {
        background-size: 144%;
    }

    .table ul.tab01 img.rate {
        display: none;
    }

    .table ul.tab01 li span {
        width: 30%;
        font-size: 0.875rem;
    }

    .table ul.tab01 li .t20 {
        font-size: 1rem;
    }

    .table ul.tab01 li img {
        display: inline-block;
        vertical-align: top;
    }

    .table ul.tab01 li .t_red {
        text-align: center;
        margin-top: -15px;
        font-size: 1.875rem;
    }

    .table ul.tab01 li .t_red span {
        margin-top: -60px;
    }

    .table ul.tab01 li:last-child {
        border-bottom: none;
    }

    .table ul.tab01 .rate_t {
        display: block !important;
    }

    .table td {
        font-size: 0.9375rem;
    }

    .table td:last-child {
        border-right: none !important;
    }

    .w-57 {
        width: 48%;
    }

    .w-42 {
        width: 52%;
    }

    /*機車*/
    .mot_box {
        display: block;
    }

    .mot_box .mot_item {
        flex: 1;
        width: 100%;
        margin-bottom: 15px;
        display: block;
        font-size: 1.375rem;
        line-height: 30px;
    }

    .mot_box .mot_item+.mot_item {
        margin-left: 0px;
    }

    .mot_box .mot_item img {
        margin: 0 auto 20px;
    }

    .mot_box .mot_item .t20 {
        font-size: 1.875rem;
    }

    .mot_table {
        width: 60%;
        padding-bottom: 70%;
    }

    .red_box {
        font-size: 1rem;
    }

    .mot_tab {
        width: 100%;
        background: url("../../../images/article/vehicle/peth/mot_tab-m.jpg") no-repeat bottom right;
        height: 0;
        position: relative;
        padding-bottom: 10.8%;
        background-size: contain;
    }

    .mot_tab img {
        position: absolute;
        right: 28%;
        top: 2.5px;
        width: 10.8%;
    }
}

@media (max-width: 650px) {
    .japan .photoIcon {
        width: 150px;
        height: 150px;
        border-radius: 150px;
        float: none;
        margin: 10px auto;
        position: relative;
    }

    .photoIcon img {
        position: absolute;
        left: 0
    }

    .japan .text {
        float: none;
        width: 100%;
    }

    .japan .notice ul li {
        margin: 10px 0;
    }

    .kv3 h1 {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .table ul.tab01 {
        display: block;
    }

    .table ul.tab01 .tab_name {
        width: 60%;
    }

    .table ul.tab01 .tab_green {
        background: url("../../../images/article/vehicle/peth/green_bg.png") no-repeat center top;
        font-size: 0.875rem;
        line-height: none;
        background-size: 209%;
        line-height: 20px;
        width: 40%;
    }

    .table ul.tab01 .tab_green i {
        float: left;
    }

    .table ul.tab01 img.rate {
        display: none;
    }

    .table ul.tab01 li {
        height: auto;
    }

    .table ul.tab01 li span {
        float: left;
        display: block;
        width: 60%;
        line-height: 20px;
    }

    .table ul.tab01 li img {
        display: block;
    }

    .table ul.tab01 li .t_red {
        width: 30%;
        float: right;
        line-height: 30px;
        margin-top: -40px;
    }

    .table ul.tab01 li .t_red span {
        margin-top: 0;
    }

    .table ul.tab01 li:last-child {
        border-bottom: none;
    }

    .table ul.tab01 .rate_t {
        display: block !important;
    }

    .table .tab03 .gray_bg ul.txt {
        padding: 10px 0 10px 10px;
    }

    .table .tab03 .gray_bg ul.txt li span {
        display: inline-block;
        width: 68px;
        height: 68px;
        font-size: 11px;
        letter-spacing: -1px;
        margin: 0 0px 5px 0;
        padding: 3px 0 0 0;
    }

    .table .tab03 .gray_bg ul.txt li span i {
        display: block;
    }

    .w-57 {
        width: 55%;
    }

    .w-42 {
        width: 45%;
    }

    h3 {
        font-size: 1.25rem;
        letter-spacing: -1px;
        line-height: 20px;
        padding-left: 5px;
    }

    h3 span,
    h3 .tit {
        vertical-align: top;
        line-height: 24px;
    }

    .item {
        line-height: 22px;
    }

    .item a.block_go {
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px;
        border-radius: 10px 10px 0 0;
    }

    .item ul.txt2 .t20 {
        font-size: 1.125rem;
    }

    .item ul.txt2 li:nth-child(2) {
        width: 100%;
        float: none;
        padding: 10px 5px 5px 20px;
    }

    .item ul.txt2 li:nth-child(2) .prem_2 {
        margin-left: 145px;
    }

    .item ul.txt2 li:nth-child(2) .green {
        width: auto;
        font-size: 1.563rem;
    }

    .item ul.txt2 li:nth-child(2) .t_red {
        font-size: 1rem;
    }

    .item ul.txt2 li:nth-child(2) ol.add {
        margin-left: 20px;
    }

    .item .sug_txt {
        font-size: 0.9375rem;
        padding: 5px;
        background: #3195ae;
    }

    .item .sug_txt span {
        width: 85%;
        line-height: 24px;
    }

    .item .t20 {
        font-size: 1rem;
    }

    .green_tab_tit {
        font-size: 1rem;
    }
}

@media (max-width: 360px) {
    .table ul.tab01 {
        display: block;
    }

    .table ul.tab01 .tab_green {
        background-size: 210%;
        line-height: 20px;
    }

    .table ul.tab01 .tab_green i {
        display: none;
    }

    .table ul.tab01 img.rate {
        display: none;
    }

    .table ul.tab01 li {
        height: auto;
    }

    .table ul.tab01 li span {
        float: left;
        display: block;
        width: 50%;
    }

    .table ul.tab01 li img {
        display: block;
        width: 50%;
    }

    .table ul.tab01 li .t_red {
        font-size: 1.875rem;
    }

    .table ul.tab01 li:last-child {
        border-bottom: none;
    }

    .w-57 {
        width: 100%;
        float: none;
    }

    .w-42 {
        width: 100%;
        float: none;
    }

    h3 span,
    h3 .tit {
        vertical-align: top;
        line-height: 24px;
    }

    .item .sug_txt {
        padding: 5px;
    }

    .item .sug_txt span {
        width: 83%;
        line-height: 30px;
    }

    .item a.block_go {
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px;
        border-radius: 10px 10px 0 0;
    }

    .mot_tab img {
        position: absolute;
        right: 25%;
        top: 2.5px;
        width: 10.8%;
    }
}

@media (max-width: 320px) {
    .table ul.tab01 {
        display: block;
    }

    .table ul.tab01 .tab_green {
        background-size: 210%;
        line-height: 20px;
    }

    .table ul.tab01 .tab_green i {
        display: none;
    }

    .table ul.tab01 img.rate {
        display: none;
    }

    .table ul.tab01 li {
        height: auto;
    }

    .table ul.tab01 li span {
        float: left;
        display: block;
        width: 50%;
    }

    .table ul.tab01 li img {
        display: block;
        width: 50%;
    }

    .table ul.tab01 li .t_red {
        font-size: 1.875rem;
    }

    .table ul.tab01 li:last-child {
        border-bottom: none;
    }

    .w-57 {
        width: 100%;
        float: none;
    }

    .w-42 {
        width: 100%;
        float: none;
    }

    h3 span,
    h3 .tit {
        vertical-align: top;
        line-height: 24px;
    }

    .item .sug_txt {
        padding: 5px;
    }

    .item .sug_txt span {
        width: 83%;
        line-height: 30px;
    }

    .mot_tab img {
        position: absolute;
        right: 25%;
        top: 2.5px;
        width: 10.8%;
    }
}

/*-------------------------
          內頁
-------------------------*/
/*旅遊*/
.dot_bg {
    width: 310px;
    height: 41px;
    margin: 0 auto;
    letter-spacing: 2px;
    color: #3f6191;
    font-size: 1.625rem;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 20px;
}

.tral_box,
.tral_four {
    padding: 20px;
}

.tral_item {
    flex: 1;
    width: 22%;
    display: inline-flex;
    justify-content: space-around;
    color: #494644;
    font-size: 18px;
    line-height: 20px;
}

.tral_item+.tral_item {
    margin-left: 25px;
}

.tral_item2 {
    flex: 1;
    width: 15%;
    display: inline-flex;
    justify-content: space-around;
    color: #494644;
    font-size: 18px;
    line-height: 20px;
}

.tral_item2+.tral_item2 {
    margin-left: 25px;
}


.tral_four {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    border: 2px solid #3f6191;
    /*margin-bottom: 40px;*/
    position: relative;
}

.tral_four .t_gray {
    color: #9a9a9a;
}

.tral_four h4 {
    width: 140px;
    height: 50px;
    background: #fff;
    display: block;
    font-size: 1.75rem;
    line-height: 50px;
    color: #3f6191;
    font-weight: bold;
    position: absolute;
    left: 43%;
    text-align: center;
    top: -30px;
    z-index: 10;
}


.tral_tit {
    width: 100%;
    background: url("../../../images/article/vehicle/peth/tral_tit.jpg") no-repeat top center;
    height: 90px;
    margin-top: 40px;
}

span .qa {
    font-size: 1rem;
    font-weight: 500;
}

ol.qa-item > li .detail {
    font-size: 1rem;
    font-weight: 400;
}


ol.qa-item > li .detail p {
    margin-bottom: 0;
}

ol.qa-item {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
}

ol.qa-item>li {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #d2d4d4;
    border-radius: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
    /*IE9*/
    -moz-text-align-last: justify;
    /*Firefox*/
    -webkit-text-align-last: justify;
    /*Chrome*/
}

ol.qa-item>li.no-justify {
    text-align: left;
    text-justify: left;
}

ol.qa-item>li .heading {
    height: 40%;
    font-weight: bold;
    color: #005BAC;
    cursor: pointer;
    font-size: 18px;
    background: #F2F7FC;
    padding: 10px 44px 10px 20px;
    cursor: pointer;
    margin: 0;
    border-radius: 20px 20px 0 0;
}
ol.qa-item>li .heading {
    height: 40%;
    font-weight: bold;
    color: #005BAC;
    cursor: pointer;
    font-size: 18px;
    background: #F2F7FC;
    padding: 10px 44px 10px 20px;
    cursor: pointer;
    margin: 0;
    border-radius: 20px 20px 0 0;
}
ol.qa-item>li .heading .brow_box {
    display: inline-block;
    padding: 0 0 0 15px;
    vertical-align: top;
}

ol.qa-item>li .heading .qa {
    width: 88%;
    display: inline-block;
    padding-bottom: 5px;
}

ol.qa-item>li .heading .answer {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 20px;
    float: right;
}

ol.qa-item>li .detail {
    color:#4f4f4f;
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
}

ol.qa-item>li .detail img {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

ol.qa-item>li .detail>span {
    display: inline-block;
    width: 78%;
}

.travel_qa {
    width: 100%;
    background: url("../../../images/article/vehicle/peth/travel_qa.jpg") no-repeat top left;
    height: 269px;
    margin: 25px 0;
}

/*寵物住*/
.peth_pic4 {
    width: 100%;
    background: url("../../../images/article/vehicle/pet/pet-live-p04.png") no-repeat top center;
    background-size: contain;
    padding-bottom: 45%;
}

.peth_pic6 {
    width: 100%;
    background: url("../../../images/article/vehicle/pet/pet-live-p06.png") no-repeat top center;
    background-size: contain;
    padding-bottom: 40%;
}

/*住宅*/
.house_tit {
    width: 100%;
    background: url("../../../images/article/vehicle/peth/house_tit.jpg") no-repeat top center;
    height: 98px;
}

.pet_pic1 {
    width: 100%;
    background: url("../../../images/article/vehicle/pet/pet-8-1.jpg") no-repeat top center;
    background-size: contain;
    padding-bottom: 54.5%;
}

.pet_pic2 {
    width: 100%;
    background: url("../../../images/article/vehicle/pet/pet-8-2.jpg") no-repeat top center;
    background-size: contain;
    padding-bottom: 54.5%;
}

.pet_pic3 {
    width: 100%;
    background: url("../../../images/article/vehicle/pet/pet-9.jpg") no-repeat top center;
    height: 0;
    background-size: contain;
    padding-bottom: 22%;
}

@media (max-width: 980px) {

    ol.qa-item {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }

}

@media (max-width: 767px) {

    .travel_qa {
        width: 100%;
        background: url("../../../images/travel_qa-m.jpg") no-repeat top left;
        height: 0;
        background-size: contain;
        padding-bottom: 70%;
    }
   
    ol.qa-item li .detail img {
        display: block;
        width: auto;
        float: left;
        margin: 0 15px 15px 0;
    }

    ol.qa-item li .detail>span {
        display: inline;
    }
}

@media (max-width: 640px) {
    ol.qa-item>li .heading .brow_box {
        display: inline-block;
        padding: 0 0px 0 0px;
        vertical-align: top;
    }

    ol.qa-item>li .heading .qa {
        width: 80%;
        display: inline-block;
        line-height: 22px;
    }

    ol.qa-item>li .detail {
        padding: 0px 0px 15px 34px;
        font-size: 16px !important;
    }

    ol.qa-item>li .detail img {
        display: block;
        width: auto;
        float: left;
        margin: 20px auto;
        margin-right: 5px;
    }

    ol.qa-item>li .detail span {
        display: inline;
    }

    .travel_qa {
        background-size: cover;
        padding-bottom: 85%;
    }
    /*寵物車*/
    .pet_pic1 {
        width: 100%;
        background: url("../../../images/article/vehicle/pet/pet-8-1-m.jpg") no-repeat top center;
        height: 0;
        background-size: contain;
        padding-bottom: 166%;
    }

    .pet_pic2 {
        width: 100%;
        background: url("../../../images/article/vehicle/pet/pet-8-2-m.jpg") no-repeat top center;
        height: 0;
        background-size: contain;
        padding-bottom: 160%;
    }

    .pet_pic3 {
        width: 100%;
        background: url("../../../images/article/vehicle/pet/pet-9-m.jpg") no-repeat top center;
        height: 0;
        background-size: contain;
        padding-bottom: 100%;
    }

    .pet_pic4 {
        width: 100%;
        background: url("../../../images/article/vehicle/pet/pet-10-m.jpg") no-repeat top center;
        height: 0;
        background-size: contain;
        padding-bottom: 10%;
    }

    /*寵物住*/
    .peth_pic4 {
        width: 100%;
        background: url("../../../images/article/vehicle/peth/pet-live-p04-m.png") no-repeat top center;
        height: 0;
        background-size: contain;
        padding-bottom: 70%;
    }

    .peth_pic6 {
        width: 100%;
        background: url("../../../images/article/vehicle/peth/pet-live-p06-m.png") no-repeat top center;
        height: 0;
        background-size: contain;
        padding-bottom: 113%;
    }
}

@media (max-width: 320px) {
    .tral_four h4 {
        position: absolute;
        left: 25%;
    }
}

.faq p a {
    color: #3197FA;
}

.faq .link {
    background: #F2F7FC;
    padding: 14px 0;
    border: 1px solid #B2B2B2;
    border-bottom: 0;
}

.faq .link a {
    color: #4f4f4f;
    font-size: 1.125rem;
    line-height: 140%;
    font-weight: bold;
    display: block;
    float: left;
    border-right: 1px solid #4f4f4f;
    padding: 0 25px;
    text-decoration: none;
}

.faq .link a.special {
    text-align: left;
    padding-left: 35px;
}

.faq .link a.special2 {
    padding: 0 11px;
}

.faq .link .clearfix {
    margin: 0 auto;
}

.faq .link .clearfix:first-child {
    width: 780px;
    margin-bottom: 12px;
}

.faq .link .clearfix:first-child a {
    width: 25%;
}

.faq .link .clearfix:first-child a:last-child {
    border-right: 0;
}

.faq .link .clearfix:last-child {
    width: 390px;
}

.faq .link .clearfix:last-child a {
    width: 50%;
}

.faq .link .clearfix:last-child a:last-child {
    border-right: 0;
}

.faq .qa-item * {
    font-size: 0.9375rem;
}

.faq .qa-item a.org_bt {
    margin: 0 auto;
    margin-bottom: 40px;
}

.faq .qa-item a.org_bt span {
    font-size: 1.375rem !important;
}

.faq .qa-item li {
    zoom: 1;
}

.faq .qa-item li:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.faq .qa-item li .left {
    width: 138px;
    padding: 15px 0 15px 15px;
}

.faq .qa-item li .right {
    width: 84%;
}

.faq .qa-item li .heading {
    display: none;
}





.faq .qa-item li p.title,
.faq .qa-item li h2.title {
    color: #005BAC;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 20px;
    margin-top: 10px;
}

.faq .qa-item li h2.title::before {
    content: "\275A";
}

.faq .qa-item li h4.title.special {
    margin-bottom: 0 !important;
}

.faq .qa-item li h4.title.special i {
    margin-right: 6px;
}

.faq .qa-item li h4.title.special+p {
    margin-left: 39px;
}

.faq .s-t {
    line-height: 30px;
    background: #fce8ac;
    color: #005BAC;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
}

.faq .s-t i {
    display: inline-block;
    background: #31a5a5;
    color: #ffd967;
    padding: 0 8px;
    position: relative;
    margin-right: 22px;
}

.faq .s-t i:after {
    content: " ";
    display: inline-block;
    background: url(../../../images/faq/s_t_b.png);
    width: 16px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: 0;
}

.faq .auto-photo {
    display: inline !important;
    width: auto !important;
}

.faq .faq_tab1 {
    width: 100%;
    background: url(../../../images/faq/tab1.png) no-repeat bottom right;
    height: 51px;
    position: relative;
}

.faq .faq_tab1 img {
    position: absolute;
    right: 21%;
    z-index: 10;
    top: -10px;
}

.faq .faq_tab2 {
    width: 100%;
    background: url(../../../images/faq/tab2.png) no-repeat bottom right;
    height: 51px;
    position: relative;
}

.faq .faq_tab2 img {
    position: absolute;
    right: 26%;
    z-index: 10;
    top: -10px;
}

.faq .table {
    border-radius: 0;
    font-size: 0.9375rem;
    color: #666666;
}

.faq .table tr:first-child td {
    border-top: 0 !important;
    padding: 4px 0;
    font-weight: bold;
    color: #005BAC;
}

.faq .table td {
    padding: 8px 18px;
}

.faq ul.tab {
    zoom: 1;
}

.faq ul.tab:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.faq ul.tab li {
    width: 24%;
    float: left;
    display: block;
    background: #EE5B6E;
    margin-right: 1%;
    opacity: .85;
}

.faq ul.tab li:hover,
.faq ul.tab li.active {
    opacity: 1;
}

.faq ul.tab li i {
    margin-right: 5px;
}

.faq ul.tab li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px;
}

.faq ul.doc li span {
    width: auto !important;
}

.faq .tab_container {
    margin: 15px 0;
}

.faq .tab_container h4.title {
    margin-bottom: 10px !important;
}

.faq .photo-middle {
    text-align: center;
    margin: 10px auto;
}

.faq .photo-middle p {
    margin-top: 6px;
}

.faq .photo-middle p:before {
    margin-right: 4px;
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #EE5B6E transparent;
}

@media (max-width: 780px) {
    .faq .link a {
        padding: 0 18px;
    }

    .faq .link .clearfix:first-child {
        width: 100%;
    }
}

@media (max-width: 980px) {
    .faq .photo img {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .faq .qa-item li {
        zoom: 1;
    }

    .faq .qa-item li:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }

    .faq .qa-item li .right {
        width: 77%;
    }

    .faq .qa-item li .detail {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .faq .link a {
        font-size: 1rem;
    }

    .faq .link a.m-border-n {
        border-right: 0 !important;
    }

    .faq .link a.special {
        text-align: center;
        padding-left: 18px;
    }

    .faq .link a.special2 {
        padding: 0;
    }

    .faq .link .clearfix:first-child,
    .faq .link .clearfix:last-child {
        width: 100%;
    }

    .faq .link .clearfix:first-child a,
    .faq .link .clearfix:last-child a {
        width: 40%;
        padding: 0;
    }

    .faq .link .clearfix:first-child a:first-child,
    .faq .link .clearfix:first-child a:last-child,
    .faq .link .clearfix:first-child a.m-border-n,
    .faq .link .clearfix:last-child a:first-child,
    .faq .link .clearfix:last-child a:last-child,
    .faq .link .clearfix:last-child a.m-border-n {
        width: 30%;
    }

    .faq .qa-item li .heading {
        display: block;
    }

    .faq .qa-item li .heading .qa {
        font-size: 1.125rem;
    }

    .faq .qa-item li .heading .fa {
        font-size: 2em;
    }

    .faq .qa-item li .heading .brow_box {
        width: 6%;
    }

    .faq .qa-item li .heading .brow_box img {
        width: 100%;
    }

    .faq .qa-item li h4.title {
        margin: 0;
    }

    .faq .qa-item li .left,
    .faq .qa-item li h2.title {
        float: none;
        display: none;
    }

    .faq .qa-item li .right {
        float: none;
        width: 100%;
    }

    .faq .faq_tab1,
    .faq .faq_tab2 {
        width: 100%;
        background: url(../../../images/faq/tab1-m.jpg) no-repeat bottom right;
        height: 0;
        position: relative;
        padding-bottom: 11.5%;
        background-size: contain;
    }

    .faq .faq_tab1 img,
    .faq .faq_tab2 img {
        position: absolute !important;
        right: 23% !important;
        top: -10px !important;
        width: 16% !important;
        margin: 0 !important;
    }

    .faq .faq_tab2 {
        width: 100%;
        background: url(../../../images/faq/tab2-m.jpg) no-repeat bottom right;
        height: 0;
        position: relative;
        padding-bottom: 11.5%;
        background-size: contain;
    }

    .faq .table td {
        padding: 8px 2%;
    }

    .faq .photo-middle img {
        width: 100% !important;
    }

    .faq ul.tab li {
        margin: 1%;
        width: auto;
    }

    .faq #link6 ul.tab li {
        width: 48%;
        height: auto;
    }

    .faq #link6 ul.tab li:first-child {
        width: 50%;
    }
}

@media (max-width: 480px) {

    .faq .link a,
    .faq .link a.special {
        padding: 0;
        font-size: 0.875rem;
    }

    .faq .qa-item>li .detail {
        padding-left: 25px;
    }
}

@media (max-width: 320px) {

    .faq .link a,
    .faq .link a.special {
        font-size: 0.75rem;
    }

    .faq .qa-item>li .detail {
        padding-left: 0;
    }

    .faq ul.tab li a {
        padding: 10px 4px;
    }
}

.excess .item1 {
    margin-bottom: 30px;
}

.compulsory .item1 {
    margin-bottom: 30px;
    padding: 0 40px;
}

.excess .item1 .photo {
    width: 155px;
}

.excess .item1 p {
    width: 80%;
}

.excess .red_box {
    margin: 15px 0 35px;
    text-align: center;
}

.excess a.org_bt2 {
    float: none !important;
    margin-top: 8px;
}

.kv3.schengen .t-block {
    background: rgba(255, 255, 255, 0.5);
    padding-top: 0;
    display: block;
    padding: 25px 0;
}

@media (min-width: 768px) and (max-width: 980px) {
    .excess .item1 p {
        width: 77%;
    }
}

@media (max-width: 767px) {
    .excess .item1 .photo {
        width: 34%;
        margin-right: 12px;
    }

    .excess .item1 p {
        width: 62%;
    }

    .excess .item1 .special {
        width: 100%;
        display: block;
        float: none;
    }

    .excess .red_box {
        text-align: left;
    }
}

@media (max-width: 650px) {

    .compulsory .item1 {
        padding: 0 10px
    }
}

.quota .item1 {
    margin-bottom: 30px;
}

.quota .item1 .photo {
    width: 155px;
}

.quota .item1 .right {
    width: 80%;
}

.quota table.table th,
.quota table.table td {
    font-size: 1rem;
}

.quota table.table th:first-child,
.quota table.table th:last-child,
.quota table.table td:first-child,
.quota table.table td:last-child {
    font-size: 1.125rem;
}

.quota table.table th p {
    height: 50px;
    display: table;
    vertical-align: middle;
    margin-bottom: 8px;
    margin-top: 6px;
}

.quota table.table th p span {
    display: table-cell;
    vertical-align: middle;
}

.quota table.table td:last-child {
    font-size: 1rem;
}

.quota table.table tr.b-red td {
    border-top: 4px solid #EE5B6E !important;
    border-bottom: 4px solid #EE5B6E;
}

.quota table.table tr.b-red td:first-child {
    border-left: 4px solid #EE5B6E;
}

.quota table.table tr.b-red td:last-child {
    border-right: 4px solid #EE5B6E !important;
}

.quota .range {
    background: url(../../../images/article/vehicle/quota/range.png) no-repeat center top/100% auto;
    width: 454px;
    height: 133px;
    margin: 0 auto;
    margin-top: -5px;
    position: relative;
}

.quota .col-4 {
    width: 25%;
    float: left;
    text-align: center;
}

.quota .col-4 p {
    font-weight: bold;
}

.quota ul.tagStyle li {
    position: relative;
    padding-left: 55px;
    display: block;
    margin-bottom: 6px;
}

.quota ul.tagStyle li span {
    position: absolute;
    display: block;
    background: #EE5B6E;
    color: #fff;
    font-size: 0.9375rem;
    padding: 0 8px;
    left: 0;
    top: 0;
}

.quota ul.tagStyle li span:after {
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #fff;
    margin-left: 4px;
}

.quota .qa-item ul.tagStyle li {
    padding-left: 75px;
}

.quota .qa-item .detail>span {
    display: inline;
    width: auto;
}

@media (max-width: 980px) {
    .quota .col-4 img {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .quota .item1 .right {
        width: 77%;
    }
}

@media (max-width: 767px) {
    .quota .item1 .photo {
        width: 34%;
        margin-right: 12px;
    }

    .quota .item1 .right {
        width: 61%;
    }

    .quota .item1 .special {
        width: 100%;
        display: block;
        float: none;
    }

    .quota .red_box {
        text-align: left;
    }

    .quota .range {
        width: 90vw;
        height: 28vw;
        margin-top: -10px;
    }

    .quota .col-4 {
        width: 50%;
        padding: 1.5%;
    }

    .quota table.table {
        border-right: 4px solid #EE5B6E !important;
    }

    .quota table.table tr:first-child td {
        border-top: 0 !important;
    }

    .quota table.table tr:first-child td:last-child {
        border-top: 4px solid #EE5B6E !important;
    }

    .quota table.table tr:last-child td:last-child {
        border-bottom: 4px solid #EE5B6E !important;
    }

    .quota table.table th {
        font-size: 1rem !important;
    }

    .quota table.table th p {
        height: auto;
        display: block;
        text-align: center;
    }

    .quota table.table th p span {
        display: inline;
    }

    .quota table.table td.b-lr {
        border-left: 4px solid #EE5B6E;
    }
}

@media (max-width: 320px) {
    .quota .item1 ul.tagStyle li {
        padding-left: 0;
    }

    .quota .item1 ul.tagStyle li span {
        position: static;
        display: inline-block;
    }
}

.top-box {
    left: 0;
    position: fixed;
    bottom: 10%;
}

.top-box div {
    max-width: 933px !important;
}

.goTop {
    display: block;
    width: 45px;
    height: 51px;
    position: absolute;
    right: -10%;
    top: 50%;
    z-index: 1;
}

.photo img {
    width: 100%;
    display: block;
}

.sample-block {
    width: 820px;
    margin: 0 auto;
    font-weight: bold;
    line-height: 150%;
    color: #494644;
    margin-bottom: 20px;
    margin-top: 10px;
}

.sample-block .list1,
.sample-block .list2 {
    position: relative;
    -webkit-box-shadow: 0px 0px 3px #B2B2B2;
    -moz-box-shadow: 0px 0px 3px #B2B2B2;
    box-shadow: 0px 0px 3px #B2B2B2;
    padding: 25px 45px 25px 120px;
}

.sample-block .list1>span,
.sample-block .list2>span {
    display: block;
    position: absolute;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    padding: 0 8px;
    line-height: 25px;
    left: 30px;
    min-width: 64px;
    text-align: center;
}

.sample-block .list1>span:after,
.sample-block .list2>span:after {
    position: absolute;
    display: inline-block;
    content: " ";
    width: 12px;
    height: 25px;
    right: -7px;
}

.sample-block .list1>span.red,
.sample-block .list2>span.red {
    background: #EE5B6E;
}

.sample-block .list1>span.red:after,
.sample-block .list2>span.red:after {
    background: url(../../../images/article/vehicle/peth/red_tag_right.png) right center;
}

.sample-block .list1>span.green,
.sample-block .list2>span.green {
    background: #005BAC;
}

.sample-block .list1>span.green:after,
.sample-block .list2>span.green:after {
    background: url(../../../images/article/vehicle/peth/green_tag_right.png) right center;
}

.sample-block .list1 {
    border: 1px solid #e3e6c8;
    background: #fdfef1;
    font-size: 1.25rem;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    border-bottom: 0;
}

.sample-block .list2 {
    border: 1px solid #B2B2B2;
    background: #f2f0f0;
    background-color: #7f7f7f;
    background-image: -webkit-gradient(linear, left top, left bottom, left, right);
    background-image: -webkit-linear-gradient(top, #fdfdfd, #f2f0f0);
    background-image: -moz-linear-gradient(top, #fdfdfd, #f2f0f0);
    background-image: -ms-linear-gradient(top, #fdfdfd, #f2f0f0);
    background-image: -o-linear-gradient(top, #fdfdfd, #f2f0f0);
    background-image: linear-gradient(to bottom top, #fdfdfd, #f2f0f0);
    font-size: 1.125rem;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

.sample-block .list2 .inlineArea {
    margin-bottom: 6px;
}

.sample-block .list2 .inlineArea>* {
    display: inline-block;
    vertical-align: middle;
}

.sample-block .list2 .inlineArea .gray {
    font-size: 0.875rem;
    color: #a5a5a5;
    margin: 0 6px;
}

.sample-block .list2 u {
    text-decoration: none;
    border-bottom: 2px solid #EE5B6E;
}

ul.doc li {
    padding-left: 11px;
    position: relative;
    margin: 4px 0;
}

ul.doc li>span {
    display: inline-block;
    vertical-align: top;
}

ul.doc li>span:last-child {
    width: 89%;
}

ul.doc li:before {
    content: ".";
    display: block;
    position: absolute;
    left: 0;
    top: -4px;
}

ol.decimal {
    margin-left: 24px;
    margin-top: 10px;
}

ol.decimal li {
    list-style-type: decimal;
    line-height: 160%;
}

@media (max-width: 980px) {
    .goTop {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        width: 60px;
        position: fixed;
        top: auto;
        bottom: 20px;
        right: 0;
    }

    .sample-block {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .sample-block .list1,
    .sample-block .list2 {
        font-size: 1.125rem;
        padding: 20px;
    }

    .sample-block .list1 span,
    .sample-block .list2 span {
        display: inline-block;
        position: relative;
        left: 0;
        margin-bottom: 10px;
    }
}

/*-------------------------
       I E 9 ↓↓↓↓
-------------------------*/
.ie9 nav {
    background-color: #222222;
}

.ie9 .kv {
    height: 904px;
}

.ecrd1_table {
    width: 100%;
    text-align: center;
    margin: 10px auto;
    border-radius: 20px;
    font-size: 16px;
    outline: 1px solid #B2B2B2;
    overflow: hidden;
}

.ecrd1_table td {
    padding: 10px;
}


.ecrd1_table tr td:first-child {
    background-color: #f2f7fb;
    font-weight: 600;
    border-right: 1px solid #B2B2B2;
}

.ecrd1_table tr td {
    border-bottom: 1px solid #B2B2B2;
    border-right: 1px solid #B2B2B2;
}

.ecrd1_table tr td:last-child {
    border-right: 0;
}

.ecrd1_table tr td:first-child {
    border-right: 1px solid #B2B2B2;
}

.ecrd1_table tr:last-child td{
    border-bottom: 0;
}


.border-bottom-none{
    border-bottom: 0 !important;
}

.bg-none{
    background-color: white !important;
}

.ecrd1_table tr td[colspan] {
    background-color: #f2f7fb;
    font-weight: 600;
}

.ecrd1_table tr:first-child td {
    background-color: #005BAC;
    color: white;
    border-right: 1px solid white;
}

.ecrd1_table tr:first-child td:first-child {
    border-radius: 20px 0 0 0;
    border: 0;
    border-right: 1px solid white;
}

.ecrd1_table tr:first-child td:last-child{
    border-radius: 0 20px 0 0;
    border: 0;
}
.ecrd1_table tr:first-child td[colspan]:first-child{
    border-radius: 20px 20px  0 0;
    border: 0;

}

/* .ecrd1_table tr:last-child td:first-child {
    border-radius:  0 0 0 20px;
}

.ecrd1_table tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
} */
.ecrd1_table p{
    margin-bottom: 0;
}

.ecrd1_left {
    text-align: left;
}

.ecrd1_top {
    vertical-align: top;
}

.ecrd1_titleMini {
    font-size: 2rem;
    text-align: center;
}

.ecrd1_titleLarge {
    font-size: 2.875rem;
    text-align: center;
    letter-spacing: -2px;
    display: inline-block;
    margin-top: 15px;
}

.kv3 .ecrd1_titleMini:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 11px;
    margin: 0 6px;
    background: url(../../../images/commaB.png);
    margin-top: -11px;
}

.kv3 .ecrd1_titleMini:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 11px;
    margin: 0 6px;
    background: url(../../../images/comma2B.png);
    margin-top: -11px;
}

h2.ecrd1_title, .main h3 span, .main h2 span, h2.tral_tab, h3.tral_tab {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #005BAC;
    margin-bottom: 20px;
    margin-top: 30px;
}

h2.ecrd1_title span, .main h3 span, .main h2 span {
    display: block;
}

h3.ecrd1_listTitle {
    font-size: 18px;
    color: #4f4f4f;
    border: 0;
    padding: 0;
    margin: 10px 0 0
}

ol.qa-item>li .heading .ecrd1_qaTitle {
    width: 88%;
    display: inline-block;
    /* padding-bottom: 20px; */
    border: 0;
    margin: 0;
    line-height: 25px;
    font-weight: 500;
}

article section:last-child {
    border: 0;
}

.font-blue {
    color: #005BAC;
}