/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/*****************************************************
	/*코어스컬프*/

.coresculpt_module{
	letter-spacing: -1px;
}

.coresculpt_module .fix_area{
	max-width: 500px;
	margin:0 auto;
}

.coresculpt_module .sub_txt{
	font-size:17px;
	text-align: center;
}

.coresculpt_module .sub_txt span{
	display: inline;
	font-weight: 700;
}

.coresculpt_module .point{
	width: 180px;
	padding: 5px 0;
	margin: 30px auto;
	border-radius: 50em;
	font-size: 15px;
	font-family: 'Campton', Sans-serif;
	font-style: italic;
	color: #fff;
	text-align: center;
	position: relative;
}

.coresculpt_module .point::before{
	content:'';
	width:60px;
	height:1px;
	background-color:#CCC;
	position: absolute;
	right:180px;
	top:50%;
	-webkit-transform: translatey(-50%);
	    -ms-transform: translatey(-50%);
	        transform: translatey(-50%);
}

.coresculpt_module .point::after{
	content:'';
	width:60px;
	height:1px;
	background-color:#CCC;
	position: absolute;
	left:180px;
	top:50%;
	-webkit-transform: translatey(-50%);
	    -ms-transform: translatey(-50%);
	        transform: translatey(-50%);
}

.coresculpt_module .point1{
	background-color: #3E69AC;
}

.coresculpt_module .point2{
	background-color: #2C4C7E;
}

.coresculpt_module .point3{
	background-color: #6594DD;
}

.coresculpt_module .color1{
	color:#3E69AC;
}

.coresculpt_module .color2{
	color:#2C4C7E;
}

.coresculpt_module .color3{
	color:#6594DD;
}

.text__center{
	text-align: center;
}

.coresculpt_module .__desc{
	font-size: 13px;
	line-height: 20px;
}


/*01번 영역*/
.coresculpt_module .coresculpt_list01{
	padding:180px 0 80px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	text-align: center;
	color:#fff;
}

.coresculpt_module .coresculpt_list01 .fix_area{
	max-width: 400px;
}

.coresculpt_module .coresculpt_list01 .logo{
	width:230px;
	margin:0 auto;
	padding-bottom: 20px;
}

.coresculpt_module .coresculpt_list01 .logo img{
	width:100%;
}

.coresculpt_module .coresculpt_list01 .content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.coresculpt_module .coresculpt_list01 .content li{
	width:140px;
	height: 42px;
	padding-top: 9px;
	margin: 15px 3px 0;
	font-size: 16px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	font-weight: 100;
}

.coresculpt_module .coresculpt_list01 .content .s__txt{
	padding-top: 6px;
	font-size: 12px;
	line-height: 15px;
}

/*02번 영역*/
.coresculpt_module .coresculpt_list02{
	padding:80px 0 130px;
	background-color:#F6F6F6;
}

.coresculpt_module .coresculpt_list02 .sub_txt{
	padding-top:40px;
	position: relative;
}

.coresculpt_module .coresculpt_list02 .sub_txt::before{
	content: '';
	width: 1px;
	height: 20px;
	background-color: #AAA;
	position: absolute;
	left: 50%;
	top: 10px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.coresculpt_module .coresculpt_list02 .content{
	padding-top:30px;
}

.coresculpt_module .coresculpt_list02 .content .imgs{
	width:60%;
	margin:0 auto;
}

.coresculpt_module .coresculpt_list02 .content .imgs img{
	width:100%;
}

.coresculpt_module .coresculpt_list02 .content .desc{
	padding-top: 20px;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
}

.coresculpt_module .coresculpt_list02 .content .icon{
	width:7%;
	padding: 20px 0;
	margin:0 auto;
}

.coresculpt_module .coresculpt_list02 .content .icon img{
	width:100%;
}

/*03번 영역*/
.coresculpt_module .coresculpt_list03{
	padding:80px 0;
	background-color:#fff;
}

.coresculpt_module .coresculpt_list03 .imgs{
	padding:20px 0;
	width:100%;
}

.coresculpt_module .coresculpt_list03 .imgs img{
	width:100%;
}




/*04번 영역*/
.coresculpt_module .coresculpt_list04{
	padding:50px 0;
	background-color:#EAF2FC;
}

.coresculpt_module .coresculpt_list04 .content{
	padding-top:20px;
	
}

.coresculpt_module .coresculpt_list04 .content li{
	padding: 20px 0 20px 35px;
	margin-top:10px;
	background-color: #fff;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.coresculpt_module .coresculpt_list04 .content .imgs{
	width:50%;
	padding-right:40px;
	border-right: 1px solid #CCC;
}

.coresculpt_module .coresculpt_list04 .content .imgs img{
	width:100%;
}

.coresculpt_module .coresculpt_list04 .content .imgs_name{
	width:50%;
	font-size:16px;
	color:#000003;
}

.coresculpt_module .coresculpt_list04 .__desc{
	padding-top:30px;
}

/*05번 영역*/
.coresculpt_module .coresculpt_list05{
	padding:50px 0 130px;
	background-color:#fff;
}

.coresculpt_module .coresculpt_list05 .sub_txt{
	position: relative;
}

.coresculpt_module .coresculpt_list05 .sub_txt .sub-txt-after {
	position: absolute;
    width: 20px;
    height: 27px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    right: 140px;
    bottom: -10px;
}

.coresculpt_module .coresculpt_list05 .img{
	width:100%;
}

.coresculpt_module .coresculpt_list05 .img img{
	width:100%;
}

.coresculpt_module .coresculpt_list05 .img{
	padding:30px 0;
}



/*06번 영역*/
.coresculpt_module .coresculpt_list06{
	padding:80px 0 130px;
	background-color:#EFEFEF;
}

.coresculpt_module .coresculpt_list06 .content{
	padding-top:10px;
	color:#fff;
}

.coresculpt_module .coresculpt_list06 .content li{
	padding:25px 0;
	border-radius: 10px;
	margin-top:20px;
}

.coresculpt_module .coresculpt_list06 .content li .img{
	width:13%;
	margin:0 auto;
}

.coresculpt_module .coresculpt_list06 .content li .img img{
	width:100%;
}

.coresculpt_module .coresculpt_list06 .content li .__tit{
	padding:5px 0 10px;
	font-size:16px;
	font-weight:700;
}

.coresculpt_module .coresculpt_list06 .content li .__txt{
	font-size: 13px;
	line-height: 20px;
	font-weight: 100;
}
