@charset "utf-8";
@import url('global.css');
@import url('layout.css');
@import url('common.css');


.about { width:1300px; margin:100px auto;}

.product { background:url(../images/main_product_bg.jpg) center; background-attachment:fixed; background-size:cover; text-align:center;}

.mainbanner {background: linear-gradient(to left, #ed1c24 50%, #fff 50%);  }
.mainbanner .wrapper { width:1300px; margin:0 auto; }








/*기본게시판*/
.latestBBS { clear: both; margin-left:0;}
.latestBBS li { border-bottom:1px solid #eaeaea; overflow:hidden; }
.latestBBS li .title { display:inline-block; width:300px; font-size:16px; font-weight:400; color:#2c2c2c; line-height:54px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.latestBBS li img {display:none;}
.latestBBS li .text {display:none;}
.latestBBS li .date {display:; float:right; font-size:13px; color:#909090; line-height:54px; letter-spacing:0.5px;}


/*갤러리게시판*/
.latestGallery li { float:left; width:200px; margin:0 10px 20px 10px;}
.latestGallery li:last-child { margin-right:0px;}
.latestGallery li .img img { width:198px; border:1px #e3e3e3 solid; }
.latestGallery li .caption { width:200px; height:30px; margin-top:10px; font-size:16px; font-weight:400; text-align:center; overflow:hidden; z-index:9; }




