@charset "UTF-8";
.qa__item i {
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.sidenav {
	position: fixed;
	right: 25px;
	bottom: 120px;
	z-index: 99;
	width: 60px;
}

.sidenav li, .sidenav a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	width: 60px;
	height: 100px;
	color: #fff;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.sidenav li i, .sidenav a i {
	font-size: 30px;
}

.sidenav li p, .sidenav a p {
	width: 100%;
	color: #fff;
}

.sidenav .line {
	background: #00b900;
}

.sidenav .line:hover {
	background: #0e970e;
}

.sidenav .service {
	background: #8cacf7;
}

.sidenav .service:hover {
	background: #3965cb;
}

@media only screen and (max-width: 1024px) {
	.sidenav {
		display: none;
	}
}

/*banner*/
.banner {
	width: calc(100% - 2px);
	background-color: #252525;
	position: relative;
	line-height: 0;
	z-index: 2;
}

.banner::before {
	content: "";
	background: url("../../images/pic-yellow.svg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 50%;
	height: calc(100% + 45px);
}

.banner .slick-arrow {
	width: 40px;
	height: 40px;
	margin: auto;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 5;
	cursor: pointer;
}

.banner .slick-arrow i {
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	opacity: 0.5;
}

.banner .slick-arrow:hover i {
	opacity: 1;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.banner .slick-dots {
	width: 100%;
	padding: 15px 0;
	text-align: center;
	z-index: 5;
}

.banner .slick-dots li {
	width: 20px;
	height: 40px;
	margin: 0 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	vertical-align: middle;
	cursor: pointer;
}

.banner .slick-dots li span {
	width: 100%;
	height: 2px;
	background-color: #ced4da;
	display: block;
	-webkit-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out;
}

.banner .slick-dots .slick-active span {
	background-color: #333;
}

.banner .prev {
	left: 0;
}

.banner .next {
	right: 0;
}

.banner .next::after {
	color: #fff;
}

.banner .prev, .banner .next {
	background: transparent;
}

.banner__link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.banner__image {
	width: 100%;
	padding-bottom: 37.5%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.banner__image picture {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	-webkit-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	        transform: scale(1.08);
	-webkit-transition: all 4s ease;
	-o-transition: all 4s ease;
	transition: all 4s ease;
	z-index: 1;
}

.banner__image img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.banner__image::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #252525;
	opacity: 0.1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.banner__word {
	width: 100%;
	height: 100%;
	padding: 15px 40px;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.banner__word-box {
	width: 49.875%;
	padding: 0 0 0 3%;
	position: relative;
}

.banner__title, .banner__text {
	-webkit-transition: all 0.8s cubic-bezier(0.32, 0.34, 0, 1.62);
	-o-transition: all 0.8s cubic-bezier(0.32, 0.34, 0, 1.62);
	transition: all 0.8s cubic-bezier(0.32, 0.34, 0, 1.62);
}

.banner__title {
	margin-bottom: 10px;
	padding: 10px 0;
	display: inline-block;
	letter-spacing: 0;
	font-weight: 700;
	font-size: 55px;
	font-size: 3.438rem;
	line-height: 3.75rem;
	opacity: 0;
	-webkit-transform: translateX(-50px);
	    -ms-transform: translateX(-50px);
	        transform: translateX(-50px);
}

.banner__text {
	width: 100%;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.875rem;
	letter-spacing: normal;
	opacity: 0;
	-webkit-transform: translateX(-50px);
	    -ms-transform: translateX(-50px);
	        transform: translateX(-50px);
}

.banner .slick-active .banner__image picture {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.banner .slick-active .banner__word .banner__word-box .banner__title, .banner .slick-active .banner__word .banner__word-box .banner__text {
	opacity: 1;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.banner .slick-active .banner__word .banner__word-box .banner__title {
	-webkit-transition: all 0.5s cubic-bezier(0.32, 0.34, 0, 1.62) 0.5s;
	-o-transition: all 0.5s cubic-bezier(0.32, 0.34, 0, 1.62) 0.5s;
	transition: all 0.5s cubic-bezier(0.32, 0.34, 0, 1.62) 0.5s;
}

.banner .slick-active .banner__word .banner__word-box .banner__text {
	-webkit-transition: all 0.5s cubic-bezier(0.32, 0.34, 0, 1.62) 0.8s;
	-o-transition: all 0.5s cubic-bezier(0.32, 0.34, 0, 1.62) 0.8s;
	transition: all 0.5s cubic-bezier(0.32, 0.34, 0, 1.62) 0.8s;
}

@media only screen and (max-width: 1280px) {
	.banner__word-box {
		padding: 0;
	}
	.banner__title {
		font-size: 35px;
		font-size: 2.188rem;
		line-height: 2.5rem;
		margin-bottom: 0px;
	}
	.banner__text {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.688rem;
	}
}

@media only screen and (max-width: 768px) {
	.banner::before {
		content: "";
		background: url("../../images/pic-yellow-s.svg");
		background-position: left bottom;
		background-repeat: no-repeat;
		background-size: contain;
		top: inherit;
		bottom: 0;
		width: 100%;
		height: 120px;
	}
	.banner__word {
		padding: 30px 40px;
		-ms-flex-line-pack: start;
		    align-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.banner__word-box {
		width: 100%;
		padding: 0;
	}
	.banner__image {
		padding-bottom: 75%;
	}
	.banner__title {
		font-size: 50px;
		font-size: 3.125rem;
		line-height: 3.75rem;
	}
	.banner__text {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.875rem;
	}
}

@media only screen and (max-width: 480px) {
	.banner__title {
		font-size: 35px;
		font-size: 2.188rem;
		line-height: 2.5rem;
		font-weight: 700;
	}
	.banner__text {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.688rem;
	}
}

/*banner---end*/
#banner {
	position: relative;
	margin-bottom: 25px;
}

#banner .textAreaWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#banner .textAreaWrap .textArea {
	position: relative;
	z-index: 3;
	margin-top: unset;
	height: 100%;
}

#banner .textAreaWrap .textArea::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	border-top: calc(12.48rem + 180px + 380px) solid #FFC82E;
	border-left: 0 solid transparent;
	border-right: 238px solid transparent;
}

#banner .textAreaWrap .textArea .textAreaInner {
	padding-top: 180px;
	padding-bottom: 380px;
	max-width: 1280px;
	margin: 0 auto;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

#banner .textAreaWrap .textArea .pageTitle {
	color: #fff;
	line-height: 1.3;
	position: relative;
	font-size: 9.6rem;
}

#banner .textAreaWrap .textArea .pageTitle img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 768px) {
	#banner .textAreaWrap .textArea {
		margin-top: 88px;
	}
	#banner .textAreaWrap .textArea::before {
		width: 70%;
		border-top: calc(6.76rem + 40px + 52px) solid #FFC82E;
		border-right: 70px solid transparent;
		z-index: -1;
	}
	#banner .textAreaWrap .textArea .textAreaInner {
		padding-top: 40px;
		padding-bottom: 52px;
		padding-left: 8%;
		padding-right: 8%;
	}
}

