@CHARSET "UTF-8";

/* 스킵 네비게이션 */
#skip_nav {
	position:absolute; 
	left:0; 
	top:-1000px; 
	width:100%; 
	height: 0px; 
	z-index:1000; 
	line-height:0px; 
	font-size:0px;
}

#skip_nav a {
	display:block; 
	text-align:center; 
	width: 100%; 
	line-height:0px; 
	font-size:0px;
}

#skip_nav a:focus, #skip_nav a:hover, #skip_nav a:active {
	position:absolute; 
	left:0px; 
	top:1000px; 
	padding: 8px 0;  
	display:block; 
	height:20px; 
	background:#ff7f40; 
	font-size:12px; 
	font-weight:bold; 
	line-height:18px; 
	color:#fff;
}

/* //스킵 네비게이션 */

/* 레이아웃 CSS */
#main_body {
	width:auto;
	height: auto;
	border-top: 4px solid #b0b0b0;
}

/* Header Area */
#header {
	height: 100px;
}
#header_menu {
	position: relative;
	width: 960px;
	height: 100px;
	margin:0 auto;
	background: url(/images/top/navi_bg.gif) no-repeat;
}
#header_admin_menu {
	position: relative;
	width: 960px;
	height: 80px;
	margin:0 auto;
	background: url(/images/mng/mng_haeder_bg.png) no-repeat;
}
#logo {
	position: absolute;
	left: 0px;
	width:232px;
	height:88px;
}
#logo a img{
	padding-top:36px;
}
#admin_logo {
	position: absolute;
	left: 0px;
	width:232px;
	height:88px;
}


/* 상단 Link 싸이트 */
.link_Site {
	position: absolute;
	left:0px;
	top:0px;
	width:675px;
	height: 30px;
	background: url(/images/top/bg_sprcialized_center.gif) no-repeat center;
	font-size:12px;
	text-align:center;
	color:#000;
}
.link_Site dl  {
	padding-top:4px;
	float:right;
	left:-50%;
	position:relative;
	color:#000;
	
}
.link_Site dl dt  {
	float: left;
	left:50%;
	position:relative;
	font-weight: bold;
	color:#000;
}
.link_Site dl dd  {
	float: left;
	left:50%;
	position:relative;
	background: url(/images/comm/division_s.jpg) no-repeat right;
	text-align: center;
	padding-right:12px;
	padding-left:10px;
	color:#000;
}
.link_Site dl dd a {
	color:#484848;
}

.link_site_06{
	background: none !important;
}



 

/* //상단 Link 싸이트 */

/* Global Nanigation  */
.gnb {
	position: absolute;
	right: 25px;
	top:0px;
	font-size: 12px;
}
.gnb ul{
	margin-top:10px;
}		
.gnb ul li{
	float: left;
}
.gnb_01{
	margin-left:10px;	
}
.gnb_logout{
	width: 60px;	
	background: url(/images/comm/division_m.jpg) no-repeat right;
}
.gnb_02 {
	width: 60px;
	padding-left: 15px;
}
/* //Global Nanigation  */


/* 메뉴  */
#nav {
	position: absolute;
	left:240px;
	bottom:10px; 
	z-index: 1;
}

#nav #depth01 > li{
	position: relative;
	float: left;
	margin-right:58px; 
	padding-bottom:15px;
}
 #nav #sub_depth01 > li {
	position: relative;
	float: left;
	margin-right:40px; 
	padding-bottom:15px;

 }

#nav #depth01 > li > a , #nav #sub_depth01 > li > a{
	font-size: 15px;
	font-weight: bold;
}
#nav #depth01 > li > a:hover, #nav #depth01 > li > a:active, #nav #depth01 > li > a.on {
	color:#ff7f41;
}
#nav #sub_depth01 > li > a:hover, #nav #sub_depth01 > li > a:active, #nav #sub_depth01 > li > a.on {
	color:#ff7f41;
}
#nav #depth01 > li.on , #nav #sub_depth01 > li.on {	
	background: url(/images/top/menu_arrow_up.gif) no-repeat bottom;
} 
#nav .sub_nav_box ul li {
	float:none;
	margin:0px 20px 0px 45px;
	padding-bottom:5px;
}
#nav .sub_nav_box ul li a {	
	font-size: 13px;
	color:#000;
}
#nav .sub_nav_box ul li a:hover, #nav .sub_nav_box ul li a:active {
	color:#ff7f41;
}
#nav .sub_nav_box ul li:hover, #nav .sub_nav_box ul li:active , #nav .sub_nav_box ul li.on {	
	background: none !important;
} 
.sub_nav {
	display: none;
}
.sub_nav h3{
	width:140px;
	border-bottom:1px solid #58c2d5; 
	margin-bottom:10px;
	padding-bottom:5px;
	color:#58c2d5; 
	font-size: 16px;

}
.sub_nav_box {
	position:absolute; 
	display: none;
	width:725px; 
	height:134px; 
	z-index:-1
}
.sub_nav01{	
	background:url(/images/top/treatment_bg.png) no-repeat; 
	left:-45px; 
	top:-4px;
}
.sub_nav02{	
	background:url(/images/top/communication_bg.png) no-repeat; 
	left:-120px; 
	top:-4px;
}
.sub_nav03{	
	background:url(/images/top/life_bg.png) no-repeat; 
	left:-197px; 
	top:-4px;
}
.sub_nav04{	
	background:url(/images/top/introduction_bg.png) no-repeat; 
	left:-285px; 
	top:-4px;
}
.sub_nav05{	
	background:url(/images/top/infomation_bg.png) no-repeat; 
	left:-390px; 
	top:-4px;
}
.menu_banner {
	position:absolute; 
	right:0px; 
	bottom:0px;
}
/* //메뉴  */

