@charset "utf-8";
.init-a {
  text-decoration: none;
  color: inherit;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
.pagewidth {
  overflow: hidden;
}
.pagecontainer > table:nth-child(5) > tbody > tr > td > table:nth-child(2) {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .pagecontainer > table:nth-child(5) > tbody > tr > td > table:nth-child(2) {
    width: 1500px;
    height: 100%;
  }
}
.pagecontainer > table:nth-child(5) > tbody > tr > td > table:nth-child(2) a {
  font-size: 1em;
  font-weight: 500;
  text-decoration: none !important;
  color: inherit !important;
}
@media (min-width: 576px) {
  .pagecontainer > table:nth-child(5) > tbody > tr > td > table:nth-child(2) > tbody > tr:last-child {
    display: flex;
    justify-content: space-between;
    align-items: initial;
    flex-wrap: nowrap;
    flex-direction: initial;
  }
}
@media (max-width: 576px) {
  .pagecontainer > table:nth-child(5) > tbody > tr > td > table:nth-child(2) > tbody > tr:last-child {
    display: flex;
    justify-content: initial;
    align-items: initial;
    flex-wrap: initial;
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .pagecontainer > table:nth-child(5) > tbody > tr > td > table:nth-child(2) > tbody > tr:last-child > td:last-child {
    width: 75%;
  }
}
@media (max-width: 576px) {
  .pagecontainer > table:nth-child(5) > tbody > tr > td > table:nth-child(2) > tbody > tr:last-child > td:last-child {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  #LeftPanel {
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #LeftPanel > .v4acpcont:last-child {
    display: none;
  }
}
@media (min-width: 576px) {
  #LeftPanel {
    width: 22%;
    height: 100%;
  }
}
#LeftPanel table.v4acp tr.v4acp_head td.v4hspacer {
  width: 0;
}
#LeftPanel .v4accent {
  display: none;
}
#LeftPanel .v4title {
  background-color: #282828;
  display: flex;
  box-sizing: border-box;
  height: 2.5rem;
  border: 1px solid #ccc;
  padding: 0;
}
#LeftPanel .v4title h2 {
  color: #fd7006;
  margin: 0 0 0 1rem;
  font-size: 1.2rem;
  line-height: 2.5rem;
  font-weight: 400;
}
#LeftPanel table.v4midBox {
  border: none;
}
#LeftPanel .v4acp_mid * {
  margin: 0;
  padding: 0;
}
#LeftPanel .v4acp_mid .v4mid {
  background-color: transparent;
  color: initial;
}
#LeftPanel .v4acp_mid .lcat {
  width: 100%;
}
#LeftPanel .v4acp_mid .lcat li,
#LeftPanel .v4acp_mid .lcat .ttl {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
#LeftPanel .v4acp_mid .lcat li:hover,
#LeftPanel .v4acp_mid .lcat .ttl:hover {
  background-color: #fd7006 !important;
  color: #fff !important;
}
#LeftPanel .v4acp_mid .lcat a {
  display: block;
}
@media (min-width: 576px) {
  #LeftPanel .v4acp_mid .lcat li > a:first-child,
  #LeftPanel .v4acp_mid .lcat li > span:first-child {
    padding-left: 1rem;
  }
}
@media (max-width: 576px) {
  #LeftPanel .v4acp_mid .lcat li > a:first-child,
  #LeftPanel .v4acp_mid .lcat li > span:first-child {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
#LeftPanel .v4acp_mid .lcat .ttl {
  text-transform: uppercase;
  background-color: #f8f8f8;
  line-height: 2.5rem;
}
#LeftPanel .v4acp_mid .lcat .ttl a {
  padding-left: 1rem;
  transition: all 0.3s;
}
#LeftPanel .v4acp_mid .lcat .lev1 > li {
  transition: all 0.3s;
}
#LeftPanel .v4acp_mid .lcat .lev1 > li:hover {
  background-color: #fd7006;
  color: #fff;
}
#LeftPanel .v4acp_mid .lcat .lev1 li {
  background-color: #f8f8f8;
}
@media (max-width: 576px) {
  #LeftPanel .v4acp_mid .lcat .lev1 li {
    float: left;
    margin: 0.5em;
  }
}
#LeftPanel .v4acp_mid .lcat .lev1 li span:not([class="cnt"]) {
  display: block;
  background-color: #fd7006;
  color: #fff;
}
#LeftPanel .v4acp_mid .lcat .lev1 li span:not([class="cnt"]):hover {
  background-color: #fd7006;
  color: #fff;
}
#LeftPanel .v4acp_mid .lcat .lev2 > li {
  position: relative;
  list-style: none;
}
#LeftPanel .v4acp_mid .lcat .lev2 > li a {
  display: block;
  transition: all 0.3s;
}
#LeftPanel .v4acp_mid .lcat .lev2 > li a:not(:hover) {
  color: #fd7006 !important;
}
#LeftPanel .v4acp_mid .lcat .cnt {
  display: none;
}
#LeftPanel .v4acp_mid ul {
  list-style: none;
}
#LeftPanel .v4acp_mid li {
  line-height: 2.5rem;
}
#LeftPanel .v4acp_mid form[name="Search"] table {
  width: 100%;
  height: 100%;
}
#LeftPanel .v4acp_mid form[name="Search"] tbody tr {
  display: flex;
  justify-content: initial;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: initial;
  margin: 0.5rem;
}
#LeftPanel .v4acp_mid form[name="Search"] tbody tr td:first-child {
  flex: 1;
}
#LeftPanel .v4acp_mid form[name="Search"] tbody tr input[type="text"] {
  width: 100%;
  text-indent: 1em;
  border-radius: 5px 0 0 5px;
}
#LeftPanel .v4acp_mid form[name="Search"] tbody tr input[type="submit"] {
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #fd7006;
  color: #fff;
  border-radius: 0 5px 5px 0;
}
#LeftPanel .v4acp_mid form[name="Search"] tbody tr input[type="checkbox"][name="LH_TitleDesc"] {
  margin-left: 10px;
  margin-right: 10px;
}
#LeftPanel .v4acp_mid form[name="Search"] tbody tr input[type="checkbox"][name="LH_TitleDesc"] + label {
  color: #fd7006;
}
#LeftPanel .v4acp_mid form[name="Search"] tbody tr:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: initial;
  border: 1px solid #fd7006;
  transition: all 0.5s;
  border-radius: 5px;
}
#LeftPanel .v4acp_mid form[name="Search"] tbody tr:first-child:focus-within {
  box-shadow: 0 0 8px 2px #fd7006;
}
#LeftPanel .v4acp_mid form[name="Search"] tbody tr:first-child > td input {
  border: none;
  flex: 1;
  outline: none;
  line-height: 1.8rem;
}
#LeftPanel .v4acp_mid form[name="Search"] tbody tr:last-child {
  display: none;
}
#LeftPanel .v4acp_mid .g-hdn[for="v4-1"] {
  display: none;
}
#CentralArea {
  position: relative;
}
#CentralArea table {
  border-collapse: collapse;
}
#CentralArea table.gy-br thead {
  display: none;
}
#CentralArea a:hover {
  text-decoration: underline !important;
}
#CentralArea .v4stabl {
  position: absolute;
  z-index: 100;
  color: #fff;
  left: 1rem;
  line-height: 2.5rem;
}
@media (max-width: 576px) {
  #CentralArea .v4stabl {
    display: none;
  }
}
#CentralArea .v4stabl a {
  color: #fd7006 !important;
}
#CentralArea .r3_cm,
#CentralArea .fpcc,
#CentralArea .rs-pview,
#CentralArea .v4stabl,
#CentralArea .cmsg,
#CentralArea #v4-9.ctrlbr,
#CentralArea .dynpg > .pgbc,
#CentralArea .cmpb {
  padding: 0;
}
#CentralArea .cmpb {
  margin: 0;
}
#CentralArea .cmpBr,
#CentralArea .dynpg > .pgbc,
#CentralArea .cmpb {
  background-color: transparent;
}
#CentralArea #v4-9.ctrlbr,
#CentralArea #v4-6,
#CentralArea .r3_c,
#CentralArea .cmpBr,
#CentralArea .dynpg > .pgbc,
#CentralArea .rs_box {
  border: none;
}
#CentralArea .r3_bl,
#CentralArea .itemseparator,
#CentralArea .subtitle,
#CentralArea #v4-10,
#CentralArea .ppugv,
#CentralArea .disct,
#CentralArea .oriprs {
  display: none;
}
#CentralArea .fpcc {
  position: absolute;
}
@media (min-width: 1700px) {
  #CentralArea .fpcc {
    left: 26%;
  }
}
@media (min-width: 1500px) and (max-width: 1700px) {
  #CentralArea .fpcc {
    left: 20%;
  }
}
@media (max-width: 1500px) {
  #CentralArea .fpcc {
    display: none;
  }
}
#CentralArea .smuy {
  color: #fff;
  line-height: 2.5rem;
  margin: 0;
}
#CentralArea .smuy .countClass {
  color: #fd7006;
}
#CentralArea .smuy .matchClass,
#CentralArea .smuy .keywordClass {
  color: #fff;
  background-color: transparent;
}
#CentralArea #v4-8:after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}
#CentralArea #v4-8 > div:first-child {
  float: right;
}
@media (max-width: 576px) {
  #CentralArea #v4-8 > div:first-child {
    width: 100%;
  }
  #CentralArea #v4-8 > div:first-child > #v4-9 {
    display: flex;
    justify-content: initial;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: initial;
    padding-left: 1em;
    padding-right: 1em;
  }
  #CentralArea #v4-8 > div:first-child > #v4-9 > span {
    padding: 0;
  }
  #CentralArea #v4-8 > div:first-child > #v4-9 > .cl {
    display: none;
  }
}
#CentralArea #v4-8 > div:first-child::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.5rem;
  background-color: #282828;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -999;
  border: 1px solid #ccc;
}
#CentralArea #v4-8 > div:nth-child(-n + 2) {
  color: #fff;
}
#CentralArea #v4-8 #v4-20 {
  float: right;
}
@media (max-width: 576px) {
  #CentralArea #v4-8 #v4-20 {
    display: none;
  }
}
#CentralArea #v4-8 #v4-20 a {
  color: #fd7006 !important;
}
#CentralArea #v4-8 #v4-23 {
  float: right;
  width: 100%;
}
#CentralArea #v4-8 .ctrlbr,
#CentralArea #v4-8 .cmpBr {
  line-height: 2.5rem;
}
#CentralArea #v4-8 .cmpBr {
  height: auto;
}
#CentralArea #v4-8 .cmpBr > span::after {
  content: "|";
  margin-left: 1rem;
  margin-right: 1rem;
}
#CentralArea #v4-8 .ctrlbr span {
  color: #fff;
}
#CentralArea #v4-8 .ctrlbr span#v4-11,
#CentralArea #v4-8 .ctrlbr span#v4-17 {
  color: #fd7006;
}
#CentralArea #v4-8 .ctrlbr span#v4-11 img,
#CentralArea #v4-8 .ctrlbr span#v4-17 img {
  display: none;
}
#CentralArea #v4-8 .ctrlbr span#v4-11::after,
#CentralArea #v4-8 .ctrlbr span#v4-17::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
  background: url("https://image.pushauction.com/0/0/7e8fa801-d99d-4020-9562-ec403e1bc99f/82489e5e-a059-4d78-8326-be3772c72a74.png") no-repeat center / 100% 100%;
}
#CentralArea #v4-8 #v4-11 {
  position: relative;
  padding-right: 0.5rem;
}
#CentralArea .dynpg {
  background-color: #282828;
  border: 1px solid #ccc;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#CentralArea .dynpg .l,
