 .test{ float:left; width:720px;  background-color:#0F6;  }
 
@media all and (min-width:800px) {    /* 화면 너비가 980px 이상이고 미디어쿼리를 지원하는 브라우저라면 아래 코드를 해석함 */
     .test{ float:left; width:800px ; background-color:#333333 }    /* 콘텐츠 플롯하고 너비를 고정 */
     
 }

.mainbanner { margin:8% auto; width:90%; }
.mainbanner img { width:100%;}

.product { width:100%; height:; margin:4% auto; overflow:hidden;}
.product .title { margin-bottom:20px; font-weight:300; color:#707070; line-height:1.3em; text-align:center;}
.product .title strong { font-size:1.7em; color:#5c5c5c; line-height:1.8em;}
.product li { width:100%; margin-bottom:30px; }
.product li img { width:100%; }

.bottom { background:url(../images/bg_bottom.jpg); background-size:cover; width:100%; padding:50px 0; }
.bottom .movie { width:94%; margin:0 auto;}
.bottom .movie p { display:block; font-size:1.4em; font-weight:600; color:#fff; letter-spacing:-1px; text-align:center; margin-bottom:10px;}
.bottom .tel { margin-top:;}






/*기본게시판*/
.latestBBS { clear:; margin-left:0; width:; }
.latestBBS li {height:35px; overflow:hidden; background: url() no-repeat 5px 13px; border-bottom:1px #e6e6e6 solid;} /* ../images/dot_title2.png */
.latestBBS li .title { display:inline-block; width:99%; text-overflow:ellipsis; white-space:nowrap; font-size:1.0em; font-weight:400; color:#646464; line-height:35px; overflow:hidden; }
.latestBBS li img {display:none;}
.latestBBS li .text {display:none;}
.latestBBS li .date {display:none; float:right; color:#666666; letter-spacing:0.5px;}

/*갤러리게시판*/
.latestGallery li { width:23.5%; float:left; margin-top:; margin-right:2%;}
.latestGallery li:last-child { margin-right:0px;}
.latestGallery li .img img { width:100%; height:;}
.latestGallery li .caption { width:; height:; margin-top:5px; overflow:hidden; text-align:center; z-index:999; }


/* 테이블 */
.tb1 { color: #393939; font-size:15px; width:100%; border-top:2px #b99b53 solid; padding:0; border-spacing:0;border-collapse:collapse;   }
.tb1 caption {color: #393939; font-size: 16px ; margin-bottom:5px; line-height:29px; font-weight:600; background:url(../images/dot_title.png) no-repeat 0px 9px; padding-left:22px; text-align:left; }
.tb1 th{background:#fff; border:1px #dadada solid; padding:8px; font-weight:600; text-align:center; }
.tb1 td{background:#fff; border:1px #dadada solid; padding:8px; line-height:; }
.tb1 td.center{ text-align:center; }
.tb1 td.bg1{ background:#5cbad4; font-weight:600; color:#fff; text-align:center;}
.tb1 td.bg2{ background:#f3fafa; font-weight:600; color:; text-align:center;}
.tb1 td a { color:#006666}
.tb1 td li{ margin:5px 0;}
.tb1 thead {background:#f3fafa; color:#006666; font-size:15px; font-weight:;}
