﻿/* 왼쪽상단부분 */
.accordion_header { width: 220px; }
.accordion_header  ul.subtitle {margin:20px 0 20px 0; height:30px; line-height:30px; text-align:left; color:#666666; font-size:20px; font-weight:bold; }


/* `Accordion Specific
----------------------------------------------------------------------------------------------------*/

.accordion {
	margin: 15px 0 0 0;
	padding: 1px 0 0;
	width: 220px;
}

.accordion h3,
.accordion div {
	border: 0px solid #999;
	margin: -1px 0 0;
}

.accordion h3 a {
	/*background-color: #e0e0e0;*/
	color: #004197;
	font-size:13px;
	font-weight:bold;
	display: block;
	margin-top:0px;
	padding: 5px 0 5px 30px;
	position: relative;
	text-decoration: none;
	border-bottom:1px solid #DDDDDD;
}

/* For IE6. */
* html .accordion h3 a {
	height: 1%;
}

.accordion h3 a:hover {
	background: #026ab3;
	color: #fff;
}

.accordion h3 a span {
	background: url(/sec01/ut_dnc/common/left_arrow.png) no-repeat; 
	font-size: 0;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 9px;
	height: 9px;
}

.accordion h3 a.accordion_expanded span {
	background-position: 0 -9px;
}

.accordion h3 a:hover span {
	background-position: -9px 0;
}

.accordion h3 a.accordion_expanded:hover span {
	background-position: -9px -9px;
}

.accordion div {
	font-size: 11px;
	font-weight:bold;
	overflow: hidden;
	display: none;
}

.accordion div p {
	margin: 0px 0;
	padding: 10px 30px;
	color: #533d55;
}

.accordion div p a{color: #533d55;}

/*
.tree ul {
	display: none;
}

.tree .tree_expanded {
	display: block;
}
*/


/* 왼쪽하단부분 */
.accordion_footer { width: 220px; }
.accordion_footer  ul.tel {margin:30px 0; text-align:center; color:#714a5f; font-size:11px; font-weight:bold; }
.accordion_footer  ul.tel span {font-size:20px; }
.accordion_footer  ul.banner01 {height:40px; line-height:40px; padding:0 0 0 30px; text-align:left; font-size:12px; font-weight:bold; border-bottom:1px solid #e0e0e0;}
.accordion_footer  ul.banner01 a {color:#666666; }
.accordion_footer  ul.banner01 a:hover {color:#714a5f; }