@charset "UTF-8";
/*****************************************************
	/*리프테라*/

/*1번 영역*/
.liftera_module .tera_list01{
	padding: 150px 0 120px;
	background-image: url("/imges/package/branch/T00062/01_bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

.liftera_module .tera_list01 ul{
	padding-top: 55px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	    -ms-flex-direction:row;
	        flex-direction:row;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-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;
}

.liftera_module .tera_list01 li{
	width: 160px;
	height: 160px;
	padding-top: 51px;
	margin: 20px 40px;
	font-size: 24px;
	line-height: 28px;
	border-radius: 50em;
	background-color: rgba(32,196,255,0.5);
	color: #fff;
}

/*2번 영역*/
.liftera_module .tera_list02{
	padding:160px 0 220px;
	text-align: center;
	background-color: #fff;
}

.liftera_module .tera_list02 .ds-tit{
	padding-bottom: 70px;
}

.liftera_module .tera_list02 .fix_area > div:nth-child(2){
	margin-bottom: 130px;
}

.liftera_module .tera_list02 .cont .tit{
	color: #fff;
	font-size: 24px;
	line-height: 29px;
	padding: 15px;
}
.liftera_module .tera_list02 .cont .tit b{
	font-size:18px;
	font-weight: 400;
}

.liftera_module .tera_list02 .cont .tit span{
	display: inline;
	font-weight: 700;
}

.liftera_module .tera_list02 .cont .tit1{
	background-color:#1AADE2;
}

.liftera_module .tera_list02 .cont .tit2{
	background-color:#198BB4;
}

.liftera_module .tera_list02 .cont1 .desc{
	padding: 51px 0;
	font-size: 20px;
	line-height: 34px;
	color: #424242;
}

.liftera_module .tera_list02 .cont1 .desc span{
	display:inline;
	font-weight: 700;
}

.liftera_module .tera_list02 .cont2 ul{
	padding-top:100px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	    -ms-flex-direction:row;
	        flex-direction:row;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-box-align:baseline;
	    -ms-flex-align:baseline;
	        align-items:baseline;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.liftera_module .tera_list02 .cont2 li{
	margin:0 10px;
	letter-spacing: -1px;
}



.liftera_module .tera_list02 .cont2 li .step{
	width: 125px;
	margin: 25px auto 15px;
	padding: 7px 0;
	font-size: 23px;
	font-weight: 700;
	border-radius: 50em;
	background-color: #198BB4;
	color: #fff;
}

.liftera_module .tera_list02 .cont2 li span{
	font-size: 20px;
	color:#424242;
	line-height: 30px;
}

.liftera_module .tera_list02 .cont2 li span b{
	color:#198BB4;
}

/*3번 영역*/
.liftera_module .tera_list03{
	padding:160px 0 220px;
	background-color:#F8F8F8;
	text-align: center;
	letter-spacing: -1px;
}

.liftera_module .tera_list03 .tit{
	margin:70px 0 30px;
	background-color:#1AADE2;
	color: #fff;
	font-size: 24px;
	line-height: 29px;
	padding: 15px;
}

.liftera_module .tera_list03 .tit b{
	font-size: 18px;
	font-weight: 400;
}
.liftera_module .tera_list03 .tit span{
	display: inline;
	font-weight: 700;
}

.liftera_module .tera_list03 ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.liftera_module .tera_list03 li{
	padding:70px 0;
	width:50%;
	background-color:#fff;
}

.liftera_module .tera_list03 li:first-child{
	margin-right: 20px;
}

.liftera_module .tera_list03 li .img1{
	width:280px;
	margin: 0 auto 40px;
}

.liftera_module .tera_list03 li .img1 img{
	width:100%;
}

.liftera_module .tera_list03 li .type{
	padding: 16px 25px;
	font-weight: 300;
	border-radius: 50em;
	color: #fff;
	font-size: 20px;
}

.liftera_module .tera_list03 li .type b{
	font-weight: 700;
}

.liftera_module .tera_list03 li .c1{
	background-color:#6A5A43;
}
.liftera_module .tera_list03 li .c2{
	background-color:#E48328;
}



.liftera_module .tera_list03 li .img2{
	width:160px;
	margin: 40px auto 50px;
}

.liftera_module .tera_list03 li .img2 img{
	width:100%;
}

.liftera_module .tera_list03 li .desc{
	font-size:20px;
	color:#424242;
	line-height:30px;
	
}

.liftera_module .tera_list03 li .desc b{
	font-size:18px;
	font-weight: 700;
}

.liftera_module .tera_list03 li .desc span{
	display: inline;
	font-weight: 700;
}

.liftera_module .tera_list03 li .desc .color{
	color:#E48328;
}

/*4번 영역*/
.liftera_module .tera_list04{
	padding:160px 0 220px;
	text-align: center;
	background-color:#fff;
}

.liftera_module .tera_list04 ul{
	padding-top:70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.liftera_module .tera_list04 ul::before{
	content:"";
	display: inline-block;
	width:1px;
	height:836px;
	position:absolute;
	left:50%;
	top:30px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-image: url("/imges/package/branch/T00062/04_line.png");

}
.liftera_module .tera_list04 .tit{
	padding:30px 0;
	color:#fff;
	font-size: 20px;
}

.liftera_module .tera_list04 .tit span{
	font-weight: 700;
	display: inline;
}

.liftera_module .tera_list04 .tit1{
	background-color:#1AADE2;
}
.liftera_module .tera_list04 .tit2{
	background-color:#198BB4;
}

.liftera_module .tera_list04 .imgs{
	width:80%;
	margin: 80px auto 50px;
}

.liftera_module .tera_list04 .imgs img{
	width:100%;
}


.liftera_module .tera_list04 .desc{
	font-size:20px;
	line-height:30px;
	
}

.liftera_module .tera_list04 .desc span{
	display:inline;
	font-size: 24px;
	font-weight: 700;
}

.liftera_module .tera_list04 .desc1{
	color:#1AADE2;
}

.liftera_module .tera_list04 .desc2{
	color:#198BB4;
}

/*5번 영역*/
.liftera_module .tera_list05{
	padding:160px 0 220px;
	background-color:#F8F8F8;
	text-align: center;
}

.liftera_module .tera_list05 ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.liftera_module .tera_list05 li{
	padding: 70px 20px;
	margin: 0px 13px;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 10px rgba(44,44,44,0.2);
	        box-shadow: 2px 2px 10px rgba(44,44,44,0.2);
}


.liftera_module .tera_list05 li .txt{
	padding-top: 60px;
	color: #424242;
	font-size: 19px;
	line-height: 27px;
	position: relative;
}

.liftera_module .tera_list05 li .txt::before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 2px;
	background-color: #CECECE;
	position: absolute;
	left: 50%;
	top: 33px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.liftera_module .tera_list05 li .txt span{
	display: inline;
	font-weight: 700;
}