/* BASIC css start */
/*--- reset ---*/

#contentWrap{width:100% !important;}

.item-wrap{padding-top: 80px;clear: both;}
.prod_info_wrap{text-align: left;}
.normal_item{float: left;height:540px;}

h2.tit {width:1332px;margin:0 auto 30px;font-size: 18px;font-weight: 300;padding:15px 0 15px 15px;line-height: 1em;/*border-top: 1px solid #737373*/;border-bottom: 1px solid #737373;text-transform: uppercase;text-align: left;}


/*--- stylelog ---*/
.stylelog{width:100%;min-width:1330px;max-width:1920px;margin:0 auto;text-align:center;overflow:hidden;background:#ffe4a5;}
.stylelog img{vertical-align:top;width:100%;/*min-width:1330px;max-width:1920px;*/border:0;display:block}
.stylelog img:focus{outline:none !important;}
.stylelog .staff{clear:both;/*padding-top:50px;*/}        
.stylelog .cateLink{clear:both;width:600px;margin:100px auto 50px;text-align:center;display:block;}   .stylelog .cateLink img{width:600px;}

.stylelog .mgtop{margin-top:150px;}



/* 페이드인 페이드아웃 효과 */
#cycler {position: relative;width:100%;max-width:1920px;padding-bottom:54.5%;/*height:1044px;*/}/* 이미지 가로사이즈 높이 꼭 변경해야함 */
#cycler img {position: absolute;z-index: 1;background-color: white;}
#cycler img.active {z-index: 3}
.bx-wrapper .bx-prev {left: 0.8em;background: url(http: //usv2-media.wconcept.com/wysiwyg/catalog/20170208_rejina/controls.png) no-repeat 0 -64px !important;}
.bx-wrapper .bx-next {right: 0.8em;background: url(http: //usv2-media.wconcept.com/wysiwyg/catalog/20170208_rejina/controls.png) no-repeat -111px -64px !important;}


@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

/* BASIC css end */

