a {
  color: #333;
  text-decoration: none;
}
.host-event-list-page {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}

/* 검색단 css 시작 */
.search-select-wrap {
  display: block;
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
}
.search-select-wrap div {
  display: table-cell;
  padding-right: 3px;
  font-size: 0;
  vertical-align: top;
}
.search-select-wrap div:last-child {
  padding-right: 0;
}
.search-select-wrap div.select_set {
  width: 20%;
}
.search-select-wrap div.input_set {
  width: 40%;
}
.search-select-wrap div p {
  line-height: 60px;
  margin: 0;
  color: #181818;
  font-weight: bold;
  font-size: 16px;
}

.search-select-wrap div.select_set p {
  position: relative;
  padding: 0 40px 0 20px;
  background-color: #e4e1df;
  font-size: 20px;
}
.search-select-wrap div.select_set p:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  border-width: 10px;
  border-style: solid;
  border-color: #716f6f transparent transparent transparent;
}
.search-select-wrap div.select_set p:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  border-width: 10px;
  border-style: solid;
  border-color: #e4e1df transparent transparent transparent;
}
.search-select-wrap div.select_set p.on {
  background-color: #9d897b;
  color: #fff;
}
.search-select-wrap div.select_set p.on:before {
  border-color: #fff transparent transparent transparent;
}
.search-select-wrap div.select_set p.on:after {
  border-color: #9d897b transparent transparent transparent;
}

.search-select-wrap div.input_set p {
  position: relative;
  padding-right: 60px;
  background-color: #0b0a0a;
}
.search-select-wrap div.input_set p button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  font-size: 0;
  background-image: url(/img_up/shop_pds/appkorea218/design/img/host_event/host_event_search_btn.jpg);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
  background-color: #0b0a0a;
}
.search-select-wrap div.input_set p input {
  display: inline-block;
  width: 100%;
  height: 60px;
  padding: 0 20px 0 20px;
  border: none;
  box-sizing: border-box;
  background-color: #0b0a0a;
  color: #fff;
  vertical-align: top;
  font-size: 20px;
}
.search-select-wrap div.input_set p input:focus {
  outline: none;
}

/* 레이어 팝업 디자인 */
.search-layer-pop-wrap {
  display: none;
}
.search-layer-pop-wrap.on {
  display: table;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  background-color: rgba(0, 0, 0, 0.5);
}
.search-layer-pop-table-cell {
  display: table-cell;
  padding-top: 120px;
  vertical-align: top;
}
.search-layer-pop {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.search-layer-pop-tap-button {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  table-layout: fixed;
  background-color: #0b0b0b;
}
.search-layer-pop-tap-button li {
  display: table-cell;
  width: 33.33%;
  line-height: 60px;
  border-right: 2px solid #4b4b4b;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
}
.search-layer-pop-tap-button li:first-child {
  border-left: none;
}
.search-layer-pop-tap-button li:last-child {
  border-right: none;
}

.search-layer-pop-wrap[data-tap="1"]
  .search-layer-pop-tap-button
  li[data-tap="1"],
.search-layer-pop-wrap[data-tap="2"]
  .search-layer-pop-tap-button
  li[data-tap="2"],
.search-layer-pop-wrap[data-tap="3"]
  .search-layer-pop-tap-button
  li[data-tap="3"] {
  color: #0b0b0b;
  background-color: #fff;
}

.search-layer-pop-content {
  display: none;
  padding: 60px;
}
.search-layer-pop-wrap[data-tap="1"] .search-layer-pop-content[data-tap="1"],
.search-layer-pop-wrap[data-tap="2"] .search-layer-pop-content[data-tap="2"],
.search-layer-pop-wrap[data-tap="3"] .search-layer-pop-content[data-tap="3"] {
  display: block;
}

.search-layer-pop-content h3 {
  margin: 0 0 20px;
  color: #4c4948;
  font-size: 20px;
}
.search-layer-pop-content h4 {
  margin: 0 0 10px;
  color: #4c4948;
  font-size: 18px;
}
.search-layer-pop-checkbox-ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
}
.search-layer-pop-checkbox-ul:after {
  content: "";
  display: block;
  clear: both;
}
.search-layer-pop-checkbox-ul li {
  float: left;
  width: 25%;
  min-height: 51px;
  line-height: 50px;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #f8f8f8;
  box-sizing: border-box;
  text-align: center;
}
.search-layer-pop-checkbox-ul li input {
  display: none;
}
.search-layer-pop-checkbox-ul li label {
  display: block;
  color: #999999;
  font-size: 16px;
  letter-spacing: -0.1em;
}
.search-layer-pop-checkbox-ul li input:checked + label {
  background-color: #0b0b0b;
  color: #fff;
}

