/* BASIC css start */
/* best-evt */
#main .best-evt { zoom: 1; overflow: hidden; margin-top: 20px; }
/* slideBestEvt */
#main #slideBestEvt { float: left; width: auto; border-left: 0; }
/* hashBestEvt */
#main #hashBestEvt { position: relative; float: right; }
/* headlineBanner */
#main #headlineBanner { position: relative; margin-top: 20px; }
/* mdItem */
#main #mdItem { position: relative; margin-top: 20px; }


.MAINFlash {width:1170px; height:550px; margin:0 auto; background-repeat:no-repeat;}

.mainlist-title {width:100%; margin-top:40px; margin-bottom:40px; text-align:center;}

.MAINBanner {width:1170px; height:480px; margin:0 auto; margin-top:50px;}
.mban1 {float:left; margin-right:10px;}
.mban2 {float:left; margin-bottom:10px;}
.mban3 {float:right; margin-bottom:10px;}
.mban4 {float:left;}
.mban5 {float:right;}


.mainback1 {
width:1170px;
height:350px;
margin:0 auto;
background-image:url(http://www.ches.co.kr/design/ches/main/mainback3.jpg);
line-height : 350px !important;
overflow : auto;
font-size:3em;
text-align:center;
color:#fff;
font-weight:bold;
background-repeat:no-repeat;
background-attachment: fixed;
background-position: center;
}




/* 메인플래시 */
/* The slider container */
#sliderContainer {
width: 1170px;
position:relative;
margin: 0 auto;
overflow:hidden;
}
/* The slider ul stypes, important to note that we hide all the overflow! */
#simpleSlider {
width: 1170px;
height: 525px;
overflow: hidden;
position: relative;
list-style: none;
padding: 0;
}
/* styles for each item */
#simpleSlider li {
position: absolute;
top: 0px;
left:0px;
display: none;
}
/* display the first item */
#simpleSlider li:first-child {
display: block;
}
/* Some margin for your navigation */
#simpleSliderNav {
position:relative;
left:515px;
bottom:0px;
margin:0 atuo;
z-index:10000;
}
/* Styling for the navigation items, this can also be anything we want, but I am using circles */
.simpleSliderNavItem {
height: 15px;
width: 15px;
float: left;
background: #ddd7d7;
margin-left: 10px;
border-radius: 100px;
cursor: pointer;
}
/* styles for the active nav item */
.active {
background: #dfc5c4;
}

/* BASIC css end */

