/* BASIC css start */
/* ¸ÞÀÎ ·Ñ¸µ ¹è³Ê */
.sliderWrap {
    position: relative;
    min-width: 1220px;
    height: 600px;
    overflow: hidden;
    width: 100%;
}
.sliderWrap .swiper-pagination-bullet{
 border-radius:50px!important;
 width:17px!important;
 height:17px!important;
background:none!Important;
}

.sliderWrap .swiper-pagination-bullet::before{
 content:"";
display:block;
background:#279f6d;
width:100%;
height:17px;
border-radius:20px;
}

.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{
    display: inline-flex;
    justify-content: space-between;
    gap:20px;
    margin: 80px 0;
}
.MainBoard dt {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #279f6d;
    padding-bottom: 8px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.MainBoard dt img{width: 20px;}
.MainBoard dt img:hover{
    opacity: 0.5;
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
}
.MainBoard dt span{
    display: inline-flex;
    align-items: baseline;
    gap:20px;
}
.MainBoard dt h1{
    font-size: 21px;
    color:#010101;
}
.MainBoard dt h2{
    font-size: 14px;
    color:#888;
}

.noticeArea .ctn1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.MainBoard dd{
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.MainBoard dd a, .MainBoard dd b, .MainBoard dd b span, .MainBoard dd span{
    font-size: 12px;
    color: #888;
    font-weight: 400;
}
.MainBoard dd a:hover{color: #010101; transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;}
.MainBoard dd a b:hover{color: #010101; transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;}
.mvArea{width: 640px; height: 340px;}

/* ¹è³Ê */
.banWrap { 
    width: 1220px;
    margin: 0 auto;
}

.banWrap ul{
    width: 100%;
    display: flex;
    gap: 20px;
}
.banArea li { width:calc(100%/4);}
.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 { text-align:center; margin:80px auto 40px; font-size: 21px; color:#010101;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.7px;
}
.h_title h3 span { color:#e61b37;}
.item-wrap {overflow: hidden; width:1220px; margin: 0 auto;min-width: 1220px;}

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

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

/* ÃßÃµ»óÇ° */
#recmdItem .h_title h3 { margin:0 auto 45px; }
#recmdItem { position: relative; background:#eee; padding:50px 0; margin:80px 0 0; }
#recmdItem .bx-controls { }
#recmdItem .bx-controls-direction {position:absolute;top:50%;z-index:60;text-align:center;width: 1220px;}
#recmdItem .bx-prev, #recmdItem .bx-next{position:absolute;top:0;margin-top:-30px;font-size: 50px;display:inline-block;width:60px;height:60px;}
#recmdItem .bx-prev i, #recmdItem .bx-next i {line-height: 60px;}
#recmdItem .bx-prev {left: -70px;}
#recmdItem .bx-next {right: -70px;}
#recmdItem .bx-prev:hover, #recmdItem .bx-next:hover{color:#777}

.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 */

