body {
  background: #fff;
  overscroll-behavior-x: none;
}
#container {
  /* margin-top: 57px; */
  margin-top: 60px;
  /* margin-top: 69px; */
  /* margin-top: 65px; */
  position: relative;
}
#wrap {
  background-color: #ffffff;
  position: relative;
  margin: 0 auto;
  min-height: 100vh;
  height: 100%;
  max-width: 420px;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: calc(env(safe-area-inset-top) / 2);
}
.head-gnb {
  height: 24px;
  text-align: right;
  box-sizing: border-box;
  padding: 7px 8px;
}
.head-gnb img {
  margin: 0 1px;
}
::-webkit-scrollbar {
  display: none;
}
.fadeIn {
  display: block !important;
  animation: fadein 1s;
}
.display-none {
  display: none;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.show {
  display: block !important;
}

.hide {
  display: none !important;
}
@keyframes modalSlideUp {
  from {
    top: 100%;
  }
  to {
    top: 74px;
  }
}

.swiper-wrapper {
  margin-top: 0;
}

/* 기본 상단 메뉴 */
.nomal-head-wrap {
  /* padding: calc(env(safe-area-inset-top) / 2 + 30px) 21px calc(env(safe-area-inset-top) / (-6) + 17px); */
  padding: calc(env(safe-area-inset-top) / 2 + 20px) 15px calc(env(safe-area-inset-top) / (-6) + 20px);
  position: fixed;
  top: 0;
  z-index: 1002;
  width: 100%;
  max-width: 420px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nomal-head-wrap .link-wrap {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 15px;
  height: 29px;
}

.nomal-head-wrap .title-back-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  height: 29px;
}

.nomal-head-wrap .tit {
  font-weight: 500;
  font-size: 18px;
  position: relative;
}
.nomal-head-wrap .back-btn {
  width: 18px;
  float: none;
  height: 12px;
}
.nomal-head-wrap .back-icon {
  font-size: 15px;
  position: relative;
  top: 1px;
  cursor: pointer;
}
.nomal-head-wrap img {
  width: 25px;
  height: 25px;
}
.nomal-head-wrap .search-icon {
  width: 27px;
  height: 27px;
}
.nomal-head-wrap .trash-icon {
  width: 20px;
  height: 19px;
}

.nomal-head-wrap .heart-icon {
  width: 20px;
  height: 20px;
}

.nomal-head-wrap .text-color {
  font-family: "Noto Sans KR";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.nomal-head-wrap .text-color span {
  font-weight: 700;
  color: #5757ff !important;
}

.my-interest .nomal-head-wrap {
  border-bottom: 1px solid #ffd706;
}

/* 하단 플로팅 메뉴 */
.floating-menu-wrap {
  display: flex;
  width: 100%;
  position: fixed;
  max-width: 420px;
  bottom: 0;
  padding: 10px 0 30px 0;
  border-top: 1px solid #e8e8e8;
  z-index: 1000;
  background: #fff;
}
.floating-menu-wrap .menu-item {
  width: 25%;
  text-align: center;
}
.floating-menu-wrap .menu-name {
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  margin-top: 3px;
}
.floating-menu-wrap .menu-item img {
  width: 20px;
}

.pt-25 {
  padding-top: 25px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-7 {
  margin-bottom: 7px !important;
}
.mb-7 {
  margin-bottom: 8px !important;
}

.light-gray-line {
  background: #f5f5f5;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.gray-line {
  background: #f2f3f7;
  height: 8px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

/* 추천해요 아쉬워요 키워드 */
.recomm-keyword-box {
  display: flex;
  align-items: center;
  gap: 5px;
}
.recomm-keyword-box .keyword-box {
  color: #555;
  text-align: center;
  font-family: Noto Sans KR;
  font-size: 14.4px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.288px;
  display: flex;
  margin: 0;
  padding: 8.4px 18px;
  justify-content: center;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1.2px solid #ddd;
  background: #fff;
}
.recomm-keyword-box .click-keyword-box {
  color: #fff !important;
  font-weight: 700;
  background: #ffd10d !important;
  border: 0px !important;
}
.recomm-keyword-box .keyword-box img {
  width: 20px;
  height: 20px;
}

.icon-img {
  width: 16px;
  height: 16px;
  margin-left: 3px;
}
.fire-icon-img {
  width: 12px;
  height: 17px;
  margin-left: 3px;
}
