@charset "utf-8";

/*---------------------MV_AREA---------------------------------*/
.ene_ttl_txt_solo {
	margin: 50px 0 80px 0;
}

/*------------------feature_container----------------------*/

.feature_wrap {
	width: 40%;
	margin: 0 auto;
}

.feature_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.feature_item {
	display: flex;
	width: calc((100% - 30px)/2);
	padding: 0;
	flex-direction: column;
	margin-bottom: 20px;
	max-width: 189px;
}

.feature_tag {
	padding: 20px;
	background-color: #4FC6DC;
	color: white;
	font-size: 18px; 
	border-radius: 15px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
}

.feature_text {
	padding: 0 5px;
}

.product_feature {
	width: 130px !important;
	height: 130px !important;
}

@media screen and (max-width: 767px){
	.feature_wrap {
		width: 100%;
	}

	.feature_item {
		width: 60%;
		padding: 10px;
		margin: 0 auto;
	}
/* 
	.txt {
		margin-bottom: 40px !important;
	} */
}

@media screen and (min-width: 768px){
	.right15 {
		right: 15px;
	}
	.right70 {
		right: 70px;
	}

}

/*------------------border_red_notif----------------------*/

.border_red_notif {
	width: 80%;
	margin: 0 auto;
	border: 2px solid #EE1D23; 
	padding: 15px 30px
}

.border_red_notif p {
	text-align: center;
}

/*------------------specs_container----------------------*/

.specs_container {
	border: 1px solid #5D666D !important;
	padding: 15px;
	text-align: left; 
	font-weight: 500;
	margin-bottom: 30px;
	border-radius: 15px;
}

/* support_block
-------------------------------------------------- */
@media print, screen and (min-width:768px) {
	.support_block .support_box {
		width: 40.76%;
	}
	.ene_mv figure img {
		border-radius: 10px;
	}
}

@media print, screen and (max-width:767px) {
	.support_block .support_box {
		width: calc((100% - 3.8%)/2);
		min-width: 325px;
	}

	.support_conts {
		min-width: 325px;
	}
}

@media print, screen and (max-width:575px) {
	.support_block .support_box {
		margin-right: 0 !important;
	}
}

.support_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.support_block .support_box {
	margin-right: 3.8%;
	margin-bottom: 30px;
}
.support_box .support_conts {
	position: relative;
	height: 100%;
	padding: 30px;
	background-color: #FFFBF3;
	color: #64463C;
	border-radius: 10px;
}
.support_box .support_conts .icon{
	position: absolute;
	top: -54px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 128px;
	height: 128px;
	border-radius: 1000px;
	background-color: #FFFBF3;
}
.support_box .support_conts .icon img{
	position: absolute;
	top: 32px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.support_box02.support_box .support_conts .icon img{
	top: 17px;
}
.support_box03.support_box .support_conts .icon img{
	top: 25px;
}
.support_box05.support_box .support_conts .icon img{
	top: 23px;
}
.support_box .support_conts .txt{
	position: relative;
	text-align: left;
}
.support_box .support_conts .ttl{
	position: relative;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
