.global {
	background-color: #f3f3f3;
	height: 30px;
	border-bottom: 1px solid #ddd;
}

.global img {
	width: 10px;
	float: left;
	margin-top: 10px;
	margin-left: 16px;
}

.global_text {
	font-size: 11px;
	color: #929292;
	text-align: left;
	padding-top: 8px;
	padding-left: 35px;
}

.name_title {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	padding-top: 16px;
	padding-left: 13px;
}

.title_area {
	height: 60px;
	font-size: 17px;
	font-weight: bold;
	padding-left: 13px;
	border-bottom: 1px solid #ddd;
}

.title_text {
	float: left;
	font-size: 22px;
	color: #2184c5;
	line-height: 60px;
}

.cont-text {
	font-size: 14px;
	margin-top: 20px;
}

.text_wrap {
	padding-left: 13px;
	padding-right: 13px;
}

.cont_wrap {
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 20px;
}

table.detail01 {
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
	display: table;
	font-size: 13px;
	color: #363636;
	cellpadding: 10px;
	margin-bottom: 20px;
}

table.detail01 tr:first-child {
	background-color: #eeeeee;
	border-bottom: 1px solid #d3d3d3;
	border-top: 1px solid #2683c8;
	font-weight: bold;
	font-size: 15px;
}

table.detail01 .subway_name {
	color: #009246;
	font-weight: bold;
}

.subway_name img {
	height: 16px;
	margin-top: 1px;
	vertical-align: top;
}


table.detail01 .clinic_name {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    color: #2683c8;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 7px;
}

table.detail01 .distance {
	color: #2683c8;
	font-weight: bold;
	float: right;
}

table.detail01 .tel img {
	width: 20px;
	float: left;
	margin-right: 5px;
}

table.detail01 td {
	text-align: left;
	line-height: 22px;
	word-break: break-all;
}

table.detail02 {
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
	display: table;
	font-size: 13px;
	color: #363636;
	cellpadding: 10px;
	margin-bottom: 20px;
}

table.detail02 tr:first-child {
	background-color: #eeeeee;
	border-bottom: 1px solid #d3d3d3;
	border-top: 1px solid #2683c8;
	font-weight: bold;
	font-size: 15px;
}

table.detail02 .subway_name {
	color: #009246;
	font-weight: bold;
}

table.detail02 .distance {
	color: #2683c8;
	font-weight: bold;
	float: right;
}

table.detail02 td {
	text-align: left;
	line-height: 22px;
	word-break: break-all;
}

table.detail02 .homepage a, table.detail02 .homepage a:link, table.detail02 .homepage a:visited {
	display: inline;
	color: #363636;
	text-decoration: none;
}

table.detail02 .blog a, table.detail02 .blog a:link, table.detail02 .blog a:visited {
	display: inline;
	text-decoration: none;
	color: #363636;
}

.tel {
	color: #2683c8 !important;
	line-height: 20px;
    font-size: 16px;
   	display: inline-block;
}

.tel>a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 0px;
}

.tel>a:link {
	text-decoration: none;
	color: #2683c8 !important;
}

.tel>a:visited {
	text-decoration: none;
	color: #2683c8 !important;
}

.map_box {
	width: 100%;
	text-align: center;
}

.btn_area {
	margin-left: 2px;
	padding-top: 5px;
	overflow: auto;
	margin-bottom: 20px;
}

.btn_naver img {
	width: 49%;
	float: left;
}

.btn_daum img {
	width: 49%;
	margin-left: 3px;
	float: left;
}

.photo_area {
	width: 150px;
/* 	
	clear: both;
	margin: 0 auto;
 */
}

.name_area {
	background-color: #26333b;
	width: 150px;
	height: 40px;
/* 	margin: 0 auto;
 */	margin-bottom: 20px;
}

.doctor_name {
	text-align: center;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 13px;
}

#footer .doctor_name {
    font-size: 12px;
    color: #7d8c92;
}

#content .sns_area {
	border-top: thin solid 1px;
	margin-bottom: 50px;
	float: left;
}

#content .sns_area img {
	float: left;
	width: 35px;
	margin-top: 20px;
	margin-right: 5px;
}

.tag img {
	vertical-align: text-bottom;
	margin-bottom: 1px;
}

#footer a, #footer a:visited, #footer a:link {
	color: #7d8c92;
}