@charset "utf-8";

/* CSS Document */
@keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 100% 0;
	}
}

@keyframes animatedCar {
	0% {
		height: 101px;
	}

	50% {
		height: 100px;
	}

	100% {
		height: 101px;
		;
	}
}

.travel-image {
	height: 400px;
	position: relative;
	background-image: url(/assets/images/car/car-index-banner-01.png);
	background-position: bottom;
	margin-top: 0px;
	background-position: 100% 0;
	background-repeat: repeat-x;
	animation: animatedBackground 10s linear infinite;
}

.travel-image:after {
	background-image: url(/assets/images/car/car-index-sun.png);
	background-repeat: no-repeat;
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #6adcf9;
	z-index: -1;
	background-size: 750px;
	background-position: right 50px;
}

.online-item {
	display: none;
}

.travel-image {
	text-align: center;
	position: relative;
}

.moveing-car {
	position: absolute;
	bottom: 20px;
	left: 200px;
	width: 250px;
	height: 100px;
	display: block;
	background-image: url(/assets/images/car/car-index-banner-02.png);
	background-repeat: no-repeat;
	background-size: contain;
	animation: animatedCar 0.5s infinite;
}

.travel-image>h1,
.travel-image>h2,
.travel-image>h3,
.travel-image>p {
	padding-top: 80px;
	font-size: 50px;
	letter-spacing: 15px;
	color: #fff;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
	font-weight: 700;
}

/* .travel-image h2 {
	padding-top: 20px;
	padding-left: 200px;
	font-size: 25px;
	letter-spacing: 10px;
	color: #a68b77;
	font-style: italic;
	font-weight: 700;
} */
/*seo新增項目 css*/
.content-title h1,
.content-title h2,
.content-title h3,
.content-title p {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
}

.travel-block {
	padding: 50px 0;
}

.travel-block h3 {
	font-weight: 700;
	color: #2d2d2d;
	font-size: 30px;
	text-align: center;
}

.recommend-block {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
	padding: 10px 20px 30px;
	margin-top: 100px;
	margin-bottom: 100px;
	position: relative;
	width: 85%;
}

.re-1 {
	height: auto;
}

.re-2 {
	margin: 100px 0 100px auto;
}

.recommend-title {
	position: absolute;
	font-size: 22px;
	color: #2d2d2d;
	font-weight: 700;
	background-color: #ffd800;
	padding: 20px;
	border-radius: 20px 20px 0 0;
	width: 200px;
	text-align: center;
	top: -31px;
	left: calc(50% - 100px);
}

.recommend-block h2 {
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	margin: 20px auto;
	min-height: 60px;
}

.re-img {
	margin-top: 50px;
}

.re-img ul {
	width: 100%;
	height: 200px;
}

.re-img .img {
	width: 100%;
	float: left;
	text-align: center;
}

.re-img .img img {
	width: auto;
	max-width: 200px;
}

.re-img .text {
	width: 70%;
	font-size: 20px;
	line-height: 35px;
	border-radius: 20px;
	padding: 20px 20px 20px 40px;
	float: left;
	background-image: url(/assets/images/car/dot-outline.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.re-detial {
	width: 100%;
	margin: 30px auto;
}

.type-check p {
	padding: 10px 0;
	font-size: 18px;
	line-height: 25px;
}

.type-check p i {
	color: #3b8fa3;
	display: inline-block;
	margin-right: 5px;
}

.type-icon-wrapper {
	width: 90%;
	margin: 30px auto;
}

.image-wrapper {
	width: 100%;
	text-align: justify;
}

.image-wrapper::after {
	content: '';
	display: inline-block;
	width: 100%;
}


.image-wrapper li {
	display: inline-block;
	width: 23%;
	vertical-align: middle;
}

.image-wrapper li img {
	width: 100%;
}

.red-text {
	color: #e01f13;
	font-weight: 700;
}

.goto-btn {
	text-align: center;
}

.goto-btn a {
	color: #fff;
	background-color: #ff9e9e;
	width: 200px;
	height: 60px;
	border-radius: 30px;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	line-height: 60px;
	margin: 0 10px;
	display: inline-block;
}

.goto-btn .green-btn {
	background-color: #43c797;
}

.goto-btn .blue-btn {
	background-color: #63bcf5;
}

.item-block {
	margin-top: 80px;
}

.item-rang {
	margin-bottom: 30px;
}

.item-rang h4 {
	color: #2d2d2d;
	font-size: 22px;
	position: relative;
	padding-left: 25px;
	margin-bottom: 30px;
}

.item-rang h4:before {
	content: '';
	display: block;
	width: 10px;
	height: 35px;
	position: absolute;
	background-color: #43c797;
	left: 0;
	top: -5px;
}

.range-detail {
	padding: 0 0 0 25px;
	line-height: 35px;
	font-size: 20px;
}

.range-detail p {
	margin-bottom: 15px;
}

.range-detail li {
	position: relative;
	padding-left: 20px;
}

.range-detail li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	background-color: #43c797;
	left: 0;
	top: 10px;
}

.range-detail i {
	color: #43c797;
	margin-right: 5px;
}

.range-detail a {
	color: #2d2d2d;
	text-decoration: underline;
}

.car-intro-wrapper {
	text-align: left;
	margin: 80px auto;
	font-size: 20px;
}

.car-intro-wrapper h2.title-h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 700;
}

