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

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

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

.doctorBox01 {
	padding:40px 0 95px 500px;
}

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

.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:5px;
}

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


@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;
}

.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;
}

}


