/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

#faucet {
	margin-top: 60px;
}

#heating {
	margin-top: 85px;
}

.appliance_main .sub_head h2 {
	font-size: .24rem;
}

.appliance_main .sub_head span {
	font-size: .18rem;
}

.appliance_page_intro {
	margin: 60px auto 50px;
	max-width: 1000px;
}

.appliance_page_intro h2 {
	margin-bottom: 40px;
	font-size: .24rem;
	font-weight: 500;
	position: relative;
}

.appliance_page_intro h2::before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #e6e6e6;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	z-index: -1;
	margin: auto;
}

.appliance_page_intro>p {
	padding-left: 60px;
	font-size: .16rem;
}

.appliance_page-link {
	background: #e6e6e6;
	padding: 37px 30px;
	margin-top: -34px;
}

.appliance_link_list li:first-of-type {
	width: 100%;
	margin-bottom: 24px;
}

.appliance_h3 {
	margin: 0 auto 23px;
	color: #808080;
	font-size: .32rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	letter-spacing: .02rem;
	position: relative;
}

.appliance_h3::after {
	margin-right: -100%;
	padding-right: 100%;
	content: "";
	display: inline-block;
	height: 3px;
	background-color: #808080;
	position: absolute;
	bottom: 22px;
	right: 0;
}

#sink .appliance_h3::after {
	width: calc(100% - 95px);
}

#faucet .appliance_h3::after {
	width: calc(100% - 145px);
}

#dishwasher .appliance_h3::after {
	width: calc(100% - 250px);
}

#heating .appliance_h3::after {
	width: calc(100% - 400px);
}

#rangefood .appliance_h3::after {
	width: calc(100% - 235px);
}

.appliance_intro_flex {
	margin: 50px auto 0 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.appliance_intro_flex>div {
	flex: 0 1 auto;
	width: 43%;
	font-size: .15rem;
}

.appliance_intro_flex p {
	line-height: 1.8;
	letter-spacing: .0rem;
}

p.appliance_intro_kouzou {
	margin-top: 20px;
	font-size: .13rem;
	width: 70%;
}

.appliance_intro_kouzou span {
	font-size: .15rem;
	display: block;
}

.appliance_intro_flex div img {
	margin: 10px 0 0 auto;
	width: 81%;
	display: block;
}

.appliance_intro_flex>img {
	flex: 0 1 auto;
	width: 52%;
}

.appliance_link_list {
	margin: 0 auto 24px;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	list-style: none;
	flex-wrap: wrap;
}

.appliance_link_list li {
	border: solid 1px #797069;
	flex: 0 1 auto;
	width: 18%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 3px 3px 0 #e6e6e6;
	background: #FFF;
}

.appliance_link {
	margin: 10px auto 0;
	padding: 7px 0;
	border: solid 1px #797069;
	display: block;
	color: #797069;
	background: #FFF;
	font-size: .16rem;
	text-decoration: none;
	text-align: center;
	width: 390px;
	box-sizing: border-box;
	box-shadow: 3px 3px 0 #e6e6e6;
}

.appliance_link_list a {
	padding: 10px 0;
	flex: 0 1 auto;
	color: #797069;
	background: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: .16rem;
	display: block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	line-height: 1.8;
}

.appliance_link_list a span,
.appliance_link span {
	margin: 0 auto;
	position: relative;
	display: block;
	width: fit-content;
	padding-left: 12px;
}

.appliance_link_list a span::before,
.appliance_link span::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #797069;
	position: absolute;
	top: 35%;
	left: 0;
}

.appliance_explain {
	margin: 0 auto 20px;
	max-width: 875px;
	/*letter-spacing: -.005rem;*/
	line-height: 1.7;
}

.appliance_explain span {
	display: block;
	font-size: .21rem;
	margin-bottom: 7px;
}

.appliance_explain_blanco {
	font-size: .13rem;
}

.appliance_explain_blanco span {
	display: block;
	font-size: .18rem;
}

.appliance_main h4 {
	margin-bottom: 10px;
	font-size: .21rem;
	color: #797069;
}

.appliance_flex2,
.appliance_flex3,
.appliance_flex3_2,
.appliance_flex4 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.appliance_flex2 {
	margin-bottom: 36px;
}

.appliance_flex3,
.appliance_flex3_2,
.appliance_flex4 {
	margin-bottom: 22px;
}

.appliance_flex2>img {
	flex: 0 1 auto;
	width: 45%;
}

.appliance_flex2>div {
	flex: 0 1 auto;
	width: 42%;
	text-align: center;
}

.appliance_flex2>div img {
	max-width: 282px;
}

.appliance_flex2>div img,
.appliance_flex3>div img,
.appliance_flex3_2>div img,
.appliance_flex4>div img {
	width: 100%;
}

