/*================================
	서브이미지
================================*/
@media (max-width: 575px){
	.sub_img{
		width: 100%;
		height: 250px;
		padding: 30px 0 0 0;
	}
	.sub_img .sub_img_title{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 500;
		font-size: 35px;
		color: #ffffff;
		line-height: 35px;
		text-align: center;
		padding: 100px 0 5px 0;
	}
	.sub_img .sub_img_text{
		font-size: 17px;
		color: #ffffff;
		text-align: center;
	}
}
@media (min-width: 576px){
	.sub_img{
		width: 100%;
		height: 300px;
		padding: 50px 0 0 0;
	}
	.sub_img .sub_img_title{
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 500;
		font-size: 40px;
		color: #ffffff;
		line-height: 40px;
		text-align: center;
		padding: 100px 0 5px 0;
	}
	.sub_img .sub_img_text{
		font-size: 18px;
		color: #ffffff;
		text-align: center;
	}
}

/*================================
	서브이미지-배경이미지
================================*/
.sub_img1{
	background: url('../images/sub/sub_img01.jpg') no-repeat;	
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.sub_img2{
	background: url('../images/sub/sub_img02.jpg') no-repeat;	
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.sub_img3{
	background: url('../images/sub/sub_img03.jpg') no-repeat;	
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.sub_img4{
	background: url('../images/sub/sub_img04.jpg') no-repeat;	
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.sub_img5{
	background: url('../images/sub/sub_img05.jpg') no-repeat;	
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.sub_img5{
	background: url('../images/sub/sub_img05.jpg') no-repeat;	
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.sub_img6{
	background: url('../images/sub/sub_img06.jpg') no-repeat;	
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

@media (max-width: 575px){
	.sub_img1{
		background-position: -400px 50%;
	}
	.sub_img3{
		background-position: -500px 50%;
	}
	.sub_img4{
		background-position: -500px 50%;
	}
	.sub_img5{
		background-position: -500px 50%;
	}
	.sub_img6{
		background-position: -380px 50%;
	}
}
@media (min-width: 576px){
	.sub_img1{
		background-position: -380px 50%;
	}
	.sub_img3{
		background-position: -380px 50%;
	}
	.sub_img4{
		background-position: -380px 50%;
	}
	.sub_img5{
		background-position: -380px 50%;
	}
	.sub_img6{
		background-position: -350px 50%;
	}
}

/*================================
	서브메뉴
================================*/
.sub_menu1{
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #dadada;
}
.sub_menu1 li{
	float: left;
	text-align: center;
}
.sub_menu1 li a{
	font-weight: 500;
	font-size: 16px;
	color: #323232;
	line-height: 45px;
	display: block;
	border-right: 1px solid #dadada;
}
.sub_menu1 .on a{
	color: #ffffff;
	background: #2f44a1;
}

@media (max-width: 575px){
	.sub_menu1 ul{
		padding: 0;
	}
	.sub_menu1 .li_1 a{
		border-left: 0;
	}
}
@media (min-width: 576px){
	.sub_menu1 .li_1 a{
		border-left: 1px solid #dadada;
	}	
}

/*================================
	서브메뉴-4개
================================*/
.sub_menu1_4 ul li{
	width: 25%;
}

.sub_menu1_3_4{
	height: 92px;
}
.sub_menu1_3_4 ul li{
	width: 50%;
}

@media (max-width: 575px){
	.sub_menu1_4 .li_4 a{
		border-right: 0;
	}

	.sub_menu1_3_4 .li_1 a{
		border-bottom: 1px solid #dadada;
	}
	.sub_menu1_3_4 .li_2 a{
		border-right: 0;
		border-bottom: 1px solid #dadada;
	}
}
@media (min-width: 576px){
	.sub_menu1_3_4 .li_1 a{
		border-bottom: 1px solid #dadada;
	}	
	.sub_menu1_3_4 .li_2 a{
		border-bottom: 1px solid #dadada;
	}
	.sub_menu1_3_4 .li_3 a{
		border-left: 1px solid #dadada;
	}
}

/*================================
	서브메뉴-5개
================================*/
.sub_menu1_5 ul li{
	width: 20%;
}

@media (max-width: 575px){
	.sub_menu1_5{
		height: 92px;
	}
	.sub_menu1_5 ul li{
		width: 33.33333333333333%;
	}
	.sub_menu1_5 .li_1 a{
		border-bottom: 1px solid #dadada;
	}
	.sub_menu1_5 .li_2 a{
		border-bottom: 1px solid #dadada;
	}
	.sub_menu1_5 .li_3 a{
		border-right: 0;
		border-bottom: 1px solid #dadada;
	}
	.sub_menu1_5 .li_6 a{
		border-right: 0;
	}
}

/*================================
	서브메뉴-6개
================================*/
.sub_menu1_6{
	height: 92px;
}
.sub_menu1_6 ul li{
	width: 25%;
}
.sub_menu1_6 ul .li_1 a,
.sub_menu1_6 ul .li_2 a,
.sub_menu1_6 ul .li_3 a,
.sub_menu1_6 ul .li_4 a{
	border-bottom: 1px solid #dadada;
}
.sub_menu1_6 ul .li_5 a{
	border-left: 1px solid #dadada;
}

@media (max-width: 575px){
	.sub_menu1_6 ul .li_4 a,
	.sub_menu1_6 ul .li_8 a{
		border-right: 0;
	}	
	.sub_menu1_6 ul .li_5 a{
		border-left: 0;
	}
}
@media (min-width: 576px){
	.sub_menu1_6 ul .li_4 a{
		border-right: 1px solid #dadada;
	}
}

/*================================
	서브내용-기본
================================*/
.sub_content{
	width: 100%;
	overflow: hidden;
	min-height: 300px;
	padding: 40px 0;
}

/*================================
	서브탭
================================*/
.page1_1_tab{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.page1_1_tab #tabs{
	display: inline-block;
}
.page1_1_tab #tabs li{
	padding: 0 5px;
	float: left;
}
.page1_1_tab #tabs li a{
	width: 150px;
	height: 47px;
	font-weight: 400;
	font-size: 18px;
	color: #6a6a6a;
	line-height: 47px;
	background: #e4e4e4;
	border-radius: 10px 10px;
	display: block;
}
.page1_1_tab #tabs #current a{
	font-weight: 500;
	color: #FFFFFF;
	background: #2da13a;
}
#content{
	width: 100%;
	overflow: hidden;
}

/*================================
	병원안내-의료진소개-기본
================================*/
.page1_1 .tab{
	width: 100%;
	overflow: hidden;
}
.page1_1 #tab2{
	padding: 20px 0 0 0;
}

@media (max-width: 575px){
	.page1_1 #content{
		padding: 0 0 0 0;
		text-align: left;
	}
	.page1_1_img{
		width: 100%;
		text-align: center;
	}
	.page1_1_info{
		width: 100%;
	}
}
@media (min-width: 576px){
	.page1_1 #content{
		padding: 0 0 0 0;
		text-align: left;
	}
	.page1_1_img{
		width: 100%;
		text-align: center;
	}
	.page1_1_info{
		width: 100%;
	}
}

