select::-ms-expand {
  display: none;
}

/* .wrap .search_btn_click {display: none; margin-top: 80px;}
.wrap .search_btn_click span {background-color: #303030; color: #fff;} */
.wrap .tag_box {
  width: 1500px;
  display: none;
  text-align: center;
  margin: 100px auto 0;
}

.wrap .tag_box .tag_box_wrap>div {
  display: inline-block;
  position: relative;
}

.wrap .tag_box>div:nth-child(1) select {
  border: 1px solid #ededed;
  width: 120px;
  text-align: left;
  vertical-align: middle;
  background: url(https://feelmaker.co.kr/img/cs/arrow.svg) no-repeat 90% 50%;
  border-radius: 30px;
  font-size: 13px;
  padding: 15px;
  background-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

.wrap .tag_box>div:nth-child(1) input {
  outline: none;
  border: none;
  border: 1px solid #ededed;
  padding: 15px 50px 15px 15px;
  border-radius: 30px;
  width: 250px;
}

.wrap .tag_box>div:nth-child(1) span {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.wrap .tag_box>div:nth-child(1) span i {
  font-size: 14px;
  color: #fff;
  background-color: #303030;
  border-radius: 50%;
  width: 49px;
  height: 49px;
  line-height: 49px;
  display: inline-block;
  text-align: center;
}

.wrap .tag_box>div:nth-child(2) {
  width: 100%;
  margin: 0 auto;
  display: none;
}

.wrap .tag_box>div:nth-child(2) ul {
  width: 900px;
  margin: 20px auto;
  display: inline-block;
  /* height: 30px; */
}

.wrap .tag_box>div:nth-child(2) ul li {
  display: inline-block;
  padding: 10px 10px 9px 10px;
  border: 1px solid #ededed;
  border-radius: 25px;
  cursor: pointer;
  margin: 6px 6px;
  transition: all 0.5s;
  width: 110px;
}

/* .wrap .tag_box>div:nth-child(2) ul li:hover { background: #e4c282; color: #fff; border: 1px solid #e4c282;} */
.wrap .tag_box>div:nth-child(2) ul li.active {
  background: #303030;
  color: #fff;
}

.wrap .tag_box>div:nth-child(3) {
  width: 500px;
  margin: 0 auto;
  position: relative;
  height: 50px;
  display: none;
}

.wrap .tag_box>div:nth-child(3) ul {
  width: 500px;
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 999;
}

.wrap .tag_box>div:nth-child(3) ul li {
  float: left;
  width: 83px;
  display: inline-block;
  text-align: center;
  height: 20px;
  line-height: 22px;
  cursor: pointer;
  color: #2f2f2f;
}

.wrap .tag_box>div:nth-child(3) ul li.apply {
  color: #303030;
}

.wrap .tag_box>div:nth-child(3) ul li span {
  font-size: 11px
}

.wrap .tag_box>div:nth-child(3) ul li.apply span {
  font-size: 12px;
  font-family: 'Noto_M';
}

.wrap .tag_box>div:nth-child(3) div {
  background-color: #a6c1fe;
  width: 100%;
  height: 10px;
  margin: 5px 0px;
  width: 500px;
  display: inline-block;
  border: 1px solid #ededed;
  z-index: 998;
  border-radius: 5px;
}

.wrap .tag_box>div:nth-child(3) p {
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  height: 8px;
  border-radius: 0;
  background-color: #fff;
  margin: 6px 0;
  z-index: 999;
  border-radius: 5px;
}

.wrap .tag_box>div:nth-child(3)>span {
  width: 17px;
  height: 17px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  cursor: pointer;
  left: 590px;
  top: -20px !important;
  z-index: 1000;
  transition: opacity 0.5s;
  opacity: 0;
  border: 2px solid #eee;
  box-shadow: 0px 0px #e0e0e0 inset;
}

.wrap .tag_box>div:nth-child(3)>.aaaa {
  transition: all 0s;
}

/* .wrap .tag_box .tag_box_wrap .more_search{display: block; margin-top: 30px;  }
.wrap .tag_box .tag_box_wrap .more_search_box{background-color: #303030; width:120px; height: 36px; border-radius: 60px; margin:0px auto;font-size:14px;}
.wrap .tag_box .tag_box_wrap .more_search_box>p{color: #ffffff; display:block; line-height: 36px; cursor: pointer;}
.wrap .tag_box .tag_box_wrap .more_search_box>p>i{font-size: 12px;margin-left: 5px;} */
.wrap .tag_box .filter {
  border: 1px solid #dfdada;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  margin-left: 5px;
  cursor: pointer;
  transition: 0.2s;
}

.wrap .tag_box .filter:hover {
  background-color: #777;
  border: 1px solid #777;
}

.wrap .tag_box .filter:hover>i {
  color: #fff;
}

.wrap .tag_box .filter>i {
  text-align: center;
  line-height: 49px;
  vertical-align: middle;
  font-size: 20px;
  color: #777;
}

.wrap .content .product_list {
  width: 1500px;
  margin: 0 auto;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 35px;
  padding: 0;
  margin-top: 60px;
}

.wrap .content .product_list li {
  position: relative;
  float: left;
  height: auto;
  width: 100%;
}

.wrap .content .product_list li .product_all {
  margin: 0;
}

.wrap .content .product_list li .product_all .product_img {
  width: 100%;
}

.wrap .content .product_list li .product_all .product_img img {
  width: 100%;
  display: block;
  border-radius: 10px;
  border: 1px solid #eee;
}

.wrap .content .product_list li .product_all .product_like{
  display: flex;
gap: 12px;
font-size: 13px;
margin-top: 20px;
}

.wrap .content .product_list li .product_all .product_like span{
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #515151;
  display: flex;
  align-items: center;
  gap: 4px;
}

.wrap .content .product_list li .product_all .product_title {
  text-align: left;
  margin-bottom: 10px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  font-size: 15px !important;
  color: #444;
  border-left: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 12px;
  position: relative;
}

.wrap .content .product_list li .product_all .product_title a font {
  font-size: 11px;
  margin-left: 5px;
  background-color: #fcb5b1;
  color: #fff;
  padding: 1% 2%;
  border-radius: 3px;
}

.wrap .content .product_list li .product_all .product_title span {
  position: absolute;
  right: 0;
  top: -30px;
  color: #9b9b9b;
  font-size: 13px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: bold;
  cursor: pointer;
}

.wrap .content .product_list li .product_all .product_title span i.xi-play-circle-o {
  color: #ff5438;
  font-size: 20px;
  margin: 0 !important;
  background: none;
  cursor: pointer;
  width: auto;
  vertical-align: bottom;
}

.wrap .content .product_list li .product_all .product_info {
  color: #555;
  font-size: 13px;
  width: 100%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal !important;
  margin: 10px 0 4px 0;
  display: none;
}

.wrap .content .product_list li .comingsoon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
  border-radius: 10px;
}

.wrap .content .product_list li .comingsoon div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrap .content .product_list li .comingsoon div p {
  color: #fff;
}

.wrap .content .product_list li .comingsoon div p:nth-child(1) {
  font-size: 20px;
  margin-bottom: 5%;
}

.wrap .content .product_list li .comingsoon div p:nth-child(2) {
  font-size: 25px;
  font-family: 'Noto_M';
  margin: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  /* 수평 정렬 기준 */
  align-items: center;
}

.wrap .content .product_list li .comingsoon div p:nth-child(2) font {
  font-size: 15px;
  font-family: 'Noto_M';
  margin: 0 20px;
}

.wrap .content .product_list li .badge_sale {
  width: 44px;
  position: absolute;
  top: -6.5px;
  left: 44px;
}

.wrap .content .product_list li .badge_sale img {
  width: 100%;
}

.wrap .content .product_list li .bedge font {
  position: absolute;
  color: #404445;
  background-color: #f2f3f5;
  font-family: 'Pretendard-SemiBold';
  font-size: 13px;
  display: flex;
  padding: 8px;
  top: 16px;
  right: 16px;
  gap: 2px;
  border-radius: 8px;
  border: 1px solid #ddd;
  align-items: center;
}

.wrap .content .product_list li .bedge font.hot {
  background: #e33b3b;
  color: #fff;
  border: none;
}

.wrap .content .product_list li .bedge font.sale {
  background: #7e1818;
  color: #fff;
  right: 40px;
}

.wrap .content .product_list li .bedge font.sale2 {
  background: #7e1818;
  color: #fff;
  right: 95px;
}

.wrap .content .product_list li .bedge font.sale3 {
  background: #7e1818;
  color: #fff;
  right: 90px;
}

.wrap .content .product_list li .bedge font.sale_img {
  left: 40px;
  top: -1px;
  background-color: inherit;
}

.wrap .content .product_list li .rank {
  width: 100%;
  position: absolute;
  top: 1px;
  left: 10px;
}

.wrap .content .product_list li .rank span {
  background-color: #2f2f2f;
  border-radius: 5px;
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 17px !important;
  color: #fff;
}

.wrap .content .product_list li .product_all>p {
  text-align: left;
  font-size: 11px;
  color: #e7b123;
  padding: 0;
  margin: 0;
}

.wrap .content .product_list li .product_all>p.product_price {
  margin-bottom: 10px;
}

.wrap .content .product_list li .product_all>p span {
  font-size: 12px;
}

.wrap .content .product_list li .product_all>p span:nth-of-type(1) i {
  margin: 0 4px 0 0;
}

.wrap .content .product_list li .product_all>p span i {
  vertical-align: middle;
  color: #FE8F20;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #f0f0f0;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  margin: 0 4px 0 4px;
}

.wrap .content .product_list li .product_price {
  color: #000 !important;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
}

.wrap .content .product_list li .product_price font {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: bold;
  font-size: 17px !important;
  color: #2f2f2f;
  margin: 0;
  display: inline-block;
}

.wrap .content .product_list li .product_all>.product_price>font.ori_price {
  font-size: 15px !important;
  font-family: 'Noto_R';
  margin-right: 10px;
  text-decoration: line-through;
  color: #ababab;
}

.wrap .content .product_list li .product_all .product_price img {
  vertical-align: middle;
  float: right;
  cursor: pointer;
}

.wrap .content .product_list li .product_all .product_review {
  display: flex;
  gap: 12px;
  font-size: 13px;
  margin-bottom: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

.wrap .content .product_list li .product_all .product_review .star {
  color: #ff6a6a;
  font-weight: bold;
}

.wrap .content .product_list li .product_all .product_review .review {
  color: #666;
}

.wrap .content .product_list li .product_all .product_review .review_star {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #adb3b8;
  display: flex;
  align-items: center;
  gap: 4px;
}

.wrap .content .product_list li .product_all .product_review .review_count {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #adb3b8;
  display: flex;
  align-items: center;
  gap: 4px;
}

.wrap .content .product_list li .product_all .product_review .review_count i{
  font-size: 19px;
  vertical-align: bottom;
  color: #ffd75b;
}

.wrap .content .product_list li .product_all .product_review .review_count svg{
  vertical-align: bottom;
  width: 17px;
}

.counter_img {
  color: #9e9e9e !important;
  padding: 0 16px;
  position: relative;
}

.wrap .content .product_list li .product_all .counter_img {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

.wrap .content .product_list li .product_all .counter_img span {
  font-size: 12px;
}

.wrap .content .product_list li .product_all .counter_img span:nth-of-type(1) i {
  margin: 0 4px 0 0;
}

.wrap .content .product_list li .product_all .counter_img span i {
  vertical-align: middle;
  color: #FE8F20;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #f0f0f0;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  margin: 0 4px 0 4px;
}

.wrap .content .product_list li .product_all .counter_img .btn-free {
  background-color: #ffd75b;
  color: #5b5b5b;
  font-family: 'Pretendard-Medium' !important;
  font-size: 13px;
  border-radius: 8px;
  padding: 12px 0;
  width: 100%;
  text-align: center;
  display: inline-grid;
  cursor: pointer;
  position: relative;
}

.wrap .content .product_list li .product_all .counter_img .btn-free i {
  font-size: 12px;
  margin-bottom: 2px;
}

.wrap .content .product_list li .counter_img img {
  float: right;
}

.wrap .content .product_list li .product_all .counter_img .btn-free:hover .cta-bubble {
  display: block;
}

.wrap .list_black {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  display: none;
  left: 0;
}

.wrap .content .product_list li .product_all .counter_img .btn-detail{
  background-color: #ffffff;
  color: #535353;
  border: 1px solid #e0e0e0;
  font-family: 'Pretendard-Medium' !important;
  font-size: 13px;
  border-radius: 8px;
  padding: 12px 0;
  width: 100%;
  text-align: center;
  display: inline-grid;
  cursor: pointer;
  position: relative;
}

.wrap .list_black .list_black_iframe {
  height: 505px;
  position: relative;
  width: 898px;
  top: 50%;
  left: 50%;
  margin-left: -450px;
  margin-top: -302.5px;
}

.wrap .list_black .list_black_iframe img#list_view_close {
  width: 25px;
  position: absolute;
  top: 10px;
  right: -39px;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}

.wrap .list_black .list_black_iframe img#list_view_close:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  cursor: pointer;
}

.banner_mo {
  display: none;
}

.cta-bubble {
  background: #eee;
  color: #2f2f2f;
  font-size: 13px;
  border: none;
  border-radius: 999px;
  padding: 7px 10px;
  position: absolute;
  cursor: pointer;
  display: none;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  white-space: nowrap;
  font-family: 'Roboto-Regular';
  letter-spacing: -0.63px;
}

.cta-bubble::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: #eee;
  font-family: 'Roboto-Regular';
  font-size: 13px;
  letter-spacing: -0.63px;
}

.cta-bubble .highlight {
  color: #803bff;
  font-weight: 700;
  color: #434343;
  font-weight: 700;
  font-family: 'Noto_r';
  margin-right: 2px;
}