.appliance_flex2>div p,
.appliance_flex3>div p,
.appliance_flex3_2>div p,
.appliance_flex4>div p,
.appliance_heating_flex2>div p {
	text-align: center;
	font-size: .14rem;
	letter-spacing: 0;
	line-height: 1.4;
	margin-top: 7px;
}

.appliance_flex2>div span,
.appliance_flex3>div span,
.appliance_flex3_2>div span,
.appliance_flex4>div span {
	font-size: .12rem;
	line-height: 1.4;
	display: block;
}

.appliance_flex3>div {
	flex: 0 1 auto;
	width: 28%;
}

.appliance_flex4>div {
	flex: 0 1 auto;
	width: 21.6%;
}

.appliance_flex4 {
	margin-top: 15px;
}

.appliance_empty {
	height: 1px;
}

.appliance_flex3_2 {
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 25px;
}

.appliance_flex3_2>img {
	flex: 0 1 auto;
	width: 38%;
}

.appliance_flex3_2>div {
	flex: 0 1 auto;
	width: 20%;
	margin-left: 55px;
}

.appliance_flex3_2>div img {
	margin: 0 auto;
	width: 80%;
	display: block;
}

#faucet .appliance_flex4 img {
	margin: 0 auto;
	width: 60%;
	display: block;
}

#dishwasher {
	margin-top: 56px;
}

#dishwasher .appliance_explain,
#rangefood .appliance_explain {
	margin: 0 auto 20px 60px;
	max-width: 388px;
}

.dishwasher_bosch,
.rangefood_ariafina {
	margin: -155px 0 70px auto;
	max-width: 783px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.rangefood_ariafina {
	margin: -155px 0 70px auto;
	max-width: 872px;
}

.dishwasher_bosch p,
.rangefood_ariafina p {
	flex: 0 1 auto;
	width: 40%;
	font-size: .13rem;
	line-height: 1.7;
}

.rangefood_ariafina p {
	width: 46%;
}

.dishwasher_bosch span,
.rangefood_ariafina span {
	display: block;
	font-size: .18rem;
	margin-bottom: 2px;
}

.dishwasher_bosch img,
.rangefood_ariafina img {
	flex: 0 1 auto;
	width: 58%;
	max-width: 450px;
}

#heating .appliance_explain {
	margin-bottom: 28px;
}

#heating .appliance_flex4>div {
	width: 22.7%;
}

#heating .appliance_flex4:first-of-type {
	margin-top: -8px;
}

.appliance_heating_flex2 {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.appliance_heating_flex2>div {
	flex: 0 1 auto;
	width: 45%;
	text-align: center;
}

.appliance_heating_flex2 img {
	width: 88%;
}

.appliance_gline {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.appliance_heating_flex2>div.appliance_gline {
	width: 44%;
}

.appliance_heating_flex2>div.appliance_gline p {
	flex: 0 1 auto;
	width: 38%;
	font-size: .13rem;
	text-align: justify;
	margin-top: auto;
}

.appliance_gline span {
	font-size: .18rem;
	display: block;
}

.appliance_gline img {
	flex: 0 1 auto;
	width: 58%;
}

#rangefood .appliance_h3 {
	margin-top: 54px;
}

#rangefood .appliance_flex3 {
	max-width: 800px;
	margin: 0 auto;
}

#rangefood .appliance_flex3>div {
	margin-bottom: 46px;
	width: 29.5%;
}

#rangefood .appliance_flex3>div:last-of-type img {
	width: 109%;
	margin-left: -4%;
}

@media(max-width: 1080px) {
	.appliance_page_intro {
		width: calc(100% - 80px);
	}
}

