
/* contnts ==================================================================== */
#doctor #contents {
	background:url(../../doctor/img/doctor_bg2_new_v4.jpg) 50% 0 no-repeat;
	overflow:hidden;
	min-width:1000px;
}

#doctor #contents #contentsInner {
	margin:0 auto;
	width: 1000px;
	min-height:1195px;
}

.mainbox {
	padding:20px 20px 35px 20px;
}

.doctorBox01 {
	padding:75px 0 55px 500px;
}

.doctorBox02 {
	padding:0 0 0 70px;
}

.doctorBox03 {
	padding:90px 0 0 500px;
}

.profileBox {
	width:450px;
}

.doctorPhoto {
	display:none;
}

.doctorName {
	font-size:30px;
}

.doctorName2 {
	font-size:12px;
	margin-bottom:25px;
}

.doctorTxt {
	margin-bottom:20px;
}

.profileBox02 {
	background:url(../../doctor/img/profile_bg.png) 100% 0 no-repeat;
	width:420px;
	padding:20px 20px 10px;
}

.profileBox02 dl {
	overflow:hidden;
	font-size:12px;
}

.profileBox02 dt {
	float:left;
	width:80px;
	margin-bottom:10px;
}

.profileBox02 dd {
	margin-left:95px;
	margin-bottom:10px;
}


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

#doctor #contents {
	background: #FFE;
	overflow:hidden;
	min-width: inherit;
}

#doctor #contents #contentsInner {
	margin:0 auto;
	width: inherit;
	min-height: inherit;
}

.mainbox {
	padding:20px 10px 30px 10px;
}

.doctorBox01 {
	padding:10px;
}

.doctorBox02 {
	padding:10px;
}

.doctorBox03 {
	padding:10px;
}

.profileBox {
	width: inherit;
}

.doctorPhoto {
	display: inherit;
	text-align:center;
	margin-bottom:10px
}

.doctorPhoto img {
	max-width:80%;
}

.doctorName {
	font-size:20px;
	text-align:center;
}

.doctorName2 {
	font-size:12px;
	margin-bottom:25px;
	text-align:center;
}

.doctorTxt {
	margin-bottom:16px;
}

.profileBox02 {
	background:url(../../doctor/img/profile_bg.png) 100% 0 no-repeat;
	width: inherit;
	padding:20px 20px 10px;
}

.profileBox02 dl {
	overflow:hidden;
	font-size:12px;
}

.profileBox02 dt {
	float:left;
	width:80px;
	margin-bottom:10px;
}

.profileBox02 dd {
	margin-left:95px;
	margin-bottom:10px;
}

}


