@charset "utf-8";
/* CSS Document */

.carImgSwip .swiper-button-prev:after, .carImgSwip .swiper-button-next:after {transition: 0.5s;}
.carImgSwip .swiper-button-prev:hover:after, .carImgSwip .swiper-button-next:hover:after {
    background-color: #C72827;
}


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');
.tp_header * {
	max-width: 100%;
}

.tp_header {
	position: relative;
	width: 100%;
	top: 0;
	z-index: 999999;
	background: #FFF;
	color: #ffffff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

.tp_header.sticky {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .6);
}

.tp_header.sticky .navLogo {
	width: 307px;
}

.tp_header.sticky .shop_search_txt {
	font-size: 12px;
}

.tp_header.sticky .shop_search_btn {
	font-size: 12px;
	height: 25px;
}

.tp_header.sticky .box_search input[type=text] {
	padding: 3px 10px 3px 32px;
	height: 25px;
}

.tp_header.sticky .me_tp_features a {
	width: 25px;
}

.navLogo {
	width: 307px;
}

.tp_header.sticky .navLogo {
	width: 20%;
}

.tp_header #logo img {
	max-width: 100%;
	max-height: 100%;
}

.me_tp_features {
	display: inline-block;
	vertical-align: bottom;
	width: 250px;
	text-align: right;
}

.me_tp_features a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	color: inherit;
}

.me_tp_features a::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	opacity: 0;
}

.me_tp_features a.navMemberIcon::before {
	background: url(../images/navMemberIcon-2.png) center no-repeat;
}

.me_tp_features a:hover img {
	opacity: 0;
}

.me_tp_features a:hover::before {
	opacity: 1;
}

.me_tp_features a.navCartIcon::before {
	background: url(../images/navCartIcon-2.png) center no-repeat;
}

.me_tp_features a.navCartIcon span {
	width: 15px;
	height: 15px;
	background: #FFFFFF;
	border-radius: 10px;
	font-size: 12px;
	color: #502603;
	text-align: center;
	line-height: 12px;
	position: absolute;
	transform: translateX(-50%);
	left: calc(50% + 3px);
	top: 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	z-index: 99;
}

.me_tp_features a.navCartIcon:hover span {
	color: #FFB01A;
}

.me_tp_features a i {
	position: absolute;
	top: -6px;
	right: -6px;
	display: inline-block;
	font-style: normal;
	font-size: 12px;
	background: #1b4960;
	color: #fff;
	text-align: center;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 100%;
}

#last_btn{width: 150px;}

@media screen and (max-width: 900px) {
	
	#last_btn{width: 100%;}

}

/* ============================ */




/* Responsive Mega Menu */
.navigation {
	max-width: 1700px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}

.navigation-portrait {
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
}

.navigation-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 19998;
}

.navigation-hidden {
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.nav-header {
	/*float:left; */
	display: inline-block;
	vertical-align: middle;
}

.navigation-hidden .nav-header {
	display: none;
}

.nav-brand {
	display: none;
	outline: initial;
}

.navigation-portrait .nav-logo>img {
	height: 36px;
	margin: 6px auto 6px 15px;
	padding: 0;
}

.nav-toggle {
	width: 44px;
	height: 40px;
	padding: 7px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 7px;
	display: none;
	cursor: pointer;
	text-align: left;
}

.nav-toggle span,
.nav-toggle:before,
.nav-toggle:after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #222;
}

.nav-menus-wrapper {
	width: 80%;
	text-align: right;
	display: inline-block;
	vertical-align: bottom;
}

.nav-menu {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	align-content: stretch;
	flex-wrap: wrap;
	font-size: 18px;
	height: 100%;
}

.tp_header.sticky .nav-menu {
	font-size: 16px;
}

