/* BASIC css start */
/* 전체 레이아웃 */
#contentWrap {
 position: relative;
 margin-left: 0px;
 right: 0%;
 width: 1920px;
}
/* 카테배너 */
.cate_banner {
 width: 1920px;
}
.cate_bg {
 width: 1920px;
 height: 300px;
 background: url('https://dealer9492.jpg3.kr/vivitek/cate/product_banner.jpg');
}
/* 배너 텍스트 */
.sub_txt {
 font-size: 18px;
 letter-spacing: -1px;
 line-height: 60px;
 text-align: center;
 color: #fff;
}
.main_txt {
 font-size: 50px;
 letter-spacing: -1px;
 line-height: 60px;
 text-align: center;
 font-weight: bold;
 color: #fff;
}
/* 내용 */
.view {
 width: 1280px;
 margin-left: 300px;
 margin-bottom: 20px;
 margin-top: 60px;
 text-align: center;
}
/* BASIC css end */

