.ex_tit{
	cursor:pointer;
	font-weight:bold;
	padding:10px 0;
}

.ex_tit:hover{
	color:#ff0000;
	text-decoration: underline;
}

#element_to_pop_up_01, #element_to_pop_up_02,
#element_to_pop_up_03, #element_to_pop_up_04,
#element_to_pop_up_05, #element_to_pop_up_06,
#element_to_pop_up_07, #element_to_pop_up_08,
#element_to_pop_up_09, #element_to_pop_up_10,
#element_to_pop_up_11, #element_to_pop_up_12,
#element_to_pop_up_13, #element_to_pop_up_14,
#element_to_pop_up_15, #element_to_pop_up_16,
#element_to_pop_up_17, #element_to_pop_up_18,
#element_to_pop_up_19, #element_to_pop_up_20,
#element_to_pop_up_21, #element_to_pop_up_22,
#element_to_pop_up_23, #element_to_pop_up_24,
#element_to_pop_up_25, #element_to_pop_up_26,
#element_to_pop_up_27, #element_to_pop_up_28,
#element_to_pop_up_29, #element_to_pop_up_30,
#element_to_pop_up_31, #element_to_pop_up_32,
#element_to_pop_up_33, #element_to_pop_up_34,
#element_to_pop_up_35, #element_to_pop_up_36,
#element_to_pop_up_37, #element_to_pop_up_38,
#element_to_pop_up_39, #element_to_pop_up_40,
#element_to_pop_up_41, #element_to_pop_up_42,
#element_to_pop_up_43, #element_to_pop_up_44,
#element_to_pop_up_45, #element_to_pop_up_46,
#element_to_pop_up_47, #element_to_pop_up_48{ 
    background-color:#fff;
	/*border-radius:15px;*/
    color:#7d7d7d;
    display:none; 
    min-width:1100px;
		width:1100px;
    min-height:500px;
}

.b-close{
   cursor:pointer;
	float:right;
	margin-right:20px;
}

.b-pop_con{
	width:1050px;
	margin:20px auto;
	border:0px solid red; 
	line-height:24px;
}
.b-pop_con img{float:left;}
.b-pop_con div.left{
	float:left;
	width:350px;
	border:0px solid red;
	}
.b-pop_con div.left p img{width:350px; height:370px; margin-bottom:0px;}
.b-pop_con div.left p.doc_name{
	text-align:center;
	 color:#3f3f3f; 
	}
.b-pop_con div.left p.doc_name span:first-child{font-weight:700; font-size:40px;color:#3f3f3f;display:block;}
.b-pop_con div.left p.doc_name span:last-child{font-weight:normal; font-size:20px;color:#3f3f3f;}
.b-pop_con div.left p.cli{
	text-align:center;
	color:#3f3f3f; 
	font-size:16px; 
	}
.b-pop_con div.left p.rev_btn{
	width:150px;
	height:40px;
	margin:20px auto;
	padding:0;
	}
.b-pop_con div.left p.rev_btn a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:2.5;
	text-decoration:none;
	font-size:14px;
	color:#fff;
	background:#eee;
	color:#0062b2;
	font-weight:700;
	}
.b-pop_con div.left p.rev_btn a:hover{
	background:#0062b2;
	color:#fff;	
	}
.b-pop_con div.doc_txt{
	float:right;
	width:650px;
	height:auto;
	border:0px solid red;
	}	
.b-pop_con div.doc_txt ul{
	width:650px;
	margin:0 auto;
	}
.b-pop_con div.doc_txt ul li{
	font-size:16px;	
	padding-left:22px;
	line-height:1.5;
	margin-bottom:15px;
	}
.b-pop_con div.doc_txt ul li.profile_tit{
	font-weight:700;
	padding-left:0px;
	margin-top:20px;
	}
	
ul.doc_schedule{
	clear:both;
	width:1000px;
	height:30px;  
	margin:0 auto 10px auto; 
	border-top:2px dashed #efefef;;
	padding-top:15px;
	
	}	
ul.doc_schedule li:first-child{
	float:left;
	font-size:20px;
	text-align:left;
	font-weight:700;
	line-height:2
	}
ul.doc_schedule li:last-child{
	float:right;
	width:150px;
	height:35px;
	}
ul.doc_schedule li:last-child a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:2;
	text-decoration:none;
	font-size:17.5px;
	color:#fff;
	background:#0062b2;
	font-weight:700;
	}