/*================================
	병원안내-의료진소개-이미지
================================*/
@media (max-width: 575px){
	.page1_1_img img{
		width: 100%;
	}
}
@media (min-width: 576px){
	.page1_1_img img{
		width: 400px;
	}
}

/*================================
	병원안내-의료진소개-내용
================================*/
.page1_1_info .page1_1_info_content dl{
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px 0;
}
.page1_1_info .page1_1_info_content dl dt span{
	width: 6px;
	height: 6px;
	background: #dadada;
	display: block;
}

@media (max-width: 575px){
	.page1_1_info .page1_1_info_content{
		padding: 15px 0 0 0;
	}
	.page1_1_info .page1_1_info_title{
		font-weight: 700;
		font-size: 32px;
		color: #000000;
		line-height: 32px;
		border-bottom: 1px solid #dadada;
		padding: 20px 0 15px 0;
	}
	.page1_1_info .page1_1_info_content dl dt{
		width: 5%;
		float: left;
		padding: 13px 0 0 0;
	}
	.page1_1_info .page1_1_info_content dl dd{
		width: 95%;
		float: left;
		font-size: 17px;
		color: #6a6a6a;
	}
}
@media (min-width: 576px){
	.page1_1_info .page1_1_info_content{
		padding: 15px 0 0 0;
	}
	.page1_1_info .page1_1_info_title{
		font-weight: 700;
		font-size: 38px;
		color: #000000;
		line-height: 38px;
		border-bottom: 1px solid #dadada;
		padding: 30px 0 20px 0;
	}
	.page1_1_info .page1_1_info_content dl dt{
		width: 3%;
		float: left;
		padding: 13px 0 0 0;
	}
	.page1_1_info .page1_1_info_content dl dd{
		width: 97%;
		float: left;
		font-size: 17px;
		color: #6a6a6a;
	}
}

