@charset "utf-8";
@import url('global.css');
@import url('layout.css');
@import url('common.css');


.intro { margin:0 auto; width:1300px;}

.business_01 { background:url(../images/mb_01_bg.jpg) center; background-attachment:fixed; background-size:cover; text-align:center; }
.business_02 { background:url(../images/mb_02_bg.jpg) center; background-attachment:fixed; background-size:cover; text-align:center; }
.business_03 { background:url(../images/mb_03_bg.jpg) center; background-attachment:fixed; background-size:cover; text-align:center; }

.vision { background:url(../images/main_vison_bg.jpg) center; background-attachment:fixed; background-size:cover; text-align:center; }

.app { margin:0 auto; width:1300px; }





.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;}
.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; }