.chart_2{
	clear:both;
	width:1000px;
	margin:0 auto;
	table-layout:fixed;
}

.chart_2 thead th{
	height:40px;
	color:#00a2c5;
	border-right-width:0;
	vertical-align:middle;
	border-top:2px solid #000;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	text-align:center;
	border-right:1px solid #cccccc;
	font-size:16.5px;
}
.chart_2 thead th.two{
	border-top:0px solid #000;
}
.chart_2 thead th.normal{
	font-weight:normal;
	font-size:12px;
}
.chart_2 .bg{
	background:#f8f8f8;
}
.chart_2 thead th.last{
	border-right:0px solid #fff;
}
.chart_2 tbody td{
	height:40px;
	border-bottom:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	vertical-align:middle;
	text-align:center;
	font-size:16.5px;
}
.chart_2 tbody td.last{
	border-right:0px solid #fff;
}

.chart_2 tbody td.t01{
	color:#00a2c5;
	background:#f0f0f0;
	text-align:center;
	font-weight:bold;
	padding:0;
	
}
.chart_2 tbody td.t02{
	border-top:2px solid #f0f0f0;
}

/*외래*/
.chart_2 .c_01{
	color:#2884d1;
}

/*레이저*/
.chart_2 .c_04{
	color:#02b0c8;
}

.chart_3{
	width:100%;
	width:870px;
	margin:0 auto;
	table-layout:fixed;
}

.chart_3 thead th{
	height:50px;
	color:#00a2c5;
	border-right-width:0;
	vertical-align:middle;
	border-top:2px solid #000;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	text-align:center;
	border-right:1px solid #cccccc;
}
.chart_3 thead th.two{
	border-top:0px solid #000;
}
.chart_3 thead th.last{
	border-right:0px solid #fff;
}
.chart_3 tbody td{
	height:45px;
	padding:15px 0;
	border-bottom:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	vertical-align:middle;
	text-align:center;
}
.chart_3 tbody td.last{
	border-right:0px solid #fff;
}

.chart_3 tbody td.t02{
	border-top:2px solid #f0f0f0;
}

.map{
	width:100%;
	width:900px;
	margin:0 auto;
	table-layout:fixed;
}
.map td{
	vertical-align:middle;
	padding:50px 0;
}
.map .mt{
	font-size:24px; font-weight:700; color:#00233f; margin-bottom:10px;
}
.job{
	width:100%;
	width:870px;
	margin:0 auto;
	table-layout:fixed;
}
.job td{
	vertical-align:middle;
	padding:20px 0;
}
.job .mt{
	font-size:24px; font-weight:700; color:#00233f; margin-bottom:10px;
}
.quick{
	position:fixed;
	right:0px;
	top:100px;
	width:85px;
	height:270px;
	z-index:99999;
}
.quick a{
	float:left;
	display:block;
	width:85px;
	height:85px;
	background-position:0 0px;
	background-repeat:no-repeat;
	background:#fff;
	border-bottom:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
}
.quick a:hover{
	background:#0062b2;
	background-position:0 -85px;
}
.doc{
	width:350px;
	height:60px;
	z-index:99999;
	background:#fff;
}
.doc a{
	float:left;
	text-align:center;
	display:block;
	line-height:4;
	text-decoration:none;
	font-weight:700;
	width:174px;
	height:60px;
	background:#eeeeee;
	color:#4a8ed9;
	
}
.doc a:hover{
	background:#0062b2;
	color:#fff;
}


/*sub common*/
.erk-cycle-v03{
	position:relative;
	width:900px;
	height:365px;
}
.erk-cycle-v03 .con{
	z-index:10;
	height:100%;
	height:300px;
	text-indent:-9999px;
	top:62px;
}
.erk-cycle-v03 .con .item{
	width:100%;
	height:100%;
	color:#fff;
	font-size:30px;
}
 