.navigation-portrait .nav-toggle {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.navigation-portrait .nav-menus-wrapper {
	width: 270px;
	height: 100%;
	top: 0;
	left: -400px;
	position: fixed;
	background-color: #fff;
	z-index: 20000;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition-duration: .2s;
	transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
	left: auto;
	right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
	left: 0;
	/*background: -webkit-linear-gradient(left, #2d2c32 0%, #4d485c 47%, #2e2d33 100%);
	background: linear-gradient(to right, #2d2c32 0%, #4d485c 47%, #2e2d33 100%);*/
	background-color: #333;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
	left: auto;
	right: 0;
}

.nav-menus-wrapper-close-button {
	width: 30px;
	height: 30px;
	margin: 15px auto;
	display: none;
	/*float:right;*/
	color: #ffffff;
	font-size: 30px;
	cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
	display: block;
}

.navigation-portrait .nav-menu {
	width: 100%;
	height: auto;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.navigation-landscape .nav-menu.nav-menu-centered {
	float: none;
	text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
	float: none;
}

.nav-menu>li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	/*width: 15%;
	max-width: 100px;*/
}

.nav-menu>li:hover a{
	transform: skew(-10deg); 
	background: linear-gradient(to bottom, rgba(15,10,14,1) 0%,rgba(49,1,1,0.8) 50%,rgba(200,41,42,1) 100%);
}

.nav-dropdown li a{
	background: linear-gradient(to right, rgba(15,10,14,1) 0%,rgba(49,1,1,0.8) 30%,rgba(200,41,42,1) 100%) !important;
}

.nav-menu>li:hover a{color: #FFF;}
/*.nav-menu>li::after {
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	transform: translate(-50%, -50%) skewX(-25deg);
	left: 50%;
	top: -50%;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(162, 155, 176, 0.9) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(162, 155, 176, 0.9) 100%);
	opacity: 0;
	transition: .3s;
}*/

.navigation-portrait .nav-menu>li {
	width: 100%;
	max-width: 100%;
	position: relative;
	border-top: solid 1px #f0f0f0;
	font-weight: 700;
}

.nav-menu>li>a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	flex-wrap: wrap;
	padding: 15px 5px;
	color: #000;
	font-weight: 700;
	letter-spacing: .15em;
	z-index: 9999;
	width: 120px;
	height: 100px;
	transition: .3s;
	font-size: 15px;
	font-weight: normal;
}
.nav-menu>li{}

.tp_header.sticky .nav-menu>li>a {
	font-weight: 500;
}

.navigation-portrait .nav-menu>li:last-child {
	border-bottom: solid 1px #f0f0f0;
}

.nav-menu+.nav-menu>li:first-child {
	border-top: none;
}

.nav-menu>li:hover>a,
.nav-menu>li.focus>a {
	font-size: 16px;
}

.tp_header.sticky .nav-menu>li:hover>a,
.tp_header.sticky .nav-menu>li.focus>a {
	font-size: 16px;
}

.nav-menu>li:hover::after,
.nav-menu>li.focus::after {
	opacity: 1;
	top: 50%;
	height: 100%;
	box-shadow: 4px 0 10px rgba(0, 0, 0, .3), -4px 0 10px rgba(0, 0, 0, .3);
}

.nav-menu li a * {
	transition: .01s;
}

.navigation-portrait .nav-menu>li>a {
	padding: 12px 15px 12px 26px;
}

.nav-menu>li>a>i,
.nav-menu>li>a>[class*=ion-] {
	width: 18px;
	height: 16px;
	line-height: 16px;
	transform: scale(1.4);
}

.nav-menu>li>a>[class*=ion-] {
	width: 16px;
	display: inline-block;
	transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
	width: 100%;
	text-align: center;
}

.nav-menu.nav-menu-social>li {
	text-align: center;
	float: none;
	border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
	width: auto;
}

.nav-menu.nav-menu-social>li>a>[class*=ion-] {
	font-size: 12px;
}

.nav-menu.nav-menu-social>li>a>.fa {
	font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
	padding: 15px;
}

.submenu-indicator {
	margin-left: 8px;
	display: none;
}
.submenu-indicator span{
	transform: rotate(180deg);
}

.navigation-portrait .submenu-indicator {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 54px;
	height: 100%;
	margin-top: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 20000;
}

.nav-menu>li:hover .submenu-indicator .fa-caret-up:before {
	content: "\f0d7";
}

.nav-dropdown .submenu-indicator .fa.fa-solid.fa-caret-up::before {
	content: "\f0da";
}

.submenu-indicator-chevron {
	height: 6px;
	width: 6px;
	display: block;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: transparent #000 #000 transparent;
	transform: rotate(45deg);
}

.nav-menu>li:hover .submenu-indicator-chevron,
.nav-menu>li.active .submenu-indicator-chevron,
.nav-menu>li.focus .submenu-indicator-chevron {
	border-color: transparent #fff #fff transparent;
}

.navigation-portrait .submenu-indicator-chevron {
	border-color: transparent #1a3a4a #1a3a4a transparent;
	position: absolute;
	top: 18px;
	left: 24px;
}

.navigation-portrait:hover .submenu-indicator-chevron {
	border-color: transparent #1a3a4a #1a3a4a transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
	transform: rotate(-180deg);
}

.nav-dropdown>li .submenu-indicator-chevron {
	border-color: transparent #1a3a4a #1a3a4a transparent;
}

.nav-overlay-panel {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: none;
	z-index: 19999;
}

.no-scroll {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.nav-button {
	margin: 18px 15px 0;
	padding: 8px 14px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
	color: #fff;
	text-decoration: none;
}

.navigation-portrait .nav-button {
	width: calc(100% - 52px);
	margin: 17px 26px;
}

.nav-text {
	margin: 25px 15px;
	display: inline-block;
	color: #343a40;
	font-size: 14px;
}

.navigation-portrait .nav-text {
	width: calc(100% - 52px);
	margin: 12px 26px 0;
}

.navigation-portrait .nav-text+ul {
	margin-top: 15px;
}

.nav-dropdown {
	list-style: none;
	min-width: 100%;
	display: none;
	position: absolute;
	z-index: 98;
	white-space: nowrap;
	background: #fff;
}

.nav-dropdown:after {
	content: '';
	clear: both;
	width: 100%;
	display: block;
}

.nav-menu>li>.nav-dropdown {
	background: #444444;
	color: #fff;
	width: 150px;
	max-width: 100%;
	left: calc(50% - 0px);
	top: 100%;
	transform: translateX(-50%);
	font-weight: normal;
	letter-spacing: .1em;
	text-align: left;
}

.tp_header.sticky .nav-menu>li>.nav-dropdown {
/*	left: calc(50% - 14px);*/
}

.navigation-portrait .nav-menu>li>.nav-dropdown {
	width: 100%;
	position: relative;
	left: 0;
	transform: unset;
	top: 0;
}

.tp_header.sticky .navigation-portrait .nav-menu>li>.nav-dropdown {
	left: 0;
}

.nav-dropdown>li {
	width: 100%;
	position: relative;
	text-align: left;
	display: block;
}

.nav-dropdown>li:last-child {
	border-bottom: 0;
}

.nav-dropdown>li>a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	min-height: 45px;
	text-align: center;
	padding: 10px 5%;
	color: inherit;
	padding: 10px;
	font-size: 14px;
	border-top: 1px solid #fff;
}
.nav-dropdown>li:nth-of-type(1)>a{
	border: unset;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a,
.nav-dropdown>li:active>a,
.nav-dropdown>li:target>a {
	background: #222222 !important;
}

.nav-dropdown>li:hover>a::before {
	opacity: 1;
	color: #EE9B00;
}

.nav-dropdown.nav-dropdown-left {
	right: 0;
}

.nav-dropdown>li>.nav-dropdown-left {
	left: auto;
	right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
	text-align: right;
}

.navigation-portrait .nav-dropdown>li>a {
	padding: 12px 15px 12px 15px;
	background: none;
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
	padding-left: 15px;
	border-left: 2px #e73232 solid;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
	padding-left: 35px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
	padding-left: 55px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
	padding-left: 75px;
}

.nav-dropdown .submenu-indicator {
	right: 15px;
	top: 10px;
	position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
	right: 0;
	top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
	transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
	transform: rotate(45deg);
}


.nav-dropdown>li>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
	border-color: transparent #999 #999 transparent !important;
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
	border-color: transparent #1b4960 #1b4960 transparent !important;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
	left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
	transform: rotate(135deg);
}

.nav-dropdown-horizontal {
	width: 100%;
	left: 0;
	background-color: #fdfdfd;
	border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
	width: 100%;
	top: 100%;
	left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
	border-top: none;
}

.nav-dropdown-horizontal>li {
	width: auto;
	clear: none;
	position: static;
}

.navigation-portrait .nav-dropdown-horizontal>li {
	width: 100%;
}

.nav-dropdown-horizontal>li>a {
	position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
	height: 18px;
	top: 11px;
	transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
	height: 42px;
	top: 0;
	transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
	transform: rotate(-180deg);
}


.megamenu-tabs {
	width: 100%;
	float: left;
	display: block;
}

.megamenu-tabs-nav {
	width: 20%;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
	width: 100%;
}

.megamenu-tabs-nav>li>a {
	width: 100%;
	padding: 10px 16px;
	float: left;
	color: #343a40;
	border: solid 1px #eff0f2;
	outline: 0;
	background-color: #fff;
}

.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
	background-color: #f5f5f5;
}

.megamenu-tabs-pane {
	width: 80%;
	min-height: 30px;
	padding: 20px;
	float: right;
	display: none;
	font-size: 13px;
	color: #343a40;
	border: solid 1px #eff0f2;
	background-color: #fff;
}

.megamenu-tabs-pane.active {
	display: block;
}

.navigation-portrait .megamenu-tabs-pane {
	width: 100%;
}

.megamenu-lists {
	width: 100%;
	display: table;
}

.megamenu-list {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	display: inline-block;
	float: left;
	list-style: none;
}

.megamenu-list:last-child {
	margin: 0;
	border: none;
}

.navigation-landscape .megamenu-list {
	margin: -15px 0;
	padding: 20px 0;
	border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
	border: none;
}

.megamenu-list>li>a {
	width: 100%;
	padding: 10px 15px;
	display: inline-block;
	color: #343a40;
	font-size: 13px;
}

.megamenu-list>li>a:hover {
	background-color: #1b4960;
	color: #fff;
}