.car-intro-wrapper p {
	line-height: 30px;
}


.bonus-block {
	max-width: 700px;
	margin: 30px auto;
	position: relative;
}

.bonus-block img {
	width: 100%;
}

.bonus-block ul {
	position: absolute;
	top: calc(50% - 64px);
	left: 200px;
	width: calc(100% - 200px);
}

.bonus-block li {
	display: inline-block;
	width: 48%;
	text-align: center;
}

.bonus-item-title {
	font-weight: 600;
	font-size: 25px;
	color: #0b4955;
	position: relative;
}

.bonus-item-title i {
	color: #fcff00;
	margin-right: 10px;
	position: absolute;
	top: 5px;
	left: 45px;
}

.bonus-price {
	color: #fcff00;
	font-size: 40px;
	margin: 20px auto;
	font-weight: 600;
}

.e-note {
	text-align: center;
}

.little-horn {
	background-image: url(/assets/images/car/broadcast.png);
	background-repeat: no-repeat;
	display: inline-block;
	background-size: contain;
	width: 30px;
	height: 30px;
	vertical-align: bottom;
	margin-right: 5px;
}

.remind {
	line-height: 35px;
	word-break: break-all;
}

.remind p {
	margin-bottom: 20px;
}

.remind li {
	position: relative;
	padding-left: 20px;
}

.remind li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	background-color: #43c797;
	left: 0;
	top: 15px;
}

.remind ol li {
	width: 85%;
	margin-left: 25px;
}

.remind ol li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	background-color: #43c797;
	left: 0;
	top: 15px;
}

.middle-card {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
	margin: 100px auto 50px;
	position: relative;
	word-break: break-all;
}

.middle-icon {
	position: absolute;
	top: -60px;
	left: 60px;
	width: 240px;
}

.middle-icon img {
	width: 100%;
}

.middle-card h2 {
	border-radius: 20px 20px 0 0;
	background-color: #63bcf5;
	color: #fff;
	padding: 20px 0;
	padding-left: 380px;
	font-size: 25px;
	font-weight: 600;
}

.yellow-text {
	color: #fcff00;
}

.middle-card ul {
	padding: 10px 30px;
	text-align: justify;
}

.middle-card li {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.middle-card.m02 li {
	vertical-align: top;
}

.middle-card.m02 li.step-arrow {
	vertical-align: middle;
}

.middle-card.m02 li.step-arrow .fa-arrow-circle-right {
	padding-top: 20px;
}

.four-step-icon {
	width: 65%;
	margin: 20px auto 0;
}

.four-step-icon:after,
.three-step-icon:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.four-step-icon li p {
	margin-top: 15px;
}

.four-step-icon i {
	font-size: 55px;
	color: #63bcf5;
}

.step-arrow i {
	color: #c4c4c4;
	font-size: 45px;
}

.three-step-icon {
	width: 100%;
}

.three-step-icon-img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100px;
	height: 60px;
	margin: 0 auto 10px;
}

.three-step-icon-img.i01 {
	background-image: url(/assets/images/car/index/middle-first-icon01.png);
}

.three-step-icon-img.i02 {
	background-image: url(/assets/images/car/index/middle-first-icon02.png);
}

.three-step-icon-img.i03 {
	background-image: url(/assets/images/car/index/middle-first-icon03.png);
}

.three-step-icon li {
	width: 30%;
	vertical-align: top;
}

.goto-btn .orange-btn {
	background-color: #f8b551;
	margin-bottom: 30px;
}

.middle-card.m02 h2 {
	background-color: #c490bf;
}

.middle-card.m02 .four-step-icon i {
	color: #c490bf;
}

.middle-card.m02 .step-arrow i {
	color: #c4c4c4;
}

.middle-card.m02 .three-step-icon-img.i01 {
	background-image: url(/assets/images/car/index/middle-second-icon01.png);
}

.middle-card.m02 .three-step-icon-img.i02 {
	background-image: url(/assets/images/car/index/middle-second-icon02.png);
}

.middle-card.m02 .three-step-icon-img.i03 {
	background-image: url(/assets/images/car/index/middle-second-icon03.png);
}