.erk-cycle-v03 .ctr-dir-indi{
	z-index:10;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	
}
.erk-cycle-v03 .ctr-dir-indi p{
	display:inline-block;
	*display:inline;
	zoom:1;
	width:297px;
	height:58px;
	margin-right:1px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	background:#fff;
	border:1px solid #cdcdcd;
	color:#505050;
	font-weight:700;
	line-height:4;
}
.erk-cycle-v03 .ctr-dir-indi p.now,
.erk-cycle-v03 .ctr-dir-indi p:hover{
	background:#00a2c5;
	color:#fff;	
}

#vs {
	clear:both;
	width:100%;
	height:800px;
	overflow:hidden;
	border:0px solid #cc0000;
	background:url(../01_eye/img/smain_bg_01.jpg) 50% 0;
	}

#vs div.vs_con{
	position:relative;
	width:1200px;
	height:650px;
	
	}
#vs div.vs_con a.vs3_btn{
	position:absolute;
	display:block;
	width:100%;
	height:730px;
	margin:0 auto;
	left:0;
	top:0;
	text-indent:-9999px;
	}
	
/*sub main*/
.eye_warp{
	position:relative;
	width:100%;
	height:800px;
	 
}
.eye_bt{
	width:1200px;
	height:650px;
	margin:0 auto;
	z-index:1000;
	position:absolute;
	top:80px;
	left:50%;
	margin-left:-600px;
	border:0px solid #dddddd;;
}
/*
.eye_bt .eye_box{
	position:absolute
}
*/
.eye_bt .eye_box1,
.eye_bt .eye_box2{
	position:absolute;
}
.eye_bt .eye_box1 a{
	
	float:left;
	background-position:0 0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.eye_bt .eye_box1 a:hover{
	background-position:0px -210px;
}

.eye_bt .eye_box2 a{
	float:left;
	background-position:0 0px;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.eye_bt .eye_box2 a:hover{
	background-position:0px -430px;
}
 
/* 2017-02-14 */
.erk-cycle-v01{
	position:relative;
	width:868px;
	height:398px;
	border:1px solid #d4d4d4;
	margin:0 auto;
}
.erk-cycle-v01 .con{
	z-index:10;
	height:100%;
	height:340px;
	width:645px;
	margin:0 auto;
	margin-top:20px;
}
.erk-cycle-v01 .con .item{
	width:100%;
	height:100%;
	color:#fff;
	font-size:30px;
	background-position:50% 50%;
	background-repeat:no-repeat;
}

.erk-cycle-v01 .ctr-pn{
}
.erk-cycle-v01 .ctr-pn .prev,
.erk-cycle-v01 .ctr-pn .next{
	z-index:20;
	position:absolute;
	top:0;
	display:block;
	width:60px;
	height:100%;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:0 50%;
	text-indent:-9999px;
	*text-indent: 0;
	*font-size: 0;
	*line-height: 0;	
}
.erk-cycle-v01 .ctr-pn .prev{
	left:40px;
	background-image:url(../01_eye/img/bt_pre.gif);
	background-position:0 50%;
}
.erk-cycle-v01 .ctr-pn .next{
	right:40px;
	background-image:url(../01_eye/img/bt_next.gif);
	background-position:0 50%;
}
.erk-cycle-v01 .ctr-pn .prev:hover{
	background-position:-60px 50%;
}
.erk-cycle-v01 .ctr-pn .next:hover{
	background-position:-60px 50%;
}

/*국제진료팀*/
.divide_2{}
.divide_2 li{
	float:left;
	width:400px;
}
.embox{
	display:block;
	float:left;
	padding:2px 20px;
	background:#24b5ca;
	margin-bottom:15px;
	font-weight:700;
	color:#fff;
	font-size:20px; 
}
.embox2{
	display:block;
	float:left;
	padding:2px 20px;
	background:#24b5ca;
	margin-bottom:15px;
	font-weight:700;
	color:#fff; 
}
.embox3{
	display:block;
	float:left;
	padding:2px 20px;
	background:#24b5ca;
	font-weight:700;
	color:#fff; 
}

.in_hos{width:100%;}
.in_hos ul{height:360px;}
.in_hos li{float:left; width:400px; margin-right:100px; }
.in_hos .no{margin-right:0px;}
.in_hos .in_img{width:400px; height:220px;}
.in_hos span{display:block; float:left;}
.in_hos .in_name{display:block; float:left; font-size:20px; font-weight:700; color:#00233f; margin-top:10px; }
.in_hos .in_box_wrap{
	width:400px;
	height:40px;
}
.in_hos .in_box{
	clear:both;
	display:block;
	float:left;
	padding:1px 20px;
	background:#24b5ca;
	margin-bottom:15px;
	font-weight:700;
	color:#fff;
	margin-right:10px;}
.in_hos .in_box_wrap .inl,
.in_hos .in_box_wrap .inr{
	float:left;
	width:200px;
}

.in_info{width:100%;}
.in_info li{float:left; width:900px; margin-right:100px; border-bottom:1px solid #d7d8dd; padding:70px 0;}
.in_info span{display:block; float:left;}
.in_info a{display:block; float:left; text-decoration:none;}
.in_info .in_name{display:block; float:left; font-size:24px; font-weight:700; color:#00233f; margin-bottom:10px; }
.in_info .in_box{
	clear:both;
	display:block;
	float:left;
	padding:1px 20px;
	background:#24b5ca;
	margin-bottom:15px;
	font-weight:700;
	color:#fff;
	margin-right:10px;
}
.in_info .in_box_wrap{
	width:450px;
	height:40px;
}
/*센터소개*/
.center_t{
	font-size:35px;
	font-weight:700;
	width:200px;
}
.center_i{
	margin-left:50px; width:650px;
}
.center_i a{
	padding:10px 15px;
	text-decoration:none;
}
.center_i a.b1{
	background:#fff; border:1px solid #a3b835; color:#a3b835;
}
.center_i a.b1:hover{
	background:#a3b835;	border:1px solid #a3b835; color:#fff;
}
.center_i a.b2{
	background:#fff; border:1px solid #ffaa01; color:#ffaa01;
}
.center_i a.b2:hover{
	background:#ffaa01;	border:1px solid #ffaa01; color:#fff;
}
.center_i a.b3{
	background:#fff; border:1px solid #ff00aa; color:#ff00aa;
}
.center_i a.b3:hover{
	background:#ff00aa;	border:1px solid #ff00aa; color:#fff;
}
.center_i a.b4{
	background:#fff; border:1px solid #aa00ff; color:#aa00ff;
}
.center_i a.b4:hover{
	background:#aa00ff;	border:1px solid #aa00ff; color:#fff;
}
.center_i a.b5{
	background:#fff; border:1px solid #00aaff; color:#00aaff;
}
.center_i a.b5:hover{
	background:#00aaff;	border:1px solid #00aaff; color:#fff;
}
.center_i a.b6{
	background:#fff; border:1px solid #376593; color:#376593;
}
.center_i a.b6:hover{
	background:#376593;	border:1px solid #376593; color:#fff;
}
.center_i a.b7{
	background:#fff; border:1px solid #9c9c9c; color:#9c9c9c;
}
.center_i a.b7:hover{
	background:#9c9c9c;	border:1px solid #9c9c9c; color:#fff;
}
/*의료진소개*/
.doc_txt{float:left; width:510px;}
.doc_txt dt{height:120px; /*background-color:#009ed1;*/}
.doc_txt dt em {display:block;  font-style : normal; font-weight : normal; color:#3f3f3f; font-size:20px; }
.doc_txt dt em > span:first-child {font-size:40px;	font-weight:700;}
.doc_txt dt .cli {float:left; display:block;  }
.doc_txt dt span {  margin-left:5px;   color:#3f3f3f;}
.doc_txt ul{margin-left:8px;}
.doc_txt .book{display:block;margin-left:8px; margin-top:30px;}
.doc_txt .the{display:block;margin-left:8px;}

/*의료진 소개 수정 20180227*/
ul.doc_info_wrap {
	width:900px; 
	height:auto; 
	min-height:190px; 
	border:0px solid red}
ul.doc_info_wrap li{
	float:left; 
	width:200px; 
	height:255px; 
	margin-right:24px; 
	margin-bottom:50px; 
	/*background:#efefef;*/
	text-decoration:none; 
	border-top:2px solid rgba(74,142,217,0); 
	border-bottom:0px solid red;
	cursor:pointer;
	}
ul.doc_info_wrap li:hover{
	border-top:2px solid rgba(0,106,223,1);
	opacity:0.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /* IE 8 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65); /* IE 7 and olders */
	}
ul.doc_info_wrap li p img{
	width:200px;
	height:212px;
	}
ul.doc_info_wrap li p.doc_name{
	text-align:center; 
	letter-spacing:-0.05em; 
	color:#3f3f3f;
	margin-top:10px;
	}
ul.doc_info_wrap li p.doc_name span:first-child{
	display:block;
	font-size:28px; 
	font-weight:700;
	color:#3f3f3f;
	line-height:30px;
	}
ul.doc_info_wrap li p.doc_name span:last-child{
	font-size:13px; 
	font-weight:normal;
	color:#3f3f3f;
	letter-spacing:-0.05em;
	}



/*
 * 프로세스 UI
 * v.2.0
 * 2014.10.06
 */
.process{
	width:500px;
	position:relative;
}
.process-indivisual{
	position:absolute;
	top:0;left:0;
	width:50px;
	height:50px;
	background-position:0 0;	
}
.process-body{
	position:relative;
	background-position:0 0;
}
.process-pipe{
	overflow:hidden;
	position:absolute;
	top:0;left:0;
}
.process-water{
	overflow:hidden;
	position:absolute;
	top:0;left:0;
	width:100%;
}
.process-water-inner{
	position:absolute;
	left:-100%;
}







/*사용자 정의부*/
.process-none{background:#bbb;}
.process-none>.process-card{color:#666;}
.process-hover{background:#0062b2 !important;}
.process-hover>.process-card{color:#0062b2 !important;font-weight:700;}
.process-hover>.process-numbercard{color:#fff !important;font-weight:100;}
.process-clicked{background:#0062b2 !important;}
.process-clicked>.process-card{color:#0062b2 !important;font-weight:700;}
.process-clicked>.process-numbercard{color:#fff !important;font-weight:100;}
.process-past{background:#0062b2;}
.process-past>.process-card{color:#333;}
.process-past>.process-numbercard{color:#fff;}


.process-wrap{
	position:relative;
	border:0px solid red;
	width:900px;
	margin:0 auto;
}
.process{
	width:900px;
	height:200px;
	background:#fff;
	margin:0 auto;
}
.process-indivisual{
	width:30px;
	height:31px;
	background:#bbb;
}
.process-body{
	width:20px;
	height:21px;
	top:5px;left:5px;
	text-align:center;
	cursor:pointer;
}
.process-namecard{
	z-index:11;
	position:absolute;
	top:30px;left:-47px;
	font-size:20px;
	display:block;
	width:110px;
	text-align:center;
	font-weight:700;
}
.process-numbercard{
	z-index:11;
	position:absolute;
	display:block;
	width:100%;
	text-align:center;
}
.process-infocard{
	z-index:11;
	position:absolute; top:65px;left:-47px;
	display:block;
	width:110px;
	text-align:center;	
}
.process-pipe{
	z-index:10;
	height:7px;
	background:#bbb;	
}
.process-water{
	height:2px;
}
.process-water-inner{
	background:#333;
}
 
.process-gallery{
	position:relative;
	width:900px;
	height:480px;
}
.process-gallery .view{
	position:relative;
	width:900px;
	height:480px;
	overflow:hidden;
}
.process-gallery .train{
	position:absolute;top:0;left:0;
	width:9999px;
	height:480px;
}
.process-gallery .train .item{
	float:left;
}

/* 국제진료팀 영문 */
.process-namecard_eng{
	z-index:11;
	position:absolute;
	line-height: 1.1;
	top:40px;
	left:-90px;
	font-size:20px;
	display:block;
	width:200px;
	text-align:center;
	font-weight:700;
}
.process-infocard_eng{
	z-index:11;
	position:absolute;
	top:90px;
	left:-90px;
	display:block;
	width:200px;
	text-align:center;	
}


.tbox{
	border:1px solid #eeeef0;
	padding:10px;
}
.mark{
	background:url(../img/common/check_2.gif) no-repeat 0 50%;
	width:35px; height:26px;
	float:left;
	}
.red{
	color:#ff0000;
}


/*병원둘러보기*/
.roll-hospital{
	position:relative;
	width:900px;
	height:500px;
	margin:0 auto;
}
.roll-hospital .cate{
	position:absolute;
	width:140px;
	height:474px;
	margin:0 auto;/**/
}
.roll-hospital .cate>p{
	width:140px;
	height:47px;
	float:left;
	background-image:url(../00_hp/img/view_none.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.roll-hospital .cate>p:hover,
.roll-hospital .cate>p.now{
	cursor:pointer;
	background-image:url(../00_hp/img/view_hover.gif);
}
.roll-hospital .view{
	position:absolute;
	overflow:hidden;
	width:750px;
	height:474px;
	right:0;
	background-image:url(../00_hp/img/view_00.jpg);
}
.roll-hospital .view .train{
	position:absolute;
	width:8000px;
	overflow:hidden;
	left:0;
}
.roll-hospital .view .train img{
	display:block;
	float:left;
	width:750px;
}
.roll-hospital .con-prev,
.roll-hospital .con-next{
	position:absolute;
	top:200px;
	width:33px;
	height:74px;
	cursor:pointer;
	text-indent:-9999px;
}
.roll-hospital .con-prev{
	background:url(../00_hp/img/con-prev.png) no-repeat 0 0;
	left:160px;
}
.roll-hospital .con-next{
	background:url(../00_hp/img/con-next.png) no-repeat 0 0;
	right:10px;
}
.roll-hospital .con-prev:hover{
	/*background-position:0 -554px;*/
}
.roll-hospital .con-next:hover{
	/*background-position:0 -554px;*/
}


.roll-hospital .ctr-dir{
	overflow:hidden;
	position:relative;
	height:235px;
}
.roll-hospital .ctr-dir .train{
	/*position:absolute;
	width:9999px;*/
	width:1200px;
	height:115px;
	bottom:0;
	margin-left:100px; 
}
.roll-hospital .ctr-dir .train li{
	float:left;	
	margin-right:1px;
	margin-top:20px;
	overflow:hidden;
	border:1px solid #e2e2e2;
	cursor:pointer;
}
.roll-hospital .ctr-dir .train img{
	display:block;
	/*width:150px;*/
	width:165px;
	height:96px;
	margin:0 ;
	padding:0;
}


.popupwin{
	background:#fff;
	min-width:520px;
	height:300px;
	color:#333;
}
.popupwin h1{
	font-weight:100;
	font-size:13px;
	background:#0062b2;
	color:#fff;
	text-align:center;
	padding:10px 0;
}
.popupwin textarea{
	width:513px;
	height:350px;
}


/*개인정보취급방침*/
#body_wrap {position:relative; clear:both; width:100%; }
#contents_wrap {width:640px; height:auto; border:0px solid #cc0000; padding:20px; }
.per_tit{font-size: 18px; font-weight:bold; color:#333;display:block;}
.per_01,.per_02,.per_03,.per_04,.per_05,.per_06,.per_07,.per_08,.per_09,.per_10,.per_11{margin-top:30px; margin-bottom:30px;}
.per_info{
	width:620px;
	height:160px;
	margin:0 auto;
	border:0px solid #c18bee;
	padding:10px;
}
.per_info li{
	width:300px;
	float:left;
}
.per_bold{
	font-weight:bold;
	display:block;
}
#contents_wrap h3{
	color:#333;
}
.per{
	width:100%;
	width:600px;
	margin:20px auto;
	table-layout:fixed;
	text-align:center;
	border-top:1px solid #b8b8b8;
	border-left:1px solid #b8b8b8;
	border-right:1px solid #b8b8b8;
	
}
.per thead th{
	height:40px;
	border-top:0px solid #b8b8b8;
	border-bottom:1px solid #b8b8b8;
	border-right:1px solid #b8b8b8;
	vertical-align:middle;
	background:#e9e9e9;
}

.per thead th.last{
	border-right:0px;
}
.per tbody td{
	border-bottom:1px solid #b8b8b8;
	border-right:1px solid #b8b8b8;
	vertical-align:middle;
	padding:10px;
}
.per tbody td.last{
	border-right:0px solid #b8b8b8;
}
.per ul{list-style:none;} 