.transparent-menu {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}

.navigation-portrait .nav-menu>li>a {
	width: 100%;
	height: auto;
	padding: 15px 10px;
	text-align: left;
	color: #FFF;
	transform: skew(0);
}

/* Responsive Mega Menu */


/* 頁尾 */
.footer {
	background-color: #0F0A0E;
}

.footer a {
	color: inherit;
}

.footer section {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1300px;
	width: 100%;
	margin: auto;
	padding: 70px 5vw 50px 5vw;
	position: relative;
	flex-wrap: nowrap;
}

.footer.indexFooter section {

}

.ft_icons {
	margin-top: 30px;
	text-align: center;
	width: 100%;
}

.ft_icons li {
	padding: 10px;
}

.ft_icons a {
	width: 32px;
	height: 32px;
	background: #888888;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.ft_copy{
	max-width: 1300px;
	margin: 0 auto;
	font-style: normal;
	font-size: 14px;
	font-weight: 300;
	color: #CCC;
	text-align: center;
	line-height: 180%;
	letter-spacing: 0.1em;
	padding: 5px 10px 10px 10px;
	background: #0F0A0E;
	border-top: 1px solid #888;
}

.footer_logo{
	max-width: 300px;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer_logo figure{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 20px 0 0 0;
}

.footer_logo figure a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 30px;
	margin: 10px 15px;
}

.footer_logo figure a img {
	transition: 0.5s;
	filter: brightness(0) invert(1);
}

.footer_logo figure a:hover img{
 	filter: inherit;
}

.footer_textbox{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;

}

.footer_text{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 0 0 0 4vw;
}

.footer_text h4{
	font-size: 20px;
	color: #C99926;
}

.footer_text p{
	width: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 180%;
	letter-spacing: 0.1em;
}

