@charset 'utf-8';

* {
  padding:0;
  margin:0;
  /* font-weight:300; */
  font-family: 'SpoqaHanSansNeo-Regular';
}
ul,li {
  list-style:none;
}
a {
  text-decoration:none;
  color:#333;
}
img {
  border:0;
  vertical-align:bottom;
}
body {
  margin-top:190px;
  overflow-x: hidden;
}


/* wrapper */
.clearfix:after {
  height:0;
  clear: both;
  display: block;
  content: '';
}
.wrap {
  width:1140px;
  margin: 0 auto;
}
.wrap > div {
  position: relative;
}



.main {
  margin-top:30px;
  border-radius: 15px;
}
.main > .swiper > .swiper-wrapper {
  width:1140px;
}
.main > .swiper > .swiper-wrapper > div > a > img {
  border-radius: 15px;
 overflow: hidden;
}
.main > .swiper > .swiper-wrapper > .swiper-slide {
  width:1140px!important;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main > .swiper > .swiper-wrapper > .swiper-slide > a {
  width:1140px;
}
.main > .swiper > .swiper-wrapper > .swiper-slide > a > img {
  width:1140px;
}
.main > .swiper {
  position: relative;
  overflow: inherit;
  width:1140px;
}
.main > .swiper .swiper-pagination {
  width:50px;
  height:35px;
  line-height: 35px;
  bottom:20px;
  right:20px;
  color:#fff;
  background:rgba(0,0,0,0.3);
  border-radius: 0 25px 25px 0;
  font-size: 13px;
  font-family: 'SpoqaHanSansNeo-light';
}
.main > .swiper .swiper-button-next {
  width:30px;
  height:35px;
  bottom:20px;
  right:70px;
  color:#fff;
  background:rgba(0,0,0,0.3);
  font-size: 14px;
}
.main > .swiper .swiper-button-prev {
  width:30px;
  height:35px;
  bottom:20px;
  right:100px;
  color:#fff;
  background:rgba(0,0,0,0.3);
  font-size: 14px;
  border-radius: 25px 0 0 25px;
}
.main > .swiper .swiper-button-prev:after {
  /* background:red; */
  width: 40px;
  padding:5px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.2);
}
.mainText {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  border-radius: 15px;
}
.mainText > p {
  color:#fff;
  text-align: left;
  /* margin-left: 50px; */
  position: absolute;
  top:50%;
  left:50px;
  transform: translate(0,-50%);
}
.mainText > p > strong {
  font-size: 30px;
}
.mainText > p > span {
  margin-top:20px;
  display: block;
  font-size: 20px;
}


/* 카테고리 */
.cate {
  text-align:center;
}
.cate > ul {
  display: inline-block;
  margin-top:37px;
}
.cate > ul > li {
  float:left;
  margin-right:20px;
}
.cate > ul > li:last-child {
  margin-right:0;
}
.cate > ul > li > a {
  display: block;
  width:100px;
  padding:25px 0;
  border-radius: 15px;
  /* box-shadow: 0 8px 16px 0 rgba(32,32,32,0.1); */
  position: relative;
  transition: all 0.5s;
}
/* .cate > ul > li > a > div {
  width:6px;
  height:6px;
  border-radius: 100%;
  background:#09afff;
  position:absolute;
  bottom:25px;
  left:50%;
  margin-left: -3px;
  display:none;
  transition:all 2s;
} */
.cate > ul > li > a:hover {
  color:#09afff;
}
.cate > ul > li > a > div {
  width:6px;
  height:6px;
  border-radius: 100%;
  background:#09afff;
  position:absolute;
  bottom:25px;
  left:50%;
  margin-left: -3px;
  opacity: 0;
  transition: all 0.5s;
}
.cate > ul > li > a:hover > div {
  opacity: 1;
  bottom:13px;
  display: block;
}
.cate > ul > li > a > img {
  width:55px;
  margin-bottom:10px;
}