#CentralArea .dynpg .r {
  color: #fff;
  line-height: 2.5rem;
}
@media (min-width: 576px) {
  #CentralArea .dynpg {
    margin-top: 2rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 576px) {
  #CentralArea .dynpg {
    margin-top: 1rem !important;
  }
}
@media (min-width: 576px) {
  #CentralArea .dynpg .pgbc > tbody > tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: initial;
  }
}
@media (max-width: 576px) {
  #CentralArea .dynpg .pgbc > tbody > tr {
    display: flex;
    justify-content: initial;
    align-items: center;
    flex-wrap: initial;
    flex-direction: column;
  }
  #CentralArea .dynpg .pgbc > tbody > tr > .l {
    padding: 0;
  }
}
#CentralArea .dynpg .pgbc > tbody .prev,
#CentralArea .dynpg .pgbc > tbody .next {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: initial;
}
#CentralArea .dynpg .pgbc > tbody .prev .disabled,
#CentralArea .dynpg .pgbc > tbody .next .disabled,
#CentralArea .dynpg .pgbc > tbody .prev .enabled,
#CentralArea .dynpg .pgbc > tbody .next .enabled {
  text-decoration: none !important;
  display: inline-flex;
  justify-content: initial;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: initial;
}
#CentralArea .dynpg .pgbc > tbody .prev .disabled img,
#CentralArea .dynpg .pgbc > tbody .next .disabled img,
#CentralArea .dynpg .pgbc > tbody .prev .enabled img,
#CentralArea .dynpg .pgbc > tbody .next .enabled img {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
#CentralArea .dynpg .pgbc > tbody .pages {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
@media (max-width: 576px) {
  #CentralArea .dynpg .pgbc > tbody .pages > a:not(:nth-of-type(-n + 4)),
  #CentralArea .dynpg .pgbc > tbody .pages > span:not(:nth-of-type(-n + 3)) {
    display: none;
  }
}
#CentralArea .dynpg .pgbc > tbody .pages a {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
#CentralArea .dynpg .pgbc > tbody .pages a.disabled {
  color: #fd7006 !important;
  font-weight: 600;
}
#CentralArea .dynpg .pgbc > tbody .pages .pipe,
#CentralArea .dynpg .pgbc > tbody .pages a {
  color: #fff !important;
}
#CentralArea .dynpg .pgbc .pager tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: initial;
  height: 2.5rem;
}
#CentralArea .dynpg form.form {
  padding-top: 0;
  padding-bottom: 0;
}
#CentralArea #v4-22 .g-b {
  font-size: 1.5em;
  font-weight: 600;
  color: #fd7006;
}
#v4-14 #v4-18_mn_ul li:not(:first-child),
#v4-14 #v4-12_mn_ul li:not(:first-child) {
  border-top: 1px solid #888;
}
#v4-14 #v4-18_mn_ul > li:not([class="d"]):hover > a,
#v4-14 #v4-12_mn_ul > li:not([class="d"]):hover > a {
  background-color: #fd7006;
  color: #fff;
}
#v4-14 #v4-18_mn_ul > li > a,
#v4-14 #v4-12_mn_ul > li > a {
  transition: all 0.2s ease-in-out;
  background-position: 5% 48%;
  line-height: 2rem;
}
#v4-20.olp-mn.ml-pm #v4-24_mn_ul li:not(:first-child),
#v4-20.olp-mn.ml-pm #v4-18_mn_ul li:not(:first-child) {
  border-top: 1px solid #888;
}
#v4-20.olp-mn.ml-pm #v4-24_mn_ul > li:not([class="d"]):hover > a,
#v4-20.olp-mn.ml-pm #v4-18_mn_ul > li:not([class="d"]):hover > a {
  background-color: #fd7006;
  color: #fff;
}
#v4-20.olp-mn.ml-pm #v4-24_mn_ul > li > a,
#v4-20.olp-mn.ml-pm #v4-18_mn_ul > li > a {
  transition: all 0.2s ease-in-out;
  background-position: 5% 48%;
  line-height: 2rem;
}
#v4-6.bpmsg {
  float: right;
  line-height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
}
#v4-6.bpmsg > .title,
#v4-6.bpmsg .option {
  color: inherit;
}
#v4-6.bpmsg > .option {
  color: #888;
}
#v4-6.bpmsg > .lnk > a {
  color: #fd7006 !important;
}
#v4-6.bpmsg::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.5rem;
  background-color: #282828;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -999;
  border: 1px solid #ccc;
}
#v4-15.ctrlbr,
#v4-26.cmpBr {
  position: absolute;
  background-color: #282828;
  box-sizing: border-box;
  height: 2.5rem;
  top: 3rem;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 5px;
  border: 1px solid #ccc;
}
#v4-15.ctrlbr {
  right: 0;
}
#v4-15.ctrlbr .label {
  line-height: 2.5rem;
  color: #fff;
}
#v4-15.ctrlbr > #v4-16,
#v4-15.ctrlbr > #v4-22 {
  padding: 0;
}
#v4-15.ctrlbr > span:last-of-type {
  margin-left: 1rem;
}
#v4-15.ctrlbr #v4-17.cur,
#v4-15.ctrlbr #v4-23.cur {
  color: #fd7006;
}
#v4-15.ctrlbr #v4-17.cur img,
#v4-15.ctrlbr #v4-23.cur img {
  display: none;
}
#v4-15.ctrlbr #v4-17.cur::after,
#v4-15.ctrlbr #v4-23.cur::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background: url("https://image.pushauction.com/0/0/7e8fa801-d99d-4020-9562-ec403e1bc99f/82489e5e-a059-4d78-8326-be3772c72a74.png") no-repeat center / 100% 100%;
}
#v4-26.cmpBr {
  right: 30%;
}
#v4-26.cmpBr span {
  line-height: 2.5rem;
  color: #fff;
}
#v4-26.cmpBr span > a {
  color: #fd7006 !important;
}
#v4-12.rs_box {
  padding-top: 2.5rem;
}
#v4-8 .grid,
#v4-59.pview.rs-pview .grid {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  #v4-8 .grid tr,
  #v4-59.pview.rs-pview .grid tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: initial;
  }
}
@media (max-width: 576px) {
  #v4-8 .grid tr,
  #v4-59.pview.rs-pview .grid tr {
    display: flex;
    justify-content: initial;
    align-items: initial;
    flex-wrap: initial;
    flex-direction: column;
  }
}
#v4-8 .gallery[width="33%"],
#v4-59.pview.rs-pview .gallery[width="33%"] {
  border: none;
}
@media (min-width: 576px) {
  #v4-8 .gallery[width="33%"],
  #v4-59.pview.rs-pview .gallery[width="33%"] {
    width: 32%;
  }
}
@media (max-width: 576px) {
  #v4-8 .gallery[width="33%"],
  #v4-59.pview.rs-pview .gallery[width="33%"] {
    width: 100%;
    margin-top: 1rem;
  }
}
#v4-8 .gallery[width="33%"] > table,
#v4-59.pview.rs-pview .gallery[width="33%"] > table {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 6px -6px #000;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 30%;
  align-self: stretch;
  border: 1px solid #ccc;
  display: block;
  padding: 0.8rem;
}
#v4-8 .gallery[width="33%"] > table:hover,
#v4-59.pview.rs-pview .gallery[width="33%"] > table:hover {
  border: 1px solid #fd7006;
  box-shadow: 0 6px 6px -6px #000;
  opacity: 0.7;
}
#v4-8 .gallery[width="33%"] > table .picture.camera,
#v4-59.pview.rs-pview .gallery[width="33%"] > table .picture.camera {
  padding: 0;
}
#v4-8 .gallery[width="33%"] > table .picture.camera img.sale,
#v4-59.pview.rs-pview .gallery[width="33%"] > table .picture.camera img.sale {
  width: 23%;
}
#v4-8 .gallery[width="33%"] div.image,
#v4-59.pview.rs-pview .gallery[width="33%"] div.image {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#v4-8 .gallery[width="33%"] div.image img,
#v4-59.pview.rs-pview .gallery[width="33%"] div.image img {
  width: 100%;
}
#v4-8 .gallery[width="33%"] .mi,
#v4-59.pview.rs-pview .gallery[width="33%"] .mi {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.8em;
}
#v4-8 .gallery[width="33%"] .details .fixed,
#v4-59.pview.rs-pview .gallery[width="33%"] .details .fixed {
  width: 100%;
  height: 100%;
  margin-top: 2.5rem;
}
#v4-8 .gallery[width="33%"] .details .fixed .bin.g-b,
#v4-59.pview.rs-pview .gallery[width="33%"] .details .fixed .bin.g-b,
#v4-8 .gallery[width="33%"] .details .fixed .bid.g-b,
#v4-59.pview.rs-pview .gallery[width="33%"] .details .fixed .bid.g-b {
  color: #fd7006;
  font-weight: 600;
  font-size: 2em;
}
#v4-8 .gallery[width="33%"] .details .fixed > tbody > tr .basics,
#v4-59.pview.rs-pview .gallery[width="33%"] .details .fixed > tbody > tr .basics,
#v4-8 .gallery[width="33%"] .details .fixed > tbody > tr .time2,
#v4-59.pview.rs-pview .gallery[width="33%"] .details .fixed > tbody > tr .time2,
#v4-8 .gallery[width="33%"] .details .fixed > tbody > tr .stp,
#v4-59.pview.rs-pview .gallery[width="33%"] .details .fixed > tbody > tr .stp,
#v4-8 .gallery[width="33%"] .details .fixed > tbody > tr .cpa,
#v4-59.pview.rs-pview .gallery[width="33%"] .details .fixed > tbody > tr .cpa {
  display: none;
}
#v4-8 .gallery[width="33%"] .details .ttl,
#v4-59.pview.rs-pview .gallery[width="33%"] .details .ttl {
  margin-bottom: 1.5rem;
}
#v4-8 .gallery[width="33%"] .details .ttl a,
#v4-59.pview.rs-pview .gallery[width="33%"] .details .ttl a {
  font-size: 15px;
}
.stBadge {
  min-width: auto;
}
/*# sourceMappingURL=./list-section.css.map */