/*================================
	병원안내-진료시간-이미지
================================*/
.page1_2_img{
	width: 100%;
	overflow: hidden;
}
.page1_2_img img{
	width: 100%;	
}

/*================================
	병원안내-진료시간-안내-기본
================================*/
.page1_2_info{
	width: 100%;
	overflow: hidden;
	padding: 25px 0 0 0;
}

@media (max-width: 575px){
	.page1_2_info .page1_2_info_left{
		width: 100%;
		overflow: hidden;
		padding: 0 0 15px 0;
	}
	.page1_2_info .page1_2_info_right{
		width: 100%;
	}
}
@media (min-width: 576px){
	.page1_2_info .page1_2_info_left{
		width: 100%;
		overflow: hidden;
		padding: 0 0 15px 0;
	}
	.page1_2_info .page1_2_info_right{
		width: 100%;
	}
}

/*================================
	병원안내-진료시간-안내-타이틀
================================*/
@media (max-width: 575px){
	.page1_2_info .page1_2_info_left .pil_icon{
		width: 13%;
		float: left;
	}
	.page1_2_info .page1_2_info_left .pil_icon img{
		width: 30px;
		height: 30px;
	}
	.page1_2_info .page1_2_info_left .pil_title{
		width: 87%;
		float: left;
		font-weight: 700;
		font-size: 28px;
		color: #000000;
		line-height: 28px;
		padding: 0 0 0 0;
	}
}
@media (min-width: 576px){
	.page1_2_info .page1_2_info_left .pil_icon{
		width: 10%;
		float: left;
	}
	.page1_2_info .page1_2_info_left .pil_icon img{
		width: 40px;
		height: 40px;
	}
	.page1_2_info .page1_2_info_left .pil_title{
		width: 90%;
		float: left;
		font-weight: 700;
		font-size: 32px;
		color: #000000;
		line-height: 32px;
		padding: 0 0 0 0;
	}
}

/*================================
	병원안내-진료시간-안내-내용
================================*/
.page1_2_info .page1_2_info_right table{
	width: 100%;
	border-top: 1px solid #dadada;
}
.page1_2_info .page1_2_info_right .pir_text1{
	font-size: 15px;
	color: #646464;
	padding: 15px 0 0 0;
}

@media (max-width: 575px){
	.page1_2_info .page1_2_info_right table th{
		width: 25%;
		background: #f8f8f8;
		font-weight: 500;
		color: #010101;
		border-bottom: 1px solid #dadada;
		padding: 12px 0;
	}
	.page1_2_info .page1_2_info_right table td{
		width: 75%;
		background: #ffffff;
		color: #6a6a6a;
		border-bottom: 1px solid #dadada;
		padding: 12px 15px;
	}
}
@media (min-width: 576px){
	.page1_2_info .page1_2_info_right table th{
		width: 25%;
		background: #f8f8f8;
		font-weight: 500;
		color: #010101;
		border-bottom: 1px solid #dadada;
		padding: 12px 0;
	}
	.page1_2_info .page1_2_info_right table td{
		width: 75%;
		background: #ffffff;
		color: #6a6a6a;
		border-bottom: 1px solid #dadada;
		padding: 12px 15px;
	}
}

/*================================
	병원안내-시설안내-타이틀
================================*/
.page1_3_top{
	width: 100%;
	overflow: hidden;
}
.page1_3_top dt b{
	font-weight: 700;
}

@media (max-width: 575px){
	.page1_3_top dt{
		width: 100%;
		float: left;
		font-weight: 500;
		font-size: 28px;
		color: #000000;
		line-height: 32px;
		text-align: center;
	}
	.page1_3_top dd{
		width: 100%;
		float: left;
		text-align: center;
		font-size: 17px;
		color: #6a6a6a;
		padding: 10px 0 0 0;
	}
}
@media (min-width: 576px){
	.page1_3_top dt{
		width: 100%;
		float: left;
		font-weight: 500;
		font-size: 32px;
		color: #000000;
		line-height: 38px;
		text-align: center;
	}
	.page1_3_top dd{
		width: 100%;
		float: left;
		text-align: center;
		font-size: 17px;
		color: #6a6a6a;
		padding: 15px 0 0 0;
	}
}

