*{
	--mainCol: #c4121a;
}

.tit{
	color: #050506;
	font-size: 42px;
}

.tit strong{
	font-weight: 600;
	color: var(--mainCol);
}

.landingCon{
	background: #fdf6f8;
}

/* visual */
.visual{
	background-image: url(/landing/img/landcomp/visual.jpg);
}

.formCon .sendBtn{
	background: var(--mainCol);
}

.btnLink{
	background: var(--mainCol);
}

/* section2 */
.section2 ul li .profile{
	display: none;
}

.section2 ul li .txtBox{
	width: 100%;
	padding-left: 0;
}

.section2 ul li .txtBox h5 strong{
	color: var(--mainCol);
	width: 75%;
	line-height: 1.3;
}

.section2 ul li .txtBox h5 span{
	width: 25%;
}

/* section3 */
.section3 article .txtBox .ceo{
	background: #010103;
}

/* section4 */
.section4 ul li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.section4 ul li p{
	width: 100%;
}

/* workBox */
.workBox ul{
	margin-top: 60px;
}

.workBox ul li{
	background: #fff;
	position: relative;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 75px 5% 40px;
	text-align: center;
}

.workBox ul li + li{
	margin-top: 70px;
}

.workBox ul li .icon{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
}

.workBox ul li h5{
	font-size: 20px;
	color: var(--mainCol);
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 15px;
}

.workBox ul li p{
	font-size: 17px;
	line-height: 1.7;
	color: #5c5c5c;
}

/* section6 */
.section6 ul li{
	color: var(--mainCol);
	font-size: 18px;
	padding: 30px 20px;
	font-weight: 600;
}

/* section8 */
.section8 ul li a{
	background: #050506;
}

/* section9 */
.section9 .conTxt{
	color: var(--mainCol);
}


/*===========================================
' - 모바일 반응형 CSS
===========================================*/

@media screen and (max-width: 720px){

.tit{
	font-size: 5vw;
}

/* section2 */
.section2 ul li .txtBox h5 strong{
	width: 100%;
	order: 0;
}

.section2 ul li .txtBox h5 span{
	width: 100%;
	margin-top: 1vw;
}

.section2 ul li .profile{
	margin-top: 0;
}

/* workBox */
.workBox ul{
	margin-top: 10vw;
}

.workBox ul li{
	border-radius: 5vw;
	padding: 10vw 5% 6vw;
}

.workBox ul li + li{
	margin-top: 10vw;
}

.workBox ul li .icon{
	max-width: 89px;
	width: 13vw;
}

.workBox ul li .icon img{
	width: 100%;
}

.workBox ul li h5{
	font-size: 4vw;
	margin-bottom: 3vw;
}

.workBox ul li p{
	font-size: 3.5vw;
}

/* section6 */
.section6 ul li{
	padding: 5vw 3vw;
	font-size: 3.3vw;
}

/*  */
.frdLogo ul{
	width: 400px;
}



}