@media(max-width: 899px) {
	.appliance_link_list a {
		padding: 12px 0;
		line-height: 1.4;
	}
	.appliance_link_list a span::before {
		display: none;
	}
	.appliance_link_list a::before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 6px;
		border-color: transparent transparent transparent #797069;
		position: absolute;
		top: 50%;
		bottom: 50%;
		left: 20px;
		margin: auto;
	}
	.appliance_link span {
		width: 100%;
	}
	.appliance_link span::before {
		top: 50%;
		bottom: 50%;
		left: 20px;
		margin: auto;
	}
	.appliance_page_intro {
		margin-bottom: 80px;
	}
	.appliance_page_intro h2 {
		letter-spacing: 0;
		margin-bottom: 10px;
	}
	.appliance_page_intro h2::before {
		top: 1px;
		bottom: auto;
		width: 45px;
		height: 45px;
		left: -14px;
	}
	.appliance_h3 {
		padding-bottom: 10px;
		width: 100%;
		text-align: center;
		line-height: 1.2;
		padding-bottom: 20px;
	}
	.appliance_h3::after {
		margin: 0;
		padding-right: 0;
		width: 100vw;
		bottom: 0;
		left: -40px;
	}
	.appliance_page_intro>p {
		padding-left: 0;
	}
	.appliance_intro_flex {
		margin: 30px 0 0;
		flex-direction: column-reverse;
	}
	.appliance_intro_flex>div {
		width: 100%;
	}
	.appliance_intro_flex>img {
		margin: 0 auto 30px;
		width: 100%;
	}
	p.appliance_intro_kouzou {
		width: 100%;
	}
	.appliance_link_list {
		flex-direction: column;
		margin: 0px auto 30px;
	}
	.appliance_link_list li {
		margin-bottom: 10px;
		width: 100%;
	}
	.appliance_link {
		width: 100%;
		padding: 12px 0;
		line-height: 1.4;
	}
	#sink .appliance_h3::after,
	#faucet .appliance_h3::after,
	#dishwasher .appliance_h3::after,
	#heating .appliance_h3::after,
	#rangefood .appliance_h3::after {
		width: 100vw;
	}
	.appliance_explain span {
		margin-bottom: 15px;
		text-align: center;
	}
	.appliance_flex2 {
		margin-bottom: 0;
	}
	.appliance_flex2>div {
		margin-right: 0;
	}
	.appliance_flex2,
	.appliance_flex3,
	.appliance_flex3_2,
	.appliance_flex4,
	.appliance_heating_flex2 {
		flex-wrap: wrap;
	}
	.appliance_flex2>img,
	.appliance_flex3_2>img {
		margin-bottom: 50px;
		width: 100%;
	}
	.appliance_flex3_2>div {
		margin-left: 0;
	}
	.appliance_heating_flex2>div.appliance_gline p {
		margin-bottom: 20px;
		width: 100%;
	}
	.appliance_gline img {
		width: 100%;
	}
	.appliance_heating_flex2>div.appliance_gline {
		flex-flow: column;
		width: 100%;
	}
	.appliance_flex2>div,
	.appliance_flex3>div,
	.appliance_flex3_2>div,
	.appliance_flex4>div,
	#heating .appliance_flex4>div,
	.appliance_heating_flex2>div {
		margin-bottom: 30px;
		width: 100%;
		text-align: center;
	}
	.appliance_flex2>div img,
	.appliance_flex3>div img,
	.appliance_flex3_2>div img,
	.appliance_flex4>div img,
	.appliance_heating_flex2 img {
		width: 70%;
	}
	:is(.appliance_flex2, .appliance_flex3, .appliance_flex3_2, .appliance_flex4, .appliance_heating_flex2) img.sp_only {
		display: inline-block;
	}
	#rangefood .appliance_flex3>div {
		width: 100%;
	}
	#rangefood .appliance_flex3>div:last-of-type img {
		width: 75%;
		margin-left: 0;
	}
	.appliance_main h4 {
		text-align: center;
		margin-bottom: 20px;
	}
	#dishwasher .appliance_explain,
	#rangefood .appliance_explain {
		margin: 0;
		max-width: none;
	}
	.dishwasher_bosch,
	.rangefood_ariafina {
		flex-direction: column-reverse;
		margin: 20px 0px 0px;
	}
	.dishwasher_bosch p,
	.rangefood_ariafina p {
		width: 100%;
	}
	.dishwasher_bosch img,
	.rangefood_ariafina img {
		width: 100%;
		max-width: none;
	}
	.dishwasher_bosch p,
	.rangefood_ariafina p {
		margin: 15px 0 0;
	}
	.appliance_heating_flex2>div.appliance_gline img {
		width: 100%;
	}
	.appliance_emply {
		display: none;
	}
	/*
	#heating .appliance_explain,
	.appliance_explain{
    	margin-right: -20px;
    	margin-left: -20px;
	}
	#dishwasher .appliance_explain, 
	#rangefood .appliance_explain {
    	margin-right: -20px;
    	margin-left: -20px;
	}
	*/
	.appliance_explain_blanco {
		margin-right: 0px;
		margin-left: 0px;
	}
	.dishwasher_bosch span,
	.rangefood_ariafina span {
		text-align: center;
	}
	.appliance_flex2>div p,
	.appliance_flex3>div p,
	.appliance_flex3_2>div p,
	.appliance_flex4>div p,
	.appliance_heating_flex2>div p {
		margin-top: 0;
	}
	.sp_cat img {
		width: 100%;
		margin-top: 20px;
	}
	.appliance_explain {
		margin: 0 auto 0px;
	}
	.appliance_gline {
		flex-direction: column;
	}
	.appliance_gline p {
		margin-top: 10px;
	}
	.sp_cat_blanco {
		margin-bottom: 10px;
	}
}