@charset "utf-8";
@import url('global.css');
@import url('layout.css');
@import url('common.css');


.info { background:#eaf4fc; text-align:center;}

.product { width:1200px; margin:60px auto 80px;}

.making { background:url(../images/main_making_bg.jpg) center; text-align:center;}


.bottom { background:#f6f6f6; padding:60px 0;} 
.bottom .wrapper { width:1200px; margin:0 auto; overflow:hidden;}
.bottom .wrapper .board { float:left; width:550px; }
.bottom .wrapper .customer { float:right; }







/*기본게시판*/
.latestBBS { clear: both; margin-left:0;}
.latestBBS li {height:; overflow:hidden; background: url() no-repeat 5px 13px;} /* ../images/dot_title2.png */
.latestBBS li .title { display:inline-block; width:420px; font-size:16px; font-weight:400; color:#2c2c2c; line-height:30px; 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:14px; color:#8d8d8d; letter-spacing:0.5px;}



/*갤러리게시판*/
.latestGallery li { float:left; width:285px; margin:10px;}
.latestGallery li:last-child { margin-right:0px;}
.latestGallery li .img img { width:100%; height:200px; border:0px #cecece solid; }
.latestGallery li .caption { display:none; width:283px; height:30px; margin-top:15px; font-size:17px; font-weight:400; text-align:center; overflow:hidden; z-index:999; }


/*Request*/
.mainOnline { float:left; background:#fff; padding:25px 30px; width:518px; height:; border:1px #004492 solid;}
.mainOnline .title {margin-left:;}
.mainOnline form {margin-left:;}
.mainOnline form td { height:30px;}
.mainOnline form td .i_text { border:1px #bfbfbf solid; width:167px; height:22px;}

.mainOnline2 {  float:right; background:#fff; padding:25px 30px; width:518px; height:; border:1px #004492 solid; }
.mainOnline2 .title {margin-left:23px;}
.mainOnline2 .headArea {margin-left:23px; width:488px; border-top:1px #175ea9 solid;border-bottom:1px #175ea9 solid; line-height:32px; overflow:hidden; color:#1d71b7; font-weight:bold;}
.mainOnline2 .headArea .name { width:20%; float:left; text-align:center}
.mainOnline2 .headArea .kind { width:20%; float:left; text-align:center}
.mainOnline2 .headArea .date { width:20%; float:left; text-align:center}
.mainOnline2 .headArea .address { width:40%; float:left; text-align:center}
.mainOnline2 .listArea {margin-left:23px; width:488px; border-bottom:1px #d9d9d9 solid; line-height:30px; overflow:hidden; color:#333; }
.mainOnline2 .listArea .name { width:20%; float:left; text-align:center}
.mainOnline2 .listArea .kind { width:20%; float:left; text-align:center}
.mainOnline2 .listArea .date { width:20%; float:left; text-align:center}
.mainOnline2 .listArea .address { width:40%; float:left; text-align:center}


