@charset "UTF-8";
/*****************************************************
	/*큐티셀 블랙라벨*/

/*01번 영역*/
.qtcell_module .blk_label01{
	padding:160px 0;
	background-image: url("/imges/package/blackLabel/01_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.qtcell_module .blk_label01 .logo{
	padding-bottom:40px;
}

.qtcell_module .blk_label01 ul{
	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;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}

.qtcell_module .blk_label01 li{
	width:280px;
	height:70px;
	padding-top:20px;
	margin:10px 15px;
	border-radius: 50em;
	border:2px solid #C8E2EE;
	-webkit-box-shadow: 2px 2px 10px rgba(208, 208, 208, 0.3);
	        box-shadow: 2px 2px 10px rgba(208, 208, 208, 0.3);
	color:#fff;
	font-size:22px;
}

/*02번 영역*/
.qtcell_module .blk_label02{
	background-image: url("/imges/package/blackLabel/02_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	padding:160px 0 220px;
	letter-spacing: -1px;
}

.qtcell_module .blk_label02 .b_cir{
	width:900px;
	height:900px;
	margin:100px auto 70px;
	border-radius: 50em;
	border:100px solid rgba(221, 222, 224, 0.3);
	text-align: center;
	position: relative;
	
}

.qtcell_module .blk_label02 .b_cir .center{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

.qtcell_module .blk_label02 .b_cir .c_img{
	width:250px;
	margin:0 auto;
}

.qtcell_module .blk_label02 .b_cir .c_img img{
	width:100%;
}

.qtcell_module .blk_label02 .b_cir .s_tit{
	color:#171717;
	padding-top: 50px;
	font-size:22px;
	font-weight: 100;
	text-align: center;
	line-height: 31px;
}

.qtcell_module .blk_label02 .b_cir .s_tit span{
	display: inline;
	color:#082A3C;
	letter-spacing: 9px;
	font-weight: 700;
	text-decoration:underline;
	
}

.qtcell_module .blk_label02 .b_cir .cir{
	width:150px;
	height:150px;
	padding-top:62px;
	line-height: 26px;
	background-color:#0D364B;
	color:#fff;
	font-size:20px;
	border-radius: 50em;
	position:absolute;
}

	/*첫째 줄 동그라미*/
.qtcell_module .blk_label02 .b_cir .cir_5{
	left:50%;
	top:-130px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	padding-top: 50px;
}

	/*둘째 줄 동그라미*/
.qtcell_module .blk_label02 .b_cir .cir_4{
	left:40px;
	top:-50px;
}
.qtcell_module .blk_label02 .b_cir .cir_6{
	right:40px;
	top:-50px;
	padding-top: 37px;
}

	/*셋째 줄 동그라미*/
.qtcell_module .blk_label02 .b_cir .cir_3{
	left:-100px;
	top:130px;
	padding-top: 50px;
}
.qtcell_module .blk_label02 .b_cir .cir_7{
	right:-100px;
	top:130px;
}

	/*넷째 줄 동그라미*/
.qtcell_module .blk_label02 .b_cir .cir_2{
	left:-120px;
	top:360px;
}
.qtcell_module .blk_label02 .b_cir .cir_8{
	right:-120px;
	top:360px;
}

	/*다섯째 줄 동그라미*/
.qtcell_module .blk_label02 .b_cir .cir_1{
	left:-20px;
	top:540px;
}
.qtcell_module .blk_label02 .b_cir .cir_9{
	right:-20px;
	top:540px;
}

.qtcell_module .blk_label02 .bot_cont{
	-webkit-box-shadow: 10px 10px 10px rgb(217,214,214,0.2);
	        box-shadow: 10px 10px 10px rgb(217,214,214,0.2);
	padding:50px 0 60px;
	border-top:5px solid #082A3C;
	background-color:#fff;
	margin: 0 40px;
}

.qtcell_module .blk_label02 .bot_cont .cont{
	padding:45px 20px;
	border-bottom: 1px solid #EDEDED;
	width:900px;
	margin:0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.qtcell_module .blk_label02 .bot_cont div:last-child{
	border:none;
}

.qtcell_module .blk_label02 .bot_cont .num{
	color:#082A3C;
	font-family: 'Campton', Sans-serif;
	font-size:50px;
}

.qtcell_module .blk_label02 .bot_cont .txt_area{
	padding-left:30px;
}

.qtcell_module .blk_label02 .bot_cont .txt_area .tit{
	font-size:25px;
	padding-bottom: 20px;
	color:#1A80B0;
	font-weight: 700;
}

.qtcell_module .blk_label02 .bot_cont .txt_area .desc{
	color:#3F3C3C;
	font-size: 22px;
	line-height: 30px;
}

.qtcell_module .blk_label02 .bot_cont .txt_area .desc span{
	display:inline;
	font-weight: 700;
}


/*03번 영역*/
.qtcell_module .blk_label03{
	padding:160px 0 220px;
	text-align: center;
	letter-spacing: -1px;
	position:relative;
	background-color: #fff;
}

.qtcell_module .blk_label03::before{
	content:'';
	display: inline-block;
	width:100%;
	height:3px;
	background-color:rgba(26, 128, 176, 0.2);
	position:absolute;
	left:50%;
	top:661px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.qtcell_module .blk_label03 ul{
	padding:80px 0;
	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;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}



.qtcell_module .blk_label03 li{
	margin:0 60px;
}

.qtcell_module .blk_label03 li .desc{
	padding-top:70px;
	font-size:20px;
	line-height:28px;
	color:#1A1A1A;
	position:relative;
}

.qtcell_module .blk_label03 li .desc::after{
	content:'';
	display: inline-block;
	width:20px;
	height:20px;
	border-radius: 50em;
	background-color:#fff;
	position:absolute;
	left:50%;
	top:20px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.qtcell_module .blk_label03 li:nth-child(1) .desc::after{
	border:5px solid #5E8DA4;
}
.qtcell_module .blk_label03 li:nth-child(2) .desc::after{
	border:5px solid #2E5061;
}
.qtcell_module .blk_label03 li:nth-child(3) .desc::after{
	border:5px solid #0E1D26;
}

.qtcell_module .blk_label03 .txt{
	width:1000px;
	padding:50px 0;
	margin:0 auto;
	border-radius: 15px;
	font-size:18px;
	line-height:25px;
	background-color:#F6F6F6;

}

.qtcell_module .blk_label03 .txt span{
	display: inline;
	color:#1A80B0;
	font-weight: 700;
}

/*04번 영역*/
.qtcell_module .blk_label04{
	padding:160px 0 220px;
	background-color:#F7F7F7;
	letter-spacing: -1px;
}

.qtcell_module .blk_label04 .ds-tit{
	padding-bottom: 70px;
}

.qtcell_module .blk_label04 ul{
	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;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.qtcell_module .blk_label04 li{
	margin:0 50px;
	text-align: center;
}

.qtcell_module .blk_label04 li .img{
	padding-top: 51px;
	width:240px;
	height:240px;
	border-radius: 50em;
	border:15px solid #CDD8E5;
}

.qtcell_module .blk_label04 li:nth-child(2) .img{
	padding-top:70px;
}

.qtcell_module .blk_label04 li .img img{
	width:55%;
}

.qtcell_module .blk_label04 li .tit{
	padding:20px 0;
	font-size:27px;
	color:#1A80B0;
	font-weight: 700;
}

.qtcell_module .blk_label04 li .desc{
	font-size:20px;
	color:#1A1A1A;
	line-height: 30px;

}

.qtcell_module .blk_label04 li .icon{
	padding:20px 0 50px;
	width:28px;
	margin:0 auto;
}

.qtcell_module .blk_label04 li .icon img{
	width:100%;
}

.qtcell_module .blk_label04 .diff{
	width:1000px;
	padding:50px 0;
	margin:0 auto;
	border-radius: 15px;
	background-color:#CDD8E5;
	text-align: center;
}

.qtcell_module .blk_label04 .diff .img{
	width:100px;
	margin:0 auto;
}

.qtcell_module .blk_label04 .diff .img img{
	width:100%;
}

.qtcell_module .blk_label04 .diff .tit{
	padding: 20px 0;
	color:#2C4E61;
	font-weight: 700;
	font-size:27px;
}

.qtcell_module .blk_label04 .diff .desc{
	font-size: 20px;
	color: #1A1A1A;
	line-height: 30px;
}