/* 26 1월 pshop/list.php 리뉴얼 */

/* 리스트 카테고리 시작 */
#renewal_list_category_wrap {
  width: 100%;

  margin: 0 auto;
  padding: 30px 50px 0;
  border-radius: 50px;
  background-color: #fff;
}

.renewal_list_category .list_category_grid {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
  gap: 15px !important;
  max-width: 700px;
  margin: 0 auto;
}

.renewal_list_category .na-category-icon {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
}

.renewal_list_category .na-category-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#renewal_list_category_wrap h2 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 10px;
}

.renewal-category-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: all 0.15s ease;
}

.mySwiperTest.swiper {
  overflow: visible;
}

.renewal-category-item.swiper-slide {
  width: auto !important;
  margin-right: 0 !important;
}

/* 리스트 카테고리 끝 */

/* 검색 시작 */
#renewal_search_wrap {
  max-width: 570px;
  margin-top: 40px;
  margin: 0 auto;
}

#renewal_search_wrap h2 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.4;
  padding-left: 10px;
  text-align: center;
}

#renewal_search_wrap h2 span {
  color: #00a4ff;
  font-weight: bold;
}

#renewal_search_form {
  width: 100%;
  border: solid 1px #00a4ff;
  border-radius: 30px;
  height: 50px;
  /* overflow: hidden; */
  position: relative;
}

#renewal_search_form form {
  height: 100%;
}

#renewal_search_form .search_inner_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.search_keyword {
  width: 25%;
  font-size: 16px;
  color: #00a4ff;
  border-right: solid 1px #00a4ff;
  padding: 0 10px;
  height: 70%;
}

.search_keyword select {
  border: none;
  height: 100%;
}

.search_inner_input {
  width: 60%;
}

.search_inner_input input {
  border: none;
  width: 100%;
  height: 40px;
  font-weight: 400;
  padding-left: 10px;
  font-size: 16px;
}

.search_inner_btn {
  width: 30px;
  height: 30px;
  margin-left: 35px;
  margin-right: 10px;
}

.search_inner_btn button {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
}

.search_inner_btn svg.feather {
  stroke: #00a4ff;
}
/* 검색 끝 */

/* 인기검색어 시작 */
.popular_keyword_wrap {
  max-width: 700px;
  margin: 0 auto;
  height: fit-content;
  position: relative;
}

.popular_keyword_wrap::after {
  content: "";
}

.popular_keyword_contents {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto 20px;
}

.left_popular_keyword_title {
  width: fit-content;
  border-right: solid 1px #ccc;
  height: fit-content;
  padding-right: 10px;
  margin-right: 10px;
}

.left_popular_keyword_title h3 {
  font-size: 16px;
  margin-bottom: 0;
}

.left_popular_keyword_title h3 > span {
  display: inline;
}

.keyword_contents_box {
  text-align: left;
  width: 67%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#keyword_contents_btn {
  width: 10%;
  align-items: center;
  justify-content: right;
  display: none;
}

.keyword_style {
  background-color: #f1f4f7;
  color: #a1acbd;
  border: solid 1px #e0e3e7;
  padding: 5px 8px;
  border-radius: 50px;
  margin: 0 3px 5px;
  font-size: 16px;
}

.keyword_contents_box.is-closed .keyword_style:nth-child(n + 4) {
  display: block;
}

.section_line_gray {
  position: relative;
  margin: 50px auto;
  height: 5px;
}

.section_line_gray::after {
  content: "";
  position: absolute;
  width: 100vw;
  z-index: -1;
  display: block;
  height: 5px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f1f4f7;
  border-top: solid 1px #e0e3e7;
  border-bottom: solid 1px #e0e3e7;
}

.information_card_wrap {
  display: none;
  position: relative;
}
.information_card_wrap.active {
  display: block;
}

.style_select {
  position: relative;
}

.style_select .new_option-list {
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  background-color: #fff;
  z-index: 999;
}

.style_select.active .new_option-list {
  max-height: none;
}

