/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/*****************************************************
	/*물톡스 필링*/

.phaPeeling_module{
	letter-spacing: -1px;
}

.phaPeeling_module .fix_area{
	max-width: 500px;
	margin:0 auto;
}

/*01번 영역*/
.phaPeeling_module .pha_list01{
	padding: 300px 0 70px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	text-align: center;
}

.phaPeeling_module .pha_list01 .fix_area{
	max-width: 400px;
}

.phaPeeling_module .pha_list01 .logo{
	width: 150px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.phaPeeling_module .pha_list01 .logo img{
	width:100%;
}

.phaPeeling_module .pha_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;

}

.phaPeeling_module .pha_list01 li{
	width: 140px;
	padding: 10px 0;
	margin: 15px 3px 0;
	background-color: #256FCB;
	font-size: 17px;
	color: #fff;
	border-radius: 50em;
	font-weight: 100;
}


/*02번 영역*/
.phaPeeling_module .pha_list02{
	padding:80px 0 130px;
	background-color:#F8F8F8;
	text-align: center;
}

.phaPeeling_module .pha_list02 .sub__tit{
	padding: 30px 0;
	color: #1C1C1C;
	font-size: 18px;
	font-style: italic;
}

.phaPeeling_module .pha_list02 .sub__tit span{
	font-weight: 700;
	color:#256FCB;
}

.phaPeeling_module .pha_list02 .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;
}

.phaPeeling_module .pha_list02 .content li{
	width:90%;
	margin:0 auto;
	-webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
	        box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
	padding:40px 0;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#fff),color-stop(#fff),color-stop(#fff),to(rgba(180,180,180,0.1)));
	background-image: -o-linear-gradient(#fff,#fff,#fff,rgba(180,180,180,0.1));
	background-image: linear-gradient(#fff,#fff,#fff,rgba(180,180,180,0.1));
}


.phaPeeling_module .pha_list02 .content li .imgs{
	width:50%;
	margin:0 auto;
}

.phaPeeling_module .pha_list02 .content li .imgs img{
	width:100%;
}


.phaPeeling_module .pha_list02 .content li .step{
	width:100px;
	margin:0 auto;
	padding: 20px 0 5px;
}

.phaPeeling_module .pha_list02 .content li .step img{
	width:100%;
}

.phaPeeling_module .pha_list02 .content li .desc{
	line-height: 21px;
	font-size: 15px;
	color: #3F3C3C;
}

.phaPeeling_module .pha_list02 .box__txt{
	width: 100%;
	margin: 50px auto 0;
	padding: 30px 0;
	background-color: #052247;
	border-radius: 20px;
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	font-weight: 100;
}

.phaPeeling_module .pha_list02 .box__txt b{
	font-weight: 500;
}

/*03번 영역*/
.phaPeeling_module .pha_list03_wrap{
	background-color: #f2f9ff;
}

.phaPeeling_module .pha_list03{
	padding:80px 0 130px;
	max-width: 720px;
	margin: 0 auto;
	-webkit-box-shadow: inset 0px -20px 20px 15px #f2f9ff;
	        box-shadow: inset 0px -20px 20px 15px #f2f9ff;
	background-color: #f2f9ff;
	background-repeat: no-repeat;
	background-position: center 40%;
	background-size: cover;
}

.phaPeeling_module .pha_list03{
	padding-bottom: 130px;
	background-color:#f2f9ff;
}

.phaPeeling_module .pha_list03 .txt_imgs{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 90%;
}

.phaPeeling_module .pha_list03 .txt_imgs img{
	max-height: 23px;
}

.phaPeeling_module .pha_list03 .content{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.phaPeeling_module .pha_list03 .content li:first-child{
	margin:0;
}

.phaPeeling_module .pha_list03 .content li{
	margin-top:20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.phaPeeling_module .pha_list03 .content li .num{
	color:#8BB2CD;
	font-size:45px;
	font-weight: 100;
}

.phaPeeling_module .pha_list03 .content li .txt_area{
	line-height:27px;
	padding-left: 20px;
}

.phaPeeling_module .pha_list03 .content li .txt_area .tit{
	display:inline-block;
	padding: 6px 15px;
	font-size:18px;
	color:#fff;
	font-weight: 700;
	background-color:#3E75B9;
	line-height:1;
}

.phaPeeling_module .pha_list03 .content li .txtf.phaPeeling_module .pha_list03 .content_area .desc{
	display:block;
	padding-top:5px;
	font-size:16px;
}

/*04번 영역*/
.phaPeeling_module .pha_list04{
	padding:80px 0 100px;
}

.phaPeeling_module .pha_list04 .ds-tit h5{
	color:#fff;
}

.phaPeeling_module .pha_list04 .content{
	padding-top:30px;
}

.phaPeeling_module .pha_list04 .content li{
	text-align: center;
	padding-bottom: 40px;
	margin-bottom:30px;
	background-color:#fff;
	border-radius: 30px;
}

.phaPeeling_module .pha_list04 .content li .num{
	width:25%;
	margin:0 auto;
}

.phaPeeling_module .pha_list04 .content li .num img{
	width:100%;
}


.phaPeeling_module .pha_list04 .content li .icon{
	width:27%;
	margin:0 auto;
	padding-top:20px;
}

.phaPeeling_module .pha_list04 .content li .icon img{
	width:100%;
}

.phaPeeling_module .pha_list04 .content li .tit_txt{
	padding: 15px 0 5px;
	font-size:18px;
	font-weight: 700;
	color:#256FCB;
}

.phaPeeling_module .pha_list04 .content li .desc{
	font-size: 14px;
	color: #1A1A1A;
	line-height: 19px;
}