/* BASIC css start */
/* 메인 롤링 배너 */
.sliderWrap {position:relative;min-width:1200px;height: 542px;overflow:hidden;}
.sliderWrap .sliderArea {margin-left:-1500px;position:absolute;top:0;left:50%;width:3000px;text-align: center;}
.sliderArea .bx-pager{position:absolute;bottom: -36px;left:0;right:0;z-index:60;text-align:center; font-size:20px; }
.sliderArea .bx-pager-item{transition:all 0.3s ease;-webkit-transition:all 0.3s ease;display:inline-block;position:relative;}
.sliderArea .bx-pager-link{display:inline-block;width: 32px;height: 8px;font-size:0;margin: 0 5px;background-color: #dddddd;border-radius: 10px;-webkit-transition: background 300ms, width 300ms;transition: background 300ms, width 300ms;}
.sliderArea .bx-pager-link.active{width: 86px; background-color: #8b8b8b;}
.sliderArea .bx-controls-direction {position:absolute;top:50%;z-index:60;text-align:center;width: 100%; opacity:0;}
.sliderArea:hover .bx-controls-direction { transition:all 0.3s ease;-webkit-transition:all 0.3s ease; opacity:1; }
.sliderArea .bx-prev, .sliderArea .bx-next{position:absolute;top:0;margin-top:-30px;font-size: 30px;display:inline-block;width:60px;height:60px;line-height: 68px; border: 1px solid rgba(255, 255, 255, 0);transition:all 0.3s ease;-webkit-transition:all 0.3s ease;color:#fff;}
.sliderArea .bx-prev{left: 33%;margin-left: -92px; }
.sliderArea .bx-next{right: 33%;margin-right: -92px; }
.sliderArea .bx-controls-direction a.bx-prev:hover, .sliderArea .bx-controls-direction a.bx-next:hover {border:1px solid #fff;}

/* 상품 타이틀 */
.h_title h3 { text-align:center;margin:100px auto 40px; font-size: 28px; font-weight:bold; color:#2e2e2e; letter-spacing:1px; }

.item-wrap {overflow: hidden; width:1200px; margin: 0 auto;min-width: 1200px;}

.mdArea { width:1200px; margin:0 auto; }

/* 고정 배너 */
.fixBan { margin: 30px auto 0; position: relative; height: 380px; background: url('/design/bluelighti/13661/d4-0036/tem153/fixban.jpg') center top repeat-y; background-attachment: fixed; overflow: hidden; }
.fixBan .inner {display:none;width: 1200px; margin: 0 auto; }
.fixBan .inner .t1 { padding: 20px 0 0 20px; font-size: 40px; font-style: italic; color: #fff; font-weight: 300; line-height: 37px;}

/* SPEICAL ITEM */
#specialWrap {width:1200px; margin:0 auto; }

/* 서브배너 */
.subBanArea { margin:100px 0 0;padding:70px 0;background:#f4eee4; }
.subBanArea .sBan { width:1200px; margin:0 auto;text-align:center; }
.subBanArea .sBan li { overflow:hidden;display:inline-block;margin:0 30px 0 0;background:#fff;padding:30px 40px 26px; }
.subBanArea .sBan li:last-child { margin:0 ; }
.subBanArea .sBan li p.title { font-size:18px; font-weight:bold; margin:28px 0 6px;}
.subBanArea .sBan li p.txt { font-size:14px; color:#888; line-height:20px; } 
.subBanArea .sBan li a img { width:100%; }
.subBanArea .sBan li a:hover img {opacity:0.8;}

/* 하단영역 라인 삭제 */
#ftWrap{margin: 0 !important;border-top:none !important;}

/* BASIC css end */

