@charset "UTF-8";
/*****************************************************
	/*튠페이스*/

.tuneface_module{
	letter-spacing: -1px;
}

.tuneface_module .tune_list01{
	padding: 110px 0;
	background-color:#EAEBEE;
}

.tuneface_module .tune_list01 .purple{
	width:1180px;
	height:610px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7148B5), to(#8769E9));
	background-image: -o-linear-gradient(#7148B5, #8769E9);
	background-image: linear-gradient(#7148B5, #8769E9);
	position: relative;
}

.tuneface_module .tune_list01 .purple .bg{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.tuneface_module .tune_list01 .purple .txt_box{
	background-color: rgba(0, 0, 0, 0.7);
	padding:30px 100px;
	width:899px;
	position:absolute;
	left:140px;
	bottom:59px;
}

.tuneface_module .tune_list01 .txt{
	color:#fff;
	font-size:20px;
	font-weight: 100;
}

.tuneface_module .tune_list01 .txt span{
	font-weight: 700;
}

.tuneface_module .tune_list01 .logo{
	padding-top:13px;
}

.tuneface_module .tune_list01 .purple .front{
	position:absolute;
	right:-40px;
	bottom:-115px;
}





.tuneface_module .tune_list02{
	padding:160px 0 70px;
	background-color:#E1DBD3;
}

.tuneface_module .tune_list02 .ds-tit{
	padding-bottom:70px;
}

.tuneface_module .tune_list02 li{
	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:left;
	    -ms-flex-pack:left;
	        justify-content:left;
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
	-ms-flex-line-pack:center;
	    align-content:center;
	text-align: center;
}

.tuneface_module .tune_list02 li .left{
	margin:50px 30px 0 0;
	width:250px;
}

.tuneface_module .tune_list02 li .left img{
	width:100%;
}

.tuneface_module .tune_list02 li .txt_box{
	padding:40px 0 40px 120px;
	margin-bottom:50px;
	background-color:rgba(236, 234, 247, 0.5);
	width:888px;
	background-repeat: no-repeat;
	background-position: 60px center;
}

.tuneface_module .tune_list02 li .box1{
	background-image: url("/imges/package/branch/T00048/02_icon1.png");
}
.tuneface_module .tune_list02 li .box2{
	background-image: url("/imges/package/branch/T00048/02_icon2.png");
}
.tuneface_module .tune_list02 li .box3{
	background-image: url("/imges/package/branch/T00048/02_icon3.png");
}
.tuneface_module .tune_list02 li .box4{
	background-image: url("/imges/package/branch/T00048/02_icon4.png");
}
.tuneface_module .tune_list02 li .box5{
	background-image: url("/imges/package/branch/T00048/02_icon5.png");
}
.tuneface_module .tune_list02 li .box6{
	background-image: url("/imges/package/branch/T00048/02_icon6.png");
}

.tuneface_module .tune_list02 li .txt_box .tit{
	padding-bottom:40px;
	color:#9065FF;
	font-weight: 700;
	font-size:28px;
	line-height:1;
	position:relative;
}

.tuneface_module .tune_list02 li .txt_box .tit::before{
	content: '';
	display: inline-block;
	width: 25px;
	height: 2px;
	background-color: #7C51A1;
	position: absolute;
	left: 50%;
	top: 50px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.tuneface_module .tune_list02 li:last-child .txt_box .tit::before{
	top: 80px;
}

.tuneface_module .tune_list02 li .txt_box .tit span{
	font-weight: 100;
}

.tuneface_module .tune_list02 li .txt_box .desc{
	font-size:22px;
	color:#2F2E2E;
	line-height: 30px;
}

.tuneface_module .tune_list02 li .txt_box .desc span{
	color:#7C51A1;
}

.tuneface_module .tune_list02 li .txt_box .desc b{
	font-weight: 700;
}


.tuneface_module .tune_list02 li .icon_area{
	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;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-ms-flex-line-pack:center;
	    align-content:center;
}

.tuneface_module .tune_list02 li .icon_area p{
	width:125px;
	margin: 0 10px 150px;
}

.tuneface_module .tune_list02 li .icon_area p img{
	width:100%;
}

/*3번 영역*/
.tuneface_module .tune_list03{
	padding:160px 0 190px;
	background-color:#ECEAF7;
	text-align: center;
}

.tuneface_module .tune_list03 li .tit{
	background-image: -o-linear-gradient(45deg,#8769E9, #7148B5);
	background-image: linear-gradient(45deg,#8769E9, #7148B5);
	padding:10px 50px;
	margin-top:70px;
	border-radius: 50em;
	color:#fff;
	font-size: 20px;
	display: inline-block;
}

.tuneface_module .tune_list03 li .desc{
	padding:30px 0;
	margin:50px 50px 30px;
	background-image: -o-linear-gradient(45deg,#8769E9, #7148B5);
	background-image: linear-gradient(45deg,#8769E9, #7148B5);
	color:#fff;
	font-size:18px;
	line-height: 25px;
	font-weight: 100;
}

.tuneface_module .tune_list03 li .grid{
	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;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.tuneface_module .tune_list03 li .imgs{
	padding: 50px 0px 20px 60px;
}

.tuneface_module .tune_list03 li .grid .txt{
	font-size:18px;
	color:#2F2E2E;
}

.tuneface_module .tune_list03 li .grid .txt b{
	font-weight: 700;
}

/*04번 영역*/
.tuneface_module .tune_list04{
	padding:160px 0 160px;
	text-align: center;
	background-color: #fff;
}

.tuneface_module .tune_list04 .tit{
	background-image: -o-linear-gradient(45deg,#8769E9, #7148B5);
	background-image: linear-gradient(45deg,#8769E9, #7148B5);
	padding:10px 50px;
	margin:70px 0 40px;
	border-radius: 50em;
	color:#fff;
	font-size: 20px;
	display: inline-block;
}

.tuneface_module .tune_list04 .cont{
	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: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack:distribute;
	    align-content:space-around;
}

.tuneface_module .tune_list04 .cont p{
	margin:0 auto 60px;
	
}