/*=====首頁產品======*/
.goods .slick-slide {
	margin: 10px;
}

.goods .next {
	left: 0;
}

.goods .prev {
	left: 0;
	top: 35%;
}

.intro {
	display: block;
	position: relative;
	width: 100%;
}

.intro::before {
	content: '';
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../../images/bg.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	z-index: -1;
}

.intro::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url("../../images/bg-gray.jpg");
	background-position: right 50%;
	background-repeat: no-repeat;
	width: 50%;
	height: 80%;
	z-index: -1;
}

.intro__txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 60%;
	line-height: 2;
	margin: 50px 0 60px;
}

.intro__txt::before {
	content: "";
	position: absolute;
	left: 0;
	top: -45px;
	width: 70px;
	height: 3px;
	background: #FFC82E;
}

.intro ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 85%;
	margin: auto;
}

.intro ul li.intro-info {
	width: 20%;
}

.intro ul li.intro-main {
	width: 80%;
}

@media only screen and (max-width: 1500px) {
	.intro ul {
		width: 95%;
	}
}

@media only screen and (max-width: 1024px) {
	.intro::after {
		background: none;
	}
	.intro ul li.intro-info {
		width: 100%;
		margin-bottom: 25px;
	}
	.intro ul li.intro-main {
		width: 100%;
	}
	.intro__txt {
		width: 100%;
		margin: 0 0 25px;
	}
	.intro__txt::before {
		top: -10px;
	}
	.goods .slick-slide {
		margin: 10px;
	}
	.goods .next {
		left: inherit;
	}
	.goods .prev {
		top: 50%;
	}
}

