/* BASIC css start */
/* 메인 롤링 배너 */
.sliderWrap {position:relative;min-width:1200px;height: 620px;overflow:hidden;}
.sliderWrap .sliderArea {margin-left:-1500px;position:absolute;top:0;left:50%;width:3000px;text-align: center;}
.sliderArea .bx-pager{position:absolute;bottom: 26px;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: #2c2c2c;border-radius: 10px;-webkit-transition: background 300ms, width 300ms;transition: background 300ms, width 300ms;}
.sliderArea .bx-pager-link.active{width: 86px; background-color: #e61b37;}
.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: 60px;display:inline-block;width:60px;height:60px;line-height: 68px; transition:all 0.3s ease;-webkit-transition:all 0.3s ease;color:#fff; opacity:0.3}
.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 { opacity:0.8 }

/* 공지사항 */
.noticeArea { background:#f3f3f3; padding: 16px 0; }
.noticeArea .notice {position: relative;height: 27px;line-height:27px;overflow: hidden;font-weight:bold; width:578px;margin:0 auto;}
.noticeArea .notice dt {float: left;padding: 0 15px 0 0;font-size: 16px; color:#2c2c2c; }
.noticeArea .notice dt .grBar {display:inline-block;margin-left: 20px;width:1px;height: 12px;background: #8a8a8a;vertical-align: -2px;}
.noticeArea .notice dt i { font-size:22px; margin:-6px 5px 0 0;vertical-align:middle;}
.noticeArea .notice dd {position:relative;float: left;width:430px;height: 27px;padding-right: 20px; text-align:left; }
.noticeArea .notice dd a { color:#2c2c2c; font-size:14px; font-weight:normal; text-align:left; }
.noticeArea .notice dd a:hover{color:#2d2d2d;}
.noticeArea .notice .noticeBtn .prev {position: absolute;right:0; top: -1px;}
.noticeArea .notice .noticeBtn .next { position: absolute;right:0; top: 15px;}

/* 배너 */
.banWrap { width:1200px; margin: 100px auto 0;}
.banArea li { width: 285px;float: left;margin-right:20px; }
.banArea li:last-child { margin-right:0 }
.banArea .textOver{position:relative;display:block}
.banArea .textOver img { display: block; width: 100%; height: auto; }
.banArea .textOver .txtArea{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0);}
.banArea .textOver .txt{position:relative;height:100%;color:#fff;font-weight:bold;}
.banArea .textOver .txt .tit{position:absolute;top:50%;margin-top:-11px;width:100%;font-size:32px;text-align:center;transition:all .4s ease-out}
.banArea .textOver .txt .subTit{position:absolute;top:57%;margin-top:-9px;width:100%;font-size:16px;text-align:center;opacity:0;transition:all .4s ease-out}
.banArea .textOver:hover .txt {  border: 1px solid rgba(255, 255, 255, 0.3);}
.banArea .textOver:hover .txt .tit {  top: 44%;  opacity: 0;}
.banArea .textOver:hover .txt .subTit {  top: 50%;  opacity: 1;}

/* 상품 타이틀 */
.h_title h3 { font-family: 'Nanum Myeongjo', serif;text-align:center;margin:120px auto 40px; font-size: 28px; font-weight:bold; color:#2e2e2e; letter-spacing:1px; }
.h_title h3 span { color:#e61b37;}
.item-wrap {overflow: unset; width:1220px; margin: 0 auto;min-width: 1220px;}

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

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



.owl-carousel .owl-item .item { width:900px; padding:20px 70px; background:#fff;}
.owl-carousel .owl-item .item .slide-item .thumb { position: relative; float:left; width:390px;}
.owl-carousel .owl-item .item .slide-item .thumb > a { display:block; overflow:hidden;text-align: center; }
.owl-carousel .owl-item .item .slide-item .thumb img { width:100%;-webkit-transition: -webkit-transform 0.5s ease;transition:transform 0.5s ease;}
.owl-carousel .owl-item .item .slide-item .thumb:hover img {-webkit-transform: scale(1.15);transform: scale(1.15) }
.owl-carousel .owl-item .item .slide-item .prd-info { float:left;position:relative;height:390px; }
.owl-carousel .owl-item .item .slide-item .prd-info ul { margin:70px 0 0 70px;}
.owl-carousel .owl-item .item .slide-item .prd-info ul .prd-name { font-size: 22px;font-weight:bold;}
.owl-carousel .owl-item .item .slide-item .prd-info ul .prd-price {padding: 10px 0 0;font-size: 16px;color: #2c2c2c; }
.owl-carousel .owl-item .item .slide-item .prd-info ul .prd-price del,
.owl-carousel .owl-item .item .slide-item .prd-info ul .prd-price strike { color:#888; font-weight: normal; font-size: 14px; margin-right: 5px; }
.owl-carousel .owl-item .item .slide-item .prd-info ul .prd-subname {color:#888;line-height:18px; font-size:14px; margin:25px 0 0;}
.owl-carousel .owl-item .item .slide-item .prd-info .prd-btn { position: absolute; bottom: 45px; left: 70px; }
.owl-carousel .owl-item .item .slide-item .prd-info .prd-btn a { display:inline-block;width:175px; height:45px; text-align:center; line-height:45px;margin: 0 7px 0 0;font-size:14px;}
.owl-carousel .owl-item .item .slide-item .prd-info .prd-btn .cart {background:#dcdcdc; color:#2c2c2c;}
.owl-carousel .owl-item .item .slide-item .prd-info .prd-btn .buy {background:#2c2c2c; color:#fff;}
.owl-carousel .owl-item .item .slide-item .prd-info .prd-btn .cart:hover { -webkit-transition:all 0.3s ease;transition:all 0.3s ease;background:#9e9e9e; color:#fff; }
.owl-carousel .owl-item .item .slide-item .prd-info .prd-btn .buy:hover {-webkit-transition:all 0.3s ease;transition:all 0.3s ease;background:#9e9e9e; color:#fff; }

/* Customize Owl Dot Style */
.owl-dots,
.owl-nav { text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-dots { margin-top: 50px; width: 100%;}
.owl-dots .owl-dot { display: inline-block; }
.owl-dots .owl-dot.active span { width:86px;background-color: #e61b37; !important; }
.owl-dots .owl-dot span{display:block;width:32px;height:8px;background-color: #2c2c2c; margin:0 4px;border-radius:10px;-webkit-transition: background 300ms, width 300ms;transition: background 300ms, width 300ms;visibility:visible;-webkit-backface-visibility:visible}
.owl-carousel .owl-nav { position: absolute; top: 50%;left: 0;margin-top: -20px;margin-left: -50px; padding: 0 50px;z-index: 99;}
.owl-carousel .owl-nav button span { visibility: visible;  -webkit-backface-visibility: visible;}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next { position: absolute;padding: 0;width: 21px;height: 39px;}
.owl-carousel .owl-nav .owl-prev { left: 54px; }
.owl-carousel .owl-nav .owl-next { right: 54px; }

#ftWrap{ margin: 50px 0 0 0 !important;}
#wrap .asideMenu{top: 940px;}


/* BASIC css end */

