/* BASIC css start */
#quick{
    margin: 40px 0 0 20px;}
    
#quick ul{font-size:0; text-align: center;}
#quick ul li{/*display:inline-block; vertical-align:top; margin-left: 18px;*/}

#quick ul li a{
    text-align: center;}
    
#quick ul li a p.img{
    background: #fbfbfb;
    border: 1px solid #ececec;
    border-radius: 30px;}
    
#quick ul li a p.img img{
    max-width: 45px;
    height: auto;
    vertical-align: middle;}

#quick ul li a p.name{
    color: #000000;
    font-size: 13px;
    margin-top: 10px;}




.slick-slider .slick-slide {
	border: 0;
	outline: 0;
}
.slick-slide a {
	border: 0;
	outline: 0;
}
.slick-slide img {
	width: 100%;
}
#mainslide {
	position: relative;
}

#mainslide .slick-prev{cursor:pointer; border: 0; z-index: 22; position:absolute; top:50%; left:5%; font-size:0; background:none}

#mainslide .slick-prev:after{content:"<"; font-size:25px;}

#mainslide .slick-next{cursor:pointer; border: 0; z-index: 22; position:absolute; top:50%; right:5%; font-size:0; background:none}

#mainslide .slick-next:after{content:">"; font-size:25px;}

#mainslide button:focus {outline:none;}

#mainslide .slick-slider ul.custom_paging {
	bottom: 0;
	width: 100%;
	text-align: right;
	margin: 0 auto;
	position: relative;
	right: 10px;
}
#mainslide .slick-slider ul.custom_paging li {
	position: absolute;
	right: 34px;
	width: 59px;
	height: 24px;
	text-align: left;
	line-height: 24px;
	bottom: 10px;
	display: none;
	color: #fff;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 19px;
	letter-spacing: 1.5px;
	background-color: rgba(0, 0, 0, 0.3);
}
#mainslide .slick-slider ul.custom_paging li.slick-active {
	display: block !important;
}
#mainslide #playpuase {
	position: absolute;
	right: 15px;
	bottom: 10px;
	background-color: rgba(0, 0, 0, 0.3);
	width: 25px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
#mainslide #playpuase button {
	border: 0;
	background: none;
}
#mainslide #playpuase button img {
	display: block;
	width: 7px;
} 