/* 상단 SearchBox */
.search_box {
	position: absolute;
	right: 25px;
	bottom:20px;
	width:213px;
	height:28px;
	background: url(/images/top/input_search_bar.gif) no-repeat; 
	z-index: 1
}
.search_box #txtSchKwd {
	width: 170px;
	height: 26px;
	line-height: 26px;		
	margin:1px 5px;
	padding-left:5px;
	border: none;
}
.search_box p {
	margin-top:5px;
}
/* //상단 SearchBox */


/* //Header Area */

/* container area */
#container {
	width:100%;
	height:auto;
}
#sub_container {
	width:960px;
	height:100%;
	margin: 0 auto;
}

/* left navigation bar */
#left_area {
	margin-bottom:30px;
	width: 235px;
	min-height: 600px;
}
.lnb {
	width:185px;
	margin-top:15px;
}
.lnb_top {
	width: inherit;
	height: 85px;
	background:url(/images/left/sub_menu_header.png) no-repeat;  
}
.lnb_top ul li {
	padding:15px 15px 0px 22px;
}
.lnb_middle {
	width: inherit;
	height:auto;
	background: url(/images/left/sub_menu_bg-y.png) repeat-y;
}
.lnb_middle h2 {
	font-size: 24px;
	color: #ff7f3e;
	border-bottom: 2px solid #ff7f42;
	padding-top: 20px;

	margin :0px 15px;
}
.lnb_middle h2 p {
	padding:0px 0px 5px 6px;
	font-weight: bold;
}
.lnb_middle ul {
	padding:20px 0px 10px 22px;
}
.lnb_middle ul li {
	margin-right:22px;
	margin-bottom:15px;
}
.lnb_middle ul li a{
	color:#6b6b6b;
}
.lnb_middle ul li:hover,.lnb_middle ul li:active,.lnb_middle ul li.on {
	background: url(/images/icon/icon_arrow.gif) no-repeat right;
}
.lnb_middle ul li a:hover,.lnb_middle ul li a:active,.lnb_middle ul li a.on {
	color:#ff7f41;
	font-weight: bold;
}
.lnb_middle .phone_reservation ,.location {
	border-top:1px solid #d0d0d0;
}
.phone_reservation img,.location img {
	margin:1px 2px 0px 1px;
}
/* //left navigation bar */


 /* 서브 content layout */
#content {
	position: relative;
	width: 725px;
	height: auto;
	margin-bottom: 50px;
}
#content h2 {
	padding-top: 40px;
	padding-bottom: 10px;
	font-size: 24px;
	border-bottom: 1px solid #b1b1b1;
}
#content .social_print {
	position: absolute;
	right: 0px;
	top:40px;
}
#content .social_print li {
	float: left;
	margin-left:5px;
}
 /* //서브 content layout */


/* 메인 content layout */
#top_content_wrap {
	z-index:0;
	position:relative;
	/*width: 100%;*/
	min-width: 960px;
	min-height:560px;
	height:560px; 
	background-color: #d4d6d8;
}

#top_content {
	width: 960px;
	height:562px;
	margin:0 auto; 
}
#bottom_content {
	width: 960px;
/*	height: 170px;*/
	margin:0 auto;
	border-left:1px solid #d0d0d0;	
	border-right:1px solid #d0d0d0;	
}
/* //메인 content layout */
/* //container area */


#footer {
	/*width:100%;*/
	height:130px;
	/*border-top:1px solid #e0e0e0;*/
	clear: both;
}
.footer_wrap {
	position: relative;
	margin:0 auto;
	width: 960px;
}
#footer #links {
	height:25px;
	margin: 10px 0;
}
#footer #links li {
	float: left;
	height:25px;
	line-height:25px;
	background: url(/images/comm/division_m.jpg) no-repeat right;
}
.ft_01 {
	width: 128px;
	text-align: left;
}
.ft_02 {
	width: 150px;
	text-align: center;
}
.ft_03 {
	width: 124px;
	text-align: center;
}
.ft_04 {
	width: 128px;
	text-align: center;
}
.ft_05 {
	width: 155px;
	text-align: center;
	background: none !important;
}
#footer p {
	/*padding-top: 5px;*/
}
#footer #social_media {
	width:220px;
	position: absolute;
	right: 0px;
	top:0px;
	padding-bottom:15px;
}
#footer #social_media li:first-child{
	padding-right: 30px;
}
#footer #social_media li{
	padding-right: 8px;
	height:25px;
	line-height:25px;
}
#family_site{
	/*border-bottom: 1px solid #d0d0d0*/
}
#family_site ul{
	overflow: hidden;
	border: 1px solid #d0d0d0;
	border-bottom: 0
}
#family_site li.family_title{
	font-weight: bold;
}
#family_site li{
	float:left;
	width:135px;
	height:50px;
	line-height: 50px;
	text-align: center;
}
#footer_address, #footer_link, #sitemap{
	border-top:1px solid #d0d0d0;
}
#footer_address{
	height:45px;
	line-height: 45px
}