.select_first_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #a1acbd;
}
.select_theme .style_select {
  border: solid 1px #f0f0f0;
  color: #a1acbd;
  border-radius: 10px;
  padding: 4px 10px;
  width: 110px;
  cursor: pointer;
}
.select_theme .style_select:hover {
  color: #333;
  transition: all 0.3s;
}
.select_theme .style_select .select_text {
  width: 80%;
}

.select_first_text span svg.feather {
  width: 21px;
  height: 21px;
}

.select_first_text > span {
  width: 21px;
  height: 21px;
  display: block;
}
.select_theme .style_select .new_option-list {
  list-style: none;
  padding: 0;
  border-radius: 15px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  width: 110px;
}
.select_theme .style_select .new_option-list .new_option {
  font-size: 16px;
  color: #ccc;
}

.select_theme .style_select .new_option-list .new_option > a {
  width: 100%;
  height: 100%;
  padding: 8px;
  display: block;
  text-decoration: none;
  color: #a1acbd;
  font-size: 14px;
}

.select_theme .style_select .new_option-list .new_option > a:hover {
  background-color: #f2f2f2;
  color: #333;
}

/* 리스트 리뉴얼 */
#list_renewal_wrap {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  margin: 30px auto 0;
  padding: 0 50px 100px;
  max-width: 1080px;
}

.renewal_filter_wrap {
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  padding-bottom: 0 !important;
  position: sticky;
  top: 120px;
}

/* .renewal_filter_wrap.is-sticky {
  position: fixed;
  top: 120px;
  z-index: 9998;
} */

.renewal_filter_wrap,
.product_list_wrap {
  height: fit-content;
  /* overflow-y: auto;
  overflow-x: hidden; */
  /* padding-bottom: 100px; */
}

.product_list_wrap {
  max-width: 650px;
  width: 100%;
  overflow: visible !important;
}

.mobile_filter_btn {
  display: none;
}

/* 리스트 헤더(총매체사) */
#list_fixed_header_wrap {
  background-color: #fff;
  width: 100vw;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9991;
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.2s ease;
  will-change: transform;
}

#list_fixed_header_wrap.is-show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.list_fixed_header_inner_wrap {
  max-width: 1080px;
  padding: 8px 20px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.list_fixed_search_wrap {
  display: grid;
  align-items: left;
  justify-content: left;
}

.list_fixed_search {
  width: 650px;
}

.list_fixed_search_wrap .search_inner_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.list_fixed_search_wrap .search_inner_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 0 10px;
}
.list_fixed_search_wrap .search_inner_input input {
  font-size: 14px;
  background-color: #f7f7f7;
}
.list_fixed_search_wrap .search_inner_btn button {
  padding-top: 4px;
  padding-right: 4px;
}

.list_fixed_search_wrap .search_inner_wrap svg.feather {
  width: 21px;
  height: 21px;
  stroke: #fff;
  padding-right: 3px;
}

.list_fixed_search_wrap .search_inner_wrap > .search_keyword {
  font-size: 14px;
  color: #42545e;
  padding-left: 0;
  background-color: #f7f7f7;
  width: 15%;
  border-right: solid 1px #42545e;
}

.list_fixed_search_wrap .search_inner_wrap > .search_keyword select {
  background-color: transparent;
}
.list_fixed_search_wrap .search_inner_wrap .search_inner_btn {
  background-color: #155dfc;
  border-radius: 8px;
}
.list_fixed_search_wrap .search_inner_input {
  width: 70%;
}
.list_fixed_top_keyword .popular_keyword_wrap {
  width: fit-content;
}
.list_fixed_top_keyword .popular_keyword_contents {
  margin: 5px auto 0;
  justify-content: left;
}

.list_fixed_top_keyword .keyword_style {
  font-size: 12px;
  padding: 0 8px;
  margin: 0 0;
}

.list_fixed_top_keyword .left_popular_keyword_title h3 {
  font-size: 12px;
  padding-left: 10px;
}