/*===首頁===*/
.intro-pic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: url("../../images/pic-02.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 162px;
}

.intro-pic p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 2;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 700;
	color: #fff;
}

.intro-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	z-index: 2;
}

.intro-content li {
	width: calc(50% - 50px);
}

.intro-content li:nth-of-type(2) {
	padding-top: 80px;
}

.intro-tip {
	background: #333333;
	color: #FFC82E;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-top: 30px;
}

.intro-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 20px;
}

.intro-list i {
	margin-right: 10px;
}

.intro-list p {
	font-size: 32px;
	font-weight: 700;
	color: #FFC82E;
}

@media only screen and (max-width: 768px) {
	.intro-pic {
		padding: 0 20px;
	}
	.intro-content li {
		width: 100%;
		margin-bottom: 30px;
	}
	.intro-content li:nth-of-type(2) {
		padding-top: 0;
	}
	.intro-list {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

.idx-qa {
	display: block;
	position: relative;
	background-image: url(../../images/pic-logo.svg), -webkit-gradient(linear, left top, left bottom, from(#f7f6f2), color-stop(41%, #ffc82e), color-stop(41%, #ffc82e));
	background-image: url(../../images/pic-logo.svg), -o-linear-gradient(top, #f7f6f2 0%, #ffc82e 41%, #ffc82e 41%);
	background-image: url(../../images/pic-logo.svg), linear-gradient(to bottom, #f7f6f2 0%, #ffc82e 41%, #ffc82e 41%);
	background-repeat: no-repeat,repeat;
	background-position: bottom right,top left;
}

.idx-qa ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 20px;
}

.idx-qa ul li {
	width: calc(48%);
}

.idx-qa .page__title, .idx-qa .page__txt {
	text-align: center;
	margin: auto;
}

.idx-qa .page__title::before, .idx-qa .page__txt::before {
	margin: auto;
}

@media only screen and (max-width: 768px) {
	.idx-qa ul li {
		width: 100%;
		margin-bottom: 40px;
	}
}

/*===FAQ====*/
.qa {
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
}

.qa__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	padding: 5px 65px 5px 15px;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	margin-bottom: 10px;
	min-height: 55px;
	color: #1F7CA5;
	font-weight: 700;
	font-size: 18px;
}

.qa__item::before {
	content: '-';
}

.qa__item i {
	position: absolute;
	right: 30px;
	top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 99rem;
	color: #fff;
	background: #333;
}

.qa__item p {
	color: #18649F;
	font-size: 20px;
}

.qa__title {
	font-size: clamp(20px, 3vw, 24px);
	font-weight: 700;
	margin-bottom: 20px;
}

.qa__title::before {
	content: '-';
}

a.qa__item {
	display: block;
	line-height: 48px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

a.qa__item:hover {
	color: #18649F;
	background: #FFC82E;
	-webkit-transform: translate(-0.5rem, -0.5rem);
	    -ms-transform: translate(-0.5rem, -0.5rem);
	        transform: translate(-0.5rem, -0.5rem);
	border-bottom: 1px solid #000;
}

a.qa__item:hover i {
	right: 20px;
}

/*===首頁===*/
.idx-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.idx-about {
	width: 50%;
	background: url("../../images/pic-04.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 100px;
	color: #FFC82E;
	font-size: clamp(40px, 6vw, 90px);
	font-weight: 900;
	font-family: 'Roboto';
}

.idx-form {
	width: 50%;
	background: url("../../images/pic-05.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 70px 100px;
	background-size: contain;
}

.idx-form .form {
	background: rgba(0, 0, 0, 0.4);
	padding: 50px;
	position: relative;
}

.idx-form .form::before {
	content: '+';
	color: #fff;
	font-size: 36px;
	font-weight: 900;
	font-family: "Roboto";
	position: absolute;
	left: 30px;
	top: 15px;
}

.idx-form .form .form__group {
	position: relative;
}

.idx-form .form .form__control {
	padding: 13px 10px 13px 90px;
}

.idx-form .form .form__label {
	position: absolute;
	left: 5px;
	top: 6px;
	z-index: 2;
}

.idx-form .page__title {
	color: #fff;
}

@media only screen and (max-width: 1500px) {
	.idx-about {
		padding: 50px;
		background-size: cover;
	}
	.idx-form {
		padding: 50px;
		background-size: cover;
	}
}

@media only screen and (max-width: 1024px) {
	.idx-about {
		display: none;
	}
	.idx-form {
		width: 100%;
		padding: 70px 20px 30px;
	}
	.idx-form .form {
		padding: 30px 20px;
	}
	.idx-form .form::before {
		display: none;
	}
}

/*===產品===*/
.product__main {
	background: #F6F6F6;
	padding: 30px;
	margin-bottom: 40px;
}

.product__title {
	border-left: 8px solid #FFC82E;
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 700;
	padding-left: 10px;
	margin-bottom: 1rem;
}

.product__subtitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	position: relative;
	margin: 50px auto 30px;
}

.product__subtitle::after {
	content: '';
	width: 100%;
	height: 3px;
	background: #FFC82E;
	position: absolute;
	right: 0;
	top: 15px;
	z-index: -1;
}

.product__subtitle p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-right: 15px;
	font-size: 24px;
	font-weight: 700;
	background: #fff;
}

.product__subtitle i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 26px;
	height: 26px;
	font-size: 12px;
	color: #fff;
	background: #000;
	border-radius: 4px;
	margin-right: 10px;
}

.product__tip {
	color: #427FBC;
	font-size: 18px;
}

.product__img, .product__info {
	width: 49%;
}

.product .slick-list .slick-slide {
	margin-right: 5px;
}

@media only screen and (max-width: 768px) {
	.product__img, .product__info {
		width: 100%;
	}
	.product__img {
		margin-bottom: 20px;
	}
}

/*aboutu優勢*/
.about-form {
	height: 780px;
	background-image: url(../../images/pic-10.png), url(../../images/pic-05.jpg);
	background-position: 50% bottom,50% top;
	background-repeat: no-repeat,no-repeat;
	padding: 100px 100px;
	background-size: contain,cover;
}

.about-form .page__title {
	border-left: 6px solid #FFC82E;
	padding-left: 15px;
	color: #333;
}

@media only screen and (max-width: 1024px) {
	.about-form {
		height: 500px;
		padding: 100px 40px 10px;
		background-size: contain,cover;
	}
}

@media only screen and (max-width: 768px) {
	.about-form {
		padding: 50px 20px;
	}
}

@media only screen and (max-width: 540px) {
	.about-form {
		height: 370px;
	}
}

.data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	background: url("../../images/pic-07.jpg");
	background-position: right 50%;
	background-repeat: no-repeat;
}

.data__img, .data__info {
	width: 48%;
}

.data__img img, .data__info img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
}

.data__info {
	padding-top: 80px;
}

.data__title {
	margin-bottom: 15px;
}

.data__txt p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 700;
}

@media only screen and (max-width: 768px) {
	.data {
		background: url("../../images/pic-07.jpg");
		background-position: right bottom;
		background-repeat: no-repeat;
	}
	.data__img, .data__info {
		padding: 0 20px 40px;
		width: 100%;
	}
	.data__img {
		margin-bottom: 30px;
	}
}

/*廢油回收*/
.unit {
	margin-top: 90px;
}

.unit li {
	position: relative;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 110px 30px 30px;
}

.unit__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Montserrat";
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 700;
	margin-bottom: 15px;
	width: 100%;
}

