

/* Main catalog_menu */
.catalog_menu_rap {width:73%; float:left}
#catalog_menu, #catalog_menu-eng
{
	width: 100%;
	margin: 0;
	padding: 40px 0 0 0;
	list-style: none; 
	border-bottom:1px #cecece solid 
}

#catalog_menu li, #catalog_menu-eng li
{
	float: left;
	padding: 15px 0 0  0;
	position: relative;
	line-height: 0;
}

#catalog_menu a, #catalog_menu-eng a
{
	float: left;
	height: 25px;
	padding: 0 15px;
	color: #1e1e1e;
	text-decoration: none;
	font-weight:bold
}
#catalog_menu ul li a, #catalog_menu-eng ul li a 
{
	color: #fff;
	font-weight:normal
}
#catalog_menu li:hover > a, #catalog_menu-eng li:hover > a
{
	color: #5a5dca;
}
#catalog_menu ul li:hover > a, #catalog_menu-eng ul li:hover > a
{
	color: #fff;
}
*html #catalog_menu li a:hover, *html #catalog_menu-eng li a:hover /* IE6 */
{
	color: #5a5dca;
}

#catalog_menu li:hover > ul, #catalog_menu-eng li:hover > ul
{
	display: block;
}

/* Sub-catalog_menu */

#catalog_menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: -362px; /*서브 메뉴 위치 -307*/
    left: 0;
    z-index: 99999;    
    background: #bdbdc5;
    background: -moz-linear-gradient(#bdbdc5, #93939a);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #93939a),color-stop(1, #bdbdc5));
    background: -webkit-linear-gradient(#bdbdc5, #93939a);    
    background: -o-linear-gradient(#bdbdc5, #93939a);	
    background: -ms-linear-gradient(#bdbdc5, #93939a);	
    background: linear-gradient(#bdbdc5, #93939a);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#catalog_menu-eng ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: -84px; /*서브 메뉴 위치*/
    left: 0;
    z-index: 99999;    
    background: #bdbdc5;
    background: -moz-linear-gradient(#bdbdc5, #93939a);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #93939a),color-stop(1, #bdbdc5));
    background: -webkit-linear-gradient(#bdbdc5, #93939a);    
    background: -o-linear-gradient(#bdbdc5, #93939a);	
    background: -ms-linear-gradient(#bdbdc5, #93939a);	
    background: linear-gradient(#bdbdc5, #93939a);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#catalog_menu ul.catalog-right
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: -362px; /*서브 메뉴 위치*/
    left: 220px;
    z-index: 99999;    
    background: #bdbdc5;
    background: -moz-linear-gradient(#bdbdc5, #93939a);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #93939a),color-stop(1, #bdbdc5));
    background: -webkit-linear-gradient(#bdbdc5, #93939a);    
    background: -o-linear-gradient(#bdbdc5, #93939a);	
    background: -ms-linear-gradient(#bdbdc5, #93939a);	
    background: linear-gradient(#bdbdc5, #93939a);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}


#catalog_menu ul li, #catalog_menu-eng ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #93939abdbdc5, 0 2px 0 #e7e7eb;
    -webkit-box-shadow: 0 1px 0 #93939abdbdc5, 0 2px 0 #e7e7eb;
    box-shadow: 0 1px 0 #93939abdbdc5, 0 2px 0 #e7e7eb;

}

#catalog_menu ul li:last-child, #catalog_menu-eng ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#catalog_menu ul a, #catalog_menu-eng ul a
{    
    padding: 8px;
	height: 10px;
	width: 220px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

*html #catalog_menu ul a, *html #catalog_menu-eng ul a /* IE6 */
{    
	height: 10px;
}

*:last-child+html #catalog_menu ul a, *:last-child+html #catalog_menu-eng ul a /* IE7 */
{    
	height: 10px;
}

#catalog_menu ul a:hover, #catalog_menu-eng ul a:hover
{
    background: #3539be;
	background: -moz-linear-gradient(#5a5dca,  #3539be);	
	background: -webkit-gradient(linear, left top, left bottom, from(#5a5dca), to(#3539be));
	background: -webkit-linear-gradient(#5a5dca,  #3539be);
	background: -o-linear-gradient(#5a5dca,  #3539be);
	background: -ms-linear-gradient(#5a5dca,  #3539be);
	background: linear-gradient(#5a5dca,  #3539be);
}

#catalog_menu ul li:last-child > a, #catalog_menu-eng ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#catalog_menu ul li:last-child > a:after, #catalog_menu-eng ul li:last-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: 28px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #93939a;
}


#catalog_menu ul li:last-child a:hover:after, #catalog_menu-eng ul li:last-child a:hover:after
{
    border-top-color: #3539be; 
}



#catalog_menu ul li:first-child > a, #catalog_menu-eng ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

/* Clear floated elements */
#catalog_menu:after , #catalog_menu-eng:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #catalog_menu  , * html #catalog_menu-eng           { zoom: 1; } /* IE6 */
*:last-child+html #catalog_menu, *:last-child+html #catalog_menu-eng { zoom: 1; } /* IE7 */






/* 카탈로그 CSS Document */
 body,html{height: 100%;}

.lead-top {width:100%; background:#9e0b0f; height:83px}
.lead-top-logo {width:1000px; margin:0 auto; text-align:right; padding-top:15px}
.lead-top-slogan {width:1000px; margin:0 auto; text-align:right; padding-top:10px; color:#9e0b0f}
.lead-top-bold {font-size:15px; font-weight:bold; padding-top:3px}
.lead-container {width:996px; margin:0 auto; font-size:14px; min-height:82%; padding-bottom:80px}
.lead-container h1 {font-size:36px; color:#9e0b0f; font-weight:bold; margin-top:40px; margin-bottom:20px}
.lead-container h2 {font-size:14px; color:#363636; margin-bottom:50px; line-height:1.5em; font-weight:normal}
.lead-container h2 a {color:#9e0b0f; text-decoration:underline}
.lead-container h2 a:hover {color:#363636; font-weight:bold}
.lead-container h3 {font-size:24px; color:#2e2b28; font-weight:bold; margin-bottom:25px; margin-top:0; padding-top:0}
.catalog-rows {width:100%; padding-bottom:30px; overflow:hidden}
.catalog-rows-last {width:100%; padding-bottom:80px; overflow:hidden}

.catalog-box {font-size:18px; border:1px #c2c2c2 solid; padding:15px 20px; width:431px; float:left}
.catalog-box-right {font-size:18px; border:1px #c2c2c2 solid; padding:15px 20px; width:431px; float:left; margin-left:50px}
.catalog-box-text {width:80%; float:left}
.catalog-box-text-none {width:80%; float:left; color:#898989}

.catalog-down-btn {width:20%; float:left}
.catalog-down {background:#9e0b0f; color:#ffffff; text-align:center; font-size:14px; padding:5px 15px; border-radius:3px}
a.catalog-down {color:#FFFFFF}
a:hover.catalog-down {color:#FFFFFF; background:#2e2b28}

.catalog-down-none {background:#ebebeb; color:#2e2b28; text-align:center; font-size:14px; padding:5px 15px; border-radius:3px; cursor:default}


.lead-form-footer {width:100%; float:left; background:#ebebeb; color:#7d7d7d; height:30px; text-align:center; font-size:13px; padding-top:20px; margin-top:-50px}
.lead-form-footer span {padding-left:50px; padding-right:50px}
.lead-form-footer span a {color:#7d7d7d}
.lead-form-footer span a:hover {color:#000000}