.list_fixed_header_right {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 10%;
}
.list_fixed_right_icon {
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}

.list_fixed_header_right svg.feather {
  width: 28px;
  height: 28px;
}

.list_fixed_right_hamburger {
  cursor: pointer;
}

.product_list_header {
  width: 100%;
  border-radius: 10px;
  border: solid 1px #e0e3e7;
  background-color: #fff;
  height: fit-content;
  position: sticky;
  top: 100px;
  z-index: 40;
}

.list_header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 16px;
  height: fit-content;
}

.list_header_top h3 {
  font-size: 18px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: left;
}

.list_header_top h3 span {
  background-color: #f6f3f4;
  display: inline-block;
  text-align: center;
  padding: 3px 8px;
  border-radius: 20px;
  color: #999;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  margin-left: 5px;
}

.list_tag_info {
  width: fit-content;
  padding: 0 0;
  display: flex;
  align-items: center;
}

.list_tag_info > p {
  font-size: 12px;
  margin-left: 8px;
  margin-bottom: 0;
}

.list_tag_info > p > [class^="list_tag_info_C"] {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 30px;
  margin-right: 5px;
}

.list_fixed_top_table {
  width: 100%;
  background-color: #fbf9fa;
  height: fit-content;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.naver {
  background-color: #03c75a;
}

.daum {
  background-color: #fee500;
}

.google {
  background-color: #4285f4;
}

.list_fixed_top_box h4 {
  font-size: 12px;
  color: #6c6c6c;
  text-align: center;
  margin-bottom: 0;
}

/* CP · 소재 기명 · 언론사명 */
.list_fixed_top_box:nth-child(1),
.product_list_name {
  width: 30%;
}

.list_fixed_top_box:nth-child(1) h4 {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: left;
}

.list_fixed_top_box:nth-child(1) > h4 > span > svg.feather {
  width: 16px;
  height: 16px;
  stroke: #6c6c6c;
  margin-left: 2px;
}

/* 노출 포털 */
.list_fixed_top_box:nth-child(2),
.product_list_port {
  width: 17%;
}

/* 평균 소요 · 마감 시간 */
.list_fixed_top_box:nth-child(3),
.product_list_time {
  width: 23%;
}

/* 단가 / 신청 */
.list_fixed_top_box:nth-child(4),
.product_list_price {
  width: 30%;
}

.list_fixed_top_box:nth-child(4) h4 {
  padding-left: 55px;
}

.product_list_style_wrap {
  border: solid 1px #f1f1f1;
  width: 100%;
  padding: 16px;
  border-radius: 20px;
  margin: 10px 0;
}

.product_list_style {
  width: 100%;
}

.product_list_tag {
  display: flex;
  margin-bottom: 5px;
}

.product_list_tag > [class^="list_tag"] {
  font-size: 12px;
  padding: 0 5px;
  border-radius: 4px;
  margin-right: 5px;
  height: 18px;
  text-align: center;
  line-height: 18px;
}

._cp {
  color: #fff;
  background-color: #9810fa;
}

._name {
  color: #0c923d;
  background-color: #d8f7e3;
}

.list_tag_cate {
  color: #00a4ff;
  background-color: #e7f7ff;
}

.product_list_title h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.product_list_port,
.product_list_center_info,
.product_list_style,
.product_list_time {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_list_port > [class^="list_port"] {
  font-size: 14px;
  padding: 0 5px;
  margin: 0 2px;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  text-align: center;
  line-height: 25px;
  font-weight: 800;
}

._naver {
  color: #fff;
  background-color: #03c75a;
}
._daum {
  color: #000000;
  background-color: #fee500;
}
._google {
  color: #ffffff;
  background-color: #4285f4;
}

._none_port {
  color: rgb(200 200 215);
  background-color: #ededed;
}

.list_time_average {
  font-size: 12px;
  font-weight: 600;
}

.list_time_line {
  width: 1px;
  height: 10px;
  background-color: #ccc;
  margin: 0 10px;
  display: inline-block;
}

.list_time_last {
  font-size: 12px;
  color: rgb(235, 63, 41);
}

.list_time_last > span {
  display: flex;
  align-items: center;
  justify-content: left;
}

.list_time_last > span > span {
  padding-right: 3px;
}

.list_purchase_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 3px;
  margin-top: 7px;
}

.list_cart_btn {
  display: none;
  width: 30px;
  height: 30px;
  border: solid 1px #ccc;
  border-radius: 10px;
  text-align: center;
  line-height: 30px;
}

.list_cart_btn svg.feather {
  width: 16px;
  height: 16px;
  stroke: #c6c6c6;
  padding-top: 2px;
}

.list_purchase_btn {
  width: calc(100% - 30px);
}

.list_purchase_btn input {
  font-size: 16px;
  color: #fff;
  background-color: #155dfc;
  border-radius: 10px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  width: 100%;
  border: none;
  min-width: 130px;
}

.product_list_price {
  text-align: right;
  font-size: 18px;
  color: #333;
  padding-left: 25px;
}

.list_price_top,
.list_price_top > span {
  display: flex;
  align-items: center;
  justify-content: right;
}

.list_price_top > span {
  color: #155dfc;
  font-size: 12px;
  margin-right: 7px;
  font-weight: 600;
}

.list_price_top > span > span {
  padding-left: 2px;
}

.price_sale_tag svg.feather {
  width: 8px;
  height: 8px;
  transform: rotate(180deg);
  fill: #155dfc;
}

.list_price_top > p {
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}

.it_basic_open_btn {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: left;
}

.it_basic_open_btn svg.feather {
  width: 16px;
  height: 16px;
}

.it_basic_open_btn p {
  margin-bottom: 0;
  margin-right: 2px;
}

.product_list_info {
  width: 100%;
  background-color: #fbf9fa;
  padding: 5px 10px;
  margin-top: 10px;
  border-radius: 10px;
  display: none;
  align-items: center;
  justify-content: left;
}

.it_basic_open_btn i {
  transition: transform 0.2s ease;
}

.it_basic_wrap.is-open .it_basic_open_btn svg.feather {
  transform: rotate(180deg);
}

.it_basic_wrap.is-open .product_list_info {
  display: flex;
}

.it_basic_open_btn.is-enabled {
  cursor: pointer;
  user-select: none;
}

.it_basic_open_btn.is-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.product_list_info svg.feather {
  width: 16px;
  height: 16px;
  stroke: #6c6c6c;
}

.product_list_info p {
  color: #6c6c6c;
  font-size: 12px;
  margin-left: 5px;
  margin-bottom: 0;
}

.hover_information {
  position: relative;
  height: 18px;
  cursor: pointer;
}

.product_list_header_array {
  display: none;
}

.fixed_mobile_under_wrap,
.list_fixed_mobile_filter {
  display: none;
}

.service_all_navigation {
  padding-top: 0;
}

.only768 {
  display: none;
}

.only991 {
  display: block;
}

.modal__open_btn {
  cursor: pointer;
}

.fixed_modal_cp {
  display: none;
}

.fixed_modal_cp.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

/* .filter-sticky-ph {
  position: relative; 
}
.renewal_filter_wrap.is-sticky {
  z-index: 9999;
}
.renewal_filter_wrap.is-docked {
  z-index: 9999;
} */

.fixed_mobile_search {
  display: none;
  width: 100vw;
  height: 100dvh;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow-y: scroll;
}

.fixed_mobile_search.active {
  display: block;
  z-index: 9999;
}

.mobile_search_overlay {
  display: none;
}

@media (min-width: 991px) {
  .renewal_list_category .list_category_grid {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  /* max-width */
  #renewal_list_category_wrap,
  #renewal_search_wrap,
  .popular_keyword_contents,
  #list_renewal_wrap {
    max-width: 90vw;
  }

  .product_list_header_array {
    display: block;
  }
  /* 검색 시작 */
  #renewal_search_wrap {
    margin: 40px 10vw 0;
  }
  #renewal_search_wrap h2 {
    text-align: left;
    font-size: 21px;
  }

  #renewal_search_form {
    height: 50px;
  }

  .search_keyword {
    font-size: 14px;
  }

  .search_inner_input input {
    font-size: 14px;
  }

  .search_inner_btn {
    margin-left: 5px;
  }

  /* 인기검색어 시작 */
  .popular_keyword_wrap {
    padding: 15px 0;
    margin-top: 20px;
    display: none;
    margin-bottom: 35px;
  }

  .popular_keyword_wrap::after {
    content: "";
    position: absolute;
    width: 100vw;
    z-index: -1;
    display: block;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f1f4f7;
  }

  .popular_keyword_contents {
    margin: 0 auto;
    padding: 0 10px;
  }

  .popular_keyword_contents {
    display: flex;
    align-items: start;
    justify-content: left;
  }

  .keyword_contents_box {
    overflow: hidden;
    transition: max-height 0.3s ease;
    justify-content: left;
    flex-wrap: wrap;
  }

  .keyword_contents_box.is-closed {
    max-height: 40px;
  }

  .left_popular_keyword_title h3 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5px;
  }

  .keyword_style {
    background-color: #fff;
    color: #a1acbd;
    border: solid 1px #e0e3e7;
    padding: 5px 8px;
    border-radius: 50px;
    margin: 0 3px 5px;
    font-size: 12px;
  }

  .keyword_contents_box.is-open {
    max-height: fit-content;
  }

  .keyword_contents_box.is-closed .keyword_style:nth-child(n + 4) {
    display: none;
  }

  #keyword_contents_btn {
    display: flex;
  }

  .left_popular_keyword_title {
    width: 23%;
    padding-right: 0;
  }

  /* 리스트 카테고리 시작 */
  #renewal_list_category_wrap {
    padding: 20px 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 30px;
  }

  .renewal_list_category {
    max-width: 100%;
    margin: 4px auto;
    padding: 8px 6px 6px;
    border-radius: 16px;
    width: 100%;
    padding-bottom: 30px !important;
    overflow: hidden !important;
  }

  #renewal_list_category_wrap h2 {
    margin-bottom: 0;
  }

  .select_theme .style_select {
    width: 160px;
  }

  .left_notice_wrap > h3 {
    padding: 8px 8px;
    font-size: 14px;
  }

  .notice_click_btn svg.feather {
    width: 20px;
    height: 20px;
    margin-top: 3px;
  }

  .select_theme .style_select {
    padding: 8px 8px;
    width: 120px;
    min-width: 120px;
  }

  .select_first_text {
    font-size: 14px;
  }

  .select_theme .style_select .new_option-list {
    width: 120px;
    min-width: 120px;
  }

  #list_renewal_wrap {
    padding: 0 0;
  }

  .renewal_filter_wrap,
  .product_list_wrap {
    height: fit-content;
    padding-bottom: 50px;
  }

  .right_price_select_wrap {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 6px;
  }

  .mobile_filter_btn {
    display: grid;
    width: 44px;
    height: 44px;
    background-color: #00a4ff;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .mobile_filter_btn svg.feather {
    stroke: #fff;
  }

  .mobile_filter_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 9999;
  }

  .mobile_filter_panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 80vw;
    max-width: 420px;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mobile_filter_overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
  .mobile_filter_overlay.is-open .mobile_filter_panel {
    transform: translateX(0);
  }

  body.no-scroll {
    overflow: hidden;
  }

  .product_list_wrap {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .only768 {
    display: block;
  }

  .only991 {
    display: none;
  }

  .mobile_search_overlay {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 10;
    background: transparent;
    cursor: pointer;
  }

  .product_list_header_array {
    display: none;
  }
  /* 리스트 */
  #list_renewal_wrap {
    width: 100%;
    display: block;
    margin: 15px auto 0;
    padding: 0 0;
  }

  .section_line_gray {
    margin: 35px auto;
  }

  .information_inner_wrap {
    width: 100%;
    display: block;
    gap: 20px;
  }

  #renewal_search_form {
    display: none;
  }

  /* 리스트 헤더(총매체사) */
  #list_fixed_header_wrap {
    width: 100vw;
    top: 100px;
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }

  .list_fixed_header_inner_wrap {
    max-width: 100%;
    padding: 8px 20px 0;
    border-bottom: solid 2px #e9e9e9;
  }

  .list_fixed_header_right,
  .list_fixed_logo {
    display: none;
  }

  .list_fixed_search {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: nowrap;
  }

  .list_fixed_search form {
    width: 100%;
    position: relative;
  }

  .list_fixed_search_wrap {
    display: block;
    width: 100%;
  }

  .list_fixed_search_wrap .search_inner_input input {
    font-size: 12px;
  }

  .list_fixed_search_wrap .search_inner_input {
    width: 55%;
  }

  .list_fixed_search_wrap .search_inner_wrap {
    padding: 0 5px;
  }

  .list_fixed_search_wrap .search_inner_wrap > .search_keyword {
    width: 28%;
    font-size: 12px;
    padding-left: 5px;
  }

  .list_fixed_mobile_filter {
    display: block;
    width: 45px;
    border: solid 1px #155dfc;
    border-radius: 5px;
    color: #155dfc;
    cursor: pointer;
    padding: 3px 5px;
    text-align: center;
    font-size: 14px;
  }

  .fixed_mobile_under_left svg.feather {
    width: 14px;
    height: 14px;
  }

  .fixed_mobile_under_left > p {
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 14px;
    margin-bottom: 0;
  }

  .fixed_mobile_under_left > p > span {
    padding-right: 2px;
  }

  .list_fixed_top_keyword > .popular_keyword_contents {
    display: none;
  }

  .fixed_mobile_under_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .fixed_mobile_under_right .select_theme .style_select {
    padding: 8px 0;
    width: fit-content;
    min-width: auto;
    border: none;
  }

  .service_all_navigation {
    padding-top: 100px;
  }

  .product_list_header_array,
  .product_list_header {
    display: none;
  }

  .product_list_style {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .product_list_name {
    width: 45%;
  }
  .product_list_port {
    width: 45%;
    justify-content: right;
  }

  .product_list_time {
    width: 100%;
    background-color: #f7f7f7;
    padding: 5px 10px;
    margin: 10px 0;
    text-align: left;
    justify-content: left;
    border-radius: 5px;
  }

  .product_list_price {
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px;
  }

  .list_purchase_btn {
    width: 100%;
  }

  .list_time_average {
    display: flex;
    align-items: center;
    justify-content: left;
  }

  .list_time_average > span {
    padding-right: 5px;
  }

  #renewal_list_category_wrap {
    padding: 10px 20px;
  }

  #renewal_search_wrap h2 {
    text-align: center;
    padding-left: 0;
  }

  .list_purchase_btn input {
    height: 35px;
    line-height: 35px;
  }

  .style_select {
    position: i;
  }

  .select_theme .style_select .new_option-list {
    position: fixed;
    left: 0;
    bottom: auto;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    z-index: 999;
    padding: 9px;
    top: 160%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s ease;
    z-index: 899;
  }

  #background_option_list {
    width: 100vw;
    background-color: #000;
    top: 0;
    height: 100vh;
    display: block;
    position: fixed;
    left: 0;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s ease;
  }

  .select_theme .style_select .new_option-list.active {
    opacity: 1;
    top: 250%;
    pointer-events: auto;
  }

  #background_option_list.active {
    opacity: 0.4;
    pointer-events: auto;
  }
}

@media (max-width: 345px) {
  .select_theme .style_select {
    padding: 4px 4px;
    font-size: 12px;
  }

  .select_theme .style_select {
    width: 110px;
    min-width: 110px;
  }

  .list_tag_info > p {
    margin-left: 5px;
  }

  .product_list_name {
    width: fit-content;
  }

  .product_list_port {
    width: fit-content;
  }
}
