/*=================================================
		00. 공통
=================================================*/
.content-title.subtitle{
	margin:0;
}

/*****#####===== 원인 테이블 =====#####*****/
/***** 텍스트 *****/
.cause-table .text-cell{
	width:70%;
}

.cause-table .text-cell .item-title{
	padding:0 0 5px;
	font-size:22px;
}

.cause-table .img-cell{
	width:30%;
}

/***** dl *****/
.cause-table dl{
	margin:0 0 7px;
}

.cause-table dt.number,
.cause-table dd.text{
	font-size:16px;
}

.cause-table dt.number{
	padding:0;
}

.cause-table dd.text{
    vertical-align: inherit;
}

/*****#####===== 배경 원 =====#####*****/
.circle-bg-wrap{
	margin:20px 30px 0;
}

/*****#####===== 탭 버튼 =====#####*****/
.tab-btn-wrap li{
	width:42%;
}

/*****#####===== 치료 솔루션 =====#####*****/
.solution-wrap{
	padding:0 65px;
}

.solution-wrap .item-wrap{
	background-color:#ffffff;
	border:1px solid #464646;
	
	min-height:441px;
}

.solution-wrap .item-padding{
	padding:35px 20px;
}

/***** 타이틀 *****/
.solution-wrap .item-wrap .item-title{
	padding:10px 0;
	font-size:25px;
	
	background-color:#464646;
	color:#ffffff;
}

/***** 서브 타이틀 *****/
.solution-wrap .item-wrap .item-subtitle{
	font-size:18px;
}

/***** 이미지 *****/
.solution-wrap .item-wrap .item-img{
	margin:20px 0;
}

/***** 텍스트 *****/
.solution-wrap .item-wrap .item-desc{
	font-size:20px;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	/*****#####===== 원인 테이블 =====#####*****/
	.cause-table .text-cell .item-title{
		font-size:17px;
	}
	
	.cause-table dt.number,
	.cause-table dd.text{
		font-size:13px;
	}
	
	/*****#####===== 탭 버튼 =====#####*****/
	.tab-btn-wrap li{
		width:50%;
	}
	
	.tab-btn-wrap li a{
		font-size:20px;
	}
	
	/*****#####===== 배경 원 =====#####*****/
	.circle-bg-wrap {
	    margin: 20px 0 0;
	}	
	
	/*****#####===== 치료 솔루션 =====#####*****/
	.solution-wrap{
		padding:0;
	}
	
	.solution-wrap .item-wrap{
		min-height: 241px;
	}
	
	.solution-wrap .item-wrap .item-title{
		font-size:20px;
	}
	
	.solution-wrap .item-wrap .item-subtitle{
		font-size:15px;
	}
	
	.solution-wrap .item-wrap .item-desc{
		font-size:13px;
	}
}

/*=================================================
		00. prospermia
=================================================*/
/*****#####===== 타이틀 이미지 랩 =====#####*****/
.prospermia-inc-wrap .title-img-wrap p{
	margin:25px 0 0;
	line-height:1.3;
}

/*****#####===== 유형 =====#####*****/
.prospermia-inc-wrap .type-wrap .text-cell{
    font-size: 25px;
    line-height: 1.4;
}

/***** 타이틀 *****/
.prospermia-inc-wrap .type-wrap .text-wrap .item-title{
	padding:25px 0 0;
}

/***** 서브타이틀 *****/
.prospermia-inc-wrap .type-wrap .text-wrap .item-subtitle{
	font-size:20px;
	font-weight:600;	
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	.prospermia-inc-wrap .type-wrap .text-cell{
		padding:40px 0;
		font-size:18px;
	}
	
	/*****#####===== 타이틀 이미지 랩 =====#####*****/	
	.prospermia-inc-wrap .title-img-wrap p{
		margin:20px 0;
	}
	
	/*****#####===== 유형 =====#####*****/
	.prospermia-inc-wrap .type-wrap .text-wrap .item-subtitle{
		font-size:15px;
	}
}

/*=================================================
		00. erectile-dysfunction
=================================================*/
/*****#####===== 타이틀 이미지 랩 =====#####*****/
.erectile-dysfunction-inc-wrap .title-img-wrap .content-title{
    padding: 0 0 56%;
}

.erectile-dysfunction-inc-wrap .title-img-wrap .right-wrap {
    margin: 0 0 0 150px;
}

/*****#####===== 치료 테이블 =====#####*****/
.erectile-dysfunction-inc-wrap .method-table .text-cell .item-subtitle{
    padding: 16px 0 18px 35px;	
	line-height:1.1;
}

.erectile-dysfunction-inc-wrap .method-table .text-cell .item-desc{
    padding: 0 0 80px 35px;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	/*****#####===== 타이틀 이미지 랩 =====#####*****/
	.erectile-dysfunction-inc-wrap .middle-text-wrap .content-title{
		line-height:1.8;
	}
	
	.erectile-dysfunction-inc-wrap .title-img-wrap .right-wrap{
		margin:20px 0 0;
	}
	
	.erectile-dysfunction-inc-wrap .etc-wrap{
	    margin: -25px 0 0;	
	}
	
	.erectile-dysfunction-inc-wrap .title-img-wrap .content-title{
		padding:0 0 10px;
	}
	
	/*****#####===== 치료 테이블 =====#####*****/	
	.erectile-dysfunction-inc-wrap .method-table .text-cell .item-desc{
		padding:0 0 100px;
	}
	
	.erectile-dysfunction-inc-wrap .method-table .text-cell .item-subtitle{
	    padding: 16px 5px 18px 5px;
	}
}