.footer_link{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.footer_link a{
	display: inline-block;
	margin: 3px 0;
	color: #FFF;
	padding: 3px 10px;
	letter-spacing: 0.1em;
}
.footer_link a:hover{color: #C62726;}

.footer_link2 a{color: #fff;}
.footer_logo img{max-width: 100%;}

.footerContent {
	width: 960px;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	display: none !important;
}

.footerContent li {
	max-width: calc(100% / 3);
	padding-right: 10px;
}

.footerContent li h6 {
	font-size: 1.2em;
}


/* 共用聯絡浮動 */

.fix_ri {
	width: 50px;
	box-sizing: border-box;
	position: fixed;
	bottom: 95px;
	right: 15px;
	z-index: 9999;
	text-align: center;
}

.fix_ri>a {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}



.fix_ri>a.fix_line {
	background: #2DB200;
}

.fix_ri>a.fix_mail {
	background: #FFB01A;
}

.fix_ri>a.fix_fb {
	background: #0059B2;
}

.fix_ri>a.fix_mess {
	background: #2DB200;
}

.fb_box {
	max-width: unset;
}

.fix_ri a img {
	opacity: 1;
}

/*# sourceURL=menu.css*/


/*首頁*/

.index_content{max-width: 1500px;margin: 0 auto;}


.index_A_content{padding: 80px 20px;}

.index_title{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 3.5vw;
}

.index_title h4{
	width: 70px;
	height: 70px;
	background-image: url(../images/sy_img009.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #999;
}

.index_title h5{margin-left: 15px;}
.index_title h5 span{display: block;font-size: 36px;color: #999;margin-bottom: 5px;}
.index_title h5 span em{font-size: 36px;color: #B88C1B;font-style: normal;}
.index_title h5 b{display: block;font-family: 'Montserrat';font-size: 25px;color: #DDD;}

.index_video_box{display: flex;flex-wrap: wrap;}
.index_video{width: calc(33.333% - 30px);margin: 15px;position: relative;}
.index_video:before{
	content: "";
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	opacity: 0;
	transition: 0.5s;
}

.index_video_img{position: relative;overflow: hidden;}
.index_video_img img{transition: 0.5s;}
.index_video_img:before{
	content: "";
	position: absolute;
	background-image: url(../images/sy_img008.png);
	width: 81px;
	height: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	z-index: 9;
}

.index_video p{
	padding: 25px 30px;
	text-align: justify;
	background-color: #F9F9F9;
	color: #555;
	line-height: 160%;
}

.index_video:hover:before{opacity: 1;}
.index_video:hover .index_video_img img{transform: scale(1.1);}

.index_B{background-image: url(../images/sy_bg003.jpg);background-position: center bottom;background-repeat: no-repeat;}
.index_B_content{padding: 0 20px 90px 20px;}

.index_imgbox{display: flex;flex-wrap: wrap;}
.index_imgbox img:nth-child(1){width: 33.333%;}
.index_imgbox img:nth-child(2){width: 66.666%;}

.index_B_text{padding: 4.5vw 0 3.5vw 0;text-align: center;}
.index_B_text p{margin-bottom: 2vw;}
.index_B_text p span{display: block;font-size: 18px;color: #111;line-height: 200%;}
.index_B_text h5{font-size: 28px;color: #111;}
.index_B_slogan{display: flex;flex-wrap: wrap;background-color: #D7D7D7;}

.slogan_img{width: 33.333%;}
.slogan_text{
	width: 33.333%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 20px;
}

.slogan_text h4{
	font-size: 50px;
	color: #FFF;
	font-family: 'Montserrat';
	margin-bottom: 1.5vw;
}

.slogan_text h5{
	max-width: 280px;
	margin: 0 auto;
	width: 100%;
	font-size: 18px;
	color: #868686;
	margin-left: -10px;
}

.slogan_text p{
	max-width: 280px;
	margin: 0 auto;
	font-size: 15px;
	color: #868686;
	line-height: 180%;
	text-align: justify;
	word-break: normal;
	margin-top: 15px;
}

.index_B_hope{max-width: 1200px;margin: 0 auto;padding: 4vw 0 0 0;display: flex;flex-wrap: wrap;align-items: center;}

.hope_img{width: 400px;text-align: left;}
.hope_text{width: calc(100% - 400px);border-left: 3px solid #EEE6D0;padding: 0 0 0 5vw;}
.hope_text p{font-size: 22px;color: #212121;line-height: 180%;}
.hope_text p:nth-child(1){margin-bottom: 2.5vw;}
.hope_text p:nth-child(4){margin-bottom: 2.5vw;}
.hope_text h4{color: #999;font-size: 15px;line-height: 120%;margin-top: 1vw;margin-left: 2.5vw;}

.index_C{
	height: 635px;
	background-image: url(../images/sy_bg004.jpg);
	background-position: center;
	margin-bottom: 100px;
}

.index_C_content{padding: 40px 20px 0 20px;position: relative;}
.index_C_link{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background-color: #880C10;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	font-size: 16px;
	color: #FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	opacity: 0;
	transition: 0.7s;
}

.index_C_content:hover .index_C_link{opacity: 1;bottom: 45%;}

.index_title h6{
	width: 100%;
	font-size: 150px;
	color: rgba(237,102,102,0.2);
	font-family: 'Montserrat';
	text-align: center;
	margin-top: 15px;
	position: relative;
	z-index: 5;
}

.index_C_img{
	text-align: center;
	position: relative;
	z-index: 666;
	top: -180px;
}


.index_D{background-image: url(../images/sy_bg005.jpg);background-position: center top;}
.index_D_content{padding: 50px 20px 100px 20px;}
.index_D_linkbox{display: flex;flex-wrap: wrap;margin-top: 70px;margin-bottom: 70px;
}
.index_D_link{width: 20%;position: relative;margin: 15px 0;}

.D_link_img{position: relative;}
.D_link_img:before{
	content: "";
	position: absolute;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.5s;
}

.index_D_link:hover .D_link_img:before{opacity: 1;}
.index_D_link:hover .D_link_img:after{opacity: 1;bottom: 50%;}

.D_link_img:after{
	content: "+MORE";
	position: absolute;
	font-size: 16px;
	color: #FFF;
	font-family: 'Montserrat';
	background-color: rgba(136,12,16,0.5);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	left: 50%;
	bottom: 0;
	transform: translate(-50% , 50%);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.5s;
}

.index_D_link p{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #F6F6F6;
	padding: 10px;
}

.index_D_link p b{
	font-size: 25px;
	color: #000;
	font-family: 'Montserrat';
	margin: 2px 5px;
}

.index_D_link p span{font-size: 18px;color: #545454;margin: 5px;}

.index_D_linkbox2{display: flex;flex-wrap: wrap;margin-top: 70px;}
.index_D_link2{width: calc(25% - 6px);position: relative;margin: 3px;background-color: #F6F6F6;}
.index_D_link2 h4{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px;
}

.index_D_link2 h4 b{
	width: 100%;
	font-size: 18px;
	color: #5F4730;
	margin-bottom: 5px;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_D_link2 h4 span{width: 100%;font-size: 12px;color: #999;}
.index_D_link2:hover .D_link_img:before{opacity: 1;}
.index_D_link2:hover .D_link_img:after{opacity: 1;bottom: 50%;}

.index_E{background-image: url(../images/sy_bg006.jpg);background-attachment: fixed;background-position: center;}
.index_E_content{padding: 70px 20px 100px 20px;text-align: center;}
.index_E_linkbox{margin-top: 40px;display: flex;flex-wrap: wrap;justify-content: center;}
.index_E_link{margin: 20px;position: relative;top: 0;transition: 0.5s;}
.index_E_link:hover{top: -10px;}

@media screen and (max-width: 1190px) {
	
	.index_content{max-width: 800px;}
	.index_A_content{padding: 50px 20px;}

	.index_title{margin-bottom: 30px;}
	.index_title h4{width: 70px;height: 70px;font-size: 30px;}
	.index_title h5{margin-left: 15px;}
	.index_title h5 span{font-size: 30px;}
	.index_title h5 span em{font-size: 30px;}
	.index_title h5 b{font-size: 20px;}

	.index_video{width: calc(50% - 20px);margin: 10px;}
	.index_video p{padding: 20px;}

	.index_B_content{padding: 0 20px 50px 20px;}
	.index_imgbox img:nth-child(1){width: 33.333%;}
	.index_imgbox img:nth-child(2){width: 66.666%;}
	.index_B_text{padding: 50px 0;text-align: center;}
	.index_B_text p{margin-bottom: 20px;}
	.index_B_text p span{font-size: 16px;line-height: 180%;}
	.index_B_text h5{font-size: 22px;line-height: 130%;}

	.slogan_img{width: 50%;order: 2;}
	.slogan_text{width: 100%;padding: 30px 20px;order: 1;}
	.slogan_text h4{font-size: 35px;margin-bottom: 15px;}
	.slogan_text h5{max-width: 280px;font-size: 17px;margin-left: -10px;}
	.slogan_text p{max-width: 280px;font-size: 15px;line-height: 140%;margin-top: 10px;}

	.index_B_hope{max-width: 500px;padding: 50px 0 0 0;}
	.hope_img{width: 100%;text-align: center;margin-bottom: 20px;}
	.hope_text{width: 100%;border-left: 3px solid #EEE6D0;padding: 0 0 0 20px;}
	.hope_text p{font-size: 18px;line-height: 160%;}
	.hope_text p:nth-child(1){margin-bottom: 20px;}
	.hope_text p:nth-child(4){margin-bottom: 20px;}
	.hope_text h4{font-size: 15px;margin-top: 1vw;margin-left: 3vw;}

	.index_C{height: auto;margin-bottom: 50px;}
	.index_C_content{max-width: 800px;margin: 0 auto;padding: 50px 20px;}
	.index_C_content:hover .index_C_link{bottom: 40%;}
	.index_title h6{font-size: 80px;margin-top: 0;}
	.index_C_img{top: 0;}

	.index_D_content{padding: 50px 20px;}
	.index_D_linkbox{margin-top: 35px;margin-bottom: 35px;}
	.index_D_link{width: 33.333%;position: relative;margin: 15px 0;}
	.D_link_img:after{font-size: 16px;width: 70px;height: 70px;}
	.index_D_link p{padding: 10px;}
	.index_D_link p b{font-size: 20px;}
	.index_D_link p span{font-size: 16px;}
	.index_D_linkbox2{margin-top: 0;}
	.index_D_link2{width: calc(50% - 6px);}
	.index_D_link2 h4 b{font-size: 16px;}
	.index_D_link2 h4 span{font-size: 12px;}

	.index_E_content{max-width: 600px;padding: 50px 20px;}
	.index_E_linkbox{margin-top: 20px;}
	.index_E_link{margin: 10px;}

	.index_F_map{height: 250px;}

}

@media screen and (max-width: 800px) {
	
	.index_content{max-width: 500px;}

	.index_title h4{font-size: 26px;}
	.index_title h5 span{font-size: 26px;}
	.index_title h5 span em{font-size: 26px;}
	.index_title h5 b{font-size: 18px;}

	.index_video{width: 100%;margin: 10px auto;}

	.index_imgbox img:nth-child(1){width: 100%;}
	.index_imgbox img:nth-child(2){width: 100%;}

	.slogan_img{width: 100%;}

	.index_B_hope{max-width: 500px;padding: 50px 0 0 0;}

	.index_B_text{padding: 25px 0;}
	.index_B_text p span{text-align: justify;line-height: 140%;}
	.index_B_text h5{text-align: justify;line-height: 120%;}

	.index_imgbox img:nth-child(1){width: 33.333%;}
	.index_imgbox img:nth-child(2){width: 66.666%;}

	.index_C{margin-bottom: 0;}
	.index_title h6{font-size: 60px;}

	.index_D_linkbox{margin-top: 20px;margin-bottom: 20px;}
	.index_D_link{width: 50%;margin: 10px auto;}
	.index_D_link2{width: calc(50% - 6px);}

	.index_E_content{max-width: 400px;}

}

/*購車指南*/

.service_content{max-width: 1300px;margin: 0 auto;padding: 60px 20px 80px 20px;}
.service_stepbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 50px 50px 50px 10vw;
	background-color: #FAFAFA;
	margin-bottom: 5px;
}

.step_title{
	width: 240px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.step_title h4{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #6F0B0E;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.step_title h4 span{width: 100%;color: #FFF;font-size: 15px;text-align: center;}
.step_title h4 b{width: 100%;color: #FFF;font-size: 40px;text-align: center;font-family: 'Montserrat';}
.step_title h5{font-size: 22px;color: #BF9331;margin-left: 20px;}

.step_textbox{max-width: 600px;width: calc(100% - 240px);display: flex;flex-wrap: wrap;}

.textbox01{margin-top: -20px;}

.step_text{
	width: calc(33.333% - 80px);
	text-align: center;
	margin: 0 40px;
	position: relative;
}

.step_img{position: relative;}
.step_img:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -50%;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transform: translate(-50% , -50%);
}

.step_slash:before{background-image: url(../images/sy_img042.png);}
.step_arrow:before{background-image: url(../images/sy_img043.png);}

.step_text h4{font-size: 18px;color: #262C46;margin-bottom: 10px;}
.step_text h5{font-size: 20px;color: #B28519;margin-top: 20px;}

.step_linkbox{
	max-width: 580px;
	width: calc(100% - 270px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.step_linkbox a{width: calc(20% - 30px);margin: 0 15px;transition: 0.5s;}
.step_linkbox a:hover{transform: scale(1.1);}
.step_linkbox p{
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	color: #727263;
	line-height: 180%;
	text-align: center;
}

.step_text2{text-align: center;margin: 0 40px;margin-top: 25px;}
.step_text2 h5{font-size: 20px;color: #B28519;margin-top: 15px;}

.service_videobox{
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.service_videobox h4{
	width: 40px;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	font-size: 13px;
	color: #5F6676;
	text-align: right;
}

.service_videobox h5{
	width: 40px;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	font-size: 13px;
	color: #5F6676;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.service_videobox p{
	width: 100%;
	margin-top: 15px;
	color: #727263;
	font-size: 16px;
	line-height: 180%;
	text-align: center;
}

.service_video{width: calc(100% - 80px);}
.service_video iframe{width: 100%;min-height: 470px;}
 

@media screen and (max-width: 1000px) {
	
	.service_content{max-width: 800px;padding: 50px 20px;}
	.service_stepbox{align-items: flex-start;justify-content: flex-start;padding: 50px 25px;}

	.step_title{width: 200px;}
	.step_title h4{width: 70px;height: 70px;}
	.step_title h4 span{font-size: 14px;}
	.step_title h4 b{font-size: 28px;}
	.step_title h5{font-size: 20px;margin-left: 15px;}

	.step_textbox{max-width: 100%;width: calc(100% - 200px);}

	.textbox01{margin-top: -20px;}

	.step_text{width: calc(33.333% - 40px);margin: 0 20px;}
	.step_img:before{top: 50%;right: -30%;transform: translate(-50% , -50%);}

	.step_text h4{font-size: 16px;margin-bottom: 5px;}
	.step_text h5{font-size: 18px;margin-top: 10px;}

	.step_linkbox{max-width: 100%;width: calc(100% - 200px);}
	.step_linkbox a{width: calc(20% - 30px);margin: 0 15px;}
	.step_linkbox p{margin-top: 20px;font-size: 16px;line-height: 160%;}

	.step_text2{margin: 0 20px;margin-top: 15px;}
	.step_text2 h5{font-size: 18px;margin-top: 10px;}

	.service_videobox{max-width: 800px;margin-top: 30px;}
	.service_videobox h4{
		width: 30px;
		-webkit-writing-mode: vertical-lr;
		writing-mode: vertical-lr;
		font-size: 13px;
		text-align: right;
	}

	.service_videobox h5{
		width: 30px;
		-webkit-writing-mode: vertical-lr;
		writing-mode: vertical-lr;
		font-size: 13px;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
	}

	.service_videobox p{margin-top: 10px;line-height: 160%;}

	.service_video{width: calc(100% - 60px);}
	.service_video iframe{min-height: 450px;}

}

@media screen and (max-width: 800px) {
	
	.service_content{max-width: 500px;padding: 50px 20px;}
	.service_stepbox{align-items: flex-start;justify-content: flex-start;padding: 30px 10px;}

	.step_title{width: 100%;margin-bottom: 20px;margin-left: 20px;}
	.step_title h4{width: 70px;height: 70px;}
	.step_title h4 span{font-size: 14px;}
	.step_title h4 b{font-size: 28px;}
	.step_title h5{font-size: 20px;margin-left: 15px;}

	.step_textbox{max-width: 100%;width: 100%;}

	.textbox01{margin-top: 0;}

	.step_text{width: calc(33.333% - 40px);margin: 0 20px;}
	.step_img:before{top: 50%;right: -40%;transform: translate(-50% , -50%);}
	.step_text h4{font-size: 15px;margin-bottom: 5px;}
	.step_text h5{font-size: 16px;margin-top: 5px;}

	.step_linkbox{width: 100%;padding: 0 15px;}
	.step_linkbox a{width: calc(20% - 20px);margin: 0 10px;}
	.step_linkbox p{margin-top: 15px;}

	.step_text2{margin: 0 20px;}
	.step_text2 h5{font-size: 16px;margin-top: 5px;}

	.service_videobox{max-width: 800px;margin-top: 30px;}
	.service_videobox h4{
		width: 100%;
		-webkit-writing-mode: inherit;
		writing-mode: inherit;
		text-align: right;
		padding: 10px 0;
	}

	.service_videobox h5{
		width: 100%;
		-webkit-writing-mode: inherit;
		writing-mode: inherit;
		align-items: flex-end;
		padding: 10px 0;
	}

	.service_videobox p{margin-top: 10px;line-height: 160%;}

	.service_video{width: 100%;}
	.service_video iframe{min-height: 300px;}

}

@media screen and (max-width: 768px) {
	.service_content{padding: 0;}

}

@media screen and (max-width: 450px) {
	.step_text {
    width: calc(33.333% - 20px);
    margin: 10px;
  }

  .step_text h5 {
    font-size: 15px;
  }

	.step_linkbox{justify-content: center;}
	.step_linkbox a {
    width: calc(33.333% - 20px);
    margin: 0 10px;
  }

  .step_img:before {
    right: -45%;
  }


}

@media screen and (max-width: 1430px) {

}



/*banner*/
.es_banner{
	background-image: url(../images/paperban.jpg);
	background-position: 10%;
	background-size: cover;
	padding: calc(7vw + 50px) 5% calc(7vw + 50px);
}
.es_banner *{
	font-family: 'Noto Sans TC';
}
.es_banner dl{
	max-width: 1450px;
	margin: auto;
	width: 90%;
}
.es_banner dl dt{
	margin: 0 0 -3vw -3vw;
	font-size: 100px;
	color: #ECECEC;
	opacity: .2;
	line-height: 120%;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.es_banner dl dd{
	border-left: 3px solid #fff;
	padding: 20px 0 20px 3%;
}
.es_banner dl dd h4{
	font-size: 28px;
	color: #fff;
	line-height: 150%;
	letter-spacing: 0.05em;
}
.es_banner dl dd p{
	font-size: 16px;
	color: #fff;
	line-height: 140%;
	letter-spacing: 0.05em;
	margin: 15px 0 0;
}
.paper_banner{
	background-image: url(../images/paperban.jpg);
}
.pro_banner{
	background-image: url(../images/proban.jpg);
}
.art_banner{
	background-image: url(../images/artban.jpg);
}
.pri_banner{
	background-image: url(../images/priban.jpg);
}
.con_banner{
	background-image: url(../images/conban.jpg);
}
.ab_banner{
	background-image: url(../images/abban.jpg);
}
.vid_banner{
	background-image: url(../images/vidban.jpg);
}
.paper_content{
	padding: 70px 20px;
}

.pro_body .all_search{

}

@media screen and (max-width: 1200px) {
	.navigation{flex-direction: column;}
	.nav-menus-wrapper{width: 100%;}
	.nav-menu{justify-content: center;}
	.nav-menu>li>a{height: auto;}

	.navLogo{text-align: center;padding: 20px 0;}

	.es_banner{padding: calc(15vw + 50px) 5% calc(7vw + 50px);}
	.es_banner dl dt{font-size: 70px;}
	.es_banner dl dd h4{font-size: 25px;}

}
@media screen and (max-width: 990px) {
	.navigation{align-items: center;justify-content: center;}
	.tp_header.sticky .navLogo{width: 80% !important;margin: auto;text-align: center;}
	.navLogo{width: 70% !important;margin: auto;text-align: center;}
}
@media screen and (max-width: 768px) {
	.es_banner{padding: calc(5vw + 40px) 5%;}
	.es_banner dl dt{font-size: 40px;}
	.es_banner dl dd h4{font-size: 20px;}
	.es_banner dl dd p{font-size: 15px;}
}
@media screen and (max-width: 400px) {
	.es_banner dl{width: 100%;}
	.es_banner dl dd p br{display: none;}
}

@keyframes amove{
	0%{background-position: 0px;}
	100%{background-position: -4000px;}
}

.yj_title{text-align: center;}
.yj_title p{
	font-size: 16px;
	color: #C72827;
	font-family: "Audiowide", serif;
	font-weight: bold;
	letter-spacing: 2px;
}

.yj_title h4{
	font-size: 30px;
	color: #000;
	font-weight: 500;
	letter-spacing: 2px;
}

.hs_box{
	--f24:24px;
	--f22:22px;
	--f18:18px;
	--f16:16px;
	--f14:14px;
	overflow: hidden;
}

/*聯絡我們*/
.esc_a{
	padding: 70px 5%;
	background: url(../images/allconbg.jpg) #111111;
	background-position: bottom center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.esc_a dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1545px;
	margin: auto;
}
.esc_a dl dd{
	width: 645px;
	margin: 0 0 0 30px;
}
.esc_a dl dd b{
	font-size: var(--f18);
	line-height: 140%;
	letter-spacing: 0.1em;
	color: #fff;
	display: block;
	margin: 10px 0 50px;
}
.esc_a dl dd h4{
	font-size: var(--f24);
	color: #fff;
	line-height: 140%;
	letter-spacing: 0.1em;
	max-width: 510px;
}
.esc_a dl dd h4 s{
	font-size: var(--f24);
	color: #fff;
	line-height: 140%;
	letter-spacing: 0.1em;
}
.esc_a dl dd p{
	font-size: var(--f16);
	color: #B8B8B8;
	line-height: 160%;
	letter-spacing: 0.05em;
	margin: 30px 0;
}
.esc_a dl dd figure{
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.esc_a dl dd figure a{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    background-color: #666666;
    border-radius: 500px;
    margin: 5px;
}
.esc_a dl dd figure a:hover{
	background-color: #C09431;
}
.esc_b{
	background: url(../images/contact/es_img03.jpg);
	background-position: center;
	background-size: cover;
	height: 446px;
	animation: amove 50s infinite linear;
}

/*車輛保固*/
.esw_a{
	padding: 70px 5%;
	background-color: #222222;
}
.esw_a01{
	max-width: 1425px;
	margin: auto;
}
.esw_a01 > b{
	display: block;
	font-size: var(--f14);
	line-height: 180%;
	letter-spacing: 0.1em;
	margin: 10px 0 calc(4vw + 30px);
}
.esw_a01 dl{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 30px;
	column-gap: 5%;
}
.esw_a01 dl dd a{
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.esw_a01 dl dd a b{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	height: 70%;
	background-color: rgba(24, 24, 24, .8);
	opacity: 0;
	transition: all .4s;
}
.esw_a01 dl dd a b s{
	font-size: var(--f22);
	color: #CCC9B6;
	line-height: 180%;
	letter-spacing: 0.1em;
}
.esw_a01 dl dd a b::after{
	content: url(../images/warranty/es_icon01.png);
	line-height: 0px;
	margin: 0 0 0 5%;
}
.esw_a01 dl dd:nth-of-type(1) a:hover b,
.esw_a01 dl dd:nth-of-type(2) a:hover b{
	opacity: 1;
	transition: all .4s;
}
.esw_a01 dl dd h4{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: var(--f22);
	color: #CCC9B6;
	line-height: 180%;
	letter-spacing: 0.07em;
	margin: 15px 0 0;
}
.esw_a01 dl dd h4::before{
	content: '';
	min-width: 6px;
	height: 6px;
	background-color: #CCC9B6;
	margin: 0 10px 0 0;
	border-radius: 500px;
}

.esw_b{
	padding: 70px 5%;
	background: url(../images/allconbg.jpg) #111111;
	background-position: bottom center;
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: center;
}
.esw_b > b{
	display: block;
	font-size: var(--f14);
	line-height: 180%;
	letter-spacing: 0.1em;
	margin: 10px 0 calc(4vw + 30px);
}
.esw_b ul{
	max-width: 1550px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.esw_b ul li{
	padding: 0 15px;
	margin: 0 0 30px;
	line-height: 0px;
}
.esw_b ul li a{
	display: block;
	overflow: hidden;
}
.esw_b ul li a:hover img{
	transform: scale(1.03);
}

.esw_c{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

/*購車流程*/
.esm_a{
	padding: calc(4vw + 60px) 5%;
	background: url(../images/allmodels/es_bg01.jpg);
	background-position: center;
	background-size: cover;
}
.esm_a01{
	max-width: 1445px;
	margin: auto;
}
.esm_a01 > b{
	display: block;
	font-size: var(--f14);
	line-height: 180%;
	letter-spacing: 0.1em;
	margin: 10px 0 calc(4vw + 30px);
}
.esm_a01 ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 5%;
	row-gap: 50px;
}
.esm_a01 ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.esm_a01 ul li i{
	display: block;
	min-width: fit-content;
	margin: 0 20px 0 0;
}
.esm_a01 ul li dl dt s{
	display: inline-block;
	font-size: var(--f24);
	color: #CCC9B6;
	line-height: 180%;
	letter-spacing: 0.05em;
}
.esm_a01 ul li dl dt u{
	display: inline-block;
	font-size: var(--f20);
	color: #CCC9B6;
	line-height: 180%;
	letter-spacing: 0.05em;
}
.esm_a01 ul li dl dd p{
	font-size: var(--f16);
	color: #B8B8B8;
	font-weight: bold;
	line-height: 160%;
	letter-spacing: 0.05em;
}

.esm_b{
	padding: 70px 5%;
	background: url(../images/allconbg.jpg) #111111;
	background-position: bottom center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.esm_b section{
	text-align: center;
}
.esm_b section b{
	display: block;
	font-size: var(--f14);
	line-height: 180%;
	letter-spacing: 0.1em;
	margin: 10px 0 calc(4vw + 30px);
}

/*qa*/
.qa_01{
	max-width: 1300px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 50px;
}
.qa_01 li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 15px;
	border-bottom: 1px solid #666666;
}
.qa_01 li s{
	font-size: var(--f20);
	color: #CCC9B6;
	line-height: 180%;
	letter-spacing: 0.05em;
}
.qa_01 li::after{
	content:'-';
	font-size: var(--f20);
	color: #CCC9B6;
	line-height: 180%;
	letter-spacing: 0.05em;
	margin: 0 0 0 10px;
	transition: .5s ease;
	transform:rotate(90deg);
}
.qa_01 li.close::after{
	transform:rotate(0deg);
	transition: .5s ease;
}
.qa_01 li:hover {
	cursor: pointer;
}
.qa_01 ol{
	display: none;
	background-color: rgba(102, 102, 102, .2);
	padding: 30px 15px;
}
.qa_01 ol p{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: var(--f16);
	color: #B8B8B8;
	line-height: 180%;
	letter-spacing: 0.05em;
	max-width: 1260px;
	margin: auto;
}
.qa_01 ol p::before{
	content: '';
	min-width: 5px;
	height: 5px;
	background-color: #B8B8B8;
	border-radius: 500px;
	margin: 10px 10px 0 0;
}

/*首頁*/
.esi_a{
	background: url(../images/index/es_bg01.jpg);
	background-position: center;
	background-size: cover;
	padding: calc(3vw + 60px) 5%;
	text-align: center;
}
.esi_a > b{
	font-size: var(--f14);
	color: #fff;
	line-height: 180%;
	letter-spacing: 0.1em;
	margin: 10px 0 0;
	display: block;
}
.esi_a01{
	max-width: 1400px;
	margin: 50px auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
	row-gap: 50px;
}
.esi_a01 > a{
	display: block;
	line-height: 0px;
}
.esi_a01 > a div{
	position: relative;
    overflow: hidden;
	border: 2px solid #333333;
}
.esi_a01 > a div section{
	height: 90%;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: rgba(17, 17, 17, .6);
	opacity: 0;
}
.esi_a01 > a div section s{
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 180%;
	letter-spacing: 0.05em;
	margin: 8px 0 0;
}
.esi_a01 > a:hover div section{
	opacity: 1;
}
.esi_a01 > a p{
	font-size: var(--f16);
	color: #fff;
	line-height: 180%;
	font-weight: 400;
	margin: 10px 0 0;
}
.esi_a > a{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 10px 15px;
	max-width: 157px;
	margin: auto;
	background-color: #222222;
	font-size: var(--f14);
	color: #fff;
	line-height: 180%;
	letter-spacing: 0.1em;
}
.esi_a > a::after{
	content: url(../images/index/es_icon02.png);
	line-height: 0px;
	margin: 0 0 0 10px;
}
.esi_a > a:hover{
	background-color: #C09431;
}

.esi_b{
	padding: calc(5vw + 50px) 5%;
	position: relative;
	z-index: 1;
}

.esi_b > figure{
	text-align: center;
}
.esi_b > figure b{
	font-size: var(--f14);
	color: #fff;
	line-height: 180%;
	letter-spacing: 0.1em;
	margin: 10px 0 0;
	display: block;
}

.esi_e{
	display: none !important;
}
.esi_e figure{
	text-align: center;
}
.esi_e figure b{
	font-size: var(--f14);
	color: #fff;
	line-height: 180%;
	letter-spacing: 0.1em;
	margin: 10px 0 30px;
	display: block;
}

.esi_f{
	padding: 70px 5%;
}
.esi_f01{
	max-width: 1500px;
	margin: auto;
}
.esi_f01_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.esi_f01_top section b{
	font-size: var(--f14);
	color: #fff;
	line-height: 180%;
	letter-spacing: 0.1em;
	margin: 10px 0 0;
	display: block;
}
.esi_f01_top figure{
	margin: 0 0 0 30px;
}
.esi_f01_top figure a{
	display: inline-block;
	padding: 0 15px;
	margin: 10px 0;
	text-align: center;
	border-left: 1px solid #DDDDDD;
}
.esi_f01_top figure a s{
	display: block;
	max-width: fit-content;
	margin: auto;
	padding: 0 5px;
	font-size: var(--f14);
	color: #DDDDDD;
	line-height: 150%;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #CCC9B600;
}
.esi_f01_top figure a.active s{
	border-bottom: 1px solid #CCC9B6;
	color: #CCC9B6;
}
.esi_f01_top figure a:hover s{
	background-color: #CCC9B6;
	color: #111;
}

.esi_f01_item{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
	margin: 50px auto;
}
.esi_f01_item a{
	display: block;
	padding: 20px;
	background-color: #444444;
	position: relative;
	z-index: 1;
}
.esi_f01_item a::after{
	content: '+';
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #7C705F;
	border-radius: 100px;
	height: 35px;
	width: 35px;
	position: absolute;
	bottom: -10px;
	right: -10px;
	opacity: 0;
	transition: all .4s;
}
.esi_f01_item a i{
	display: block;
	overflow: hidden;
}
.esi_f01_item a h4{
	padding: 15px 0;
	font-size: var(--f18);
	color: #CCC9B6;
	letter-spacing: 0.05em;
}
.esi_f01_item a p{
	font-size: var(--f16);
	color: #C09431;
	line-height: 180%;
	letter-spacing: 0.05em;
	font-style: italic;
}
.esi_f01_item a i img:nth-of-type(2){
	display: none;
}
.esi_f01_item a:hover::after{
	opacity: 1;
	transition: all .4s;
}
.esi_f01_item a:hover i img:nth-of-type(1){
	display: none;
}
.esi_f01_item a:hover i img:nth-of-type(2){
	display: block;
}

.esi_f01_bottom a{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 10px 15px;
	max-width: 157px;
	margin: auto;
	background-color: #111;
	font-size: var(--f14);
	color: #fff;
	line-height: 180%;
	letter-spacing: 0.1em;
}
.esi_f01_bottom > a::after{
	content: url(../images/index/es_icon02.png);
	line-height: 0px;
	margin: 0 0 0 10px;
}
.esi_f01_bottom > a:hover{
	background-color: #C09431;
}

.P_A_contentbox{display: flex;flex-wrap: wrap;align-items: center;}
.P_A_img{width: 55%;}
.P_A_textbox{width: 45%;display: flex;flex-wrap: wrap;justify-content: center;padding: 20px;}
.P_A_text{max-width: 630px;width: 100%;margin: 0 auto;}
.P_A_text h4 span{
	display: block;
	font-size: 16px;
	color: #C72827;
	letter-spacing: 2px;
	font-family: "Audiowide", serif;
	margin-bottom: 5px;
}

.P_A_text h4 b{font-size: 30px;color: #000;letter-spacing: 2px;}
.P_A_text p{
	font-size: 18px;
	color: #666;
	letter-spacing: 2px;
	line-height: 200%;
	word-break: normal;
	text-align: justify;
	margin-top: 3vw;
}

.P_B_contentbox{max-width: 1600px;margin: 0 auto;padding: 7.5vw 20px;}
.P_B_itembox{display: flex;flex-wrap: wrap;}
.P_B_item:before{
	content: "";
	position: absolute;
	background-image: url(../images/yj_bg006.png);
	width: 100%;
	height: 175px;
	left: 0;
	bottom: 0;
	transition: 0.5s;
	z-index: 4;
}

.P_B_item:hover:before{bottom: -100%;}
.P_B_item{width: 50%;position: relative;overflow: hidden;}
.P_B_item img{transition: 0.5s;}
.P_B_item:hover img{transform: scale(1.1);}
.P_B_item p{position: absolute;right: 3vw;bottom: 3vw;color: #FFF;z-index: 5;}
.P_B_item p b{display: block;font-size: 48px;letter-spacing: 2px;font-weight: normal;font-family: "Audiowide", serif;margin-bottom: 4px;}
.P_B_item p span{font-size: 32px;letter-spacing: 2px;line-height: 120%;}

.P_C_contentbox{max-width: 1600px;margin: 0 auto;padding: 7vw 20px;display: flex;flex-wrap: wrap;justify-content: center;}
.P_C_map{width: 60%;height: 500px;}
.P_C_map iframe{width: 100%;height: 100%;}
.P_C_text{width: 40%;padding: 0 0 0 3vw;}
.P_C_text h4{
	display: block;
	font-size: 16px;
	color: #C72827;
	letter-spacing: 2px;
	font-family: "Audiowide", serif;
	margin-top: 10px;
	margin-bottom: 5px;
}

.P_C_text h5{position: relative;}
.P_C_text h5:before{
	content: "";
	position: absolute;
	background-color: #CCC;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.P_C_text h5 b{font-size: 30px;color: #000;letter-spacing: 2px;background-color: #FFF;padding: 0 20px 0 0;position: relative;z-index: 5;}
.P_C_text h6{
	margin:  2.5vw 0;
	position: relative;
	padding: 0 0 0 40px;
	font-size: 18px;
	color: #666;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 120%;
}

.P_C_text h6:before{
	content: "";
	position: absolute;
	background-image: url(../images/yj_img006.png);
	width: 20px;
	height: 20px;
	left: 2px;
	top: 0;
}

.P_C_text p{font-size: 18px;color: #666;letter-spacing: 1px;font-weight: normal;}

.P_C_link{display: flex;flex-wrap: wrap;margin: 2vw 0;}
.P_C_link a{
	width: 40px;
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border: 1px solid #CCC;
	margin-right: 10px;
}

.P_C_link a img{transition: 0.5s;}
.P_C_link a:hover img{transform: scale(1.1);}
.P_C_link2{margin-top: 1vw;margin-left: -10px;}
.P_C_link2 a img{transition: 0.5s;}
.P_C_link2 a:hover img{transform: scale(1.1);}

@media screen and (max-width: 1360px) {
	.hs_box{
		--f24:22px;
		--f22:20px;
		--f18:18px;
		--f16:16px;
		--f14:14px;
	}

	.esc_b{height: 400px;}
}

@media screen and (max-width: 1190px) {
	
	.P_A_img{width: 48%;}
	.P_A_textbox{width: 52%;padding: 20px;}
	.P_A_text{max-width: 500px;}
	.P_A_text h4 span{font-size: 15px;}
	.P_A_text h4 b{font-size: 20px;}
	.P_A_text p{font-size: 15px;line-height: 160%;margin-top: 10px;}

	.P_B_contentbox{max-width: 800px;padding: 70px 20px;}
	.P_B_item{width: 50%;}
	.P_B_item p{right: 20px;bottom: 20px;}
	.P_B_item p b{font-size: 26px;}
	.P_B_item p span{font-size: 20px;}

	.P_C_contentbox{max-width: 800px;padding: 20px 20px 50px 20px;flex-direction: column-reverse;}
	.P_C_map{width: 100%;height: 350px;margin-top: 30px;}
	.P_C_text{width: 100%;padding: 0;}
	.P_C_text h4{font-size: 15px;}
	.P_C_text h5 b{font-size: 20px;}
	.P_C_text h6{margin: 20px 0;padding: 0 0 0 35px;font-size: 16px;}
	.P_C_text p{font-size: 16px;}
	.P_C_link{margin: 20px 0;}
	.P_C_link2{margin-top: 15px;}


}
@media screen and (max-width: 1024px) {
	.esc_a dl{flex-direction: column;align-items: center;}
	.esc_a dl dd{margin: 30px 0 0;}
	.esc_b{height: 300px;}

	.esw_b ul{flex-wrap: wrap;}
	.esw_b ul li{width: calc(100%/3);}

	.esm_a01 ul{grid-template-columns: 1fr 1fr;}

	.esi_a01{grid-template-columns: 1fr 1fr;}
	.esi_f01{max-width: 750px;}
	.esi_f01_item{grid-template-columns: 1fr 1fr;}
}	
@media screen and (max-width: 968px) {
	.hs_box{
		--f24:20px;
		--f22:18px;
		--f18:17px;
		--f16:15px;
		--f14:14px;
	}

	.esw_a01 dl{grid-template-columns: 1fr 1fr;}

	.esw_c{grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 800px) {
	
	.P_A_img{width: 100%;padding: 0 20px 0 0;}
	.P_A_textbox{width: 100%;padding: 40px 20px;}
	.P_A_text{max-width: 460px;}

	.P_B_contentbox{max-width: 500px;padding: 20px;}
	.P_B_item{width: 100%;}

	.P_C_contentbox{max-width: 500px;}
	.P_C_map{height: 300px;}

}
@media screen and (max-width: 768px) {
	.esw_b ul li{width: calc(100%/2);}

	.esm_a01 ul{grid-template-columns: 1fr;}

	.esi_f01_top{flex-direction: column;text-align: center;}
	.esi_f01_top figure{margin: 20px 0 0;}
}
@media screen and (max-width: 568px) {
	.hs_box{
		--f24:18px;
		--f22:17px;
		--f18:16px;
		--f16:14px;
		--f14:13px;
	}

	.esw_a01 dl{grid-template-columns: 1fr;max-width: 418px;margin: auto;}

	.esi_a01{grid-template-columns: 1fr;}
	.esi_f01_item{grid-template-columns: 1fr;max-width: 350px;}
}
@media screen and (max-width: 425px) {
	.esw_b ul li{width: calc(100%);}
	.esw_c{grid-template-columns: 1fr;}
	
	.esi_d{grid-template-columns: 1fr;}
	.esi_d > a{min-height: 200px;}
}
@media screen and (max-width: 375px) {
	
}