/* best */
.best_item {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.best_item .best_item_title {
  font-family: 'NanumSquareRoundB';
  font-size: 20px;
  color: #333333;
  text-align: center;
  letter-spacing: -0.7px;
  padding-top: 19px;
  font-weight: bold;
}
.best_item .best_item_title span.en {
    font-family: 'Sacramento';
    font-weight: 400;
    font-size: 25px;
    display: block;
    color: #7419fe;
    padding-bottom: 5px;
    letter-spacing: 0px;
}


.best_item .best_item_title .best_item_sub {
    font-size: 12px;
    font-family: 'Nanum Gothic';
    color: #2e2e2e;
    padding: 16px 0 23px;
    letter-spacing: 0px;
    font-weight: normal;
}

.best_item .best_item_title  .best_item_tab {
    font-size: 0;
    color: #333333;
    font-family: 'Nanum Gothic';
    padding-bottom: 20px;
}

.best_item .best_item_title .best_item_tab .tab_li {
    margin-bottom: 10px;
    padding: 3px 4px;
    cursor: pointer;
    background: #f0f0f0;
    display: inline-block;
    vertical-align: middle;
    padding: 0 14px;
    font-size: 12px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    white-space: nowrap;
}
.best_item .best_item_title .best_item_tab .tab_li:hover {
    color: #000000;
}
.best_item .best_item_title .best_item_tab .tab_li.active {
    color: #7419fe;
    background: #fff;
    display: inline-block;
    border: 2px solid #7419fe;
    line-height: 26px;
}
.best_item .best_item_title .best_item_tab .tab_li:hover {
}

.best_item .best_item_title .best_item_tab .tab_li + .tab_li {
    margin-left: 5px;
}
.s_prd_wrap {
    position: relative;
}


.best_item .best_item_product {
    width: 100%;
    opacity:0;
    visibility: hidden;
    padding: 0 13px;
    display:inline-block;
    top: 0;
    position: absolute;
}
.best_item .best_item_product.active {
      opacity : 1,
      visibility : visible
}
.best_item .best_item_product li {
    text-align: left;
    padding: 0 5px;
    width: 50%;
}
.best_item .best_item_product li .img img {
    width: 100%;
}
.best_item .best_item_product li .info {
    margin-top: 10px;
}
.best_item .best_item_product li .info .prd-name {
    margin-bottom: 4px;
    color: #2e2e2e;
    font-size: 12px;
    line-height: 1.45;
    text-align: left;
    font-weight: bold;
}
.best_item .best_item_product li .info .prd-price {margin-top: 5px;}
.best_item .best_item_product li .info .prd-price .consumer {
    color: #a5a5a5;
    font-size: 13px;
    text-decoration: line-through;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 1px;
}
.best_item .best_item_product li .info .subname {
    color: #2e2e2e;
    font-size: 12px;
}
.best_item .best_item_product li .info .prd-price .normal {
    font-weight: bold;
    color: #2e2e2e;
    font-size: 13px;
    display: inline-block;
    vertical-align: baseline;
}
.best_item .best_item_product li .info .prd-price .won {
    color: #e0002a;
    font-size: 14px;
    letter-spacing: 0.6px;
    display: inline-block;
    vertical-align: baseline;
}
.best_item .best_item_product li .info .dc_per {
    color: #000000; 
    font-weight: 900;
    font-size: 18px;
}

.best_item ul.slick-dots {
  position: relative;
  margin: 0 auto;
  height: 4px;
  text-align: center;
  padding-top: 35px;
    padding-bottom: 35px;
}
.best_item .next.slick-arrow {
  right: 0;
}
.best_item ul.slick-dots li {
  display: inline-block;
  margin: 0;
  width: 30px;
  text-align: center;
  padding: 0;
}
.best_item ul.slick-dots li button {
  width: 30px;
  height: 4px;
  text-indent: -9999em;
  outline:0;
  background: #ebebeb;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  display: inline-block;
}
.best_item ul.slick-dots li.slick-active button {
  display: inline-block;
  text-indent: -9999em;
  background: #000;
}
/* slide banner */
.middle_slide_banner {
    width: 100%;
    margin: 0 auto 40px;
    position: relative;
}
.middle_slide_banner .slick-slide img {
    width:100%;
}
.middle_slide_banner ul.slick-dots {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 8px;
    text-align: center;
}
.middle_slide_banner ul.slick-dots li {
    display: inline-block;
    padding: 0 4px;
}
.middle_slide_banner ul.slick-dots li button {
    display: block;
    width: 6px;
    height: 6px;
    text-indent: -9999em;
    background: none;
    border-radius: 8px;
    border: 1px solid #333;
    outline:0;
}
.middle_slide_banner ul.slick-dots li.slick-active button {
    display: block;
    width: 6px;
    height: 6px;
    text-indent: -9999em;
    background: #333;
    border-radius: 8px;
    border: 1px solid #333;
}
/* slide banner */ 


.prd_item {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.prd_item .prd_item_title {
  font-family: 'NanumSquareRoundB';
  font-size: 20px;
  color: #333333;
  text-align: center;
  letter-spacing: -0.7px;
  padding-top: 19px;
}
.prd_item .prd_item_title span.en {
    font-family: 'Sacramento';
    font-weight: 400;
    font-size: 25px;
    display: block;
    color: #7419fe;
    padding-bottom: 5px;
    letter-spacing: 0px;
}


.prd_item .prd_item_title .prd_item_sub {
    font-size: 12px;
    font-family: 'Nanum Gothic';
    color: #2e2e2e;
    padding: 16px 0 23px;
    letter-spacing: 0px;
}

.prd_item .prd_item_title  .prd_item_tab {
    font-size: 0;
    color: #333333;
    font-family: 'Nanum Gothic';
    padding-bottom: 20px;
}

.prd_item .prd_item_title .prd_item_tab .tab_li {
    margin-bottom: 10px;
    padding: 3px 4px;
    cursor: pointer;
    background: #f0f0f0;
    display: inline-block;
    vertical-align: middle;
    padding: 0 14px;
    font-size: 12px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
}
.prd_item .prd_item_title .prd_item_tab .tab_li:hover {
    color: #000000;
}
.prd_item .prd_item_title .prd_item_tab .tab_li.active {
    color: #7419fe;
    background: #fff;
    display: inline-block;
    border: 2px solid #7419fe;
    line-height: 26px;
}
.prd_item .prd_item_title .prd_item_tab .tab_li:hover {
}

.prd_item .prd_item_title .prd_item_tab .tab_li + .tab_li {
    margin-left: 5px;
}
.s_prd_wrap {
    position: relative;
}


.prd_item .prd_item_product {
    width: 100%;
    padding: 0 13px;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.prd_item .prd_item_product li {
    text-align: left;
    padding: 0 5px 28px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.prd_item .prd_item_product li .img img {
    width: 100%;
}
.prd_item .prd_item_product li .info {
    margin-top: 10px;
}
.prd_item .prd_item_product li .info .prd-name {
    margin-bottom: 4px;
    color: #2e2e2e;
    font-size: 12px;
    line-height: 1.45;
    text-align: left;
    font-weight: bold;
}
.prd_item .prd_item_product li .info .prd-price {margin-top: 5px;}
.prd_item .prd_item_product li .info .prd-price .consumer {
    color: #a5a5a5;
    font-size: 12px;
    text-decoration: line-through;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 1px;
}
.prd_item .prd_item_product li .info .subname {
    color: #2e2e2e;
    font-size: 12px;
}
.prd_item .prd_item_product li .info .prd-price .normal {
    font-weight: bold;
    color: #2e2e2e;
    font-size: 12px;
    display: inline-block;
    vertical-align: baseline;
}
.prd_item .prd_item_product li .info .prd-price .won {
    color: #e0002a;
    font-size: 14px;
    letter-spacing: 0.6px;
    display: inline-block;
    vertical-align: baseline;
}
.prd_item .prd_item_product li .info .dc_per {
    color: #000000; 
    font-weight: 900;
    font-size: 18px;
}

.main_tit {
    padding-bottom: 25px;
    text-align: center;
}

.main_tit h3 {
    color: #333333;
    font-family: 'NanumSquareRoundB';
    font-size: 20px;
    text-align: center;
    padding-bottom: 13px;
    letter-spacing: -0.7px;
    font-weight: bold;
}

.main_tit  p.sub {
    color: #2e2e2e;
    font-size: 12px;
}

.more.btn-add1_product {
    margin-top: 0;
}

.more.btn-add1_product img {
    width: 16px;
}


/* event */ 
.event {    
    display:none;
    margin: 40px 0 0;
    position: relative;
}

.event .event_wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.event .event_wrap .event_wrap1 {
  position: relative;
  padding-bottom: 2%;
}
.event .event_wrap .event_wrap1 .left {
  float: left;
}
.event .event_wrap .event_wrap1 .right {
  float: right;
}
.event .event_wrap .event_wrap1 .left, .event .event_wrap .event_wrap1 .right {
  width: 49%;
}
.event .event_wrap .event_wrap1 .left img, .event .event_wrap .event_wrap1 .right img {
  width: 100%;
}
.event .event_wrap .event_wrap1:after {
  display: block;
  clear: both;
  content: '';
}
.event .event_wrap .event_wrap2 {
  position: relative;
}
.event .event_wrap .event_wrap2 .all {
  width: 100%;
  text-align: center;
}
.event .event_wrap .event_wrap2 .all img {
  max-width: 100%;
}
.event .event_wrap a {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.event .event_wrap a:hover {
    opacity: 0.8;
}
/* event */  

/* BASIC css end */