.car-product{margin-bottom:50px;}

.car-product .accordion .card .card-header,
.card {
	background-color: transparent;
}

.car-product .card {
	border: none;
}

.accordion .card .card-header:first-child {
	border-bottom: solid 1px #bababa;
	margin-bottom: 0;
}

.mb-0 {
	position: relative;
}

.fa-angle-down:before {
	position: absolute;
	right: 25px;
	top: 43%;
}

.mb-0 {
	font-size: 22px;
	color: #2d2d2d;
}

.car-product .card-header {
	padding: 2rem 1.25rem;
}

.travel-block {
	background-image: url(/assets/images/car/index/light.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 450px;
	padding-bottom: 150px;
}

.card-body {
	font-size: 20px;
	line-height: 35px;
}

.card-body .strong {
	font-weight: 600;
}

.bg-green {
	background-color: #43c797;
	color: #fff;
}

.car-keep-insure {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.5);
}

.ask-wrapper {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	width: 450px;
	position: absolute;
	left: calc(50% - 260px);
	top: calc(50% - 150px);
}

.ask-wrapper .input-group {
	vertical-align: middle;
	margin: 10px 0;
}

.ask-wrapper input {
	border: solid #bababa 1px;
	padding: 5px;
	border-radius: 25px;
	vertical-align: middle;
	height: 35px;
	width: calc(100% - 180px);
	padding-left: 10px;
}

.ask-wrapper .input-group p {
	min-width: 160px;
	margin-right: 20px;
	vertical-align: middle;
	line-height: 35px;
}

.car-plate-line {
	display: inline-block;
	width: 10px;
	height: 1px;
	background-color: #bababa;
	margin: 17px 3px 0;
}

.car-plate input {
	width: 106px;
}

.search-btn-wrapper {
	text-align: center;
}

.search-btn-wrapper button {
	width: 100px;
	height: 35px;
	line-height: 30px;
	border-radius: 25px;
	background-color: #ef755d;
	border: solid 1px #ef755d;
	color: #fff;
	cursor: pointer;
	margin: 20px 5px 0;
}

.search-btn-wrapper .cancel-btn {
	background-color: #fff;
	color: #ef755d;
}

.no-item p {
	font-size: 19px;
	line-height: 35px;
}

.car-keep-insure {
	display: none;
}

.keep-insure-table button {
	margin: 0;
}

.keep-insure-table .table {
	margin: 50px auto;
}

.table-style {
	margin: 30px 0;
	border: solid 1px #bababa;
}

.table-style ul {
	width: 100%;
	text-align: justify;
	border-bottom: solid 1px #bababa;
	padding: 15px 0 0;
}

.table-style ul:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.table-style li {
	display: inline-block;
	text-align: center;
	width: 150px;
	line-height: 35px;
	vertical-align: top;
}

.confirm-btn-wrapper {
	width: 100px;
	text-align: center;
}

.confirm-btn-wrapper button {
	width: 100px;
	height: 35px;
	line-height: 30px;
	border-radius: 25px;
	background-color: #ef755d;
	border: solid 1px #ef755d;
	color: #fff;
	cursor: pointer;
}

.confirm-btn-wrapper .green-btn {
	background-color: #5fd3bc;
	border-color: #5fd3bc;
}

.ask-wrapper .text-center {
	line-height: 35px;
}

.note {
	margin-bottom: 30px;
}

.goto-btn .green-btn {}

.card-header h5 {
	cursor: pointer;
}

#collapseThree3 .card-body {
	padding: 0 0 0 1.25rem;
}

.sub-item-collapse {
	margin-left: 25px;
}

#collapseThree3 .card-body .remind>.accordion>.card>.card-header>h5 {
	padding-left: 15px;
}

#collapseThree3 .card-body .remind>.accordion>.card>.card-header>h5:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	background-color: #43c797;
	left: 0;
	top: 15px;
}

#collapseThree3 {
	border-bottom: solid 1px #bfbfbf;
}

#collapseThree3 .card-body .remind .accordion .card .card-header:first-child {
	border-bottom: none;
}

#collapseThree3 .card-body .remind .card-body .accordion .card .card-header:first-child {
	border-bottom: none;
}

.middle-center-text {
	margin: 20px auto;
}

.pink-text {
	color: #ff9e9e;
	font-weight: 600;
}

.middle-center-text i {
	margin: 2px;
}

.middle-center-text .red-text a {
	font-weight: 500;
	text-decoration: underline;
	color: #e01f13;
}

/* .middle-center-text p {
	margin: 10px auto;
} */
.small-two {
	font-size: 0.8em;
}

.num-list li {
	list-style-type: decimal;
}