/*================================
	병원안내-시설안내-리스트
===============================*/
.gallery_img_style{
	width: 100%;
	position:absolute;
}
.thumbs_style{
	display:inline-block;
}
.nicescroll-cursors{
	opacity: 0.5;
}
#play, #pause{
	width:12px;
	position:absolute;
	top:239px;
	right:40px;
}
#play{
	display:none;
}
#expand{
	width:18px;
	position:absolute;
	top:478px;
	right:6px;
}

@media (max-width: 575px){
	#page1_3_list{
		width: 100%;
		overflow: hidden;
		padding: 15px 0 0 0;
	}
	#gallery_img{
		width: 100%;
		height: 180px;
		float: left;
		position: relative;
	}
	#thumbs{
		width: 100%;
		height: 50px;	
		float: left;
		overflow: auto;
		margin-top: 20px;
		white-space: nowrap;
	}
	.thumbs_style img{
		width: 100px;
		height: 50px;
		opacity: 0.6;
	}
	#lefty{
		width: 15px;
		position: absolute;
		top: 45%;
		left: 10px;
		cursor: pointer;
	}
	#righty{
		width: 15px;
		position: absolute;
		top: 45%;
		right: 10px;
		cursor: pointer;
	}
}
@media (min-width: 576px){
	#page1_3_list{
		width: 100%;
		overflow: hidden;
		padding: 20px 0 0 0;
	}
	#gallery_img{
		width: 100%;
		height: 270px;
		float: left;
		position: relative;
	}
	#thumbs{
		width: 100%;
		height: 80px;	
		float: left;
		overflow: auto;
		margin-top: 20px;
		white-space: nowrap;
	}
	.thumbs_style img{
		width: 120px;
		height: 60px;
		opacity: 0.6;
	}
	#lefty{
		width: 20px;
		position: absolute;
		top: 45%;
		left: 10px;
		cursor: pointer;
	}
	#righty{
		width: 20px;
		position: absolute;
		top: 45%;
		right: 10px;
		cursor: pointer;
	}
}

/*================================
	병원안내-오시는길-맵
================================*/
.page1_4_map .root_daum_roughmap{
	width: 100%;
}

@media (max-width: 575px){
	.page1_4_map{
		width: 100%;
		overflow: hidden;
		padding: 0 0 20px 0;
	}
	.page1_4_map .root_daum_roughmap .wrap_map{
		height: 230px;
	}
}
@media (min-width: 576px){
	.page1_4_map{
		width: 100%;
		overflow: hidden;
		padding: 0 0 30px 0;
	}
	.page1_4_map .root_daum_roughmap .wrap_map{
		height: 350px;
	}
}

/*================================
	병원안내-오시는길-정보
================================*/
.page1_4_info dl{
	width: 100%;
	overflow: hidden;
}

@media (max-width: 575px){
	.page1_4_info{
		width: 100%;
		overflow: hidden;
		background: #f9f9f9;
		padding: 15px 15px 15px 15px;
	}
	.page1_4_info .li_1{
		width: 100%;
	}
	.page1_4_info .li_2{
		width: 100%;
		padding: 15px 0 0 0;
	}
	.page1_4_info .li_1 dl dt{
		width: 17%;
		float: left;
	}
	.page1_4_info .li_1 dl dd{
		width: 83%;
		float: left;
	}
	.page1_4_info .li_2 dl dt{
		width: 17%;
		float: left;
	}
	.page1_4_info .li_2 dl dd{
		width: 83%;
		float: left;
	}
	.page1_4_info dl dd .page1_4_info_title{
		font-weight: 700;
		font-size: 19px;
		color: #000000;
	}
	.page1_4_info dl dd .page1_4_info_text{
		color: #6a6a6a;
		padding: 5px 0 0 0;
	}
	.page1_4_info .li_1 dl dt img{
		width: 22px;
	}
	.page1_4_info .li_2 dl dt img{
		width: 35px;
	}
}
@media (min-width: 576px){
	.page1_4_info{
		width: 100%;
		overflow: hidden;
		background: #f9f9f9;
		padding: 20px 20px 20px 20px;
	}
	.page1_4_info .li_1{
		width: 100%;
	}
	.page1_4_info .li_2{
		width: 100%;
		padding: 20px 0 0 0;
	}
	.page1_4_info .li_1 dl dt{
		width: 15%;
		float: left;
	}
	.page1_4_info .li_1 dl dd{
		width: 85%;
		float: left;
	}
	.page1_4_info .li_2 dl dt{
		width: 15%;
		float: left;
	}
	.page1_4_info .li_2 dl dd{
		width: 85%;
		float: left;
	}
	.page1_4_info dl dd .page1_4_info_title{
		font-weight: 700;
		font-size: 19px;
		color: #000000;
	}
	.page1_4_info dl dd .page1_4_info_text{
		color: #6a6a6a;
		padding: 5px 0 0 0;
	}
	.page1_4_info .li_1 dl dt img{
		width: 30px;
	}
	.page1_4_info .li_2 dl dt img{
		width: 43px;
	}
}