.unit__tip {
	font-family: "Montserrat";
	margin-bottom: 15px;
	font-size: clamp(20px, 3vw, 24px);
	font-weight: 700;
	line-height: 1.4;
}

.unit__txt {
	font-size: 18px;
	line-height: 1.4;
	color: #555;
}

.unit__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.unit__img img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.unit__icon {
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: auto;
	z-index: 2;
}

.unit__icon img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
}

.unit__subicon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 15px;
}

.unit__subicon img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
}

@media only screen and (max-width: 768px) {
	.unit__icon {
		margin-bottom: 15px;
	}
	.unit__tip {
		margin-bottom: 15px;
	}
}

.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	border-left: 55px solid #FFC82E;
	background-color: #F8F8F8;
}

.show__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 65%;
}

.show__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	height: 100%;
	padding: 90px 80px;
	background: url("../../images/pic-logo.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.show__img {
	width: 35%;
}

.show__img img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
}

.show dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-top: 25px;
}

.show dl dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	font-size: clamp(20px, 3vw, 24px);
	color: #FFC82E;
	font-weight: 700;
	margin-bottom: 10px;
}

.show dl dd {
	font-size: 18px;
}

.show__step {
	counter-reset: count;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
}

.show__step li {
	width: 250px;
	padding-right: 50px;
	margin: 0 30px 60px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	background: url("../../images/icon-07.png");
	background-position: right 50%;
	background-repeat: no-repeat;
}

