/* BASIC css start */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');

@font-face {
    font-family: 'texgyreheros';
    src: url('http://www.flukeofficial.com/design/fluke/wib/texgyreheros-bold.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'texgyreheros';
    src: url('http://www.flukeofficial.com/design/fluke/wib/texgyreheros-regular.otf') format('opentype');
    font-weight: normal;
}

.list_shopping2x h3 {font-size:20px; font-weight:bold; padding-top: 70px; }

/* 롤링배너 */
#event .MS_img-wrap { position: relative; width: 100%; overflow: hidden; }
#event .event-imgs { position: relative; }
#event .MS_img-area { float: left; }
#event .MS_img-area:not(:first-child) { display: none; }
#event .MS_img-area img { width: 100%; }
#event .pagination { position: relative; left: 0; text-align: center; width: 100%; }
#event .pagination .swiper-pagination-switch { display: inline-block; margin: 0 0px; text-indent: -9999px; background: url(/images/d3/m_01/bull/event_now@2x.gif) no-repeat 0 50%; background-size: 19px 7px; width: 10px; height: 10px; }
#event .pagination .swiper-active-switch { background-position: -12px 50%; }
/* //롤링배너 */
.main h3 {font-size:1.250em; display: inline-block; margin:45px 0 18px 0; padding-top:6px; border-top:1px solid #3b3b3b;}
.main .topBanner {margin-top:15px;}
.main .topBanner .topBannerLeft {width:49%; float:left; position:relative;}
.main .topBanner .topBannerRight {width:49%; float:right; position:relative;}
.main .topBanner img {width:100%; vertical-align:top;}
.main .topBanner .topBannerTitle {width:100%; font-size:1.083em; font-weight:bold; padding:2px 0; background-color:rgba(0,0,0,0.4);; text-align:center; color:#fff; position:absolute; bottom:0; left:0;}


/* 이미지 배너 */
.imgBanner{ margin:0px 0px;  }
.imgBanner ul{overflow: hidden; float: center;}
.imgBanner ul li{ float: left; width: 50%; }

.imgBanner ul li a .thumb{ position: relative; }
.imgBanner ul li a .thumb img{width: 100%;}
.imgBanner ul li a .thumb img{width: 100%;}
.imgBanner ul li a .thumb .cover_text{ position: absolute;  color: #fff;   bottom: 15px;  left: 5px;  line-height: 0.4rem; font-family: Roboto, nanumgothic, sans-serif; }
.imgBanner ul li a .thumb .cover_text .main_title {font-weight: bold;    font-size: 0.6rem;  padding-bottoom:5px;   font-family: Roboto, nanumgothic, sans-serif; }
.imgBanner ul li a .thumb .cover_text .sub_title { font-size: 0.5rem;  bottom: 0px;   font-family: Roboto, nanumgothic, sans-serif; }
.imgBanner ul li a .thumb .cover_text2{ position: absolute;  color: #fff;   bottom: 15px;  left: 5px;  line-height: 0.5rem; font-family: Roboto, nanumgothic, sans-serif; }
.imgBanner ul li a .thumb .cover_text2 .main_title_side {font-weight: bold;    font-size: 0.7rem;  padding-bottoom:5px;   font-family: Roboto, nanumgothic, sans-serif; }
.imgBanner ul li a .thumb .cover_text2 .sub_title_side { font-size: 0.6rem;  bottom: 0px;   font-family: Roboto, nanumgothic, sans-serif; }
.imgBanner ul li a .thumb_2 { position: relative; }
.imgBanner ul li a .thumb_2 img {width: 50%; }




/* 기본 상품폼 */
.item-cont {
    font-size: 0;
    width: 1500px;
}

.item-cont .item-list {
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 15px 50px 15px;
    box-sizing: border-box;

}

.item-cont .item-list dt {
    margin: 0 auto;
    position: relative;
}

.item-cont .item-list dt .cart_btn {
    position: absolute;
    bottom: 14px;
}

.item-cont .item-list dt img {
    width: 100%;
}

.item-cont .item-list dd ul {
    position: relative;
    text-align: left;
    padding-left: 10px;
    padding-top: 20px;
}

.item-cont .item-list .prd_icon {
    margin: 10px 0;
}

.item-cont .item-list .prd_icon span img {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.item-cont .item-list .prd_icon span img:last-of-type {
    margin-right: 0;
}

.item-cont .item-list .prd-name {
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    font-weight: bold;
    font-family: Roboto, nanumgothic, sans-serif;
}

.item-cont .item-list .prd-subname {
    font-size: 12px;
    font-weight: 400;
    color: #686868;
    margin: 0;
    padding: 0;
    border-top: none;
}

.item-cont .item-list .prd-price {
    padding-top: 7px;
}

.item-cont .item-list .prd-price span.org_p {
    font-size: 12px;
    color: #999;
    padding-bottom: 2px;
    display: block;
    margin-right: 5px;
}

.item-cont .item-list .prd-price span.org_p strike {
    color: #999;
}

.item-cont .item-list .prd-price span.price {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    font-family: Roboto, nanumgothic, sans-serif;
}

.item-cont .item-list .prd-price span.price .won {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    font-family: Roboto, nanumgothic, sans-serif;
}

.item-cont .item-list .prd-price span.disc {
    color: #5961f9;
    font-size: 19px;
    display: inline-block;
    margin-left: 5px;
}

.item-cont .item-list .hover_info {
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    position: absolute;
    bottom: 30%;
    width: 100%;
    left: 0;
    text-align: center;
}





/* BASIC css start */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.mainbox img {
    width: 100%;
}

.blankbox100 {
    width: 100%;
    height: 100px;
}

.titletext {
    font-family: Roboto;
    font-size: 10pt;
    text-align: center;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.spotlight_text {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
    font-family: Roboto;
    font-size: 12pt;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.spotlight_box {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
}

.spotlight_box2 {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    position: relative;
}

.spotlight_a img {
    text-align: center;
    width: 100%;
}

.spotlight_b img {
    text-align: center;
    width: 100%;
}

.textpadding {
    padding-top: 10px;  
    padding-bottom: 50px;
    font-size: 12px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff
}
/* 기존 css */

.main_cate_wrap {
    /* left: -15px; */

}

.main_cate_wrap ul {
    overflow: hidden;
    list-style: none;
    -webkit-padding-start: 0px;
}

.main_cate_wrap ul li {
    float: left;
    width: 32%;
    list-style: none;
}

.main_cate_wrap ul li:nth-child(-n+2) {
    padding-right: 1%;
}


.main_cate_wrap ul li a .thumb {
    position: relative;
  text-align: center;
}

.main_cate_wrap ul li a .thumb img {
    width: 100%;
}

.main_cate_wrap ul li a .thumb .cover_text {
    opacity: 0;
    transition-duration: 0.3s;
    padding-top: 341px;
    font-family: "Roboto";
    font-size: 20px;
    background: #000;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.main_cate_wrap ul li:hover a .thumb .cover_text {
    opacity: 0.7;
}


.snap {
    padding: 0 5px;
    float: left;
    width: 100%;
}

.snap img {
    width: 100%;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}



/* 동영상 */
.mvideo {
    position: relative;
}

.mvideo .videotit {
    position: absolute;
    left: 61px;
    top: 40px;
    z-index: 1;
    font-size: 20px;
    color: #fff;
    font-size: 40px;
    font-family: Noto Sans SC, sans-serif;
    line-height: 1.6;
}

/* swiper */
.swiper-container {
        width: 100%;
      }

      .swiper-slide {
        background-position: center;
        background-size: cover;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
       
      }
/* BASIC css end */

