.block-blur {
  background-color: rgba(0, 0, 0, 0.4);
}
.profile-tab-viewer-item {
  border: 1px solid red;
  width: 900px;
  height: 200px;
  overflow: scroll;
}

/* search nav custom css */
.recent_search.off {
  display: none;
}
#nav_empty_search_list.off {
  display: none;
}
#nav_result_search_list.off {
  display: none;
}

/* custom */
.recent_list p {
  position: relative;
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #6c737e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.suggest_box .not_found {
  position: relative;
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #6c737e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

/* measure select box */

.measure_select_box {
  margin-top: 10px;
  /* margin-bottom: 30px; */
}
.annotation_card h3 {
  font-size: 21px;
  font-weight: bold;
  color: #000;
  /* margin-bottom: 30px; */
}
.measure_all {
  display: inline-block;
  padding: 0 16px;
  font-size: 14px;
  line-height: 38px;
  font-weight: 500;
  border-radius: 20px;
  color: #fff;
  background-color: #000;
  height: 40px;
  cursor: pointer;
  box-sizing: border-box;
}

.feed_btn_list button.full_btn {
  width: 100%;
}

.comment_list {
  height: 500px;
  overflow: scroll;
}
.off {
  display: none;
}
.hide {
  visibility: hidden;
}
.term_policy_next_btn {
  width: 100%;
  height: 288px;
  padding-top: 56px;
  border-radius: 12px;
  text-align: center;
  box-sizing: border-box;
}
.term_policy_next_btn button {
  display: block;
  width: 194px;
  height: 44px;
  margin: auto;
  border-radius: 22px;
  background-color: #000;
  box-sizing: border-box;
}
.term_policy_next_btn button span {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.form_item_error {
  position: relative;
  padding-top: 12px;
  font-size: 14px;
  color: #ea4a28;
}
/* #mypage_body {
  height: 0px;
} */
.select_measure {
  padding: 24px 0px 24px !important;
  font-size: 21px !important;
  font-weight: bold !important;
  color: #000 !important;
}

.annotation_cont {
  padding-bottom: 0px;
}

.feed {
  height: 549px;
}
.feed_comment {
  height: 549px;
}
.info_btn_list span.btn_bookmark_on::before {
  background: url('/images/icons/ic-list-bookmark-on-white.svg') center
    no-repeat !important;
}
.pop_swiper p {
  margin-top: -72px;
}
.pop_swiper .thum {
  height: 651px;
}
.pop_swiper .thum img {
  min-height: 47%;
}
.shop_pop .pop_cont {
  top: 44%;
}

.motif_detail {
  padding-bottom: 30px;
}
/*  */

.searh_motif_title {
  font-size: 27px !important;
  font-weight: bold !important;
  color: #000 !important;
}

.thum_card2 .desc p {
  -webkit-line-clamp: 1;
}

.measure_card .swiper_next,
.measure_card .swiper_prev {
  width: 12px;
  height: 12px;
  box-shadow: none;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
}

.measure_card .swiper_prev {
  left: -5px;
}

.measure_card .swiper_next {
  right: -18px;
}
.measure_swiper {
  width: 448px;
  margin-left: 10px;
}

.measure_swiper .swiper_slide {
  width: auto !important;
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.measure_swiper .swiper_slide:hover {
  background-color: #f5f5f5;
}

.measure_swiper .swiper_slide.on,
.measure_swiper .swiper_slide-active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.measure_swiper .profile {
  display: block;
  width: 32px;
  height: 32px;
  margin: auto;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
}

.tag_list_hashtag {
  margin-top: 20px;
  display: block;
}
.tag_list_hashtag li {
  display: inline-block;
  margin-bottom: 10px;
}
.staff_thum_card_motif {
  padding-bottom: 10px;
}
.measure_btn_txt {
  display: flex;
  align-items: center;
}
.measure_btn_txt ul {
  display: flex;
  align-items: center;
}
.measure_btn_txt li {
  min-width: 32px;
  height: 32px;
  padding: 0 6px;
  text-align: center;
  line-height: 32px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  background-color: #e8ecef;
  cursor: pointer;
  box-sizing: border-box;
}
.measure_btn_txt li + li {
  margin-left: 8px;
}
.measure_btn_txt li.on {
  background-color: #000;
  color: #fff;
}
.tag_list {
  overflow: hidden;
}
.score_detail_annotation_title_box {
  justify-content: space-between;
  display: flex;
  margin-bottom: 20px;
}
.score_detail_annotation {
  padding: 24px 24px 17px;
  font-size: 21px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
.feed_write {
    height: calc(100% - 503px);
  padding: 5px 30px 200px 24px;
}
.info_btn_list span.btn_shop::before {
  background: url('') center no-repeat !important;
}
.info_btn_list span.btn_shop::before {
  width: 0px;
  height: 0px;
}
.btn_share {
  display: none !important;
}
.close {
  cursor: pointer;
}

.search_box.on .motif_btn {
  display: block;
}
.search_box .motif_btn {
  display: none;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(10%, -50%);
  width: 213px;
  height: 50px;
  text-indent: -9999px;
  background: url('/images/main-btn.png') center;
  cursor: pointer;
  background-size: contain;
  box-sizing: border-box;
}
.main_banner .motif_btn {
  display: block;
  right: 24px;
}

.measure_select_box {
  display: flex;
  align-items: center;
}

.measure_select_box h2 {
  padding-right: 8px;
  font-size: 14px;
  color: #4c545f;
}

.measure_select_box ul {
  display: flex;
  align-items: center;
}

.measure_select_box li {
  min-width: 65px;
  height: 32px;
  padding: 0 6px;
  text-align: center;
  line-height: 32px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 500;
  color: #000;
  background-color: #e8ecef;
  cursor: pointer;
  box-sizing: border-box;
}

.measure_select_box li + li {
  margin-left: 8px;
}

.measure_select_box li.on {
  background-color: #000;
  color: #fff;
}

.feed .measure_select_box {
  padding-bottom: 17px;
}

.feed .measure_select_box li {
  min-width: 28px;
  height: 24px;
  line-height: 24px;
}

.feed .measure_select_box h2 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.annotation_card2 .measure_select_box {
  position: absolute;
  left: 0;
  bottom: 0;
}

.annotation_card2 .measure_select_box h2 {
  font-weight: 500;
}

.annotation_card2 .measure_select_box li {
  height: 24px;
  line-height: 24px;
}