.search-layer-pop-checkbox-table {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  table-layout: fixed;
}
.search-layer-pop-checkbox-table.marb30 {
  margin-bottom: 30px;
}
.search-layer-pop-checkbox-table li {
  display: table-cell;
  min-height: 51px;
  line-height: 50px;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  box-sizing: border-box;
  background-color: #f8f8f8;
  text-align: center;
  vertical-align: top;
}
.search-layer-pop-checkbox-table li input {
  display: none;
}
.search-layer-pop-checkbox-table li label {
  display: block;
  color: #999999;
  font-size: 16px;
  letter-spacing: -1px;
}
.search-layer-pop-checkbox-table li input:checked + label {
  background-color: #0b0b0b;
  color: #fff;
}

.search-layer-pop-checkbox-table2 {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  table-layout: fixed;
}
.search-layer-pop-checkbox-table2 li {
  display: table-cell;
  min-height: 50px;
  line-height: 50px;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  box-sizing: border-box;
  background-color: #f8f8f8;
  text-align: center;
  vertical-align: top;
}
.search-layer-pop-checkbox-table2 li:nth-child(2) {
  width: 60px;
}
.search-layer-pop-checkbox-table2 li input {
  display: block;
  width: 100%;
  border: none;
  background: none;
  height: 50px;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  font-size: 20px;
}
.search-layer-pop-checkbox-table2 li input:focus {
  outline: none;
}

.search-layer-pop-button-wrap {
  margin-top: 60px;
  text-align: center;
  font-size: 0;
}
.search-layer-pop-button-wrap button {
  padding: 10px 20px;
  border: 1px solid #c8c5c2;
  background-color: #fff;
  font-size: 16px;
}
.search-layer-pop-button-wrap button.submit {
  border: 1px solid #a8213e;
  background-color: #a8213e;
  color: #fff;
}
.search-layer-pop-button-wrap button:last-child {
  margin-left: 10px;
}

/* placeholder 색상변경 */
/* Chrome/Opera/Safari */
.search-layer-pop-checkbox-table2 li input::-webkit-input-placeholder {
  color: #999;
  opacity: 0.8;
}
/* Firefox 19+ */
.search-layer-pop-checkbox-table2 li input::-moz-placeholder {
  color: #999;
  opacity: 0.8;
}
/* IE 10+ */
.search-layer-pop-checkbox-table2 li input:-ms-input-placeholder {
  color: #999;
  opacity: 0.8;
}
/* Firefox 18- */
.search-layer-pop-checkbox-table2 li input:-moz-placeholder {
  color: #999;
  opacity: 0.8;
}



