/*from apps*/
/* line 37, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

.tabs:before, .tabs:after {
  content: " ";
  display: table;
}

.tabs:after {
  clear: both;
}

/* line 42, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs dd,
.tabs .tab-title {
  text-align: center;
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  width: 9.375rem;
  line-height: 1.875rem;
  border: 1px solid #FFFFFF;
  position: relative;
  top: 6px;
  z-index: 10;
  margin-right: -1px;

}
/* line 57, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: #ece8e2;
  color: #aba498;
  /*font-family: "apple sd gothic neo", AppleMyungjo, "Malgun Gothic", Batang, serif;*/
  font-size: 1rem;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.5rem;
}
/* line 66, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs dd > a:hover,
.tabs .tab-title > a:hover {  
  background-color: #ece8e2;
}
/* line 71, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs dd.active a,
.tabs .tab-title.active a {
  padding: 0.25rem 0.625rem;
  background-color: #FFFFFF;
  color: #2697b2;
  border: 1px solid #2697b2;
  border-radius: 0.5rem;
  /*margin-bottom: -2px;*/
}


/* line 82, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 87, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 92, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

/* line 102, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
  border-top: 1px solid #61c5dd;
  position: relative;
  z-index: 100;
  background: #FFFFFF;
}

/* line 111, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}
/* line 117, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs-content > .content.active {
  display: block;
  float: none;
}
/* line 121, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs-content > .content.contained {
  padding: 0.9375rem;
}
/* line 126, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs-content.vertical {
  display: block;
}
/* line 129, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 137, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }

  /* line 147, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}
/* line 158, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.no-js .tabs-content > .content {
  display: block;
  float: none;
}
/*h element*/
h3:first-child{
	padding-top: 10px;
}
h2{
	font-size: 27px;
}
h3{
    text-align: center;
	/*padding-top: 60px;*/
	padding-top: 30px;
	padding-bottom: 13px;
	font-size: 24px;
}
h4{
	/*font-size: 16px; */
	font-size: 18px;
	letter-spacing:-0.05em;
	font-weight:600;
	color:#333;
}
@media screen and (max-width: 640px) {
    h4{
	/*font-size: 16px; */
	font-size: 18px;
	letter-spacing:-0.05em;
	font-weight:600;
	color:#2697b2;
	}
}

ul.s-indent{
	margin: -2px;
	font-size: 14px;
}
p{
	font-size: 14px;
	color: #3F3F3F;
}
strong{
	font-size: 16px;
	font-weight:400;
	color:#029cc3;
}
.s-border{
	border-bottom:1px solid #ddd;
	padding-bottom:13px;
	padding-top: 13px;
}
i.fa-arrow-right{
	color:#2697b2;
	margin-right:4px; 
}
.small-right{
	/*padding-left:12px;*/
	font-size: 13px;
}
.s-padding-bottom{
	padding-bottom: 13px;
}
.s-img-border{
	border:1px solid #dad2c7;
}
.s-border2{
/*	border-bottom:2px solid #dad2c7;*/
	padding-bottom:13px;
	padding-top: 13px;
}
ul.s-ul-dot{
	list-style: square;
	font-size: 14px;
}

/*sub-top*/
h3.s-logoArea{
	padding: 0;
	margin: 0;
	padding-bottom: 17px;
}
.s-logoArea a img{
	position: relative;
	top: -20px;
	left: 12px;
}
.s-nav-content{
	padding-top: 5px;
	padding-left: 50px;
	margin: 0;
}
.s-nav-content li{
	float: left;
}
.s-nav-content li a{
	padding-left: 20px;
	padding-right: 6px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	/*font-family:Hevetica, "apple sd gothic neo", AppleMyungjo, "Malgun Gothic", Batang, serif !important*/
}
.s-nav-content:after{
	display: block;
	content: '';
	clear: both;
}
.s-nav-intro{
	padding-top: 20px;
	margin: 0;
	position: relative;
	left: -15px;
}
.s-nav-intro2{
	padding-top:5px;
	margin: 0;
	position: relative;
	left: -5px;
}
.s-nav-intro li,
.s-nav-intro2 li{
	float: right;
}
.s-nav-intro li a,
.s-nav-intro2 li a{
	padding-left: 10px;
	font-size: 14px;
	font-weight:600;
		color: #333;
	/*font-family:Hevetica, "apple sd gothic neo", AppleMyungjo, "Malgun Gothic", Batang, serif !important*/
}
.s-nav-intro:after,
.s-nav-intro2:after{
	content: '';
	display: block;
	clear: both;
}