/*================================
	병원안내-오시는길-대중교통
================================*/
.page1_4_content{
	width: 100%;
	overflow: hidden;
	padding: 20px 0 0 0;
}
.page1_4_content .page1_4_content_list{
	width: 100%;
	overflow: hidden;
}
.page1_4_content .page1_4_content_list .pcl_info .dl_2{
	padding-bottom: 0;
}
.page1_4_content .page1_4_content_list .pcl_info dl dd{
	color: #6a6a6a;
}

@media (max-width: 575px){
	.page1_4_content .page1_4_content_list .pcl_title{
		width: 100%;
		float: left;
		font-weight: 700;
		font-size: 19px;
		color: #000000;
		line-height: 19px;
		padding: 0 0 15px 0;
	}
	.page1_4_content .page1_4_content_list .pcl_info{
		width: 100%;
		float: left;	
	}
	.page1_4_content .page1_4_content_list .pcl_info dl{
		width: 100%;
		overflow: hidden;
		padding: 0 0 20px 0;
	}
	.page1_4_content .page1_4_content_list .pcl_info dl dt{
		font-weight: 500;
		font-size: 18px;
		color: #2f44a1;
		line-height: 19px;
		padding: 0 0 10px 0;
	}
	.page1_4_content_line{
		width: 100%;
		height: 1px;
		background: #dadada;
		margin: 20px 0;
	}
}
@media (min-width: 576px){
	.page1_4_content .page1_4_content_list .pcl_title{
		width: 100%;
		float: left;
		font-weight: 700;
		font-size: 20px;
		color: #000000;
		line-height: 20px;
		padding: 0 0 20px 0;
	}
	.page1_4_content .page1_4_content_list .pcl_info{
		width: 100%;
		float: left;	
	}
	.page1_4_content .page1_4_content_list .pcl_info dl{
		width: 100%;
		overflow: hidden;
		padding: 0 0 30px 0;
	}
	.page1_4_content .page1_4_content_list .pcl_info dl dt{
		font-weight: 500;
		font-size: 19px;
		color: #2f44a1;
		line-height: 19px;
		padding: 0 0 10px 0;
	}
	.page1_4_content_line{
		width: 100%;
		height: 1px;
		background: #dadada;
		margin: 30px 0;
	}
}

/*================================
	서브타이틀
================================*/
@media (max-width: 575px){
	.sub_title1{
		font-weight: 700;
		font-size: 22px;
		color: #000000;
		line-height: 27px;
		padding: 0 0 12px 0;
	}
	.sub_title2{
		font-weight: 700;
		font-size: 20px;
		color: #2f44a1;
		line-height: 20px;
		padding: 20px 0 10px 0;
	}
}
@media (min-width: 576px){
	.sub_title1{
		font-weight: 700;
		font-size: 24px;
		color: #000000;
		line-height: 24px;
		padding: 0 0 15px 0;
	}
	.sub_title2{
		font-weight: 700;
		font-size: 22px;
		color: #2f44a1;
		line-height: 22px;
		padding: 30px 0 15px 0;
	}
}

/*================================
	서브내용
================================*/
.sub_info p{
	color: #6a6a6a;
}

/*================================
	진료과목-기본
================================*/
.sub_content21,
.sub_content22,
.sub_content23,
.sub_content24,
.sub_content25,
.sub_content26,
.sub_content27,
.sub_content28{
	padding-bottom: 0;
}

