@charset "utf-8";
/*etc*/
i > span {
  position: absolute;
  left: -3000%;
  color: transparent;
}
i {
  font-family: xeicon;
}
* {
  line-height: 100%;
}

/*header*/
header > .head {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 0 14px 0 40px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}
header > .head > a {
  display: flex;
  flex: none;
  position: absolute;
  left: 0;
  top: 12px;
  width: 40px;
  height: 27px;
  align-items: center;
  justify-content: center;
  vertical-align: bottom;
}
header > .head > a > span {
  position: absolute;
  left: -3000%;
}
header > .head > a > i {
  font-size: 15px;
  color: #f70700;
}
header > .head > h1 {
  padding-right: 21px;
}
header > .head > h1 > a {
  display: block;
  padding-top: 8px;
  width: 52px;
  height: 40px;
  box-sizing: border-box;
}
header > .head > h1 > a > img {
  width: 52px;
  height: 30px;
}
header > .head > div {
  display: flex;
  flex: 1;
  position: relative;
  padding-top: 12px;
}
header > .head > div > input {
  flex: 1;
  padding-right: 26px;
  height: 27px;
  border: 1px solid #ff7a7a;
}
header > .head > div > a {
  display: flex;
  position: absolute;
  right: 0;
  top: 12px;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
}
header > .head > div i {
  color: #f70700;
  font-size: 16px;
}
header > nav {
  position: fixed;
  left: 0;
  top: 40px;
  z-index: 10;
  width: 100%;
  border-bottom: 1px solid #f4f4f4;
}
header .lnb {
  overflow: hidden;
  padding: 0 8px 0;
  min-width: 320px;
  font-size: 0;
  height: 38px;
  background: #fff;
}
header .lnb li {
  display: inline-block;
  padding: 0 9px;
}
header .lnb > .on a {
  position: relative;
  color: #f70700;
}
header .lnb > .on a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #f70700;
}
header .lnb li a {
  display: block;
  padding: 0 3px;
  height: 37px;
  color: #1d1d1d;
  font-size: 12px;
  line-height: 37px;
}
header #lnb {
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
header #lnb > li {
  flex: 1;
}
header #lnb > li a {
  display: flex;
  width: 100%;
  height: 38px;
  background: #fff;
  align-items: center;
  justify-content: center;
}
header #lnb > li i {
  font-size: 20px;
  color: #414141;
}
header #lnb > .on i {
  color: #f70700;
}

/*category*/
.category {
  display: none;
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  padding: 36px 8px 38px;
  width: 100%;
  height: 100%;
  background: #eee;
  box-sizing: border-box;
}
.category .cate_head {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
}
.category .back {
  position: absolute;
  left: 9px;
  top: 50%;
  width: 19px;
  height: 19px;
  transform: translateY(-50%);
  font-size: 0;
}
.category .back > i {
  font-size: 17px;
}
.category .right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}
.category .right > a {
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
}
.category .right > a i {
  font-size: 19px;
}
.category > article {
  margin: 8px 0;
  background: #fff;
}
.category .h2_bar {
  padding: 15px 0 8px 9px;
}
.category ul {
  padding: 0 9px;
}
.category ul:after {
  content: "";
  display: block;
  clear: both;
}
.category ul li {
  float: left;
  width: 50%;
  border-bottom: 1px solid #eee;
}
.category ul .none {
  border-bottom: none;
}
.category ul li a {
  display: block;
  height: 35px;
  color: #1d1d1d;
  font-size: 13px;
  line-height: 35px;
  text-indent: 4px;
}
.category ul li i {
  padding-right: 7px;
  font-size: 15px;
  vertical-align: middle;
}

/*h1~h6*/
.h1_bar {
  height: 38px;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 37px;
  text-align: center;
}
.h2_bar {
  padding-top: 15px;
  background: #eee;
  color: #757575;
  font-size: 13px;
}

/*main*/
body.hidden {
  overflow: hidd;
}
main {
  overflow: auto;
  padding: 87px 0 0;
  background: #eee;
}
main > section {
  margin-bottom: 8px;
  background: #fff;
}
main img {
  width: 100%;
}

