#commodityListSection {
  font-size: 44px;
  background-color: #f6f6f6;
  color: #606060;
  font-weight: 600;
}

#commodityListSection .header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 220px;
  background-color: #fff;
  border-bottom: #e2e2e2 solid 4px;
}

#commodityListSection .header * {
  vertical-align: middle;
  display: inline-block;
}

#commodityListSection .header .header_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 64px;
  padding-right: 64px;
}

#commodityListSection .header .header_top li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#commodityListSection .header .header_top li:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#commodityListSection .header .header_top li:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#commodityListSection .header span {
  font-size: 72px;
  color: #1d1d1d;
  text-align: center;
}

#commodityListSection .header img {
  height: 96px;
  width: 96px;
}

#commodityListSection .header:after {
  content: '';
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

#commodityListSection .list_wrap_commodity {
  margin: 220px 0 0 48px;
  padding-top: 40px;
}

#commodityListSection .list_wrap_commodity .item_commodity {
  background-color: #ffffff;
  display: inline-block;
  width: 640px;
  text-align: left;
  margin: 16px;
  padding-bottom: 60px;
}

#commodityListSection .list_wrap_commodity .item_commodity span {
  font-size: 48px;
  display: block;
  text-align: center;
  line-height: 1.2;
}

#commodityListSection .list_wrap_commodity .item_commodity span.name {
  font-weight: 600;
}

#commodityListSection .list_wrap_commodity .item_commodity span.option_name {
  font-weight: 200;
}

#commodityListSection .list_wrap_commodity .item_commodity .image_wrapper {
  height: 480px;
  width: 480px;
  vertical-align: middle;
  display: table-cell;
}

#commodityListSection .list_wrap_commodity .item_commodity .image_wrapper img {
  width: 100%;
  margin-top: 32px;
  margin-left: 80px;
}

#commodityListSection .list_wrap_commodity .item_commodity .price_wrap {
  text-align: center;
}

#commodityListSection .list_wrap_commodity .item_commodity .price_wrap span, #commodityListSection .list_wrap_commodity .item_commodity .price_wrap div {
  display: inline-block;
}

#commodityListSection .list_wrap_commodity .item_commodity .price_wrap .price {
  font-size: 51px;
  color: #606060;
}

#commodityListSection .list_wrap_commodity .item_commodity .price_wrap .price_strike_through {
  margin-left: 10px;
  font-size: 38px;
  color: #c9c9c9;
  text-decoration: line-through;
}

#commodityListSection .list_wrap_commodity .item_commodity .price_wrap .won {
  font-size: 38px;
}

#commodityListSection .list_wrap_commodity .pc_mobile_separator {
  display: inline-block;
  height: 600px;
  vertical-align: top;
  margin-top: 40px;
  line-height: 65px;
  font-size: 43px;
  color: #606060;
  text-align: left;
  width: 180px;
  padding: 0 0 0 50px;
}

#commodityListSection .list_wrap_commodity .pc_mobile_separator .separator {
  border-left: 4px solid #606060;
  height: 300px;
  margin-top: 30px;
}

#commodityListSection .list_wrap_commodity .pc_mobile_separator .icon_arrow {
  width: 45px;
  margin-top: 20px;
}

/*# sourceMappingURL=../maps/category/design_theme.css.map */
