/* 자궁근종 */
.e_1 .infoSection{
	background: url(/include/img/sub/e1_infoBg_231127.png) no-repeat center / cover;
	text-align: center;
}

.e_1 .dif .imgBox{
	width: 60%;
	margin:  30px auto 0;
}

.e_1 .kind .imgBox{
	width: 50%;
	margin:  0 auto;
}

.e_1 .sym .imgBox{
	width: 60%;
	margin:  30px auto 0;
}

.e_1 .way .imgBox{
	max-width: 900px;
	margin: auto;
}

/* 자궁선근증 */
.e_2 .infoSection{
	background: url(/include/img/sub/e1_infoBg_231127.png) no-repeat center / cover;
	text-align: center;
}

.e_2 .dif .imgBox{
	width: 60%;
	margin:  30px auto 0;
}

.e_2 .what .imgBox{
	max-width: 700px;
	margin: 30px auto 0;
}

.e_2 .haveto{
	background: url(/include/img/sub/e2_havetoBg.png) no-repeat center / cover;
}

.e_2 .haveto .inner{
	max-width: 900px;
	margin: auto;
}

.e_2 .hill .imgBox{
	max-width: 500px;
	margin: 30px auto 0;
}

.e_2 .hill .imgBox{
	max-width: 500px;
	margin: 30px auto 0;
}

.e_2 .sym .imgBox{
	width: 60%;
	margin:  30px auto 0;
}

.e_2 .way .imgBox{
	max-width: 900px;
	margin: auto;
}


/* 고주파용해술 */
.e_3 .infoSection{
	background: url(/include/img/sub/e3_infoBg.png) no-repeat center / cover;
}

.e_3 .secCheck{
	background: url(/include/img/sub/e3_checkBg.png) no-repeat center / cover;
}

/* 미레나삽입술 */
.e_4 .infoSection{
	background: url(/include/img/sub/e4_infoBg.png) no-repeat center / cover;
}

.e4_what ul{
	text-align: center;
}

.e4_what ul li{
	display: inline-block;
	background: var(--blueGra);
	border-radius: 100px;
	margin: 0 20px;
	box-shadow: rgba(0,0,0,.2) 2px 2px 4px;
}

.e4_what ul li a{
	display: block;
	padding: 5px 30px;
	color: #fff;
	font-size: 1.7rem;
}

.e_4 .marks .bg{
	background: url(/include/img/sub/e4_marksBg.png) no-repeat center / cover;
	padding: 50px 0;
}

.e_4 .marks .bg .inner{
	display: flex;
	flex-wrap: wrap;
	max-width: 850px;
	position: relative;
}

.e_4 .marks .bg .inner .imgBox{
	width: 35%;
}

.e_4 .marks .bg .inner .txtBox{
	width: 65%;
	text-align: left;
	color: #fff;
	font-size: 1.8rem;
	line-height: 2;
	box-sizing: border-box;
	padding-left: 5%;
	position: absolute;
	left: 35%;
	top: 50%;
	transform: translate(0,-50%);
}

.e_4 .marks .bg .inner .txtBox a{
	background: var(--blueGra);
	border-radius: 100px;
	display: block;
	width: 60%;
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	padding: 5px 0;
}

.e_4 .secCheck{
	background: url(/include/img/sub/e4_checkBg.png) no-repeat center / cover;
}


/* 자궁경수술 */
.e_5 .infoSection{
	background: url(/include/img/sub/e5_infoBg.png) no-repeat center / cover;
}

.e_5 .how{
	background: url(/include/img/sub/e5_howBg.png) no-repeat center / cover;
}

.e_5 .secCheck{
	background: url(/include/img/sub/e5_checkBg.png) no-repeat center / cover;
}

.e_5 .strength .imgBox{
	width: 70%;
}




@media screen and (max-width: 720px){

/* 자궁근종 / 선근증 */
.e_1 .infoSection .imgBox,
.e_2 .infoSection .imgBox{
	width: 100%;
}

.e_1 .dif .imgBox,
.e_2 .dif .imgBox{
	width: 90%;
	margin: auto;
}

.e_1 .kind .imgBox{
	width: 80%;
}

.e_1 .sym .imgBox{
	width: 80%;
	margin: auto;
}

.e_2 .what .imgBox{
	margin: auto;
	width: 90%;
}

.e_2 .hill .imgBox{
	margin: auto;
	width: 100%;
}

.e_2 .sym .imgBox {
    width: 80%;
    margin: auto;
}

.e_2 .haveto .inner{
	width: 93%;
	margin-left: 7%;
}

/* 고주파용해술 */


/* 미레나 삽입술 */
.e4_what ul{
	width: 70%;
	margin: 0 auto;
}

.e4_what ul li a{
	padding: 2vw 0;
}

.e4_what ul li {
    display: block;
	margin-bottom: 3vw;
}

.e4_what ul li:last-child{
	margin-bottom: 0;
}

.e_4 .marks .bg .inner .imgBox{
	width: 50%;
	margin: 0 auto 3vw;
}

.e_4 .marks .bg .inner .txtBox{
	width: 100%;
	position: static;
	left: auto;
	top: auto;
	transform: none;
	padding-left: 0;
	text-align: center;
}

.e_4 .marks .bg .inner .txtBox a{
	margin: 5vw auto 0;
}

/* 자궁경수술 */
.e_5 .infoSection {
    background: url(/include/img/sub/e5_infoBg_m.png) no-repeat center / cover;
}

.e_5 .how .imgBox{
	width: 90%;
}

.e_5 .strength .imgBox{
	width: 80%;
}






}