.doctor_tab { margin-top: 20px; border: 2px solid #0958a2; }
.doctor_tab > li { float: left; width: 50%; text-align: center; cursor: pointer; font-size: 17px; font-weight: 500; }
.doctor_tab > li.active { background: #0958a2; color: #fff;}
.doctor_tab > li > a { color: #000; display: table; width: 100%; padding: 10px 0px; }
.doctor_tab > li.active > a { color: #fff;}


.sub_contents_01 { padding-bottom: 40px; }
.sub_contents_01 > div.title_txt {
	font-weight: 500; font-size: 21px; letter-spacing: -1px; padding-left: 35px;
	background:url('./images/title_dot.png') no-repeat left center;
}
.sub_contents_data01 {}
.sub_contents_data01 > li.title_txt { font-size: 17px; font-weight: 500; color: #0461b7; margin-top: 20px; }
.sub_contents_data01 > li.title_txt > span { color: #000; }
.sub_contents_data01 > li.comment_txt {
	background:url('./images/comment_dot.png') no-repeat left top 10px; margin-top: 20px; padding-left: 10px; font-size: 15px;
}
.sub_contents_data01 > li.comment_txt_nodot {
	margin-top: 20px; padding-left: 10px; font-size: 15px; line-height: 30px;
}



.doctor_category { margin-top: 20px; border: 2px solid #e0e0e0; }

.doctor_category > ul { background: #fff; margin-top: 10px; margin-bottom: 10px;}
.doctor_category > ul > li { float: left; }
.doctor_category > ul > li { 
	float: left; width: calc(25% - 1px); text-align: center; margin: 10px 0px; border-right: 1px solid #c4c4c4 
}
.doctor_category > ul > li:nth-child(4n) { border-right: none; }


.doctor_category > ul > li > a { display: table; width: 100%; text-align: center; color: #3d3d3d; font-size: 14px; }
.doctor_category > ul > li.active > a { color: #0958a2; font-weight: 500; }

.sub_table_area { overflow-x: auto; }
.sub_table_area > table { width: 100%;  }


@media screen and (max-width:900px) {
	.sub_table_area > table { width: 900px;  }
}


@media screen and (max-width:700px) {
	.doctor_category > ul > li { width: calc(33.33333333333333333333333% - 1px); }
	.doctor_category > ul > li:nth-child(4n) { border-right: 1px solid #c4c4c4; }
	.doctor_category > ul > li:nth-child(3n) { border-right: none; }
}

@media screen and (max-width:550px) {
	.doctor_category > ul > li { width: calc(50% - 1px); }
	.doctor_category > ul > li:nth-child(3n) { border-right: 1px solid #c4c4c4; }
	.doctor_category > ul > li:nth-child(4n) { border-right: 1px solid #c4c4c4; }
	.doctor_category > ul > li:nth-child(2n) { border-right: none; }
}

@media screen and (max-width:350px) {
	.doctor_category > ul > li { width: calc(100% - 1px); }
	.doctor_category > ul > li:nth-child(3n) { border-right: 1px solid #c4c4c4; }
	.doctor_category > ul > li:nth-child(4n) { border-right: 1px solid #c4c4c4; }
	.doctor_category > ul > li:nth-child(2n) { border-right: 1px solid #c4c4c4; }
	.doctor_category > ul > li:nth-child(1n) { border-right: none; }
}


@media screen and (max-width:360px) {
	.doctor_tab > li { font-size: 14px; }
}