@media (max-width: 575px){
	.sub_content21 .s_wrap,
	.sub_content22 .s_wrap,
	.sub_content23 .s_wrap,
	.sub_content24 .s_wrap,
	.sub_content25 .s_wrap,
	.sub_content26 .s_wrap,
	.sub_content27 .s_wrap,
	.sub_content28 .s_wrap{
		padding: 0;
	}
	.sub_justice .s_wrap,
	.sub_feature .s_wrap{
		padding-right: 15px;
		padding-left: 15px;
	}
	.page4_1 .sub_justice .s_wrap,
	.page4_2 .sub_justice .s_wrap,
	.page4_3 .sub_justice .s_wrap,
	.page5_1 .sub_justice .s_wrap,
	.page5_2 .sub_justice .s_wrap,
	.page5_3 .sub_justice .s_wrap,
	.page5_4 .sub_justice .s_wrap,
	.page5_5 .sub_justice .s_wrap{
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 576px){
	.sub_content21 .s_wrap,
	.sub_content22 .s_wrap,
	.sub_content23 .s_wrap,
	.sub_content24 .s_wrap,
	.sub_content25 .s_wrap,
	.sub_content26 .s_wrap,
	.sub_content27 .s_wrap,
	.sub_content28 .s_wrap{
		max-width: 100%;
	}
	.sub_justice .s_wrap,
	.sub_feature .s_wrap{
		max-width: 540px;
	}
}

/*================================
	진료과목-정의
================================*/
.sub_justice{
	padding: 0 0 30px 0;
}

@media (max-width: 575px){
	.sub_justice .sub_justice_line{
		width: 100%;
		height: 1px;
		background: #dadada;
		margin: 20px 0;
	}
}
@media (min-width: 576px){
	.sub_justice .sub_justice_line{
		width: 100%;
		height: 1px;
		background: #dadada;
		margin: 30px 0;
	}
}

/*================================
	진료과목-특징
================================*/
@media (max-width: 575px){
	.sub_feature{
		width: 100%;
		overflow: hidden;
		background: #f5f6f9;
		padding: 28px 0 30px 0;
	}
	.sub_feature .sub_feature_list{
		width: 100%;
		overflow: hidden;
		padding: 10px 0 0 0;
	}
	.sub_feature .sub_feature_list li{
		width: 100%;
		float: left;
		padding: 0 0 20px 0;
	}
	.sub_feature .sub_feature_list li .sfl_layout{
		width: 100%;
		overflow: hidden;
		background: #FFFFFF;
		text-align: center;
		padding: 20px 0 20px 0;
	}
	.sub_feature .sub_feature_list li .sfl_number{
		padding: 0 0 10px 0;
	}
	.sub_feature .sub_feature_list li .sfl_number span{
		width: 32px;
		height: 32px;
		margin: 0 auto;
		background: #2f44a1;
		border-radius: 50%;
		display: block;
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 16px;
		color: #FFFFFF;
		line-height: 32px;
	}
	.sub_feature .sub_feature_list li .sfl_title{
		font-weight: 700;
		font-size: 18px;
		color: #2f44a1;
		line-height: 18px;
	}
	.sub_feature .sub_feature_list li .sfl_text{
		color: #6a6a6a;
		padding: 12px 0 0 0;
	}
}
@media (min-width: 576px){
	.sub_feature{
		width: 100%;
		overflow: hidden;
		background: #f5f6f9;
		padding: 38px 0 40px 0;
	}
	.sub_feature .sub_feature_list{
		width: 102%;
		overflow: hidden;
		padding: 10px 0 0 0;
	}
	.sub_feature .sub_feature_list li{
		width: 100%;
		float: left;
		padding: 0 0 20px 0;
	}
	.sub_feature .sub_feature_list li .sfl_layout{
		width: 100%;
		overflow: hidden;
		background: #FFFFFF;
		text-align: center;
		padding: 20px 0 20px 0;
	}
	.sub_feature .sub_feature_list li .sfl_number{
		padding: 0 0 20px 0;
	}
	.sub_feature .sub_feature_list li .sfl_number span{
		width: 38px;
		height: 38px;
		margin: 0 auto;
		background: #2f44a1;
		border-radius: 50%;
		display: block;
		font-family: 'Gmarket Sans', sans-serif;
		font-weight: 700;
		font-size: 17px;
		color: #FFFFFF;
		line-height: 38px;
	}
	.sub_feature .sub_feature_list li .sfl_title{
		font-weight: 700;
		font-size: 19px;
		color: #2f44a1;
		line-height: 19px;
	}
	.sub_feature .sub_feature_list li .sfl_text{
		color: #6a6a6a;
		padding: 12px 0 0 0;
	}
}

/*================================
	진료과목-특징-공백
================================*/
.sub_feature .sub_feature_list .li_4{
	padding-bottom: 20px;
}
.sub_feature .sub_feature_list .li_5{
	padding-bottom: 0;
}

/*================================
	내시경클리닉-수면내시경 검사의 유의사항-기본
================================*/
.page3_4_list{
	width: 100%;
	overflow: hidden;
}
.page3_4_list .li_7{
	margin-bottom: 0;
}

@media (max-width: 575px){
	.page3_4_list li .page3_4_list_img{
		width: 100%;
		text-align: center;
	}
	.page3_4_list li .page3_4_list_info{
		width: 100%;
		text-align: center;
	}
	.page3_4_list li{
		width: 100%;
		overflow: hidden;
		border: 1px solid #dadada;
		border-radius: 10px;
		padding: 15px 15px 15px 15px;
		margin: 0 0 15px 0;
	}
}
@media (min-width: 576px){
	.page3_4_list li .page3_4_list_img{
		width: 16%;
		float: left;
	}
	.page3_4_list li .page3_4_list_info{
		width: 84%;
		float: left;
	}
	.page3_4_list li{
		width: 100%;
		overflow: hidden;
		border: 1px solid #dadada;
		border-radius: 10px;
		padding: 25px 25px 25px 0;
		margin: 0 0 20px 0;
	}
}

/*================================
	내시경클리닉-수면내시경 검사의 유의사항-아이콘
================================*/
.page3_4_list .li_6 .page3_4_list_img{
	padding-top: 5px;
}
.page3_4_list .li_7 .page3_4_list_img{
	padding-top: 12px;
}
.page3_4_list .li_7 .page3_4_list_img img{
	padding-left: 0;
}

@media (max-width: 575px){
	.page3_4_list li .page3_4_list_img{
		padding: 0 0 0 0;
	}
	.page3_4_list li .page3_4_list_img img{
		width: 40px;
		padding-left: 0;
	}
}
@media (min-width: 576px){
	.page3_4_list li .page3_4_list_img{
		padding: 0 0 0 20px;
	}
	.page3_4_list li .page3_4_list_img img{
		width: 45px;
		padding-left: 3px;
	}
}

/*================================
	내시경클리닉-수면내시경 검사의 유의사항-내용
================================*/
.page3_4_list .page3_4_list_info dl{
	width: 100%;
	overflow: hidden;
}
.page3_4_list .page3_4_list_info dl dd{
	color: #000000;
	padding: 10px 0 0 0;
}

@media (max-width: 575px){
	.page3_4_list .page3_4_list_info dl dt{
		font-weight: 700;
		font-size: 18px;
		color: #2f44a1;
		line-height: 18px;
		padding: 10px 0 0 0;
	}
}
@media (min-width: 576px){
	.page3_4_list .page3_4_list_info dl dt{
		font-weight: 700;
		font-size: 19px;
		color: #2f44a1;
		line-height: 19px;
	}
}

/*================================
	개인정보취급방침
================================*/
.page7_1{
	padding: 0;
}
.page7_1 b{
	color: #000000;
	padding: 0 0 20px 0;
}
.page7_1 p{
	padding: 0 0 20px 0;
}

/*================================
	병원안내-비급여목록
================================*/
.page1_5{
	width: 100%;
	overflow: hidden;
}
.page1_5 > table{
	width: 100%;
}
.page1_5 > table tr > th{
	border-top: 2px solid #2f44a1;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	background: #f5f7fd;
	padding: 0.526rem 0.526rem;
	font-weight: 500;
	color: #000000;
}
.page1_5 > table tr > td{
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 0.526rem 0.526rem;
	text-align: center;
}
.page1_5 > table tr > .table_e{
	border-right: 0;
}
.page1_5 > table tr > .th_1{
	width: 30%;
}
.page1_5 > table tr > .th_2{
	width: 35%;
}
.page1_5 > table tr > .th_3{
	width: 20%;
}
.page1_5 > table tr > .th_4{
	width: 15%;
}