@charset "UTF-8";
/* 해더 */
.hdrWrap {
  width: 100%;
  padding: 0.4rem 0;
  height: 151px;
  position: relative;
  margin: auto;
  background-color: #fff;
  z-index: 20;
  transition-duration: 0.5s;
  border-bottom: 1px solid #eee;
}
.hdrWrap.pc header {
  padding-top: 9.4rem;
}
.hdrWrap.pc .hdrTop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 120rem;
  margin: 0;
  padding: 1.5rem 0;
  background-color: #fff;
  z-index: 400;
}
.hdrWrap.pc .hdrTop .hdrLogoWrap {
  max-width: 120rem;
  margin: 0 auto;
}
.hdrWrap.m {
  position: fixed;
  top: 0;
  left: 0;
}
.hdrWrap.on {
  padding: 0;
}
.hdrWrap.on .topNav li {
  font-size: 0.19rem;
}
.hdrWrap.on .login {
  font-size: 0.19rem;
}
.hdrWrap header {
  max-width: 1200px;
  margin: auto;
}
.hdrWrap header .logo {
  width: 10rem;
  height: 4.5rem;
  transition-duration: 0.5s;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}
.hdrWrap header .logo .mark-icon {
  width: 3.2rem;
  height: 3.5rem;
  color: #e8485a;
}
.hdrWrap header .logo .text-icon {
  width: 3.8rem;
  height: 2.5rem;
  color: #273748;
}
.hdrWrap header .hdrTop {
  width: 100%;
  min-width: 1200px;
  margin: 1.5rem auto;
}
.hdrWrap header .hdrTop .hdrLogoWrap {
  height: 6.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hdrWrap header .hdrTop .hdrLogoWrap .choiceWrap {
  display: flex;
  align-items: center;
}
.hdrWrap header .hdrTop .hdrLogoWrap .choiceWrap .icon-address {
  width: 4.4rem;
  height: 4.4rem;
  margin-right: 1rem;
  cursor: pointer;
}
.hdrWrap header .hdrTop .hdrLogoWrap .choiceWrap .icon-address:hover .icon-address-inner {
  color: #ff5500;
}
.hdrWrap header .hdrTop .hdrLogoWrap .choiceWrap .icon-address .icon-address-inner {
  width: 3rem;
  height: 3rem;
  transition: 0.3s;
  color: #aaaaaa;
}
.hdrWrap header .hdrTop .hdrLogoWrap .choiceWrap .pick {
  width: 4.4rem;
  height: 4.4rem;
  margin-right: 1rem;
  cursor: pointer;
}
.hdrWrap header .hdrTop .hdrLogoWrap .choiceWrap .pick:hover .pick-inner {
  color: #ff5500;
}
.hdrWrap header .hdrTop .hdrLogoWrap .choiceWrap .pick .pick-inner {
  width: 3rem;
  height: 3rem;
  transition: 0.3s;
  color: #aaaaaa;
}
.hdrWrap header .hdrTop .hdrLogoWrap .choiceWrap .cart {
  width: 4.4rem;
  height: 4.4rem;
  cursor: pointer;
  position: relative;
}
.hdrWrap header .hdrTop .hdrLogoWrap .choiceWrap .cart:hover .cart-inner {
  color: #ff5500;
}
.hdrWrap header .hdrTop .hdrLogoWrap .choiceWrap .cart .cart-inner {
  width: 3rem;
  height: 3rem;
  transition: 0.3s;
  color: #aaaaaa;
  cursor: pointer;
}
.hdrWrap header .hdrTop .hdrLogoWrap .choiceWrap .cart .new {
  display: none;
  position: absolute;
  right: -0.4rem;
  top: -0.4rem;
  min-width: 2rem;
  height: 2rem;
  border: 0.2rem solid #fff;
  border-radius: 1rem;
  font-size: 0.9rem;
  color: #fff;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.hdrWrap header .hdrTop .hdrLogoWrap .choiceWrap .cart .new.on {
  display: flex;
}
.hdrWrap header .hdrMenuWrap {
  min-width: 120rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 300;
}
.hdrWrap header .hdrMenuWrap .hdrMenu {
  position: relative;
  display: flex;
  width: 190px;
  height: 5.6rem;
  background-color: #ff5500;
  padding: 1.6rem;
  cursor: pointer;
}
.hdrWrap header .hdrMenuWrap .hdrMenu .hdrCate {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  height: 100%;
  cursor: pointer;
}
.hdrWrap header .hdrMenuWrap .hdrMenu .hdrCate .cateHam {
  height: 2rem;
}
.hdrWrap header .hdrMenuWrap .hdrMenu .hdrCate .cateHam .icon {
  width: 2.3rem;
  height: 1.6rem;
  color: #fff;
}
.hdrWrap header .hdrMenuWrap .hdrMenu .hdrCate .cateTxt {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.hdrWrap header .hdrMenuWrap .hdrMenu .hdrCate .cateListWrap {
  display: none;
  max-height: calc(-5.5rem + 95vh);
  min-height: 4rem;
  position: absolute;
  top: 4.6rem;
  left: 0;
  padding-top: 1rem;
}
.hdrWrap header .hdrMenuWrap .hdrMenu .hdrCate .cateListWrap .cateList {
  position: relative;
  z-index: 310;
  background: #fff;
}
.hdrWrap header .hdrMenuWrap .hdrMenu .hdrCate .cateListWrap .cateList__ul {
  width: 1200px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 2.4rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
}
.hdrWrap header .hdrMenuWrap .hdrMenu .hdrCate .cateListWrap .cateList ul {
  height: 100%;
  max-height: 50rem;
  overflow: auto;
}
.hdrWrap header .hdrMenuWrap .hdrMenu .hdrCate .cateListWrap .cateList ul li {
  padding: 0.8rem;
  background: #fff;
  cursor: pointer;
}
.hdrWrap header .hdrMenuWrap .hdrMenu .hdrCate .cateListWrap .cateList ul li div img {
  width: 2.4rem;
  height: 2.4rem;
}
.hdrWrap header .hdrMenuWrap .hdrMenu .hdrCate .cateListWrap .cateList ul li > div > span {
  color: #333;
  flex: 1 1 0;
  font-size: 1.8rem;
  font-weight: 500;
}
.hdrWrap header .hdrMenuWrap .hdrMenu .hdrCate .cateListWrap .cateList ul li .detailMenu ul {
  width: 20rem;
  height: 100%;
  overflow: auto;
  top: -0.1rem;
  left: 24rem;
  z-index: 320;
}
.hdrWrap header .hdrMenuWrap .hdrMenu .hdrCate .cateListWrap .cateList ul li .detailMenu ul li {
  color: #666;
  cursor: pointer;
}
.hdrWrap header .hdrMenuWrap .hdrMenu .hdrCate .cateListWrap .cateList ul li .detailMenu ul li:hover > span {
  color: #ff5500;
}
.hdrWrap header .hdrMenuWrap .hdrMenu:hover > .hdrCate .cateListWrap {
  display: flex;
}
.hdrWrap header .hdrMenuWrap .hdrMenu .hdrNav {
  display: flex;
  margin-left: 3rem;
}
.hdrWrap header .hdrMenuWrap .hdrMenu .hdrNav li {
  display: flex;
  justify-content: center;
  width: 15rem;
  height: 5.5rem;
  padding-top: 1.8rem;
  line-height: 2rem;
  text-align: center;
}
.hdrWrap header .hdrMenuWrap .hdrMenu .hdrNav li span {
  height: fit-content;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}
.hdrWrap header .hdrMenuWrap .hdrJoinWrap {
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 1.2rem;
}
.hdrWrap header .hdrMenuWrap .hdrJoinWrap .joinMenu {
  position: relative;
  color: #666;
  height: 3.5rem;
  cursor: pointer;
  padding: 0 0.8rem;
}
.hdrWrap header .hdrMenuWrap .hdrJoinWrap .joinMenu:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1.1rem;
  right: 0;
  width: 0.1rem;
  height: 1.3rem;
  margin-left: 0.8rem;
  background-color: #BCBCBC;
}
.hdrWrap header .hdrMenuWrap .hdrJoinWrap .joinMenu:hover {
  color: #ff5500;
}
.hdrWrap header .hdrMenuWrap .hdrJoinWrap .joinMenu span {
  color: #666;
}
.hdrWrap header .hdrMenuWrap .hdrJoinWrap .joinMenu span:hover {
  color: #ff5500;
}
.hdrWrap header .topNav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.hdrWrap header .topNav li {
  margin: 0 3rem;
  line-height: 8.8rem;
  font-size: 2.4rem;
  cursor: pointer;
}
.hdrWrap header .login {
  line-height: 8.8rem;
  font-size: 2rem;
  color: #999;
  cursor: pointer;
}
.hdrWrap .hdrMenu {
  display: flex;
  align-items: center;
}
.hdrWrap .hdrMenu button {
  border: 0;
  background-color: transparent;
}

.searchWrap {
  flex-direction: column;
  width: 40rem;
}
.searchWrap .searchInputWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 45rem;
  height: 4.8rem;
  border: 0.2rem solid #ff5500;
  border-radius: 1rem;
}
.searchWrap .searchInputWrap input {
  width: 100%;
  background-color: inherit;
  border: none;
  outline: none;
  font-size: 1.6rem;
  padding: 0 1.6rem;
}
.searchWrap .searchInputWrap .searchBtn {
  width: 4.5rem;
  height: 4.5rem;
  cursor: pointer;
}
.searchWrap .searchInputWrap .searchBtn .icon {
  width: 2.5rem;
  height: 2.5rem;
  color: #ff5500;
}