/*sub-top*/

/*.s-nav-content{
	overflow: hidden;
	padding: 69px 112px 17px;
	padding: 69px 112px 17px;
	margin: 0;
}*/
/*.s-nav-content li{
	float: left;
	margin-right: 20px;
}

.s-nav-content li a{
	color: #444444;
	font-size: 18px;
	font-weight: bold;
}*/

/*.s-nav-intro{
	float:right;
	clear: both;
	margin-right: 10px;
	padding-top: 39px;
}*/
/*sub large-size menu*/
/*.s-logoArea,
.s-nav-content{
	float: left;
}
.s-nav-introArea{
	float: right;
}

.s-navArea:after{
	display: block;
	content: '';
	clear: both;
}

h3.s-logoArea{
	width: 164px;
	margin: 0;
	padding-top: 38px;
}
.s-logoArea a{
	padding-top: 34px;               
}

.s-nav-intro{

	padding-top: 21px;
	margin: 0;
	font-family: 'sans-serif', 'Helvetica';
}
.s-nav-intro li{
	float: left;
}

.s-nav-intro li a{
	color: #5C5C5C;
	font-size: 15px;
	margin-right: 20px;
	font-weight: bold;
}
.s-nav-intro2{
	padding-top: 50px;
	margin: 0;
	font-family: 'sans-serif', 'Helvetica';
}
.s-nav-intro2 li{
	float: left;
}

.s-nav-intro2 li a{
	color: #5C5C5C;
	font-size: 15px;
	margin-right: 20px;
	font-weight: bold;
}*/

/*아래내용*/
#s-nav-area{
	padding: 0;
	position: absolute;
	/*top:91px;*/
	top:115px;
	left:0;
	right:0;
	width:100%;
	z-index: 1000;
	border-bottom:1px solid #ccc;
}
#s-nav-area1{
	padding: 0;
	position: absolute;
	top:104px;
	left:0;
	right:0;
	width:100%;
	z-index: 1000;
	border-bottom:1px solid #ccc;
}


#s-nav-menu-area{
	position:relative;
	width:1200px;
	margin:0 auto;
	background: rgba(255,255,255,1.0);
	padding-top: 20px;
	height:303px;


}

#s-nav-menu-area div ul{
	margin-left:25px; 	
	line-height:150%;
	
}

#s-nav-menu-area div ul li a{
	font-size: 14px;
	color: #222222;
}
#s-nav-menu-area div ul li a:hover{
	color: #F60;
}

.s-contents-title{
	margin-left: 25px;
	font-size: 16px;
	color: #fd8403;
}
.v_line{border-right: 1px solid #ededed; height:270px;}



#s-down{
	width: 200px;
}
/*table tr td.first-width{
	width: 15%;

}*/
/*table tr td.second-width{
	width: 25%;
}*/
p.table_title{
	font-size: 16px;
	font-weight: bold;
}
.noborder{
	margin-left: -10px;
}
.noborder tr,
.noborder tr>td{
	border-color:#ffffff;
}


.s-padding{
	padding-left: 10px;
}
.s-padding15{
	padding-left: 15px;
}

/*병원둘러보기*/
p.floor_first{
	/*margin-left: -13px;*/
	font-size: 18px;
	color: #029CC3;
}
p.floor{
	/*margin-left: -13px;*/
	color: #029CC3;
	padding-top: 23px;
	border-bottom: 1px dashed #c8c8c8;
}

