@charset "UTF-8";
/*****************************************************
	/*라페라*/
/*1번 영역*/
.laferra_module .lafe_list01{
	padding:100px 0;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.laferra_module .lafe_list01 .fix_area{
	max-width: 500px;
	min-width: 370px;
	margin:0 auto;
}

.laferra_module .lafe_list01 .logo{
	width:250px;
	padding-bottom:50px;
	margin:0 auto;
}

.laferra_module .lafe_list01 .logo img{
	width:100%;
}

.laferra_module .lafe_list01 ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-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;
}

.laferra_module .lafe_list01 li{
	width: 140px;
	height: 140px;
	padding-top: 50px;
	margin: 10px 15px;
	border-radius: 50em;
	background-color: rgba(215, 112, 153, 0.4);
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}

/*2번 영역*/
.laferra_module .lafe_list02{
	background-color:#F0F0F0;
	padding:80px 0 90px;
	text-align: center;
	letter-spacing: -1px;
	word-break: keep-all;
}

.laferra_module .lafe_list02 .fix_area{
	max-width: 500px;
	margin:0 auto;
}

.laferra_module .lafe_list02 .sub_tit{
	padding: 60px 0 40px;
	font-size: 19px;
	line-height: 26px;
	color: #454545;
}

.laferra_module .lafe_list02 .sub_tit span{
	font-weight:700;
}

.laferra_module .lafe_list02 .cont{
	margin-bottom:40px;
	border:1px solid #ACA6A6;
	background-color:#fff;
}

.laferra_module .lafe_list02 .cont .tit{
	padding:30px 0;
	background-color:#EC7FA9;
	color:#fff;
	font-size:22px;
	font-weight: 700;
	line-height:1;
}

.laferra_module .lafe_list02 .cont .imgs{
	width:80%;
	margin:0 auto;
	padding:40px 0;
}

.laferra_module .lafe_list02 .cont .imgs img{
	width:100%;
}

.laferra_module .lafe_list02 .cont .desc{
	padding-bottom:60px;
	font-size:17px;
	color:#424242;
	line-height:25px;
}

.laferra_module .lafe_list02 .cont .desc span{
	display:inline;
	font-weight: 700;
}

.laferra_module .lafe_list02 .cont2 .imgs{
	width:48%;
}

.laferra_module .lafe_list02 .cont2 ul{
	margin:0 20px;
}

.laferra_module .lafe_list02 .cont2 li{
	margin:15px 0;
}
.laferra_module .lafe_list02 .cont2 .txt{
	padding: 20px 40px;
	background-color:#FEF4F8;
	font-size:16px;
	line-height:25px;
	border-radius: 50em;
	color:#424242;
}

.laferra_module .lafe_list02 .cont2 .txt2{
	padding-bottom:40px;
	font-size: 18px;
	color: #424242;
	font-weight: 700;
	line-height: 25px;
}

.laferra_module .lafe_list02 .cont2 .txt2 span{
	color:#CF3B76
}