.btn_mob_logout {
  padding: 0;
  color: #aaaaaa;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.btn_mob_logout .icon {
  margin-left: 1px;
  width: 2rem;
  height: 2rem;
}
.btn_mob_logout span {
  font-size: 1.2rem;
  color: #aaaaaa;
}

.btn_mob_btn {
  padding: 0 2rem;
  font-size: 1.6rem;
  color: #aaaaaa;
  font-weight: 400;
  background: transparent;
}

.menu {
  display: flex;
  flex-direction: column;
  padding: 0;
  background: #fff;
  color: #333;
  overflow: hidden;
}
.menu button {
  cursor: pointer;
}
.menu .menu_top_btn {
  flex: 0 0 5rem;
  height: 5rem;
  padding: 0 1.6rem;
  background: #fff;
}
.menu .menu_top_btn .menuBack {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  height: 5rem;
  border: 0;
  background: transparent;
  color: #666;
  font-size: 1.6rem;
  font-weight: 600;
}
.menu .menu_top_btn .menuBack .icon {
  width: 1.2rem;
  height: 2rem;
}
.menu .menu_top_btn .menuQuick {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.menu .menu_top_btn .menuQuick button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 3.2rem;
  border: 0;
  background: transparent;
  color: #aaaaaa;
}
.menu .menu_top_btn .menuQuick button .icon {
  width: 2.4rem;
  height: 2.8rem;
}
.menu .menu_top_btn .menuQuick button .icon.logo {
  width: 2.8rem;
  height: 3rem;
  color: #e8485a;
}
.menu .menu_top_btn .menuQuick button .icon.cart {
  width: 2.8rem;
  height: 2.8rem;
}
.menu .menuBody {
  display: grid;
  flex: 1 1 auto;
  min-height: 0;
  grid-template-columns: 17rem minmax(0, 1fr);
  overflow: hidden;
}
.menu .menuCategory {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: #f0f0f0;
}
.menu .menuCategory .menu_group {
  flex: 1 1 auto;
  margin: 0;
  padding: 0rem 0 2.4rem;
  overflow-y: auto;
}
.menu .menuCategory__item {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 6rem;
  padding: 0 2rem;
  border: 0;
  background: transparent;
  color: #666;
  font-size: 1.6rem;
  text-align: left;
}
.menu .menuCategory__item.on {
  color: #000;
  font-weight: 600;
  background: #fff;
}
.menu .menuCategory__empty {
  padding: 2.4rem;
  color: #aaaaaa;
  font-size: 1.4rem;
}
.menu .menuDetail {
  min-width: 0;
  padding: 0 2rem;
  box-sizing: border-box;
  overflow-y: auto;
  background: #fff;
}
.menu .menuDetail__banner {
  display: block;
  width: 100%;
  height: 9.6rem;
  margin-bottom: 2.4rem;
  padding: 0;
  border: 0;
  border-radius: 1rem;
  overflow: hidden;
  background: #f5f5f5;
}
.menu .menuDetail__banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu .menuDetail__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}
.menu .menuDetail__item {
  max-width: 100%;
  padding: 0;
  border: 0;
  height: 6rem;
  background: transparent;
  color: #666;
  font-size: 1.6rem;
  text-align: left;
  word-break: keep-all;
}
.menu .menuBottomNav {
  display: grid;
  flex: 0 0 6rem;
  grid-template-columns: repeat(5, 1fr);
  height: 6rem;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 -0.4rem 1.6rem rgba(0, 0, 0, 0.08);
}
.menu .menuBottomNav li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.4rem;
  color: #aaaaaa;
  font-size: 1.1rem;
  cursor: pointer;
}
.menu .menuBottomNav li .icon {
  width: 2.6rem;
  height: 2.4rem;
}
.menu .menuBottomNav li span {
  color: #aaaaaa;
}
.menu .menuBottomNav li.on {
  color: #ff5500;
}
.menu .menuBottomNav li.on span {
  color: #ff5500;
}

/* 바텀 네비게이션 */
.btmNavWrap {
  display: none;
  width: 100%;
  height: 21vw;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0.5rem 0;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.btmNavWrap .btmNav {
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  position: relative;
}
.btmNavWrap .btmNav li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #aaaaaa;
  width: 20%;
}
.btmNavWrap .btmNav li .icon {
  width: 2.6rem;
  height: 2.4rem;
  margin-top: 0.4rem;
}
.btmNavWrap .btmNav li .menuName {
  color: #aaaaaa;
  font-size: 3vw;
  margin-top: 0.4rem;
}
.btmNavWrap .btmNav li.on .icon, .btmNavWrap .btmNav li.on .menuName {
  color: #FF5500;
}
.btmNavWrap .addBtnWrap {
  width: 12vw;
  height: 12vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 2vw;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
.btmNavWrap .addBtnWrap .addBtn {
  width: 12vw;
  height: 12vw;
  background-color: #FF5500;
  border-radius: 50%;
  background-image: url("/img/user/common/btm_nav/add.png");
  background-repeat: no-repeat;
  background-size: 6vw;
  background-position: center;
}

/*# sourceMappingURL=store-nav.css.map */
