.contentSelectCategory .contentBody ul {
  align-items: flex-start;
  display: flex;
  font-size: 14px;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 1;
}
@media screen and (max-width: 1024px) and (min-width: 821px) {
  .contentSelectCategory .contentBody ul {
    font-size: 1.3671875vw;
  }
}
.contentSelectCategory .contentBody ul li {
  width: calc((100% - 48px) / 4);
}
.contentSelectCategory .contentBody ul li:nth-last-child(n+5) {
  margin-bottom: 16px;
}
.contentSelectCategory .contentBody ul li:not(:nth-child(4n)) {
  margin-right: 16px;
}
.contentSelectCategory .contentBody ul li .pointerEventNone {
  pointer-events: none;
}
.contentSelectCategory .contentBody ul li .liOddLast {
  width: 100% !important;
}
.contentSelectCategory .contentBody ul li .liOddLast a {
  width: 100% !important;
}
.contentSelectCategory .contentBody ul li a {
  align-items: center;
  background-color: #fff;
  color: #322618;
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
.contentSelectCategory .contentBody ul li a::after {
  background-image: url(/d_images/campaign/beautyandwellness/icon-arrow-down01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  right: 5.6px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  content: none;
}
.contentSelectCategory .contentBody ul li a li:nth-last-child(n+5), .contentSelectCategory .contentBody ul li a li:nth-last-child(n+2) {
  margin-bottom: 0;
}
.contentSelectCategory .contentBody ul li a li a {
  padding: 0 10px;
}
.contentSelectCategory .contentBody ul li li:nth-last-child(n+5), .contentSelectCategory .contentBody ul li li:nth-last-child(n+2) {
  margin-bottom: 0;
}
.contentSelectCategory .contentBody ul > li:nth-child(4n) .childCategory {
  left: auto;
  right: 100%;
}
.contentSelectCategory .contentBody .hasChildCategory {
  background-color: #fbe8ef;
  cursor: pointer;
  position: relative;
}
.contentSelectCategory .contentBody .hasChildCategory > a {
  display: block;
  text-align: center;
}
.contentSelectCategory .contentBody .hasChildCategory > a:after {
  background-image: none !important;
}
.contentSelectCategory .contentBody .hasChildCategory:hover {
  transition: none;
}
.contentSelectCategory .contentBody .hasChildCategory:hover .viewAllCategory {
  position: relative;
}
.contentSelectCategory .contentBody .hasChildCategory:hover .viewAllCategory ul a {
  border: 1px solid #DEDEDE;
  margin-top: -1px;
}
.contentSelectCategory .contentBody .hasChildCategory:hover .viewAllCategory ul li:nth-child(2n-1) a {
  margin-right: -1px;
  width: calc(100% + 1px);
}
.contentSelectCategory .contentBody .hasChildCategory:hover .viewAllCategory ul .liOddLast a {
  width: 100% !important;
}
.contentSelectCategory .contentBody .hasChildCategory:hover .viewAllCategory > a {
  background-color: #C7D2C0 !important;
}
.contentSelectCategory .contentBody .hasChildCategory:hover .viewAllCategory a {
  background-color: #EBEBEB;
  color: #464646;
}
.contentSelectCategory .contentBody .hasChildCategory:hover .viewAllCategory a::after {
  background-image: url(/d_images/campaign/beautyandwellness/icon-arrow-down02.svg);
}
.contentSelectCategory .contentBody .hasChildCategory:hover .viewAllCategory a:hover {
  background-color: #C7D2C0;
  color: #fff;
  border-color: #C7D2C0 !important;
  transition: all 0.3s ease-in-out;
}
.contentSelectCategory .contentBody .hasChildCategory:hover .viewAllCategory a:hover::after {
  background-image: none;
  background-image: url(/d_images/campaign/beautyandwellness/icon-arrow-down01.svg);
}
.contentSelectCategory .contentBody .hasChildCategory:hover a {
  transition: none;
}
@media screen and (min-width: 768px) {
  .contentSelectCategory .contentBody .hasChildCategory:hover:nth-child(4n) .childCategory .viewAllCategory::after {
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .contentSelectCategory .contentBody .hasChildCategory:hover:nth-child(2n) .childCategory .viewAllCategory::after {
    right: auto;
    left: 0;
  }
}
.contentSelectCategory .contentBody .hasChildCategory > a:not(.pointerEventNone) {
  position: relative;
}
.contentSelectCategory .contentBody .hasChildCategory > a:not(.pointerEventNone)::after {
  background-image: url(/d_images/campaign/beautyandwellness/icon-arrow-down01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 14px;
  background-image: none;
}
.contentSelectCategory .contentBody .hasChildCategory a {
  transition: background-color 0.3s ease-in-out;
  position: relative;
}
.contentSelectCategory .contentBody .hasChildCategory a::after {
  background-image: url(/d_images/campaign/beautyandwellness/icon-arrow-down01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 3.76px;
  position: absolute;
  right: 5.6px;
  top: 50%;
  transform: translateY(-50%);
  width: 8.9px;
}
.contentSelectCategory .contentBody .hasChildCategory a:hover {
  opacity: 1;
  transition: background-color 0.1s ease-in-out;
  color: #000;
}
.contentSelectCategory .contentBody .hasChildCategory .viewAllCategory {
  width: calc(100% + 10px);
}
.contentSelectCategory .contentBody .hasChildCategory .viewAllCategory > a::after {
  transform: translateY(-50%) rotate(-90deg);
}
.contentSelectCategory .contentBody .hasChildCategory .viewAllCategory a {
  padding-left: 20px;
  height: 32px;
}
.contentSelectCategory .contentBody .hasChildCategory .viewAllCategory a::after {
  transform: translateY(-50%) rotate(-90deg);
}
.contentSelectCategory .contentBody .hasChildCategory .viewAllCategory ul li {
  cursor: auto;
}
.contentSelectCategory .contentBody .hasChildCategory .viewAllCategory ul li a {
  align-items: center;
  height: 32px;
  padding-left: 5px;
  padding-right: 14px;
  width: 100%;
}
.contentSelectCategory .contentBody .hasChildCategory .childCategory {
  background-color: #EBEBEB;
  display: none;
  top: 0;
  left: 100%;
  position: absolute;
  width: calc(100% + 16px);
  z-index: 1;
}
.contentSelectCategory .contentBody .hasChildCategory:hover .childCategory {
  display: block;
  height: 100%;
}
.contentSelectCategory .contentBody .hasChildCategory ul li {
  margin-right: 0;
  width: 100%;
}
.contentSelectCategory .contentBody .hasChildCategory .viewAllCategory a {
  padding-left: 12px;
  padding-left: 8px;
}
.contentSelectCategory .contentBody .hasChildCategory .viewAllCategory ul {
  align-items: center;
  background-color: #EBEBEB;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
}
.contentSelectCategory .contentBody .hasChildCategory .viewAllCategory ul li {
  margin-right: 0;
  width: 50%;
}
@media screen and (max-width: 820px) {
  .contentSelectCategory .contentBody ul {
    font-size: 14px;
    justify-content: flex-start;
  }
  .contentSelectCategory .contentBody ul li {
    width: calc((100% - 10px) / 2);
  }
  .contentSelectCategory .contentBody ul li:nth-last-child(n+6) {
    margin-bottom: 0;
  }
  .contentSelectCategory .contentBody ul li:nth-last-child(n+3) {
    margin-bottom: 10px;
  }
  .contentSelectCategory .contentBody ul li:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .contentSelectCategory .contentBody ul li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .contentSelectCategory .contentBody ul li a {
    line-height: 1.4;
  }
  .contentSelectCategory .contentBody ul li li:nth-last-child(n+6), .contentSelectCategory .contentBody ul li li:nth-last-child(n+3) {
    margin-bottom: 0;
  }
  .contentSelectCategory .contentBody ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .contentSelectCategory .contentBody ul li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .contentSelectCategory .contentBody ul li:nth-child(5n) .childCategory {
    right: auto;
  }
  .contentSelectCategory .contentBody ul li:nth-child(2n) .childCategory {
    right: 0;
    left: auto;
  }
  .contentSelectCategory .contentBody .hasChildCategory .viewAllCategory {
    margin-right: 0;
  }
  .contentSelectCategory .contentBody .hasChildCategory .viewAllCategory > a {
    background-image: none;
    height: 50px;
    margin-top: 0 !important;
    padding-bottom: 0;
  }
  .contentSelectCategory .contentBody .hasChildCategory .viewAllCategory ul li {
    width: 50%;
  }
  .contentSelectCategory .contentBody .hasChildCategory .viewAllCategory ul li a {
    height: 50px;
    line-height: 1.2;
    padding-left: 5px;
    width: 100%;
  }
  .contentSelectCategory .contentBody .hasChildCategory .childCategory {
    left: 0;
    top: auto;
    width: calc(200% + 10px);
  }
  .contentSelectCategory .contentBody .hasChildCategory .childCategoryBlock {
    display: block;
  }
  .contentSelectCategory .contentBody .hasChildCategory ul li .liOddLast {
    width: 100% !important;
  }
  .contentSelectCategory .contentBody .hasChildCategory ul li .liOddLast a {
    padding: 0 5px 0 10px;
    padding-left: 5px;
    width: 100% !important;
  }
  .contentSelectCategory .contentBody .hasChildCategoryMens a:hover {
    color: #AB344C;
  }
}
@media screen and (max-width: 320px) {
  .contentSelectCategory .contentBody ul {
    justify-content: flex-start;
  }
  .contentSelectCategory .contentBody ul li a {
    font-size: 10px;
    height: 50px;
  }
}

@media screen and (max-width: 820px) {
  .contentSelectCategory.deviceNotDesktop .hasChildCategory:hover .childCategory {
    display: none;
  }
}
/* not desktop device */
.contentSelectCategory.deviceNotDesktop .contentBody ul li a {
  background-color: #EBEBEB;
}
.contentSelectCategory.deviceNotDesktop .contentBody ul .viewAllCategory li:nth-child(2n-1) a {
  margin-right: -1px;
  width: calc(100% + 1px);
}
.contentSelectCategory.deviceNotDesktop .contentBody ul .viewAllCategory a {
  border: 1px solid #DEDEDE;
  margin-top: -1px;
}
.contentSelectCategory.deviceNotDesktop .contentBody ul .viewAllCategory > a {
  background-color: #C7D2C0;
  border: none;
}
.contentSelectCategory.deviceNotDesktop .contentBody .hasChildCategory a::after {
  background-image: url(/d_images/campaign/beautyandwellness/icon-arrow-down01.svg);
}
.contentSelectCategory.deviceNotDesktop .contentBody .hasChildCategory > a:after {
  background-image: none !important;
}
.contentSelectCategory.deviceNotDesktop .contentBody .hasChildCategory.hasChildCategoryOpened > a {
  color: #ab344c;
}
.contentSelectCategory.deviceNotDesktop .contentBody .hasChildCategory .childCategory {
  height: auto;
}
.contentSelectCategory.deviceNotDesktop .contentBody .hasChildCategory .childCategory::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.contentSelectCategory.deviceNotDesktop .contentBody .hasChildCategory:hover:nth-child(5n) .childCategory .viewAllCategory:after {
  right: 0;
  left: auto;
}
.contentSelectCategory.deviceNotDesktop .contentBody .hasChildCategory:hover .viewAllCategory ul .liOddLast a {
  margin-right: 0 !important;
  width: 100% !important;
}
.contentSelectCategory.deviceNotDesktop .contentBody .hasChildCategoryOpened a {
  color: #464646;
}
.contentSelectCategory.deviceNotDesktop .contentBody .hasChildCategoryOpened .viewAllCategory ul {
  background-color: #EBEBEB;
}
.contentSelectCategory.deviceNotDesktop .contentBody .hasChildCategoryOpened:nth-child(2n) .childCategory .viewAllCategory:after {
  right: auto;
  left: 0;
  top: -10px;
}/*# sourceMappingURL=selectCategory.css.map */