p span.floor_small{
	padding-left: 18px;
	font-size: 14px;
	color: #333333;
}
p span.floor_big{
	padding-left: 8px;
	padding-right: 8px;
	font-size: 18px;
	color: #333333;
	border-bottom: 3px solid #53AFC8;
}

li img.thum{
	padding:3px;
	border: 1px solid #c8c8c8;
}

/*진료안내*/
.call{
	color: #029CC3;
	font-size: 18px;
	font-weight: bold;
}
.icon-phone{
	padding-right: 12px;
}



/*앵커*/
.anchor{
	margin-left: -10px;
	padding: 7px;
	margin-bottom: 0;

}
.anchor li{
	float: left;
	padding: 3px 0;
	width: 120px;
	text-align: center;
	/*padding: 3px 8px;*/
	border: 1px solid #fff;
	border-radius: 10px;
	margin-left:-1px;
	background:#2697B2;
}
.anchor li.anchor_long{
	width: 200px;
}
.anchor li:active{
	background:#f7f5ec;
	border: 1px solid #c8c8c8;
}
.anchor li:active a{
	color: #333;
}
.anchor li a{
	color: #706d6d;
	font-size: 16px;
	color: #ffffff;
}
.anchor:after{
	display: block;
	content: '';
	clear: both;
}

/*popup page*/

.chinese{
	padding-bottom: 20px;
	font-size: 14px;
}
.chinese ul li{
	font-size: 14px;
}

/*.section2 ul li{
	text-align: right;
}*/
.pop-cn-title-middle{
	font-size: 18px;
}

.pop-cn-title-bold{
	font-size: 18px;
	text-decoration: bold;
}

/*.pop-cn-title-color{
	font-size: 18px;
	text-decoration: bold;
	color: red;
}*/

.pop-cn-headline{
	font-size: 24px;
	text-decoration: bold;
	color: red;
}
.pop-cn-subject{
	font-size: 24px;
	text-decoration: bold;
	color: red;
}

.pop-cn-p-indent{
	margin-left: 20px;
}

/*cn new page*/
.pop-cn-title-color{
	*zoom:1;
}
.pop-cn-title-color:after{
	display: block;
	clear: both;
	content: '';
}

.pop-cn-title-color .cn-title-left{
	float: left;
}
.pop-cn-title-color .cn-title-right{
	float: right;
	padding-right: 20px;
}

.cn-space{
	padding-right: 20px;
}

.pop-rh-title-color p{
	margin-bottom: 0;
	/*padding-bottom: 8px;*/
}
.pop-rh-title-color .hospital-name{
	font-size: 24px;
	padding-right: 30px;
	font-weight: bold;
	color: #E61F3E;
}
.rh-adress{
	/*text-align: right;*/
	padding-bottom: 8px;
	/*padding-right: 20px;*/
}

/*table*/



/*수정*/
/*대장암종류 색 추가*/
.color-red1{
	width: 140px;
	height: 45px;
	background: #4a0101;
}
.color-red2{
	width: 140px;
	height: 45px;
	background: #860501;
}
.color-red3{
	width: 140px;
	height: 45px;
	background: #fe1300;
}

/*진료안내*/
.guide tr td,
.guide tr th{
	text-align: center;
}

.s-ul-dot{
	margin-top: 0;
}