/*number*/
.ico_type1 {
  background: rgba(236, 108, 126, 0.6);
  color: #fff;
  text-align: center;
}
.ico_type2 {
  background: rgba(67, 67, 67, 0.6);
  color: #fff;
  text-align: center;
}

/*event*/
.visual img {
  min-height: 170px;
  max-height: 600px;
}
.visual > article {
  position: relative;
}
.visual > article div {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 12px;
}
.visual > article div > span {
  color: #d1d1d1;
}
.visual > article div > a {
  display: inline-block;
  padding: 0 8px;
  margin-left: 10px;
  height: 25px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0;
}
.visual > article div > a > i {
  color: #fff;
  font-size: 14px;
}
.visual > article div > a > span {
  font-size: 12px;
  line-height: 25px;
}
.menu li {
  float: left;
  width: 20%;
  border-bottom: 1px solid #f8f8f8;
  text-align: center;
}
.menu li > a {
  display: block;
  position: relative;
  padding: 49px 0 8px;
  color: #434343;
  font-size: 12px;
  box-sizing: border-box;
}
.menu li > a > i {
  position: absolute;
  left: 50%;
  bottom: 30px;
  color: #1d1d1d;
  font-size: 28px;
  transform: translate(-50%, 0);
}
.banner img {
  max-height: 600px;
}
.banner a {
  display: block;
  margin-bottom: 8px;
}

/*상품목록*/
.itemlist li {
  position: relative;
  border-bottom: 8px solid #eee;
}
.itemlist li > a {
  display: block;
  padding: 0 0 24px;
  height: 100%;
  box-sizing: border-box;
}
.itemlist li:last-child {
  border-bottom: none;
}
.itemlist h3 {
  padding: 0 10px 0;
  color: #1d1d1d;
  font-size: 13px;
}
.itemlist h3 > span {
  display: block;
  padding: 8px 0 4px;
  color: #434343;
  font-size: 12px;
  font-weight: normal;
}
.itemlist img {
  max-height: 600px;
}
.itemlist li > a > div {
  font-size: 0;
}
.itemlist .image {
  position: relative;
}
.itemlist .image > p {
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
  color: #fff;
  font-size: 12px;
  line-height: 27px;
}
.itemlist .image > span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.itemlist .image > b {
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 72px;
  height: 72px;
  background: #464646;
  border-radius: 72px;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  text-align: center;
}
.itemlist .image > div {
  position: absolute;
  right: 0;
  bottom: 0;
}
.itemlist .image > div span {
  display: inline-block;
  padding: 5px 11px;
  background: #5365ac;
  color: #fff;
  font-size: 12px;
}
.itemlist .price {
  padding: 15px 10px 0;
  box-sizing: border-box;
  clear: both;
}
.itemlist .price > div {
  font-size: 0;
}
.itemlist .price > div > span {
  display: inline-block;
  padding-right: 7px;
  color: #f70700;
  font-weight: bold;
}
.itemlist .price > div > span > b {
  font-size: 18px;
}
.itemlist .price > div > p {
  display: inline-block;
  position: relative;
}
.itemlist .price > div > p > span {
  position: absolute;
  left: 0;
  bottom: 15px;
  color: #757575;
  font-size: 12px;
  text-decoration: line-through;
}
.itemlist .price > div:nth-child(1) {
  float: left;
  color: #1d1d1d;
  font-size: 14px;
}
.itemlist .price > div:nth-child(2) {
  float: right;
  padding-top: 3px;
  font-size: 12px;
  color: #434343;
}