@media (max-width: 764px) {
  a {
    color: #333;
    text-decoration: none;
  }
  .host-event-list-page {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
  }

  /* 검색단 css 시작 */
  .search-select-wrap {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 89px;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .search-select-wrap div {
  display: inline-block;
    padding-right: 3px;
    font-size: 0;
    vertical-align: top;
  }
  .search-select-wrap div:nth-child(3) {padding-right:0;}
  .search-select-wrap div:last-child {
    padding-right: 0;
  }
  .search-select-wrap div.select_set {
    width: 33.333333%;
  }
  .search-select-wrap div.input_set {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .search-select-wrap div p {
    line-height: 40px;
    margin: 0;
    color: #181818;
    font-weight: bold;
    font-size: 16px;
  }

  .search-select-wrap div.select_set p {
    position: relative;
    padding: 0 26px 0 5px;
    background-color: #e4e1df;
    font-size: 15px;
    letter-spacing: -0.1em;
  }
  .search-select-wrap div.select_set p:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 5px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto 0;
    border-width: 10px;
    border-style: solid;
    border-color: #716f6f transparent transparent transparent;
  }
  .search-select-wrap div.select_set p:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 5px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto 0;
    border-width: 10px;
    border-style: solid;
    border-color: #e4e1df transparent transparent transparent;
  }
  .search-select-wrap div.select_set p.on {
    background-color: #9d897b;
    color: #fff;
  }
  .search-select-wrap div.select_set p.on:before {
    border-color: #fff transparent transparent transparent;
  }
  .search-select-wrap div.select_set p.on:after {
    border-color: #9d897b transparent transparent transparent;
  }

  .search-select-wrap div.input_set p {
    position: relative;
    padding-right: 40px;
    background-color: #0b0a0a;
  }
  .search-select-wrap div.input_set p button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    padding: 0;
    border: none;
    font-size: 0;
    background-image: url(/img_up/shop_pds/appkorea218/design/img/host_event/host_event_search_btn.jpg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    background-color: #0b0a0a;
  }
  .search-select-wrap div.input_set p input {
    display: inline-block;
    width: 100%;
    height: 45px;
    padding: 0 20px 0 20px;
    border: none;
    box-sizing: border-box;
    background-color: #0b0a0a;
    color: #fff;
    vertical-align: top;
    font-size: 15px;
  }
  .search-select-wrap div.input_set p input:focus {
    outline: none;
  }

  /* 레이어 팝업 디자인 */
  .search-layer-pop-wrap {
    display: none;
  }
  .search-layer-pop-wrap.on {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .search-layer-pop-table-cell {
    display: table-cell;
    padding-top: 120px;
    vertical-align: top;
  }
  .search-layer-pop {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
  }
  .search-layer-pop-tap-button {
    display: table;
    width: 87%;
    margin: 0;
    padding: 0;
    list-style: none;
    table-layout: fixed;
    background-color: #0b0b0b;
  }
  .search-layer-pop-tap-button li {
  display: table-cell; width: 33.33%; line-height: 50px; border-right: 2px solid #4b4b4b; box-sizing: border-box; color: #fff; font-size: 14px; font-weight: bold; text-align: center; cursor: pointer; vertical-align: top; letter-spacing: -0.04em;
  }
  .search-layer-pop-tap-button li:first-child {
    border-left: none;
  }
  .search-layer-pop-tap-button li:last-child {
    border-right: none;
  }

  .search-layer-pop-wrap[data-tap="1"]
    .search-layer-pop-tap-button
    li[data-tap="1"],
  .search-layer-pop-wrap[data-tap="2"]
    .search-layer-pop-tap-button
    li[data-tap="2"],
  .search-layer-pop-wrap[data-tap="3"]
    .search-layer-pop-tap-button
    li[data-tap="3"] {
    color: #0b0b0b;
    background-color: #fff;
  }

  .search-layer-pop-content {
    display: none;
    padding: 20px 15px;
    height: 400px;
    overflow: scroll;
  }
  .search-layer-pop-wrap[data-tap="1"] .search-layer-pop-content[data-tap="1"],
  .search-layer-pop-wrap[data-tap="2"] .search-layer-pop-content[data-tap="2"],
  .search-layer-pop-wrap[data-tap="3"] .search-layer-pop-content[data-tap="3"] {
    display: block;
  }

  .search-layer-pop-content h3 {
    margin: 0 0 20px;
    color: #4c4948;
    font-size: 20px;
  }
  .search-layer-pop-content h4 {
    margin: 0 0 10px;
    color: #4c4948;
    font-size: 18px;
  }
  .search-layer-pop-checkbox-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
  }
  .search-layer-pop-checkbox-ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .search-layer-pop-checkbox-ul li {
    width: 100%;
    min-height: 51px;
    line-height: 50px;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    background-color: #f8f8f8;
    box-sizing: border-box;
    text-align: center;
  }
  .search-layer-pop-checkbox-ul li input {
    display: none;
  }
  .search-layer-pop-checkbox-ul li label {
    display: block;
    color: #999999;
    font-size: 16px;
    letter-spacing: -1px;
  }
  .search-layer-pop-checkbox-ul li input:checked + label {
    background-color: #0b0b0b;
    color: #fff;
  }

  .search-layer-pop-checkbox-table {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    table-layout: fixed;
  }
  .search-layer-pop-checkbox-table.marb30 {
    margin-bottom: 30px;
  }
  .search-layer-pop-checkbox-table li {
    display: table-cell;
    min-height: 51px;
    line-height: 50px;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    box-sizing: border-box;
    background-color: #f8f8f8;
    text-align: center;
    vertical-align: top;
  }
  .search-layer-pop-checkbox-table li input {
    display: none;
  }
  .search-layer-pop-checkbox-table li label {
    display: block;
    color: #999999;
    font-size: 13px;
    letter-spacing: -1px;
    line-height: 32px;
  }
  .search-layer-pop-checkbox-table li input:checked + label {
    background-color: #0b0b0b;
    color: #fff;
  }

  .search-layer-pop-checkbox-table2 {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    table-layout: fixed;
  }
  .search-layer-pop-checkbox-table2 li {
    display: table-cell;
    min-height: 50px;
    line-height: 50px;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    box-sizing: border-box;
    background-color: #f8f8f8;
    text-align: center;
    vertical-align: top;
  }
  .search-layer-pop-checkbox-table2 li:nth-child(2) {
    width: 60px;
  }
  .search-layer-pop-checkbox-table2 li input {
    display: block;
    width: 100%;
    border: none;
    background: none;
    height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
    font-size: 20px;
  }
  .search-layer-pop-checkbox-table2 li input:focus {
    outline: none;
  }

  .search-layer-pop-button-wrap {
    margin-top: 48px;
    text-align: center;
    font-size: 0;
  }
  .search-layer-pop-button-wrap button {
    padding: 10px 20px;
    border: 1px solid #c8c5c2;
    background-color: #fff;
    font-size: 16px;
  }
  .search-layer-pop-button-wrap button.submit {
    border: 1px solid #a8213e;
    background-color: #a8213e;
    color: #fff;
  }
  .search-layer-pop-button-wrap button:last-child {
    margin-left: 10px;
  }
  .search-layer-pop-close {
    left: 87%;
    width: 50px;
    height: 50px;
  }

  /* placeholder 색상변경 */
  /* Chrome/Opera/Safari */
  .search-layer-pop-checkbox-table2 li input::-webkit-input-placeholder {
    color: #999;
    opacity: 0.8;
  }
  /* Firefox 19+ */
  .search-layer-pop-checkbox-table2 li input::-moz-placeholder {
    color: #999;
    opacity: 0.8;
  }
  /* IE 10+ */
  .search-layer-pop-checkbox-table2 li input:-ms-input-placeholder {
    color: #999;
    opacity: 0.8;
  }
  /* Firefox 18- */
  .search-layer-pop-checkbox-table2 li input:-moz-placeholder {
    color: #999;
    opacity: 0.8;
  }
}


