.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: #26333b;
	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;
	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: 2px solid #009b9c;
	font-weight: bold;
	font-size: 15px;
    background-color: #f9f9f9;
    border-radius: 10px 10px 0 0;

}

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: #000;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    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;
}
.tag {float:right;}
table.detail02 {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	display: table;
	font-size: 13px;
	color: #363636;
	cellpadding: 10px;
	margin-bottom: 20px;
}

.franchise_name{
	color:#009b9c;
	font-weight:500;
}
table.detail02 tr:first-child {
	background-color: #eeeeee;
	border-bottom: 1px solid #d3d3d3;
	border-top: 2px solid #009b9c;
	font-weight: bold;
	font-size: 15px;
    background-color: #f9f9f9;
    border-radius: 10px 10px 0 0;
	color: #009b9c;
	font-weight:500;
}

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;
	font-weight: 500;
    font-size: 20px;
}

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

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

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

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


.btn_naver a {
	width: 49%;
	float: left;
	text-align:center;
	 border:1px solid #ddd; 
	 box-sizing:border-box;
	 padding:10px 0;
	 border-radius: 10px;
}

.btn_daum a {
	width: 49%;
	margin-left: 3px;
	float: right;
	text-align:center;
	 border:1px solid #ddd; 
	 box-sizing:border-box;
	 padding:10px 0;
	 border-radius: 10px;
}

.photo_area {
	width: 150px;
	float:left;
	margin-bottom:20px;
/* 	
	clear: both;
	margin: 0 auto;
 */
}

.name_area {
	background-color: #fff;
	width: 150px;
	height: 40px;
/* 	margin: 0 auto;
 */	margin-top: 40px;
	float:right;
}

.doctor_name { 
	padding-top: 10px;
	color: #26333b;
	font-size: 22px;
	font-weight:600;
}
.doctor_name .name{
	font-size:16px;
	font-weight:500;
}

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