div.h3_bar:after {
  content: "";
  display: block;
  clear: both;
}
div.h3_bar {
  padding: 0 13px;
  border-bottom: 1px solid #eee;
}
div.h3_bar h2 {
  display: flex;
  float: left;
  height: 34px;
  color: #1d1d1d;
  font-size: 13px;
  align-items: center;
}
div.h3_bar h2 > span {
  display: inline-block;
  margin-right: 4px;
  width: 30px;
  height: 17px;
  border: 1px solid #ec6c7e;
  border-radius: 27px;
  color: #ec6c7e;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
}
div.h3_bar > p {
  float: right;
  font-size: 11px;
  height: 34px;
  line-height: 34px;
}
div.h3_bar > p i {
  font-size: 13px;
}
.item_tag {
  display: flex;
  padding: 0 13px;
  height: 34px;
  background: #ec6c7e;
  border-bottom: 9px solid #eee;
  clear: both;
}
.item_tag h2 {
  flex: 1;
  color: #fff;
  font-size: 13px;
  line-height: 33px;
  box-sizing: border-box;
}
.item_tag ul {
  display: flex;
  flex: 1;
}
.item_tag li {
  flex: 1;
}
.item_tag li > a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #4d3535;
  font-size: 11px;
  line-height: 33px;
  text-align: center;
}
.item_tag li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 11px;
  background: #bd7781;
  transform: translate(0, -50%);
}
.item_tag li:first-child > a:before {
  display: none;
}
.item_tag .on > a {
  padding: 6px 4px;
  color: #fff;
  box-sizing: border-box;
}
.item_tag .on > a > span {
  display: block;
  height: 100%;
  background: #bd7781;
  color: #fff;
  line-height: 20px;
  border-radius: 20px;
}

/*실시간 검색어*/
.item_word {
  border-bottom: 9px solid #d9d9d9;
}
.item_word li > a {
  display: block;
  padding: 0 12px;
}
.item_word li div {
  display: flex;
  height: 48px;
  border-top: 1px solid #f8f8f8;
  align-items: center;
  box-sizing: content-box;
}
.item_word li div > span {
  display: block;
  flex: none;
  padding-left: 4px;
  width: 31px;
  font-size: 12px;
  font-weight: bold;
}
.item_word li:nth-child(1) div {
  border-top: none;
}
.item_word li:nth-child(1) div > span {
  color: #f70700;
}
.item_word li:nth-child(2) div > span {
  color: #f70700;
}
.item_word li:nth-child(3) div > span {
  color: #f70700;
}
.item_word li div p {
  flex: 1;
  color: #1d1d1d;
  font-size: 13px;
}
.item_word li div i {
  flex: none;
  width: 16px;
  color: #f70700;
  font-size: 13px;
}
.item_word li div b {
  padding-right: 5px;
  color: #f70700;
  font-size: 12px;
}
.item_word li div b > span {
  position: absolute;
  left: -3000%;
  color: transparent;
}

/*a link*/
.quick {
  position: fixed;
  right: 8px;
  bottom: 47px;
  z-index: 20;
}
.quick > a {
  display: block;
  padding: 3px 0 7px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #c4c4c4;
  color: #434343;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
}
.quick > a > i {
  display: block;
  font-size: 15px;
  color: #1d1d1d;
}

/*footer*/
footer {
  padding-bottom: 61px;
}
footer > .award {
  display: flex;
  padding: 13px 26px;
  background: #fafafa;
}
footer > .award ul {
  font-size: 0;
  width: 100%;
}
footer > .award li {
  display: inline-block;
  width: 50%;
  text-align: center;
}
footer > .award li img {
  min-height: 28px;
  height: 28px;
}
footer > .detail {
  background: #fff;
}
footer > .detail > div {
  display: flex;
  justify-content: center;
  padding: 0 15px;
  box-sizing: border-box;
}
footer > .detail ul {
  font-size: 0;
}
footer > .detail li {
  display: inline-block;
  position: relative;
  padding-left: 8px;
  font-size: 11px;
  color: #434343;
  box-sizing: border-box;
}
footer > .detail li:first-child {
  padding-left: 0;
}
footer > .detail li:first-child:before {
  background: none;
}
footer > .detail li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 17px;
  width: 1px;
  height: 10px;
  background: #9c9c9c;
}
footer > .detail li > a {
  display: block;
  padding: 16px 0;
  box-sizing: border-box;
}
footer > .detail li:nth-child(2) {
  font-weight: bold;
}
footer address {
  padding: 0 11px;
  font-size: 12px;
  line-height: 14px;
}
footer address > span {
  display: inline-block;
  margin: 0 2px;
  width: 1px;
  height: 7px;
  background: #9c9c9c;
}
