/* 질염 */
.d_1 .infoSection{
	background: url(/include/img/sub/d1_infoBg.png) no-repeat center / cover;
	padding-bottom: 0 !important;
}

.d_1 .kind .imgBox{
	width: 65%;
	margin: auto;
}

.d_1 .way{
	background: url(/include/img/sub/d1_wayBg.png) no-repeat center / cover;
}

.d_1 .way ul{
	max-width: 800px;
}

.d_1 .way ul li{
	width: 48%;
}


.d_1 .hill .imgBox{
	width: 50%;
	margin: 30px auto 0;
}


/* 방광염 */
.d_2 .infoSection{
	background: url(/include/img/sub/d2_infoBg.png) no-repeat center / cover;
	padding-bottom: 0 !important;
}

.d_2 .sym .imgBox{
	width: 70%;
	margin: auto;
}

.d_2 .way{
	background: url(/include/img/sub/d2_wayBg.png) no-repeat center / cover;
}

.d_2 .way .imgBox{
	width: 70%;
	margin: auto;
}


/* 생리과다 생리통 */
.d_3 .infoSection{
	background: url(/include/img/sub/d3_infoBg.png) no-repeat center / cover;
}

.d_3 .infoSection .imgBox{
	width: 30%;
}

.d_3 .why .imgBox{
	width: 50%;
	margin: auto;
}

.d_3 .way.two{
	background: url(/include/img/sub/d3_wayBg2.png) no-repeat center / cover;
}

.d_3 .infoSection.two{
	background: url(/include/img/sub/d3_infoBg2.png) no-repeat center / cover;
}

.d_3 .infoSection.two ul{
	max-width: 700px;
	margin: 20px auto 0;
	display: flex;
}

.d_3 .infoSection.two ul li{
	width: 48%;
	margin-right: 4%;
	background: var(--mainCol);
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 100px;
	word-break: keep-all;
	font-size: 1.8rem;
}

.d_3 .infoSection.two ul li:last-child{
	margin-right: 0;
	background: #1c4262;
}

.d_3 .infoSection.two ul li strong{
	display: block;
	font-size: 1.2em;
}

.d_3 .hill ul{
	max-width: 900px;
	margin: auto;
}

.d_3 .hill ul li{
	display: flex;
	border-radius: 100px;
	background: #eef3f7;
	line-height: 50px;
	margin-bottom: 20px;
}

.d_3 .hill ul li:last-child{
	margin-bottom: 0;
}

.d_3 .hill ul li h5{
	width: 25%;
	color: #fff;
	font-size: 2rem;
	border-radius: 100px;
	background: var(--mainCol);
	text-align: center;
}

.d_3 .hill ul li p{
	width: 75%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5%;
	font-size: 1.8rem;
}

/* 불규칙월경 */
.d_4 .infoSection{
	background: url(/include/img/sub/d4_infoBg.png) no-repeat center / cover;
}

.d_4 .infoSection .imgBox{
	width: 35%;
}

.d_4 .why .imgBox{
	width: 50%;
	margin: auto;
}


/* 자궁경부암 백신 */
.d_5 .infoSection{
	background: url(/include/img/sub/d5_infoBg.png) no-repeat center / cover;
}

.d_5 .infoSection .imgBox{
	width: 40%;
}

.d_5 .why .imgBox{
	width: 40%;
	margin: auto;
}

.d_5 .kind .imgBox{
	width: 70%;
	margin: auto;
}

.d_5 .when{
	background: url(/include/img/sub/d5_whenBg.png) no-repeat center / cover;
}

.d_5 .when .imgBox{
	width: 70%;
	margin: auto;
}



@media screen and (max-width: 720px){

/* 질염 */
.d_1 .infoSection {
    background: url(/include/img/sub/d1_infoBg_m.png) no-repeat center / cover;
}

.infoSection .imgBox{
	width: 100%;
}

.d_1 .kind .imgBox{
	width: 95%;
}

.d_1 .hill .imgBox{
	width: 75%;
	margin: auto;
}


/* 방광염 */
.d_2 .sym .imgBox{
	width: 90%;
}

.d_2 .way{
	background: url(/include/img/sub/d2_wayBg_m.png) no-repeat center / cover;
}

/* 생리과다 생리통 */
.d_3 .infoSection .imgBox{
	width: 70%;
}

.d_3 .why .imgBox{
	width: 70%;
}

.d_3 .infoSection.two ul{
	display: block;
	width: 60%;
	margin: 3vw auto 0;
}

.d_3 .infoSection.two ul li{
	width: 100%;
	margin-right: 0;
	padding: 3vw 5vw;
	margin-bottom: 3vw;
}

.d_3 .infoSection.two ul li:last-child{
	margin-bottom: 0;
}

.d_3 .hill ul li {
    display: flex;
    background: #eef3f7;
    line-height: 1.5;
    margin-bottom: 3vw;
}

.d_3 .hill ul li h5 {
    width: 30%;
    color: #fff;
    font-size: 2rem;
    border-radius: 100px;
    background: var(--mainCol);
    text-align: center;
    padding-top: 4vw;
}

.d_3 .hill ul li p {
    width: 70%;
    padding: 2vw 4vw;
    font-size: 1.8rem;
}

/* 불규칙월경 */
.d_4 .infoSection .imgBox{
	width: 70%;
}

.d_4 .why .imgBox{
	width: 70%;
}

/* 자궁경부암 */
.d_5 .infoSection .imgBox{
	width: 90%;
}

.d_5 .why .imgBox{
	width: 70%;
}

.d_5 .when .imgBox,
.d_5 .kind .imgBox{
	width: 100%;
}



}