@media (min-width: 1024px) {
  a {
    color: #333;
    text-decoration: none;
  }
  .host-event-list-page {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
  }

  /* 검색단 css 시작 */
  .search-select-wrap {
    display: table;
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
  }
  .search-select-wrap div {
    display: table-cell;
    padding-right: 3px;
    font-size: 0;
    vertical-align: top;
  }
  .search-select-wrap div:last-child {
    padding-right: 0;
  }
  .search-select-wrap div.select_set {
    width: 20%;
  }
  .search-select-wrap div.input_set {
    width: 40%;
  }
  .search-select-wrap div p {
    line-height: 60px;
    margin: 0;
    color: #181818;
    font-weight: bold;
    font-size: 16px;
  }

  .search-select-wrap div.select_set p {
    position: relative;
    padding: 0 40px 0 20px;
    background-color: #e4e1df;
    font-size: 20px;
  }
  .search-select-wrap div.select_set p:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 10px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto 0;
    border-width: 10px;
    border-style: solid;
    border-color: #716f6f transparent transparent transparent;
  }
  .search-select-wrap div.select_set p:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 10px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto 0;
    border-width: 10px;
    border-style: solid;
    border-color: #e4e1df transparent transparent transparent;
  }
  .search-select-wrap div.select_set p.on {
    background-color: #9d897b;
    color: #fff;
  }
  .search-select-wrap div.select_set p.on:before {
    border-color: #fff transparent transparent transparent;
  }
  .search-select-wrap div.select_set p.on:after {
    border-color: #9d897b transparent transparent transparent;
  }

  .search-select-wrap div.input_set p {
    position: relative;
    padding-right: 60px;
    background-color: #0b0a0a;
  }
  .search-select-wrap div.input_set p button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding: 0;
    border: none;
    font-size: 0;
    background-image: url(/img_up/shop_pds/appkorea218/design/img/host_event/host_event_search_btn.jpg);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
    background-color: #0b0a0a;
  }
  .search-select-wrap div.input_set p input {
    display: inline-block;
    width: 100%;
    height: 60px;
    padding: 0 20px 0 20px;
    border: none;
    box-sizing: border-box;
    background-color: #0b0a0a;
    color: #fff;
    vertical-align: top;
    font-size: 20px;
  }
  .search-select-wrap div.input_set p input:focus {
    outline: none;
  }

  /* 레이어 팝업 디자인 */
  .search-layer-pop-wrap {
    display: none;
  }
  .search-layer-pop-wrap.on {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .search-layer-pop-table-cell {
    display: table-cell;
    padding-top: 120px;
    vertical-align: top;
  }
  .search-layer-pop {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
  }
  .search-layer-pop-tap-button {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    table-layout: fixed;
    background-color: #0b0b0b;
  }
  .search-layer-pop-tap-button li {
    display: table-cell;
    width: 33.33%;
    line-height: 60px;
    border-right: 2px solid #4b4b4b;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
  }
  .search-layer-pop-tap-button li:first-child {
    border-left: none;
  }
  .search-layer-pop-tap-button li:last-child {
    border-right: none;
  }

  .search-layer-pop-wrap[data-tap="1"]
    .search-layer-pop-tap-button
    li[data-tap="1"],
  .search-layer-pop-wrap[data-tap="2"]
    .search-layer-pop-tap-button
    li[data-tap="2"],
  .search-layer-pop-wrap[data-tap="3"]
    .search-layer-pop-tap-button
    li[data-tap="3"] {
    color: #0b0b0b;
    background-color: #fff;
  }

  .search-layer-pop-content {
    display: none;
  padding:60px;
  }
  .search-layer-pop-wrap[data-tap="1"] .search-layer-pop-content[data-tap="1"],
  .search-layer-pop-wrap[data-tap="2"] .search-layer-pop-content[data-tap="2"],
  .search-layer-pop-wrap[data-tap="3"] .search-layer-pop-content[data-tap="3"] {
    display: block;
  }

  .search-layer-pop-content h3 {
    margin: 0 0 20px;
    color: #4c4948;
    font-size: 20px;
  }
  .search-layer-pop-content h4 {
    margin: 0 0 10px;
    color: #4c4948;
    font-size: 18px;
  }
  .search-layer-pop-checkbox-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
  }
  .search-layer-pop-checkbox-ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .search-layer-pop-checkbox-ul li {
    float: left;
    width: 25%;
    min-height: 51px;
    line-height: 50px;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    background-color: #f8f8f8;
    box-sizing: border-box;
    text-align: center;
  }
  .search-layer-pop-checkbox-ul li input {
    display: none;
  }
  .search-layer-pop-checkbox-ul li label {
    display: block;
    color: #999999;
    font-size: 16px;
    letter-spacing: -1px;
  }
  .search-layer-pop-checkbox-ul li input:checked + label {
    background-color: #0b0b0b;
    color: #fff;
  }

  .search-layer-pop-checkbox-table {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    table-layout: fixed;
  }
  .search-layer-pop-checkbox-table.marb30 {
    margin-bottom: 30px;
  }
  .search-layer-pop-checkbox-table li {
    display: table-cell;
    min-height: 51px;
    line-height: 50px;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    box-sizing: border-box;
    background-color: #f8f8f8;
    text-align: center;
    vertical-align: top;
  }
  .search-layer-pop-checkbox-table li input {
    display: none;
  }
  .search-layer-pop-checkbox-table li label {
    display: block;
    color: #999999;
    font-size: 16px;
    letter-spacing: -1px;
  }
  .search-layer-pop-checkbox-table li input:checked + label {
    background-color: #0b0b0b;
    color: #fff;
  }

  .search-layer-pop-checkbox-table2 {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    table-layout: fixed;
  }
  .search-layer-pop-checkbox-table2 li {
    display: table-cell;
    min-height: 50px;
    line-height: 50px;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    box-sizing: border-box;
    background-color: #f8f8f8;
    text-align: center;
    vertical-align: top;
  }
  .search-layer-pop-checkbox-table2 li:nth-child(2) {
    width: 60px;
  }
  .search-layer-pop-checkbox-table2 li input {
    display: block;
    width: 100%;
    border: none;
    background: none;
    height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
    font-size: 20px;
  }
  .search-layer-pop-checkbox-table2 li input:focus {
    outline: none;
  }

  .search-layer-pop-button-wrap {
    margin-top: 60px;
    text-align: center;
    font-size: 0;
  }
  .search-layer-pop-button-wrap button {
    padding: 10px 20px;
    border: 1px solid #c8c5c2;
    background-color: #fff;
    font-size: 16px;
  }
  .search-layer-pop-button-wrap button.submit {
    border: 1px solid #a8213e;
    background-color: #a8213e;
    color: #fff;
  }
  .search-layer-pop-button-wrap button:last-child {
    margin-left: 10px;
  }

  /* placeholder 색상변경 */
  /* Chrome/Opera/Safari */
  .search-layer-pop-checkbox-table2 li input::-webkit-input-placeholder {
    color: #999;
    opacity: 0.8;
  }
  /* Firefox 19+ */
  .search-layer-pop-checkbox-table2 li input::-moz-placeholder {
    color: #999;
    opacity: 0.8;
  }
  /* IE 10+ */
  .search-layer-pop-checkbox-table2 li input:-ms-input-placeholder {
    color: #999;
    opacity: 0.8;
  }
  /* Firefox 18- */
  .search-layer-pop-checkbox-table2 li input:-moz-placeholder {
    color: #999;
    opacity: 0.8;
  }
}