@charset "UTF-8";
/*****************************************************
	volux  module style
	area
*/
/*가능부위*/
.volux-area-sec {
	background-color: #978a82;
}
.volux-area-sec dt.va-tit {
    position: relative;
    width: 75%;
    padding-top: 50px;
    padding-bottom: 25px;
    margin: 0 auto;
    background-color: white;
    text-align: center;
    z-index: 1;
}
.volux-area-sec dt.va-tit h5 {
    color: #673c71;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.1em;
}
.volux-area-sec dt.va-tit span {
	color: #313030;
}
.volux-area-sec .ds-cont {
	position: relative;
    background-color: #f9f9f9;
    padding: 2rem 1rem 1rem;
    border-bottom: 1px solid #e8e8e8;
}
.volux-area-sec .ds-cont li {
    margin-bottom: 1rem;
}
.volux-area-sec .ds-cont li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #ca91ff;
	color: #fff; 
    line-height: 20px;
    text-align: center;
    transition: 0.2s;
}
.volux-area-sec .ds-cont2 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100.5%;
}
.volux-area-sec .ds-cont2 .back-img1 {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
}