/* table1*/
.Tbl04 {border-collapse:collapse; border-top:2px solid #999999;border-bottom:2px solid #dcdcdc; margin:5px 5px 5px 0;}
.Tbl04 th {border:1px solid #d8d8d8; padding:7px 7px;}
.Tbl04 td {border:1px solid #d8d8d8; padding:7px 7px;}
.Tbl04 td.bgcolor {border:1px solid #d8d8d8; padding:7px 7px; background-color:#f4f8fa; font-size: 13px;}

/*진료과 의료진*/
.doctor-subject{
	height: 50px;
}

/*온라인 문의 마이페이지*/

.sidebar .nav{
	margin-left: 0;
}


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    /*background-color: #f5f5f5;*/
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.well p{
	margin-bottom: 0;
}
.well .qna-ans-mark{
	color: #29a1fc;
	font-size: 28px;
/*	padding-left: 10px;
	padding-right: 29px;*/
}
/*.well .qna-ans-mark img{
	width: 43px;
}*/

.well .qna-ans-text{
	font-size: 12px;
	color: #ccc;
	position: relative;
	top: -5px;
}
.well .qna-subject{
	color: #333;
	font-size: 20px;
/*	line-height: 42px;*/
}
.well .qna-date{
	/*line-height: 42px;*/
	color: #525252;
	position: relative;
	top: 30px;
}
.well .qna-category{
	color: #938f94;
}

.well-title-area{
	margin-bottom: 17px;
}
.well .border{
	padding-bottom: 6px;
	border-bottom: 1px dotted #c8c8c8;
}

/*quick메뉴*/

/*.quick-area{
	position: absolute;
	z-index: 100000000;
	top:0;
	left:0;
}*/
.quick-area ul{
	padding:0;
	margin-left: 0;
}

.quick-area ul li{
	list-style: none;
}
.quick-area ul li{
	display: block;
	width: 69px;
	height: 54px;
	border-bottom: 2px solid #e0e0e0;
	background: #eaeaea;

}
.quick-area ul li.first{
	background: #fec80e;
	
}
.quick-area ul li p{
	margin-bottom: 0;
	position: relative;
}
.quick-area ul li.first p{
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	top:13px;
	font-weight: bold;
}
.quick-area ul li.last{
	border-bottom: 0;
}

.quick-area ul li.kakaotalk p{
	left: 12px;
	top:6px;
}
.quick-area ul li.online p{
	left: 12px;
	top:6px;
}
.quick-area ul li.confirm p{
	left: 12px;
	top:8px;
}
.quick-area ul li.loadmap p{
	left: 12px;
	top:8px;
}
.quick-area ul li.blog p{
	left: 12px;
	top: 10px;
}
.quick-area ul li.last p{
	left: 18px;
	top: 10px;
}

/*진료과 의료진*/

/*.doctors-name{
	text-align: center;
}*/

/*.doctors{
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}*/
.doctors-name .name{
	font-size: 22px;
	margin-right: 12px;
}
.doctors-name .title{
	font-size: 16px;
}

/*quick menu*/
.quick-area ul li.last a img{
	width: 35px;
}

/*.footer-up{
	*zoom:1;
}
.footer-up:after{
	display: block;
	content: '';
	clear: both;
}
.footer-up .copy{
	float: left;
}
.footer-up .family{
	float: right;
	border: 2px solid #c8c8c8;
	padding: 4px;
	width: 120px;
}*/
.footer .family{
	margin-top: 15px;
}
.footer .family select{
	height: 38px;
	margin-bottom: 0;
}

.mobile-login{
	padding-top: 20px;
}
.mobile-login .mob-right{
	float: right;
	clear: right;
	margin-right: 30px;
	margin-bottom: 0;
}

.mobile-login .mob-right a{
	color: #333;
	font-weight: bold;
}

.mobile-login .mob-right .mob-pd{
	padding-right: 20px;
}
.button_right{
	float: right;
	clear: right;
}

.button_right .button{
	padding-top: 7px;
	padding-bottom: 8px;
}
.doctors{
	margin-bottom: 35px;
}
.doctors .labels{
	font-weight: bold;
}
.doctors .label-subject{
	padding-right: 13px;
}

.doctors-names{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

.doctors-blue{
	color: #000 !important;
}
.doctors-blue-bold{
	color: #000 !important;
	font-weight: bold;	
}
.doctors-blue-boldbig{
	color: #000 !important;
	/*font-weight: bold;	*/
	font-size: 18px;
	vertical-align: top;	
}
.doctors-blue-boldsmall{
	color: #000 !important;
	/*font-weight: bold;	*/
	font-size: 15px;
	vertical-align: top;	
}
.pd-right{
	margin-left: 10px;
}


.pop-cn-title-color p{
	margin-bottom: 8px;
}

.pop-cn-title-color .hospital-name{
	font-size: 24px;
	padding-right: 30px;
	font-weight: bold;
	color: #E61F3E;
}

.pop-cn-title-color .h-cn{
	font-size: 16px;
	position: relative;
	top: 5px;
}

.retitle{
	font-size: 16px;
	/*color: #00789F;*/
}

.map-button{
	width: 120px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	color: white;
	font-weight: bold;
}

.map-strong{
	font-weight: bold;
	padding-right: 13px;
}

.bus{
	background: #A6CB53;
}
.car{
	background: #3F8FCE;
}
.subway{
	background: #58BBAD;
}

@media screen and (min-width: 641px) {

	/*table basic*/
	.table tr td,
	.table tr th{
		line-height: 1.6rem;
	}

	.table tr th{
		text-align: center;
	}
	.table tr td{
		padding-left: 10px;
		padding-right: 5px;
	}
	.first-width{
	width:180px;
	}

	.span-second-width{
		width: 50px;
	}
	.span-third-width{
		width: 70px;
	}
}



/* ---start */
.department-filter .item-list ul {
    font-size: 1em;
    list-style: none;
    margin: 0.875rem 0 0;
/*     border-top-style: solid; */
/*     border-top-width: 0.07143em; */
    padding-top: 0;
/*     border-top-color: #e8e8e8 */
}

.department-filter .item-list ul li {
    margin-left: 0;
    font-size: 1.125em;
    line-height: 1.71429em
}

@media (min-width:481px) {
    .department-filter .item-list ul li {
        float: left;
        padding-right: 1.125em
    }
}

@media (min-width:481px) {
    .menu-open .department-filter .item-list ul li {
        float: left;
        padding-right: 1.125em
    }
}

.department-filter .item-list ul a {
    color: #333;
}

.department-filter .item-list ul li.active a {
    /*padding-bottom: 0.3em;*/
    border-bottom: solid ;
    border-bottom-width: 0.175em;
    border-color: #ed9812;
}

.department-filter .item-list ul a:hover {
    /*color: orange;*/
}

/* 서브타이틀 */


.disease-filter .department-filter-title {
    margin: 0
}

.disease-filter .item-list ul {
    font-size: 1em;
    list-style: none;
    margin: 0rem 0 0;    
    padding-top: 0rem;
   
}

.disease-filter .item-list ul li {
    margin-left: 0;
    font-size: 1.125em;
    line-height: 1.71429em
}

@media (min-width:481px) {
    .disease-filter .item-list ul li {
        float: left;
        padding-right: 2.150em
    }
}
.disease-filter .item-list ul a:hover {
    color: orange;
}

.sidebar {
    z-index: 200;
    float: left;    
    padding: 40px 0 0 50px;
    -webkit-font-smoothing: antialiased;
}


@media screen and (max-width: 1024px){
	.doctors-blue-bold{
	color: #000 !important;
	font-weight: bold;	
}
	.doc-details p{
		margin-bottom: 0;
	}
	.doc-details .mobile{
		margin-bottom: 15px;
	}
}

/*table 관련*/
@media screen and (max-width: 640px) {
    
    .responsive-table  {
        border: 0px;
        min-height: .01%;
        overflow-x: auto;
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        
    }

    .responsive-table>.table {
        border: 0px;
        border-collapse: collapse;
        width: 100%;
        max-width: 100%;
        display: block;
    }

	/*table basic*/
    .table tr td,
	.table tr th{
		white-space: nowrap;
		line-height: 1.6rem;
	}

	.table tr th{
		white-space: nowrap;
		text-align: center;
	}
	.table tr td{
		white-space: nowrap;
		padding-left: 10px;
		padding-right: 5px;
	}
	.first-width{
	width:180px;
	}

	.span-second-width{
		width: 50px;
	}
	.span-third-width{
		width: 70px;
	}
}

.doct-float-par{
	*zoom:1;
}

.doct-float-par:after{
	content: '';
	display: block;
	clear: both;
}

.doct-float-par .doct-float{
	float: left;
}



.ceo-phrase{
	/*padding-bottom: 10px;*/
	padding-top: 35px;
	color: #2697B2;
}

.hello-img img{
	width: 300px;
}

.hello-last{
	margin-top: 200px;
}

.hello-last strong{
	font-size: 18px;
	color: #2697B2;
	/*font-weight: bold;*/
}
@media screen and (max-width: 641px){
		.pd-right{
		margin-left: 0;
	}
	.hello-last{
	margin-top: 0;
}
}


/*doctor-tabs*/

/* line 42, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.doctors-tabs dd,
.doctors-tabs .tab-title {
  text-align: center;
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  width: 9.375rem;
  line-height: 1.875rem;
  border: 1px solid #FFFFFF;
  position: relative;
  top: 6px;
  z-index: 10;
  margin-right: -1px;

}
/* line 57, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.doctors-tabs dd > a,
.doctors-tabs .tab-title > a {
  display: block;
  background-color: #f5f5f5;
  color: #888888;
  /*font-family: "apple sd gothic neo", AppleMyungjo, "Malgun Gothic", Batang, serif;*/
  font-size: 1rem;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.5rem;
}
/* line 66, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.doctors-tabs dd > a:hover,
.doctors-tabs .tab-title > a:hover {  
  background-color: #f5f5f5;
}
/* line 71, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.doctors-tabs dd.active a,
.doctors-tabs .tab-title.active a {
  padding: 0.25rem 0.625rem;
  background-color: #FFFFFF;
  color: #333;
  border: 1px solid #cccccc;
  border-radius: 0.5rem;
  /*margin-bottom: -2px;*/
}




/* line 102, ../bower_components/foundation/scss/foundation/components/_tabs-custom.scss */
.doctors-tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
  border-top: 1px solid #cccccc;
  position: relative;
  z-index: 100;
  background: #FFFFFF;
}

.exam-appointment p{
	margin-bottom: 0;
	color: #111;
}

.exam-appointment table tr td{
	text-align: center;
}


  /*top 부분*/
  .sub_top{
  	margin-bottom: 20px;
  	margin-top: 20px;
  }
  .sub_top a:hover span{
  	color: #111;
  }
  .sub_top >ul li{list-style: none;}
  .ntop-login{
    float: right;
    clear: right;
  }
  .ntop-login>li{float: right;}

/*second부분*/

  .ntop-area{*zoom:1;}
  .ntop-area:after{
    content: '';
    display: block;
    clear: both;
  }
  .ntop-area .ntop-left{float: left;}
  .ntop-area .ntop-right{float: right;}
  .ntop-area .ntop-left .ntop-logo{float: left;}
  .ntop-area .ntop-left .ntop-menu{float: left;}
  .ntop-area .ntop-left .ntop-menu li{float: left;}
  .ntop-area .ntop-right >li{float: right;}

/*margin &간격*/
 .ntop-area .ntop-left .ntop-menu{
 	margin-left: 45px;
 }
 .ntop-area .ntop-left .ntop-menu> li{
 	margin-right: 25px;
 	line-height: 25px;
 }

  .ntop-login >li{
  	margin-left: 10px;
  }
  .ntop-area .ntop-right> li{
  	margin-left: 10px;
  	line-height: 25px;
  }
  .ntop-area .ntop-logo{
  	width: 168px;
  	position: relative;
  }
  .ntop-area .ntop-logo .ntop-logo-ab{
  	position: absolute;
  	top: -25px;
  	left: 0;
  }


  .ntop-area .ntop-left .ntop-menu> li a{
  	color: #111;
	font-size: 16px;
	font-weight: bold;
  }

  .ntop-login >li a,
  .ntop-area .ntop-right> li a{
  	color: #111;
  	font-size: 14px;
  	font-weight: 600;
  }
  .ntop-login .badge1 a{
    	font-weight: normal;
    }

.hospital-news-area{
	border-right: 1px solid #ededed;
	border-left: 1px solid #ededed;
}

.middle-box{
	padding: 10px;
}

/*main page*/
/*한사랑 뉴스*/
.hospital-border-left{
	border-left: 1px solid #ededed;
	height: 64px;
}

.hospital-border-right{
	border-right: 1px solid #ededed;
	height: 64px;
}
.hospital-news table{
	margin-bottom: 0;
	width: auto;
}
.hospital-news table,
.hospital-news tr,
.hospital-news td{
	border: 0 !important;
	font-size: 14px;
	color: #111;
}
.symbole-gold,
.symbole-white,
.announce{
	width: 33.333333%;
	float: left;
	border-right: 1px solid #ededed;
}
.hospital-border-left:after{
	content: '';
	display: block;
	clear: both;
}
/*.symbole-gold table,
.symbole-white table,
.announce table{
	margin: 0 auto;
}*/

.symbole-cont{
	margin: 0 auto;
}

.hospital-news .hos-title{
	font-weight: bold;
	font-size: 16px;
}


.symbole-cont{
	*zoom:1;

}
.symbole-gold .gold{
	width: 180px;	
}
.symbole-white .white{
	width: 200px;
}
.symbole-cont:after{
	content: '';
	display: block;
	clear: both;
}
.symbole-cont dt,
.symbole-cont dd{
	float: left;
}

.symbole-cont dd{
	line-height: 16px;
	padding-top: 15px;
	padding-left: 8px;
}

.announce dl dd ul{
	margin: 0;
}
.announce dl dt{
	margin: 0;
	line-height: 1.125rem;
}
.announce dl dd ul li{
	line-height: 1.125rem;
	font-size: 14px;
}

.announce-cont{
	width: 150px;
	margin:0 auto;
}
.announce-cont .week{
	padding-right: 8px;
}

.board table{
	width: 100%;
}
/*.board table .notice{
	width: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}*/

.plus-icon{
	float: right;
	clear: right;
}
.good-picture li img{
	border: 1px solid #ededed;
}
.good-picture{
	*zoom:1;
	margin-left: 0;
	margin-bottom: 20px;
	position: relative;
	top: -5px;
}
.good-picture li{
	float: left;
	margin-right: 5px;
}
.good-picture:after{
	display: block;
	content: '';
	clear: both;
}
/*.cn-subject{
	text-align: left;
}*/
.cn-subject dt{
	/*color: #008CBA;*/
	color: #E61F3E;
}
.position1{ 
	margin-top:20px; margin-left:15px; 
	width:150px; 
	/*width:50px;*/
	margin-bottom:0; 
	/*height:25px;*/
	height:45px;
}

.position1 p{
	margin-bottom: 0;
	color:#111;
	font-size:16px;
	font-weight:600; 
}





@media only screen and (max-width: 64em) { 
	.announce{
		width: 100%;
		border-right: 1px solid #ededed;
	}
	.announce-cont{
	width: 160px;
	margin-left: 20px;
}
.main_width {padding-bottom:20px;width:100%}
.main_width1 {width:100%;} 
.position1{
	height:25px;
}
.position1 p{float: left; padding-right: 4px;}
.position1:after{
	content: '';
	display: block;
	clear: both;
}
}
.main_width1 .no-margin{
	margin-left: 0;
}
.mobile-foreign{
/*	position: absolute;
	right: 25px;
	top: 0;
	z-index: 100;*/
	margin-bottom: 0;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
}
.mobile-foreign a{
	color: #111;
}
.size-50 { font-size: 50px; }
