@charset "utf-8";
@import url('global.css');
@import url('layout.css');
@import url('common.css');


.mainbanner { display:flex; justify-content:space-between; }
.mainbanner .mainbanner_1 {flex-basis:50%; background:url(../images/mainbanner_01_bg.jpg) right no-repeat; text-align:right;}
.mainbanner .mainbanner_2 {flex-basis:50%; background:url(../images/mainbanner_02_bg.jpg) center no-repeat; text-align:left;}


.business { display:flex; justify-content:space-between; width:1300px; margin:90px auto 65px; }
.business .tit { }
.business ul { display:flex; justify-content:space-between; flex-wrap:wrap; }
.business ul li { margin:0 8px;}


.mainbanner2 { width:1300px; margin:0 auto 90px;}
.mainbanner2 ul { display:flex; justify-content:space-between; flex-wrap:wrap; }








/*기본게시판*/
.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; }




