/* 난소경화술 */
.f_1 .infoSection{
	background: url(/include/img/sub/f1_infoBg.png) no-repeat center / cover;
}

.f_1 .process{
	background: url(/include/img/sub/f1_processBg.png) no-repeat center / cover;
}

.f_1 .process .imgBox{
	width: 70%;
	margin: auto;
}

.f_1 .secCheck{
	background: url(/include/img/sub/f1_checkBg.png) no-repeat center / cover;
}

.f_1 .strength .imgBox{
	width: 40%;
}



@media screen and (max-width: 720px){

/* 난소경화술 */
.f_1 .infoSection {
    background: url(/include/img/sub/f1_infoBg_m.png) no-repeat center / cover;
}

.f_1 .process {
    background: url(/include/img/sub/f1_processBg_m.png) no-repeat center / cover;
}

.f_1 .process .imgBox{
	width: 85%;
}


}