.show__step li:last-child {
	background: none;
}

.show__step li::before {
	counter-increment: count;
	content: "0" counter(count);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	color: #F0F0F0;
	font-size: 164px;
	line-height: 130px;
	font-weight: 700;
	font-family: "Poppins";
}

.show__step li img {
	display: block;
	margin: auto;
}

.show__step li p {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
}

@media only screen and (max-width: 1024px) {
	.show {
		border-left: none;
	}
	.show__info {
		padding: 60px;
	}
	.show__info, .show__img {
		width: 100%;
	}
}

/* ===========聯絡我們=========== */
.contact {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
}

.contact::after {
	content: '';
	position: absolute;
	width: 70%;
	height: 100%;
	background: #F5F6F7;
	z-index: -1;
}

.contact-form {
	width: calc(50% - 20px);
	padding: 40px;
}

.contact-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: calc(50% - 20px);
	margin: 40px auto 80px;
	border-radius: 10px 10px 1px 1px;
	-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	background: #fff;
}

.contact-map {
	display: block;
	margin: auto;
	width: 100%;
}

.contact-map img {
	width: 100%;
	height: auto;
	margin: auto;
}

.contact-info {
	width: 100%;
	padding: 55px 55px 0px;
}

.contact-info img {
	width: 100%;
	height: auto;
}

.contact__title {
	font-size: 28px;
	color: #555;
	font-weight: 600;
}

.contact__title::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 10px;
	height: 30px;
	background: #FFC82E;
	z-index: 1;
}

.contact__subtitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px 20px;
	width: 100%;
	background: #FFC82E;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.contact__tip {
	font-size: 17px;
	font-size: 1.063rem;
	line-height: 1.375rem;
	padding: 0 15px;
}

.contact__txt {
	padding: 15px 0;
	letter-spacing: 0.3;
}

.contact__txt p {
	display: block;
	position: relative;
	padding: 30px 0 30px 100px;
	font-size: 18px;
	font-weight: 700;
	color: #0396B9;
}

.contact__txt p i {
	position: absolute;
	left: 10px;
	top: 12px;
	width: 70px;
	font-size: 60px;
	color: #333;
}

.contact__txt p a {
	color: #0396B9;
}

.contact__txt p a:hover {
	color: #333;
}

.contact iframe {
	display: block;
	width: 100%;
	height: calc(100% - 40%);
}

.contact--line {
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}

@media only screen and (max-width: 1024px) {
	.contact::after {
		display: none;
	}
	.contact-form {
		background: #F5F6F7;
	}
	.contact-data {
		margin: 40px auto 0;
	}
	.contact-form, .contact-data {
		width: 100%;
	}
	.contact-form, .contact-info {
		padding: 30px 15px 15px;
	}
	.contact iframe {
		height: 250px;
	}
}

/*諮詢*/
.inquiry {
	background: #F5F6F7;
}

.inquiry-form {
	padding: 30px;
	width: 100%;
}