/* 오늘의 특가 */
.today_price {
  height:401px;
  margin-top:70px;
  position: relative;
}
.today_price > div:nth-child(1) {
  float:left;
  margin-right: 10px;
}
.today_price > div:nth-child(1) > a {
  display:block;
  width:277.5px;
  height:401px;
  position:relative;
  border-radius: 15px;
  overflow: hidden;
  color:#fff;
}
.today_price > div:nth-child(1) > a > img {
  width:100%;
  height:100%;
}
.today_price > div:nth-child(1) > a > span:nth-child(3) {
  position:absolute;
  top:20px;
  left: 20px;
}
.today_price > div:nth-child(1) > a > span:nth-child(3) > span:nth-child(1) {
  font-family: 'SpoqaHanSansNeo-medium';
  font-size: 24px;
}
.today_price > div:nth-child(1) > a > span:nth-child(3) > span:nth-child(3) {
  font-family: 'SpoqaHanSansNeo-thin';
  font-size: 17px;
  display: inline-block;
  margin-top:5px;
}
.today_price > div:nth-child(1) > a > span:nth-child(2) {
  position:absolute;
  top:0px;
  left:0px;
  display: block;
  width:277.5px;
  height:432px;
  background:rgba(0,0,0,0.4);
}
.today_price .swiper-slide {
  position:relative;
}
.thumbnail > div {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.thumbicon {
  position:absolute;
  top:0;
  left:8px;
}
.thumbicon > ul > li {
  float: right;
  font-size: 12px;
  color:#fff;
  padding:2px 15px;
  border-radius: 10px 0 10px 0;
  margin-left: -8px;
  /* font-family: 'SpoqaHanSansNeo-light'; */
}
.thumbicon > ul > li:nth-child(1) {
  background:#f4ada6;
}
.thumbicon > ul > li:nth-child(2) {
  background:#dc847b;
}
.thumbicon > ul > li:nth-child(3) {
  background:#fe7162;
}
.thumbicon > ul > li:nth-child(4) {
  background:#c15c52;
}

.thumbnail > div > a {
  width:277.5px;
  display:block;
}
.thumbnail > div > a > div {
  width:100%;
}
.thumbnail > div > a > div:nth-child(1) {
  border-radius: 15px;
  overflow: hidden;
}
.thumbnail > div > a > div:nth-child(1) > img {
  width:100%;
}
.thumbnail > div > a > div:nth-child(2) {
  font-size:1.125em;
  font-family: 'SpoqaHanSansNeo-medium';
  padding:15px 5px 0 5px;
  height:52px;
  display:block;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow:ellipsis;
}
.always {
  padding:0 10px;
  margin-top:6px;
  box-sizing: border-box;
}
/* .always > span {
  margin-right:10px;
} */
.always > span:nth-child(1) {
  font-size:1.4em;
  color:#fe7162;
  font-family: 'SpoqaHanSansNeo-bold';
  float:left;
}
.always > span:nth-child(2) {
  float: right;
  display: inline-block;
  margin-top:6px;
}
.always > span:nth-child(2) > span:nth-child(1) {
  font-size:0.95em;
  color:#bbb;
  text-decoration:line-through;
  font-family: 'SpoqaHanSansNeo-light';
}
.always > span:nth-child(2) > span:nth-child(2) {
  font-size:1.125em;
  font-family: 'SpoqaHanSansNeo-medium';
  margin-left: 10px;
}
.e_price {
  padding:5px;
  box-sizing: border-box;
}
.e_price > div:nth-child(1) {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.e_price > div:nth-child(1) > div {
  float:right;
}
.e_price > div:nth-child(1) > div > span:nth-child(1) {
  color:#aaa;
  margin-right: 5px;
}
.disc {
  margin-top:10px;
}
.disc > span:nth-child(1) {
  float:left;
  display: inline-block;
  margin-top:5px;
}
.disc > span:nth-child(2) {
  float:right;
  color:#fe7162;
  font-size:1.25em;
  font-family: 'SpoqaHanSansNeo-medium';
}

.thumbnail > div > div:nth-child(2) {
  margin:10px 0 0 10px;
}
.thumbnail > div > div:nth-child(2) > div {
  float:left;
  margin-right:6px;
}
.thumbnail > div > div:nth-child(2) > div > a {
  padding:4px 7px 4px 7px;
  background: #f6f6f6;
  border-radius: 10px;
  font-size:0.875em;
  color:#888;
  font-family: 'SpoqaHanSansNeo-light';
}
.todaySwiper {
  padding-bottom:40px !important;
}
.viewmore {
  position:absolute;
  bottom:-36px;
  right:0;
}
.more > a {
  display:block;
  height:30px;
  padding:0 12px;
  line-height: 30px;
  font-size: 14px;
  background:#eee;
  color:#333;
  border-radius: 15px;
}

.events {
  margin-top:70px;
}
.eventSwiper {
  padding-bottom:40px !important;
}
.titles {
  margin-bottom:40px;
}
.titles > div:nth-child(1) {
  float:left;
}
.titles > div:nth-child(1) > span {
  color:#09afff;
  font-size: 16px;
}
.titles > div:nth-child(1) > strong {
  font-size: 26px;
}
.titles > div:nth-child(2) {
  float:right;
  margin-top:30px;
}

/* 브이패스픽 */
.pick {
  margin-top:70px;
}

/* 라이브상품 */
.live {
  margin-top:70px;
}
.live_thumbnail > div > a {
  position:relative;
}
.live_thumbnail > div > a > div:nth-child(1) {
  width:370px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.live_thumbnail > div > a > div:nth-child(1) > img:nth-child(2) {
  position: absolute;
  top:15px;
  right:15px;
  width:100px;
}

.live_thumbnail > div > a > div:nth-child(2) {
  position:absolute;
  bottom:10px;
  left: 20px;
  color:#fff;
}
.live_thumbnail > div > a > div:nth-child(2) > strong {
  font-size: 22px;
}
.live_thumbnail > div > a > div:nth-child(2) > span {
  font-size: 16px;
}
.liveSwiper {
  padding-bottom:40px !important;
}

/* 테마스토리 */
.theme {
  margin-top:70px;
}
.theme > div:nth-child(2) > a {
  float:left;
  position:relative;
  border-radius: 15px;
  overflow: hidden;
  margin-right:15px;
  width:370px;
}
.theme > div:nth-child(2) > a:last-child {
  margin-right:0;
}
.theme > div:nth-child(2) > a > div:nth-child(2) {
  position:absolute;
  top:30px;
  left: 20px;
  color:#fff;
}
.theme > div:nth-child(2) > a > div:nth-child(2) > strong {
  font-size: 20px;
}
.theme > div:nth-child(2) > a > div:nth-child(2) > span {
  display:inline-block;
  margin-top:10px;
  font-size: 18px;
}

/* 푸터 */
footer {
  margin-top:40px;
  background:#f7f8fa;
  padding-top:15px;
  height:252px;
  box-sizing: border-box;
}
.subinfo > li {
  float: left;
}
.subinfo > li > a {
  display: block;
  font-size:14px;
  color:#bbb;
  margin-right: 20px;
}
.subinfo > li:nth-child(3) > a {
  color:#333;
}
.info {
  display: block;
  margin-top:40px;
}
.info > li {
  float: left;
  width:285px;
}
.info > li > ul > li {
  font-size: 12px;
  color:#bbb;
}
.info > li > ul > li:nth-child(1) {
  height:23px;
  line-height: 23px;
  margin-bottom:15px;
  font-size: 16px;
  color:#333;
}
.info > li:nth-child(2) > ul > li > a {
  margin-top: 5px;
  text-align: center;
  width:94px;
  height:22px;
  line-height: 22px;
  display: block;
  color:#bbb;
  border: 1px solid #bbb;
  border-radius: 5px;
  background:#fff;
}
.info > li:nth-child(3) > ul > li > a {
  margin-top: 5px;
  text-align: center;
  width:104px;
  height:22px;
  line-height: 22px;
  display: block;
  color:#bbb;
  border: 1px solid #bbb;
  border-radius: 5px;
  background:#fff;
}
.sns > li {
  float: left;
  margin-right: 10px;
}
.copy {
  margin-top:20px;
  color:#bbb;
  font-size: 14px;
}
.top {
  position:fixed;
  left:50%;
  bottom:30px;
  display: none;
  transform:translate(-50%,0);
  margin-left: 660px;
}
.top > a {
  opacity: 0.3;
  display: block;
  color:#09afff;
  width:50px;
  height:50px;
  line-height: 50px;
  border-radius: 40px;
  border:1px solid #09afff;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
  font-family: 'SpoqaHanSansNeo-light';
  font-size: 14px;
  margin-top:10px;
}
.top > a:hover {
  opacity: 1;
}









































/*  */
