/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/*****************************************************
	/*라라필*/

.lhalafill_module{
	letter-spacing: -1px;
}

.lhalafill_module .fix_area{
	max-width: 500px;
	margin:0 auto;
}

/*01번 영역*/
.lhalafill_module .lhalafill_list01{
	padding:80px 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.lhalafill_module .lhalafill_list01 .fix_area{
	max-width: 400px;
}

.lhalafill_module .lhalafill_list01 .logo{
	width:200px;
	margin:0 auto;
	padding-bottom: 20px;
}

.lhalafill_module .lhalafill_list01 .logo img{
	width:100%;
}



.lhalafill_module .lhalafill_list01 ul{
	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;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.lhalafill_module .lhalafill_list01 ul li{
	width: 100px;
	height: 100px;
	padding-top: 33px;
	margin: 20px 20px 0;
	border-radius: 50em;
	background-color: rgba(255, 156, 105, 0.4);
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	font-weight: 100;
}

/*02번 영역*/
.lhalafill_module .lhalafill_list02_1{
	padding: 80px 0 380px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 400px;
	background-color:#FFF2EC;
}

.lhalafill_module .lhalafill_list02_2{
	padding-bottom:100px;
	background-color:#FFF2EC;
}


.lhalafill_module .lhalafill_list02_2 .content{
	-webkit-transform: translateY(-20px);
	    -ms-transform: translateY(-20px);
	        transform: translateY(-20px);
}

.lhalafill_module .lhalafill_list02_2 .content li{
	max-width: 370px;
	padding: 30px 0;
	margin: 0 auto 5px;
	text-align: center;
	background-color: #fff;
	position: relative;
}

.lhalafill_module .lhalafill_list02_2 .content .list-after {
	width:25px;
	height:25px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position:absolute;
	left:50%;
	top:-13px;
	-webkit-transform: translatex(-50%);
	    -ms-transform: translatex(-50%);
	        transform: translatex(-50%);
}

.lhalafill_module .lhalafill_list02_2 .content li .tit{
	padding-bottom: 5px;
	font-size: 17px;
	color: #E84027;
	font-weight: 700;
}

.lhalafill_module .lhalafill_list02_2 .content li .desc{
	font-size:15px;
	color:#2F2E2E;
	line-height:22px;
	font-weight: 100;
}

.lhalafill_module .lhalafill_list02_2 .content li .sub_desc{
	padding-top: 6px;
	font-size: 12px;
	font-weight: 100;
}

/*03번 영역*/
.lhalafill_module .lhalafill_list03{
	padding:80px 0 130px;
	background-color:#fff;
	word-break: keep-all;
	
}

.lhalafill_module .lhalafill_list03 .ds-tit{
	padding-bottom:49px;
}

.lhalafill_module .lhalafill_list03 .cont .tit{
	width: 260px;
	padding: 6px 0;
	border-radius: 50em;
	margin: 0 auto;
	background-color: #E84027;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.lhalafill_module .lhalafill_list03 .cont{
	border-top:2px solid #E84027;
}

.lhalafill_module .lhalafill_list03 .cont1{
	text-align: center;
}

.lhalafill_module .lhalafill_list03 .cont .tit{
	-webkit-transform: translatey(-19px);
	    -ms-transform: translatey(-19px);
	        transform: translatey(-19px);
}

.lhalafill_module .lhalafill_list03 .cont .desc{
	font-size: 15px;
	font-weight: 100;
	line-height: 22px;
}

.lhalafill_module .lhalafill_list03 .cont1 .desc{
	padding: 10px 0 50px;
}

.lhalafill_module .lhalafill_list03 .cont2 li{
	padding:30px 0;
	border-bottom:2px solid #E84027;
	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;
}

.lhalafill_module .lhalafill_list03 .cont2 li .left_img{
	width:110px;
}

.lhalafill_module .lhalafill_list03 .cont2 li .left_img img{
	width:100%;
}

.lhalafill_module .lhalafill_list03 .cont2 li .desc{
	padding-left: 30px;
	width:225px;
}

.lhalafill_module .lhalafill_list03 .cont2 li .desc span{
	
	font-size: 15px;
	font-weight: 700;
	color:#E84027;
}