.remind ol.num-list {
	padding-left: 15px;
}

.remind ol.num-list li {
	padding-left: 0;
}

.remind ol.num-list li:before {
	display: none;
}

.remind ol.num-list li .sub-sub-list {
	display: block;
}

@media (min-width:1600px) {
	.travel-image {
		animation: animatedBackground 8s linear infinite;
		-webkit-background: url(/assets/images/car/car-index-banner-01-chrome.png);
	}
}

@media (max-width:1000px) {

	.car-intro-wrapper .middle-center-text p.text-center,
	.e-note {
		text-align: left !important;
	}
}

@media (max-width:991px) {
	.travel-image {
		margin-top: 0;
		background-position: left;
	}

	.recommend-block {
		margin-top: 30px;
		margin-bottom: 50px;
		width: 100%;
	}

	.car-intro-wrapper {
		margin-top: 50px;
	}

	.middle-card h2 {
		padding-left: 350px;
	}

	.middle-card ul {
		padding: 5px 10px;
	}

	.four-step-icon {
		width: 78%;
	}

	.four-step-icon i {
		font-size: 40px;
	}

	.travel-block {
		background-size: 250px;
	}
}

@media (max-width:480px) {

	.travel-image>h1,
	.travel-image>h2,
	.travel-image>h3,
	.travel-image>p {
		font-size: 40px;
	}

	.content-title {
		margin-bottom: 30px;
	}

	.image-wrapper li {
		width: 23%;
	}

	.bonus-block img {
		content: url(/assets/images/car/index/middle-bonus-car-m.png);
	}

	.travel-image {
		background-position: -220px;
	}

	.moveing-car {
		left: 20px;
		width: 200px;
		height: 80px;
	}

	.travel-image:after {
		background-image: none;
	}

	.recommend-block h2 {
		min-height: auto;
	}

	.goto-btn a {
		margin: 10px auto;
	}

	.car-intro-wrapper h2.title-h2 {
		line-height: 40px;
		font-size: 25px;
	}

	.bonus-block ul {
		position: absolute;
		top: calc(50% - 44px);
		left: 120px;
		width: calc(100% - 120px);
	}

	.bonus-item-title {
		font-size: 17px;
	}

	.bonus-item-title i {
		left: 0;
	}

	.bonus-price {
		margin: 0 auto;
	}

	.bonus-block ul li p {
		font-size: 17px;
	}

	.bonus-block ul li .bonus-price {
		font-size: 25px;
	}

	.e-note {
		text-align: left;
		width: 90%;
	}

	.remind {
		width: 90%;
	}

	.middle-icon {
		left: calc(50% - 120px);
	}

	.middle-card h2 {
		padding: 80px 15px 25px;
		display: block;
		width: 100%;
	}

	.middle-card li {
		display: block;
	}

	.middle-card.m02 li.step-arrow .fa-arrow-circle-right {
		padding-top: 0;
	}

	.four-step-icon i {
		font-size: 45px;
	}

	.four-step-icon {
		width: 90%;
	}

	.fa-arrow-circle-right {
		transform: rotate(90deg);
		margin: 15px auto;
	}

	.three-step-icon li {
		width: 100%;
		margin-bottom: 40px;
	}

	.ask-wrapper {
		width: 90%;
		left: 5%;
	}

	.ask-wrapper .input-group p {
		width: 100%;
	}

	.keep-table-item {
		display: none;
	}

	.keep-detail li {
		text-align: left;
	}

	.table-style ul {
		padding: 0;
	}

	.table-style li {
		display: block;
		border-bottom: solid 1px #bababa;
		width: 100%;
	}

	.table-style ul {
		position: relative;
	}

	.table-style ul::after {
		display: block;
		width: 3px;
		border-right: solid 1px #bababa;
		height: 100%;
		position: absolute;
		content: '';
		top: 0;
		left: 90px;
	}

	.table-style li::before {
		display: inline-block;
		width: 30%;
		height: 40px;
		margin-right: 5px;
		margin-left: 5px;
		vertical-align: middle;
	}

	.confirm-btn-wrapper button {
		vertical-align: middle;
	}

	.text-number::before {
		content: '保單編號';
	}


	.text-number p,
	.text-pm p {
		display: inline-block;
		margin-left: 117px;
	}

	.text-number p:first-child,
	.text-pm p:first-child {
		margin-left: 0;
	}

	.text-pm::before {
		content: '經手人';
	}

	.text-plate::before {
		content: '車牌號碼';
	}

	.text-date::before {
		content: '到期日';
	}

	.text-name::before {
		content: '被保險人';
	}

	.confirm-btn-wrapper::before {
		content: '前往續保';
	}

	#collapseThree3,
	div#headingThree3 {
		border-bottom: none;
	}
}