@charset "euc-kr";
/* CSS Document */

ul, ol{list-style:none;}
a {text-decoration: none;}
.text-center {text-align: center; padding: 10px 0;}
h2 {margin-bottom: 30px;}
.wrap {width: 709px; margin: 0 auto;}
.clear {clear: both;}

/* Tutorial CSS */
#menu-slider {
padding: 0px; 
}

/* Required */
#list-images, #list-images li {
height: 308px; 
width: 428px; 
display: block;
}
#list-images {
float: right; 
overflow: hidden; /* Required to hide the inactive slides */
}
#list-images li {
position: relative;
}

#list-images li img {
background: #fff; 
position: absolute; 
top: 0; 
left: 0;
}


/* Menu text links */
#list-links {
width: 270px; 
float: left;
}
#list-links li {
padding: 0 0 0 0;
border-bottom: 1px solid #ccc; 
}
#list-links li a {
color: #222; 
padding: 9px 5px 9px 8px; 
font-weight: bold; 
font-size: 13px; 
display: block;
}
#list-links li.hover {
background: url(/images/index/tab_current.png) no-repeat 100% center;
}
#list-links li.hover a, #list-links li.hover a:hover {
color: #fff; 
background: none; 
border-bottom: none; 
padding-bottom: 9px;
}
#list-links li.last a {
border-bottom: none;
}
