.top-menu {
  position: fixed;
  top: 18vh; /* ?�시: ?�면 ?�이??10% */
  right: 2vw; /* ?�시: ?�면 ?�비??5% */
  z-index: 100; /* ?�른 ?�소???�에 ?�시?�도�?z-index ?�정 */
  box-shadow: 0rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.15);
  border-radius: 0.625rem;
  background: #fff;
}
.top-menu.inner {
  padding: 0;
}

.top-menu ul {
  background: #fff;
  border-radius: 0.625rem 0.625rem 0 0;
}

.top-menu ul li {
  display: block; /* 메뉴 ?�이?�을 가로로 ?�열 */
  text-align: center;
  transition: all 0.4s;
}
.top-menu ul li:first-of-type a {
  border-radius: 0.625rem 0.625rem 0 0;
}

.top-menu ul li a {
  display: block;
  color: #000;
  padding: 0.8rem 1.2rem;
  border-bottom: 1px solid #e6e6e6;
}
.top-menu ul li a:hover {
  outline: 1px solid #ff3787;
}
.top-menu ul li a:first-of-type {
  padding-top: 20px;
}
.top-menu ul li a:last-of-type a {
  border-bottom: none;
}
.top-menu ul li a img {
  width: 1.4375rem;
  display: inline-block;
  margin-bottom: 0.4375rem;
}
.top-menu ul li a p {
  font-size: 0.75rem;
}

#top-button {
  display: block; /* 버튼??메뉴?� 같�? 줄에 ?�시 */
  width: 100%;
  height: 1.9375rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0 0 0.625rem 0.625rem;
}

.product-item {
  position: relative;
}
.product-item > a {
  display: block;
}
.product-item .img-wrap {
  position: relative;
  background: #f6f6f6;
  height: 17.5rem;
  border-radius: 6px;
}
.product-item .img-wrap img {
  width: 100%;
  height: 100%;
}
.product-item .txt-wrap {
  margin-top: 1.6875rem;
  margin-left: 0.9375rem;
}
.product-item .txt-wrap .desc-wrap {
  padding: 1.1875rem 0;
  border-top: 0.0625rem solid #dedede;
  border-bottom: 0.0625rem solid #dedede;
  margin: 1.0625rem 0;
}
.product-item .txt-wrap .desc-wrap p {
  font-size: 0.9375rem;
  font-weight: 500;
  word-break: keep-all;
}
.product-item .txt-wrap p.txt {
  font-size: 1.0625rem;
  color: #999999;
}
.product-item .txt-wrap p.tit {
  font-size: 1.4375rem;
  font-weight: 600;
}
.product-item .txt-wrap .price-wrap span.percent {
  font-size: 1.4375rem;
  font-weight: 600;
  color: #ff3787;
}
.product-item .txt-wrap .price-wrap span.price {
  font-size: 1.4375rem;
  font-weight: 600;
}
.product-item .txt-wrap .price-wrap span.sale-price {
  font-size: 1.4375rem;
  font-weight: 600;
  color: #ff3787;
}
.product-item .txt-wrap .price-wrap span.original-price {
  font-size: 1rem;
  font-weight: 500;
  color: #9f9f9f;
  text-decoration: line-through;
}
.product-item .txt-wrap .reviews-heart-count {
  display: flex;
  gap: 0.25rem;
  margin-top: 0.4375rem;
  align-items: center;
}
.product-item .txt-wrap .reviews-heart-count .count {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ff3787;
  position: relative;
  top: 0.125rem;
}
.product-item .txt-wrap .reviews-heart-count .reviews {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.product-item .txt-wrap .reviews-heart-count .reviews img {
  width: 1.0625rem;
}
.product-item .txt-wrap .reviews-heart-count .reviews p {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  top: 0.125rem;
  color: #999999;
}
.product-item .txt-wrap .reviews-heart-count .reviews p span {
  font-weight: 500;
  color: #000;
}
.product-item .txt-wrap .reviews-heart-count .heart img {
  width: 0.75rem;
}
.product-item .txt-wrap .reviews-heart-count .heart p {
  font-size: 0.875rem;
  font-weight: 500;
  color: #999999;
}
.product-item .rank-wrap {
  position: absolute;
  bottom: 0.9375rem;
  right: 0;
  width: 3.5625rem;
  height: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 3.125rem 0 0 3.125rem;
}
.product-item .rank-wrap span {
  font-weight: 500;
  font-size: 0.9375rem;
}
.product-item .rank-wrap span:nth-of-type(1) {
  font-weight: 600;
  font-size: 1.1875rem;
  display: inline-block;
  margin-right: 0.125rem;
  position: relative;
  top: -0.125rem;
}
.product-item.second a .review-star {
  margin-top: 1.375rem;
}
.product-item.second a .txt-wrap {
  margin-top: 0.75rem;
  margin-left: 0;
}
.product-item.second a .txt-wrap .tit {
  font-size: 1.25rem;
  font-weight: 700;
}
.product-item.second a .txt-wrap .txt {
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  color: #000;
}

.review-tile-wrapper .product-item {
  padding: 0 0.62rem;
  border: 0.0625rem solid #eee;
  border-radius: 0.875rem;
}

.reviewer-section {
  margin-bottom: 0.75rem;
  border: 0.0625rem solid #e6e6e6;
  border-radius: 0.875rem;
  background: #fff;
  padding: 2.0625rem 1.75rem;
  display: flex;
  gap: 2.0625rem;
  justify-content: space-between;
}
.reviewer-section:last-of-type {
  margin-bottom: 0;
}
.reviewer-section:hover {
  border: 1px solid #ff3787;
}
.reviewer-section .left a {
  display: flex;
  gap: 2.0625rem;
}
.reviewer-section:last-of-type {
  margin-bottom: 0;
}
.reviewer-section .reviewer-info {
  flex: 1;
}
.reviewer-section .reviewer-info .reviewer-name {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.875rem;
}
.reviewer-section .reviewer-info .reviewer-name .reviewer-status {
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  background: #ff3787;
  color: #fff;
  font-size: 0.8125rem;
  border-radius: 0.75rem;
}
.reviewer-section .reviewer-info .reviewer-name .reviewer-status.bg-blue {
  background: #2c3ba1;
}
.reviewer-section .reviewer-info .reviewer-name .reviewer-status.bg-green {
  background: #21c8c2;
}
.reviewer-section .reviewer-info .reviewer-comment {
  font-size: 1.0625rem;
  font-weight: 400;
  padding-right: 5.375rem;
  /*word-break: keep-all;*/
  word-break: break-word;

}
.reviewer-section .reviewer-info .reviewer-bot {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-top: 1.625rem;
}
.reviewer-section .reviewer-info .reviewer-stats {
  padding: 0.5rem 0.8125rem;
  background: #f6f6f6;
  border-radius: 0.3125rem;
  display: flex;
  gap: 1.375rem;
  font-size: 0.875rem;
  color: #8a8a8a;
}
.reviewer-section .reviewer-info .reviewer-stats span {
  font-weight: 400;
  position: relative;
}
.reviewer-section .reviewer-info .reviewer-stats span:last-of-type:after {
  content: "";
  display: block;
  display: none;
}
.reviewer-section .reviewer-info .reviewer-stats span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.6875rem;
  width: 0.0625rem;
  background: #e1e1e1;
  height: 0.875rem;
}
.reviewer-section img.thumb {
  max-width: 146px;
}
.coupon-section {
  flex: 0 0 17.25rem;
  padding-top: 0.9375rem;
  border-left: 0.0625rem solid #e8e8e8;
  padding-left: 40px;
  box-sizing: border-box;
}
.coupon-section .com-btn {
  letter-spacing: -0.0625rem;
  font-weight: 600;
}
.coupon-section .img {
  display: flex;
  justify-content: center;
}
.coupon-section .img img {
  width: 4.125rem;
  height: 4.125rem;
  border-radius: 0.375rem;
  background: #f3f3f3;
}
.coupon-section .coupon-details h3 {
  margin-top: 0.125rem;
  font-size: 0.6875rem;
  color: #5e5e5e;
  margin-bottom: 0.3125rem;
}
.coupon-section .coupon-details h4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.625rem;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.coupon-section .coupon-details .rating {
  display: flex;
  gap: 0.6875rem;
  align-items: center;
}
.coupon-section .coupon-details .rating img {
  width: 0.6875rem;
}
.coupon-section .coupon-details .rating .stars {
  font-size: 0.8125rem;
  font-weight: 700;
}
.coupon-section .coupon-details .rating p {
  font-size: 0.8125rem;
}

.coupon-button {
  margin-top: 0.8125rem;
  background: #fff1f6;
  border-radius: 0.3125rem;
  width: 100%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 0.8125rem;
  padding-left: 15px;
  box-sizing: border-box;
}
.coupon-button p {
  font-size: 0.875rem;
  color: #585858;
  max-width: 100%;
  overflow: hidden;
}
.coupon-button p span {
  color: #ff3787;
  font-weight: 800;
}
.coupon-button p.v-middle {
  display: flex;
  align-items: center;
}

.coupon-button p.v-middle span {
  line-height: normal;
  padding-left: 5px;
}

@media (max-width: 1200px) {
  .reviewer-section {
    flex-direction: column;
    gap: 10px;
  }
  .coupon-section {
    flex: 0 0 100%;
    padding-left: 0;
    border: none;
  }
  .reviewer-section .reviewer-info {
    border-right: 0px;
  }
  .reviewer-section .reviewer-info .reviewer-bot {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0.6rem;
  }
  .reviewer-section .reviewer-info .reviewer-comment {
    padding-right: 0;
  }
  .coupon-section .coupon-button p {
    position: relative;
    top: 2px;
  }
  .bomi-product-review .review-wrap {
    padding-top: 2.75rem;
    padding-bottom: 7.5rem;
  }
}
.pagination {
  margin-top: 3.4375rem;
}
.pagination ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}
.pagination ul li {
  margin: 0 0.3125rem;
}
.pagination ul li.prev, .pagination ul li.next {
  position: relative;
}
.pagination ul li.prev a, .pagination ul li.next a {
  background: #fff;
  border: 0.0625rem solid #E9E9E9;
}
.pagination ul li.prev:after, .pagination ul li.next:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.4375rem;
  height: 0.75rem;
}
.pagination ul li.prev:after {
  content: "";
  display: block;
  background-image: url("../img/page-prev.svg");
  background-repeat: no-repeat;
}
.pagination ul li.next:after {
  content: "";
  display: block;
  background-image: url("../img/page-next.svg");
  background-repeat: no-repeat;
}
.pagination ul li a {
  text-decoration: none;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50%;
  background: #f8f8f8;
  text-align: center;
  color: #AAAAAA;
  font-size: 1.125rem;
  font-weight: 400;
}
.pagination ul li a:hover:not(.prev, .next) {
  background-color: #ff3787;
  color: #fff;
}
.pagination ul li.active a {
  color: #fff;
  background-color: #ff0266;
  border-color: #ff0266;
}

.header {
  height: 5rem;
  border-bottom: 0.0625rem solid #f2f2f2;
}
.header .inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .logo {
  position: absolute;
  left: 0;
}
.header .gnb {
  position: absolute;
  left: 15.625rem;
  height: 100%;
  display: flex;
}
.header .gnb > ul {
  height: 100%;
  display: flex;
}
.header .gnb > ul > li {
  position: relative;
  z-index: 2;
  height: 100%;
}
.header .gnb > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 4.375rem;
  width: 100%;
  height: 6.25rem;
  background: transparent;
}
.header .gnb > ul > li > a {
  display: inline-flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  height: 100%;
  cursor: pointer;
  padding: 0 1.5625rem;
}
.header .gnb > ul > li > a:hover {
  color: #ff3787;
}
.header .gnb > ul > li:first-of-type a {
  padding-left: 0;
}
.header .gnb > ul > li:hover .sub-menu {
  opacity: 1; /* ?�명?��? 1�??�정?�여 ?�브 메뉴�??�전??보이�???*/
  visibility: visible; /* ?�브 메뉴�?보이�??�정 */
  transform: translateY(0); /* ?�래 ?�치�??�아?�게 ?�정 */
}
.header .gnb > ul > li .sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1.25rem); /* 초기 ?�치�?조금 ?�로 ?�림 */
  transition: opacity 0.5s ease, transform 0.5s ease; /* ?�명?��? ?�치 변?�에 ?�???�환 ?�과 ?�용 */
  top: 6.325rem;
  left: -5.625rem;
  min-width: 16.75rem;
  border: 0.0625rem solid #e2e2e2;
  box-shadow: 0 0.4375rem 0.875rem rgba(0, 0, 0, 0.07);
  border-radius: 0.3125rem;
  padding: 1rem;
  box-sizing: border-box;
  background: #fff;
  z-index: 1;
}
.header .gnb > ul > li .sub-menu:after {
  content: "";
  display: block;
  background-image: url("../img/submenu-arr.svg");
  background-repeat: no-repeat;
  width: 1rem;
  height: 3.75rem;
  z-index: 10;
  background-size: contain;
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
}
.header .gnb > ul > li .sub-menu > li {
  padding: 0.8125rem 1.4375rem;
  border-radius: 0.3125rem;
}
.header .gnb > ul > li .sub-menu > li:hover {
  background: rgba(255, 55, 135, 0.07);
}
.header .gnb > ul > li .sub-menu > li:hover a {
  font-weight: bold;
}
.header .gnb > ul > li .sub-menu > li a {
  display: inline-block;
  color: #000;
}
.header .gnb > ul > li .sub-menu > li a:hover {
  color: #ff3787;
}
.header .gnb > ul > li .sub-menu > li a.on {
  color: #ff3787;
  position: relative;
}
.header .gnb > ul > li .sub-menu > li a.on:after {
  content: "";
  display: block;
  position: absolute;
  top: 41%;
  transform: translateY(-50%);
  right: -1.6875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../img/active-star.svg");
  background-repeat: no-repeat;
}
.header .gnb > ul > li .sub-menu > li:last-of-type a {
  margin-bottom: 0;
}
.header .utilmenu {
  position: absolute;
  right: 0;
}
.header .utilmenu ul {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

/* jack */
/*
.header .utilmenu ul li:first-of-type {
  top: 0.3125rem;
  position: relative;
}
@media (max-width: 1200px) {
  .header .utilmenu ul li:first-of-type {
    top: 0rem;
  }
}
*/
.header .utilmenu ul li.carticon {
  position: relative;
}

.header .utilmenu ul li.carticon span {
  position: absolute;
  top: 1rem;
  right: -0.5rem;
  bottom: -0.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  background: #ff3787;
  border-radius: 50%;
  font-size: 0.875rem;
  padding-top: 0.1rem;
  color: #fff;
  font-weight: 400;
}

.header .utilmenu .vert_box {
  display: flex;
  flex-direction: column;
}

.mobileMenu .logout {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  top: 0;
  height: calc(100vh - 64px);
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  padding-bottom: 34px;
}
.mobileMenu .logout a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.mobileMenu .menuToggle {
  background: #fff;
  position: absolute;
  left: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  cursor: pointer;
  z-index: 9999;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.mobileMenu .menuToggle .menuItem {
  background-color: #000;
  display: block;
  height: 0.1875rem;
  margin: 0 0 0.625rem;
  transition: all 0.3s ease-in-out;
  width: 1.875rem;
}
.mobileMenu .menuToggle.open .menuItem {
  margin: 0.0625rem 0rem 0.3125rem;
  background-color: red;
}
.mobileMenu .menuToggle.open .menuItem:first-child {
  transform: rotate(45deg);
  transform-origin: 0.25rem;
}
.mobileMenu .menuToggle.open .menuItem:nth-child(2) {
  opacity: 0;
}
.mobileMenu .menuToggle.open .menuItem:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 0.1875rem;
}
.mobileMenu .menuToggle.open + .mobileNav {
  display: block;
  transform: translate(0%, 0);
  z-index: 9998;
  padding-top: 2.5rem;
  background: #fff;
}
.mobileMenu .mobileNav {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0rem;
  left: 0;
  background-color: #3c3842;
  width: 100%;
  height: calc(100vh - 65px);
  transform: translate(100%, 0);
  transition: all 0.2s ease-in-out;
}
.mobileMenu .mobileNav ul {
  list-style-type: none;
}
.mobileMenu .mobileNav ul li.mobileNavItem > a {
  position: relative;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.mobileMenu .mobileNav ul li.mobileNavItem > a.on:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  right: 1.25rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #000;
  border-right: 0.125rem solid #000;
  transform: translateY(-50%) rotate(135deg);
  top: 43%;
}
.mobileMenu .mobileNav ul li.mobileNavItem.on > a {
  background: #ff3787;
  color: #fff;
}
.mobileMenu .mobileNav ul li.mobileNavItem.on > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: translateY(-50%) rotate(315deg);
  top: 55%;
}
.mobileMenu .mobileNav li a {
  color: #989aa4;
  display: block;
  padding: 0.9375rem 1.25rem;
}

.mobileNav {
  background-color: #fff !important;
}
.mobileNav > ul {
  margin-top: 2.5rem;
}
.mobileNav > ul > li {
  box-sizing: border-box;
  border-bottom: 0.0625rem solid #f1f1f1;
}
.mobileNav > ul > li > a {
  display: inline-block;
  padding: 1.25rem 1.25rem !important;
}
.mobileNav > ul > li .dapth2 {
  display: none;
}
.mobileNav > ul > li.on .dapth2 {
  display: block;
  background: #fff !important;
  padding: 0.625rem;
}
.mobileNav > ul > li.on .dapth2 li {
  border-radius: 5px;
}
.mobileNav > ul > li.on .dapth2 li:hover {
  background: rgba(255, 55, 135, 0.07);
}
.mobileNav > ul > li.on .dapth2 li:hover a {
  font-weight: 700;
}
.mobileNav > ul > li.on .dapth2 li > a {
  position: relative;
  z-index: 1;
  opacity: 1;
  height: 100%;
  color: #000;
  padding: 1rem 0 !important;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  padding-left: 0.8125rem !important;
}
.mobileNav > ul > li.on .dapth2 li > a.on:after {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 64px;
  width: 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  background-image: url(../img/active-star.svg);
  background-repeat: no-repeat;
}
.mobileNav > ul > li.on .dapth2 li > a:hover {
  color: #ff3787;
}
.mobileNav > ul > li.on .dapth2 li:last-of-type a {
  border-bottom: none;
}
.mobileNav .moLogo {
  text-align: center;
  margin-top: 1.25rem;
}
.mobileNav .moLogo a {
  display: inline-block;
  text-align: center;
}
.mobileNav .moLogo a img {
  display: block;
  margin: 0 auto;
  width: 10rem;
}

.header .mobileMenu .menuToggle.open .menuItem {
  margin: 1px 0px 5px;
  background: #ff3787 !important;
}

@media (max-width: 900px) {
  .container {
    padding-top: 65px;
  }
}
@media (max-width: 1200px) {
  .header {
    z-index: 9999 !important;
  }
  .header .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
  }
  .header .utilmenu {
    right: 0.9375rem;
  }
  .header .utilmenu ul li:first-of-type img {
    width: 1.2625rem;
  }
  .header .utilmenu ul li:nth-of-type(2) img {
    width: 1.875rem;
  }
  .mobileMenu {
    display: block !important;
  }
  .header .headerWrap .headerInner .logo {
    left: 1.25rem;
  }
  .header .headerWrap .headerInner .utilMenu {
    display: none;
  }
  .header .mobileMenu .menuToggle .menuItem {
    background-color: #000;
    display: block;
    height: 2px;
    margin: 0 0 7px;
    transition: all 0.3s ease-in-out;
    width: 26px;
  }
}
@media (max-width: 600px) {
  .header .logo {
    left: 47%;
  }
  .mobileMenu .menuToggle {
    top: 51%;
  }
}
.breadcrumbs {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 2.125rem;
}

.breadcrumbs li {
  font-size: 1.125rem;
  color: #000;
  position: relative;
}
.breadcrumbs li::after {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 0.4375rem;
  content: "";
  display: inline-block;
  background: url("../img/bread-arr.svg");
  width: 0.625rem;
  height: 0.9375rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.breadcrumbs li:last-of-type:after {
  content: "";
  display: block;
  display: none;
}

.breadcrumbs li:first-of-type a {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/btn-home.svg");
  position: relative;
  top: -0.0625rem;
}

.breadcrumbs a {
  color: #007bff;
  text-decoration: none;
  font-size: 1.125rem;
  margin-right: 1.6875rem;
  color: #000;
}
.breadcrumbs a:hover {
  text-decoration: underline;
  color: #ff3787;
}

.sub-banner .wrap {
  margin-left: 2.6875rem;
  position: relative;
  top: 1.25rem;
}

.sub-banner {
  background-size: cover;
  background-position: center;
  height: 18.75rem; /* ?�하???�이�?조정?�세??*/
}

.sub-banner .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sub-banner-tit {
  /* Your styles here */
  font-weight: 200;
  font-size: 4.125rem;
  color: #fff;
  line-height: 1;
}

.sub-banner p span {
  display: inline-block;
  transform: translateY(100%);
  transition-duration: 0.5s;
}
.sub-banner article {
  opacity: 0;
  z-index: 1;
}
.sub-banner article.on {
  display: block;
  opacity: 1;
  z-index: 2;
}
.sub-banner article.on p span {
  transform: translateY(0%);
}

.sub-banner-txt {
  margin-top: -1.6875rem;
  /* Your styles here */
  font-size: 4.125rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.sub-banner-txt img {
  position: relative;
  top: -0.25rem;
}

#footer.footer {
  height: 22.875rem;
  background: #171717;
}
#footer.footer .inner .footer__logo {
  padding-top: 4.875rem;
  padding-left: 0;
}
#footer.footer .inner .footer__logo img {
  width: 10.0625rem;
}
#footer.footer .inner .footer__info {
  margin-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 0.0625rem solid rgba(112, 122, 112, 0.6);
}
#footer.footer .inner .footer__info li {
  display: flex;
  gap: 1.0625rem;
  margin-bottom: 0.3125rem;
}
#footer.footer .inner .footer__info li dl {
  display: flex;
  gap: 0.625rem;
}
#footer.footer .inner .footer__info li dl dt {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
}
#footer.footer .inner .footer__info li dl dd {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
}
#footer.footer .inner .footer__bot {
  margin-top: 1.875rem;
  width: 100%;
}
#footer.footer .inner .footer__bot .copy {
  font-size: 0.875rem;
  opacity: 0.48;
  color: #fff;
}
#footer.footer .inner .footer__bot .ft_link {
  display: flex;
  gap: 1.25rem;
}
#footer.footer .inner .footer__bot .ft_link li a {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 1200px) {
  #footer.footer {
    height: auto;
  }
  #footer.footer .inner .footer__info li {
    flex-wrap: wrap;
  }
  #footer.footer .inner .footer__bot {
    flex-direction: column;
    gap: 1.5625rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 600px) {
  #footer.footer .inner .footer__logo {
    padding-top: 37px;
  }
  #footer.footer .inner .footer__info {
    margin-top: 20px;
  }
  #footer.footer .inner .footer__logo {
    margin-bottom: 20px;
  }
  #footer.footer .inner .footer__logo img {
    width: 133px;
  }
  #footer.footer .inner .footer__info li {
    gap: 7px;
  }
  #footer.footer .inner .footer__info li dl dt,
  #footer.footer .inner .footer__info li dl dd {
    font-size: 11px;
    opacity: 0.8;
  }
  #footer.footer .inner .footer__info {
    padding-bottom: 25px;
  }
  #footer.footer .inner .footer__bot .ft_link li a {
    font-size: 14px;
  }
  #footer.footer .inner .footer__bot {
    flex-direction: column-reverse;
  }
}
/* =================== ?��??�퍼 =================== */
#main-swiper {
  
  /*height: 37.9375rem;*/
  width: 100%; 
  aspect-ratio: 16 / 9;
  max-height: 700px;
  /*min-height: 400px;*/
  position: relative;
}

#main-swiper .inner {
  height: 100%;
  position: relative;
}
#main-swiper .swiper-slide.swiper-slide-active .com-title {
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}
#main-swiper .swiper-slide.swiper-slide-active h3 {
  transition-delay: 0.2s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}
#main-swiper .swiper-slide.swiper-slide-active .logo-wrap {
  transition-delay: 0.4s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}
#main-swiper .swiper-slide.swiper-slide-active p {
  transition-delay: 0.5s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}
#main-swiper .slide-txt-wrap {
  position: absolute;
  z-index: 2;
  position: absolute;
  /*top: 50%;*/
  transform: translateY(-50%);
}
#main-swiper .slide-txt-wrap .com-title {
  margin-bottom: 1.4rem;
  transition-timing-function: ease;
  transition-duration: 1s;
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  transition-property: opacity, transform;
}
#main-swiper .slide-txt-wrap h3 {
  font-size: 3.625rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.3125rem;
  margin-bottom: 1.8125rem;
  transition-timing-function: ease;
  transition-duration: 1s;
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  transition-property: opacity, transform;
}
#main-swiper .slide-txt-wrap h3 span {
  color: #ff3787;
}
#main-swiper .slide-txt-wrap .logo-wrap {
  transition-duration: 1s;
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  transition-property: opacity, transform;
  display: flex;
  gap: 2.5rem;
  margin-bottom: 2.8125rem;
  margin-left: 1.25rem;
}
#main-swiper .slide-txt-wrap .logo-wrap li {
  position: relative;
}
#main-swiper .slide-txt-wrap .logo-wrap li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -38%;
  height: 100%;
  width: 0.0625rem;
  background: #707070;
}
#main-swiper .slide-txt-wrap .logo-wrap li:last-of-type:after {
  content: "";
  display: block;
  display: none;
}
#main-swiper .slide-txt-wrap .logo-wrap li img {
  width: 3.5625rem;
}
#main-swiper .slide-txt-wrap p {
  transition-duration: 1s;
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  transition-property: opacity, transform;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
#main-swiper .main-img img {
  position: absolute;
  /*left: 0;*/
  width: 100%;
  height: 100%;
  /*object-fit: contain;*/
  object-fit: cover;
}
#main-swiper .swiper-pagination {
  left: 20px;
  max-width: 77.5rem;
  margin: 0 auto;
  text-align: left;
  position: relative;
  top: -4.3125rem;
  display: flex;
  gap: 0.625rem;
}
@media (max-width: 1200px) {
  #main-swiper .swiper-pagination {
    padding: 0 0.9375rem;
  }
}
#main-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 0.4375rem;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out; /* 천천???�비?� 배경??변�?*/
}
#main-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 2.25rem;
  transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out; /* 천천???�비?� 배경??변�?*/
}

#main .sec2 {
  /*height: 80vh;  ?�면 ?�이??80% */
  /*min-height: 300px; /* 최소 500px ?��? */
  /*max-height: 900px; /* 최�? 900px ?�한 */
  padding: 6.875rem 0;
  padding-bottom: 3.75rem;
  box-sizing: border-box;
  background-image: url("../img/sec02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 0px;
  background-color: #f8f8f8;
}
#main .sec2 .inner .box {
  position: relative;
  padding-top: 4.375rem;
  padding-bottom: 3.6875rem;
  width: 100%;
  display: flex;
  align-items: center;
  border: 0.125rem solid #fff;
  padding-left: 6.25rem;
  box-shadow: 0rem 0.625rem 1.5rem rgba(0, 0, 0, 0.06);
  border-radius: 1.25rem; /* 배경 ?�림 �?밝기 조절 */
  backdrop-filter: blur(1.4375rem) brightness(104%); /* 배경??�?불투명도 ?�정 (#fff??불투명도�?78%�?조절) */
  background-color: rgba(255, 255, 255, 0.78);
}
/*
#main .sec2 .inner .box .after-img {
  position: absolute;
  top: -3.75rem;
  right: 11.625rem;
  background-image: url("../img/s1-img1.webp");
  background-repeat: no-repeat;
  width: 17.875rem;
  height: 32.0625rem;
}
*/
#main .sec2 .inner .box .after-img {
  position: absolute;
  top: -3.75rem;
  right: 11.625rem;
  background-image: url("../img/s1-img2.webp");
  background-repeat: no-repeat;
  width: 23rem;
  height: 32.0625rem;
}
#main .sec2 .inner .box h2 {
  font-size: 3.1875rem;
  font-weight: bold;
}
#main .sec2 .inner .box h2 span {
  font-size: 1.3125rem;
  position: relative;
  font-weight: 500;
}
#main .sec2 .inner .box .com-title {
  padding: 0 1.25rem;
  border-radius: 0.9375rem;
  display: inline-flex;
  justify-content: flex-start;
  /*  
  width: 100%;
  max-width: 265px;
  */
  position: relative;
}
#main .sec2 .inner .box .com-title #counter2 {
  display: inline-block;
  font-weight: 700;
  min-width: 3.2rem;
  text-align: right;
}
#main .sec2 .inner .box .com-title .num2 {
  position: absolute;
  left: auto;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 11px;
}
#main .sec2 .inner .box .counter-wrap2 {
  padding: 0 1.25rem;
  border-radius: 0.9375rem;
  display: inline-flex;
  justify-content: flex-start;
  position: relative;
}
#main .sec2 .inner .box .counter-wrap2 .counter-box > span {
  font-weight: 700;  
}
#main .sec2 .inner .box .counter-wrap2 .counter-unit {
  white-space: nowrap;
}
#main .sec2 .inner .box .counter-wrap2 .prep-compl {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main .sec2 .inner .box #counter {
  display: inline-block;
  min-width: 300px;
}
#main .sec2 .inner .box .counter-wrap {
  position: relative;
}
#main .sec2 .inner .box .count {
  font-size: 5.5rem;
  font-weight: 800;
  color: #ff3787;
  letter-spacing: -0.1875rem;
  margin-bottom: 1.2375rem;
  line-height: 1.1;
  display: inline-block;
}
#main .sec2 .inner .box .num {
  /*
  right: 58px;
  position: absolute;
  top: 17px;
  */
  color: #000;
  font-size: 3.625rem;
  font-weight: 800;
  margin-left: 3px;
}
#main .sec2 .inner .box .txt {
  font-size: 1.4375rem;
  letter-spacing: -0.0625rem;
}
#main .sec2 .inner .box .txt span {
  display: inline-block;
  color: #ff3787;
  font-weight: 600;
}
#main .sec3 {
  padding-top: 8.4375rem;
  padding-bottom: 0;
}
/* 0523 jjy MD pick */
#main .sec10 {
  padding-top: 8.4375rem;
  padding-bottom: 0;
}
#main .sec4 {
  padding-top: 0;
  padding-bottom: 5.75rem;
}
#main .sec4 .second {
  background-color: #fff;
}
#main .sec4 .com-btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4.375rem;
  transition: all 0.2s;
}
#main .sec4 .com-btn:hover {
  background: #ff3787;
  color: #fff;
}
#main .sec5 {
  padding-top: 5.5rem;
  padding-bottom: 8.875rem;
  background: #f6f6f6;
}
#main .sec5 .com-title {
  padding: 0.4375rem 2.125rem;
  height: auto;
  border-radius: 2.5rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.075rem;
  margin-bottom: 1.4rem;
}

.main-img img {
  transition: transform 2s ease-out; /* �??�과??부?�러???�환 ?�용 */
}

.zoom-effect {
  transform: scale(1.1); /* ?��?지 �??�과�??�해 scale ?�용 */
}

body.fixed {
  overflow-y: unset;
}

.product-item .com-btn:hover {
  box-shadow: none !important;
}

@media (max-width: 1200px) {
  .sec2 .inner .box:after {
    display: none;
  }
  #main .sec2 .inner .box:after {
    right: 0;
  }
  .h236 {
    height: auto !important;
  }
}
@media (max-width: 900px) {
  .com-title.is-tab-show {
    display: inline-flex !important;
    border-radius: 18px;
    margin-bottom: 14px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
  }
  .com-btn.btn-lg {
    min-width: auto;
  }
  .sec4 {
    background: #fff;
    padding-bottom: 100px;
    padding: 0;
  }
  .sec4 .com-title {
    font-size: 12px;
    padding: 3px 14px;
    margin-bottom: 11px;
  }
  .sec4 .com-title2 {
    font-size: 34px;
    letter-spacing: -2px;
  }
  .mt59 {
    margin-top: 27px !important;
  }
  .h236 {
    height: auto !important;
  }
  .product-item .txt-wrap {
    margin-left: 0;
    margin-top: 12px;
  }
  .product-item .txt-wrap p.tit {
    font-size: 15px;
  }
  .product-item .txt-wrap .desc-wrap {
    margin: 12px 0;
    padding: 12px 0;
  }
  .product-item .txt-wrap .desc-wrap p {
    font-size: 13px;
  }
  .product-item .txt-wrap .price-wrap span.percent,
  .product-item .txt-wrap .price-wrap span.price {
    font-size: 15px;
  }
  .mt35 {
    margin-top: 20px !important;
  }
  .product-item {
    margin-bottom: 34px;
  }
  .com-btn.font-sm {
    font-size: 15px;
  }
  .com-btn.btn-lg {
    height: 40px;
  }
  .sec3 .com-btn {
    margin-top: 20px;
    width: 90%;
    background: #ff3787;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
  }
  .top-menu {
    display: none;
  }
  .product-item .img-wrap {
    height: 230px;
  }
  .product-item.second a .review-star {
    margin-top: 10px;
  }
  .product-item.second a .review-star img {
    width: 13px;
  }
  .product-item.second a .txt-wrap {
    margin-top: 5px;
  }
  .product-item.second a .txt-wrap .tit {
    font-size: 14px;
  }
  .product-item.second a .txt-wrap .txt {
    font-size: 13px;
  }
  .com-title2 p {
    margin-top: 17px;
    font-size: 20px;
    font-weight: 600;
  }
  .mt157 {
    margin-top: 50px !important;
  }
  .sec3 {
    padding-top: 56px;
  }
  .sec3 .product-item .txt-wrap p.tit {
    margin-top: 4px;
  }
  .sec3 .product-item .img-wrap {
    height: auto;
  }
  .product-item .price-wrap {
    margin-top: 7px !important;
  }
  .com-title2 {
    font-size: 34px;
  }
  .com-title2 .sub {
    font-size: 15px;
    font-weight: 500;
    color: #999999;
    margin-top: 6px;
  }
  #main .sec2 .inner .box:after {
    display: none;
  }
}
@media (max-width: 600px) {
  
    #main .sec2 .inner .box  {
      display: none;
    }
  #main .sec2 .inner .box #counter {
    min-width: 150px;
  }

  #main .sec2 .inner .box .num {
    right: 0;
    position: relative;
    top: 0;
    color: #000;
    font-size: 24px;
    font-weight: 800;
    margin-left: 3px;
  }
  #main .sec2 .inner .box .com-title {
    gap: 0px;
    padding: 0 0.7rem;
    border-radius: 5px;
  }
  #main .sec2 .inner .box .com-title .num2 {
    position: relative;
    right: 0;
    top: 13px;
    font-size: 19px;
  }
  #main .sec2 .inner .box .com-title .num2 img {
    width: 20px;
  }
  #main .sec2 .inner .box .counter-wrap2 img {
    width: 20px;
  }
  #main .sec2 .inner .box .counter-wrap2 .prep-compl {
    max-width: 12rem;
  }
  footer {
    padding-bottom: 75px;
  }
  #main .sec5 {
    background: #fff;
    padding-top: 0;
    padding-bottom: 5rem;
  }
  #main .sec4 .com-btn {
    margin-top: 29px;
  }
  .com-title2 .sub {
    margin-top: 0;
  }
  #main .sec3 {
    padding-top: 57px;
  }
  .mo-sec2 {
    padding: 51px 0;
    background: #f8f8f8;
  }
  .mo-sec2 h2 {
    font-size: 33px;
    font-weight: 800;
    line-height: 1;
  }
  .mo-sec2 h2 span {
    color: #ff3787;
    font-weight: 900;
  }
  .mo-sec2 p {
    margin-top: 18px;
    font-size: 16px;
  }
  .mo-sec2 p span {
    font-weight: bold;
  }
  .mo-sec2 h3 {
    margin-top: 24px;
    font-size: 23px;
    font-weight: 800;
  }
  .mo-sec2 h3 span {
    display: inline-block;
    padding: 2px 5px;
    border-radius: 5px;
    background: #ff3787;
    color: #fff;
    font-weight: 800;
  }
  .mo-sec2 ul {
    position: relative;
    margin-top: 26px;
    width: 100%;
    padding: 18px 22px;
    background: #fff;
    border-radius: 7px;
  }
  .mo-sec2 ul:after {
    content: "";
    display: block;
    position: absolute;
    top: -104px;
    right: -10px;
    width: 146px;
    height: 146px;
    background-image: url("../img/s2-img1.svg");
    background-repeat: no-repeat;
  }
  .mo-sec2 ul li {
    padding-bottom: 11px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
  }
  .mo-sec2 ul li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #main .sec2 .inner .box .txt {
    font-size: 16px;
    letter-spacing: -1px;
  }
  #main .sec2 .inner .box {
    position: relative;
  }
  #main .sec2 .inner .box:before {
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    bottom: 0;
    width: 190px;
    height: 307px;
    background-image: url("../img/mo-s2-img.webp");
    background-repeat: no-repeat;
  }
  #main .sec2 .inner .box .count span {
    font-size: 29px;
    position: relative;
    top: -4px;
  }
  #main .sec2 .inner .box .count {
    font-size: 45px;
  }
  #main .sec2 .inner .box h2 {
    font-size: 34px;
  }
  #main .sec2 .inner .box h2 span {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
  }
  #main .sec2 {
    /* jjy */
    background-size: 100% 100%;
    height: 1200px;
	  background-image: url("../img/sec02_test.png");
    padding: 0;
  }
  #main .sec2 .inner .box {
    backdrop-filter: none;
    background: #fff;
    box-shadow: none;
    padding-left: 0;
    padding-top: 51px;
  }
  #main .sec2 .inner .box h2 {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0px !important;
  }
  .mo-event-wrap {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 9998;
    height: 81px;
    background: rgba(255, 255, 255, 0.9);
  }
  .mo-event-wrap ul {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .mo-event-wrap ul li {
    width: 25%;
    text-align: center;
    height: 100%;
  }
  .mo-event-wrap ul li a {
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 9px;
  }
  .mo-event-wrap ul li a p {
    font-size: 12px;
    color: #000;
  }
  #main-swiper .slide-txt-wrap .logo-wrap {
    margin-bottom: 1.25rem;
  }
  .mobileMenu .menuToggle {
    top: 56%;
  }
  #main-swiper .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 26px;
    top: auto;
  }
  .main-slides {
    height: 747px;
  }
  #main-swiper {
    height: 100%;
  }
  #main-swiper .slide-txt-wrap p {
    font-size: 18px;
  }
  #main-swiper .slide-txt-wrap .logo-wrap {
    justify-content: center;
    margin-left: 0;
  }
  #main-swiper .slide-txt-wrap {
    text-align: center;
    width: 100%;
    left: 0;
    top: 45px;
    transform: none;
  }
  #main-swiper .slide-txt-wrap h3 {
    font-size: 35px;
    font-weight: 800;
  }
  #main-swiper .slide-txt-wrap {
    text-align: center;
  }
}
/* =================== 보�??�라?�개 =================== */
.bomi-intro .sec1 {
  position: relative;
  height: 46.5rem;
  background-image: url("../img/about-main.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bomi-intro .sec1 .inner {
  height: 100%;
}
.bomi-intro .sec1 .inner .text-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 26.6875rem;
}
.bomi-intro .sec1 .inner .text-wrap__tit {
  margin-bottom: 1.625rem;
  line-height: 1.3;
}
.bomi-intro .sec1 .inner .text-wrap__txt {
  margin-bottom: 1.75rem;
  font-size: 1.375rem;
  font-weight: 500;
}
.bomi-intro .sec1 .inner .text-wrap__desc {
  margin-bottom: 2.5625rem;
  font-size: 1.125rem;
  font-weight: 300;
  color: #000;
}
.bomi-intro .sec1 .inner .text-wrap__desc span {
  font-weight: 500;
}
.bomi-intro .sec1 .inner .text-wrap__desc-sc {
  font-size: 1.125rem;
  font-weight: 300;
}
.bomi-intro .sec1 .inner .text-wrap__desc-sc span {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
}
.bomi-intro .sec2 {
  padding-top: 7.375rem;
  padding-bottom: 9.6875rem;
}
.bomi-intro .sec2 .inner .sec2__text-wrap {
  margin-top: 3.125rem;
}
.bomi-intro .sec2 .inner .sec2__text-wrap .sec2__text-wrap-tit {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
}
.bomi-intro .sec2 .inner .sec2__text-wrap .sec2__text-wrap-tit span {
  color: #ff3787;
  background: #ff3787;
  color: #fff;
  padding: 0 0.1875rem;
}
.bomi-intro .sec3 {
  background-image: url("../img/bomi-intro-sec3-bg.jpg");
  background-repeat: no-repeat;
  height: 23.1875rem;
}
.bomi-intro .sec3 .inner {
  position: relative;
  height: 100%;
}
.bomi-intro .sec3 .inner .txt-wrap {
  position: absolute;
  bottom: 4.125rem;
  right: 5.375rem;
}
.bomi-intro .sec3 .inner .txt-wrap .txt {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.125rem;
}
.bomi-intro .sec3 .inner .txt-wrap .tit {
  font-size: 3.625rem;
  font-weight: 800;
  color: #003470;
  font-weight: 800;
  letter-spacing: -0.125rem;
}
.bomi-intro .sec3 .inner .txt-wrap .txt-desc {
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: -0.0938rem;
}
.bomi-intro .sec4 {
  padding: 9.375rem 0;
}
.bomi-intro .sec4 .inner ul {
  margin-top: 0.9375rem;
}
.bomi-intro .sec4 .inner ul li {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  font-weight: 400;
}
.bomi-intro .sec4 .inner ul li:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .bomi-intro .flx {
    flex-direction: column;
  }
  .bomi-intro .sec2__top img {
    width: 100%;
  }
  .bomi-intro .gap160 {
    gap: 0rem !important;
  }
  .bomi-intro .mt211 {
    margin-top: 5.1875rem !important;
  }
  .bomi-intro .bomi-intro .flx.mt211 {
    flex-direction: column-reverse;
  }
  .bomi-intro .sec2__text-wrap br {
    display: none;
  }
  .bomi-intro .bomi-intro .sec2 {
    padding-bottom: 5rem;
  }
  .bomi-intro .bomi-intro .sec3 .inner .txt-wrap {
    position: absolute;
    bottom: 3.125rem;
    right: auto;
  }
  .bomi-intro .flx.gap117 img {
    width: 100%;
  }
  .bomi-intro .bomi-intro .sec4 {
    padding: 4rem 0;
  }
  .bomi-intro .gap117 {
    gap: 3rem !important;
  }
}

/* =================== 보�??�라 ?�품 =================== */
section.bomi-product-list {
  padding-bottom: 10.3125rem;
}
section.bomi-product-list .title {
  font-size: 1.5625rem;
  font-weight: 600;
  margin-bottom: 1.125rem;
}

/* jjy 0411 ?�품?��?지 ?�단??고정??*/
.bomi-product-list .product-detail {
  display: flex;
  /*align-items: center;*/
  gap: 5rem;
  padding-bottom: 3.625rem;
  border-bottom: 0.0625rem solid #eee;
}
.bomi-product-list .product-detail .product-detail-slides,
.bomi-product-list .product-detail .product-info {
  max-width: 50%;
  flex: 1;
}
.bomi-product-list .product-detail #product-gallery,
.bomi-product-list .product-detail #tester-swiper {
  margin-bottom: 0.875rem;
}
.bomi-product-list .product-detail #product-gallery img,
.bomi-product-list .product-detail #tester-swiper img {
  width: 100%;
  /*height: 37.5rem;*/
  object-fit: cover;
}
.bomi-product-list .product-detail #product-gallery-thumbs .swiper-slide,
.bomi-product-list .product-detail #tester-swiper-thumbs .swiper-slide {
  opacity: 0.4;
}
.bomi-product-list .product-detail #product-gallery-thumbs .swiper-slide.swiper-slide-thumb-active,
.bomi-product-list .product-detail #tester-swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.bomi-product-list .product-detail #product-gallery-thumbs img,
.bomi-product-list .product-detail #tester-swiper-thumbs img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.bomi-product-list .product-detail .product-info {
  flex: 0 0 22rem;
}
.bomi-product-list .product-detail .product-info .product-category {
  font-size: 1.0625rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.bomi-product-list .product-detail .product-info .product-category > span {
  padding: 5px 15px;
  border-radius: 32px;
  color: #fff;
}
.bomi-product-list .product-detail .product-info h1 {
  font-size: 2.0625rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.625rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bomi-product-list .product-detail .product-info h1.subname {
  font-size: 1.5rem;
  font-weight: 500;
}
.bomi-product-list .product-detail .product-info h1 img {
  display: inline-block;
  text-align: right;
  width: 1.25rem;
  pointer-events: none;
}
.bomi-product-list .product-detail .product-info .product-description {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.4375rem;
  opacity: 0.5;
}
.bomi-product-list .product-detail .product-info .product-details {
  padding: 1.4375rem 0;
  border-top: 0.0625rem solid #eee;
  border-bottom: 0.0625rem solid #eee;
}
/* jjy 0407 */
.bomi-product-list .product-detail .product-info .product-details li {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.0625rem;
  letter-spacing: -0.0437rem;
}

.bomi-product-list .product-detail .product-info .product-details .product-info-list li {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.0625rem;
  letter-spacing: -0.0437rem;
  background: white;
}

.bomi-product-list .product-detail .product-info .product-details .product-option-list li {
    padding: 10px 15px;
    background: #fffcfc;
    border: 1px solid #e6e9ed;
    margin: 10px 0;
    position: relative;
}


/* jjy 0408 추�?*/
/* ?�션 ?�택 ??�� ?�스???��???*/
.bomi-product-list .product-detail .product-info .product-details .product-option-list .sit_opt_subj {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  text-align: left;
}



.bomi-product-list .product-detail .product-info .product-details .product-option-list .sit_opt_prc {
  text-align: right; 
  font-size: 1.2rem; 
  margin-left: auto;
  margin-right: 0rem;
}

/* ?�량 조절 버튼 컨테?�너 */
.bomi-product-list .product-detail .product-info .product-details .product-option-list li div {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

/* ?�량 ?�력 ?�드 */
.bomi-product-list .product-detail .product-info .product-details .product-option-list li input[name^=ct_qty],
.num_input {
    width: 50px;
    height: 30px;
    text-align: center;
    border: 1px solid #e6e9ed;
    font-size: 14px;
}


/* 증�?/감소 버튼 ?��???- ?�확??경로 지??*/
.bomi-product-list .product-detail .product-info .product-details .product-option-list li .sit_qty_minus,
.bomi-product-list .product-detail .product-info .product-details .product-option-list li .sit_qty_plus {
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #ecedf0;
    border-radius: 0;
    background: #fff;
    color: #666;
    font-size: 0.92em;
}




/* ??�� 버튼 */
.bomi-product-list .product-detail .product-info .product-details button.sit_opt_del {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  border: 0;
  border-left: 1px solid #e6e9ed;
  border-bottom: 1px solid #e6e9ed;
}


.get_item_options .option_text label,
div.product-price label {
  display: none !important;
}

.sit_option select,
select[id^="it_option_"] {
  width: 350px !important; /* ?�하???�기�?조정 */
}


/*---*/
.bomi-product-list .product-detail .product-info .product-details li:last-of-type {
  margin-bottom: 0;
}
.bomi-product-list .product-detail .product-info .product-details li span {
  display: inline-block;
  margin-right: 1.8125rem;
  color: #9f9f9f;
  min-width: 4.0625rem;
}
/* jjy 0403 */
.bomi-product-list .product-detail .product-info .product-details .product-price {
  /*margin-top: 2.125rem;*/
  text-align: right;
}
/* jjy - ?�품?�세?�이지 보유?�인??추�?*/
.bomi-product-list .product-detail .product-info .product-details .product-userpoint {
  margin-top: 2rem;
  text-align: right;
}
.bomi-product-list .product-detail .product-info .product-details .product-price .original-price {
  text-decoration: line-through;
  margin-right: 3.625rem;
  font-size: 1rem;
  font-weight: 500;
  color: #9f9f9f;
}
.bomi-product-list .product-detail .product-info .product-details .product-price .sale-price {
  font-size: 1.875rem;
  font-weight: 800;
  margin-right: 0.625rem;
}
.bomi-product-list .product-detail .product-info .product-details .product-price .discount-rate {
  font-size: 1.875rem;
  font-weight: 700;
  color: #ff3787;
}
.bomi-product-list .product-detail .product-info .product-slogan {
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.1875rem;
  color: #606060;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 1.1875rem;
}
@media (max-width: 1200px) {
  .bomi-product-list .product-detail {
    flex-direction: column;
  }
  .bomi-product-list .product-detail .product-detail-slides,
  .bomi-product-list .product-detail .product-info {
    max-width: 100%;
    width: 100%;
    flex: 1 1 100%;
  }
  .bomi-product-list .product-detail .product-info .product-details .product-price {
    text-align: left;
    margin-top: 20px;
  }

  
  /* jjy - ?�품?�세?�이지 보유?�인??추�?*/
  .bomi-product-list .product-detail .product-info .product-details .product-userpoint {
    text-align: left;
  }


}


.bomi-product-list .review h1 {
  margin-top: 5.1875rem;
  font-size: 1.875rem;
  font-weight: 600;
}
.bomi-product-list .review h1 span {
  color: #ff3787;
}
.bomi-product-list .review .review_title {
  margin-top: 2.1875rem;
}
.bomi-product-list .review .review_title h2 {
  font-size: 1.875rem;
  font-weight: 600;
}
.bomi-product-list .review .review_wrapper {
  position: relative;
}
.bomi-product-list .review .add-more-btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 3.25rem;
  display: block;
  width: 100%;
  max-width: 14.25rem;
  height: 3.125rem;
  line-height: 3.125rem;
  border-radius: 0.375rem;
  /*background: #efefef;*/
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  /*color: #656565;*/
}
.bomi-product-list .review__tab {
  display: flex;
  margin-top: 1.5rem;
}
.bomi-product-list .review__tab li {
  flex: 1;
  border-bottom: 0.0625rem solid #ff3787;
}
.bomi-product-list .review__tab li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.625rem;
  color: #000;
  background: #f8f8f8;
  height: 5.75rem;
  opacity: 0.3;
  /*margin-left: -0.0625rem;*/
}
.bomi-product-list .review__tab li a span {
  font-size: 1.625rem;
  font-weight: 600;
  color: #ff3787;
}
.bomi-product-list .review__tab li.on {
  border-bottom: none;
}
.bomi-product-list .review__tab li.on a {
  border: 0.0625rem solid #ff3787;
  border-bottom: none;
  opacity: 1;
  background: #fff;
  background: #fff;
}
.bomi-product-list .review__tab-content {
  display: none;
  background-image: none !important;
}
.bomi-product-list .review__tab-content.on {
  display: block;
}
.bomi-product-list .review__tab-content .review-container {
  margin-top: 2.8125rem;
  display: flex;
  gap: 2.5rem;
  height: 15rem;
  align-items: center;
  background: #f8f8f8;
  border-radius: 0.625rem;
  padding: 3.0625rem 4.375rem;
}
.bomi-product-list .review__tab-content .review-container .rating {
  flex: 0 0 11.875rem;
  padding-right: 3.5625rem;
  border-right: 0.0625rem solid #e5e5e5;
}
.bomi-product-list .review__tab-content .review-container .rating h2 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #606060;
}
.bomi-product-list .review__tab-content .review-container .rating .stars {
  margin-top: 0.375rem;
  display: flex;
  align-items: baseline;
  gap: 0.4375rem;
}
.bomi-product-list .review__tab-content .review-container .rating .stars img {
  display: inline-block;
  width: 2.625rem;
}
.bomi-product-list .review__tab-content .review-container .rating .stars span {
  font-size: 2.875rem;
  font-weight: 800;
}
.bomi-product-list .review__tab-content .review-container .rating .wrap {
  min-width: 8.375rem;
  border-radius: 0.4375rem;
  background: #fff;
  padding: 0.2rem 1.0625rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.bomi-product-list .review__tab-content .review-container .rating .wrap .bar {
  display: inline-block;
  margin: 0 0.3125rem;
}
.bomi-product-list .review__tab-content .review-container .rating .wrap .rating-number {
  font-size: 1rem;
  color: #606060;
  flex: 0 0 auto;
}
.bomi-product-list .review__tab-content .review-container .rating .wrap .rating-number span {
  color: #ff3787;
}
.bomi-product-list .review__tab-content .review-container .rating .wrap .rating-all {
  font-size: 1rem;
  color: #606060;
  font-weight: 500;
  flex: 0 0 auto;
}
.bomi-product-list .review__tab-content .review-container .review-bars {
  flex: 1;
}
.bomi-product-list .review__tab-content .review-container .review-bars .review-bar {
  display: flex;
  align-items: center;
  margin-bottom: 0.5375rem;
}
.bomi-product-list .review__tab-content .review-container .review-bars .review-bar:last-of-type {
  margin-bottom: 0;
}
.bomi-product-list .review__tab-content .review-container .review-bars .review-bar p {
  flex: none;
  min-width: 4.375rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #606060;
}
.bomi-product-list .review__tab-content .review-container .review-bars .review-bar .review-bar-bg {
  position: relative;
  flex: 0 0 20.625rem;
  height: 0.8125rem;
  border-radius: 1.875rem;
  background: #d9d9d9;
}
.bomi-product-list .review__tab-content .review-container .review-bars .review-bar .review-bar-bg span {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 1.875rem;
  display: inline-block;
  width: 10%;
  height: 100%;
  background-color: #ff3787;
  transition: 1s linear;
  position: absolute;
  top: 0;
}
.bomi-product-list .review__tab-content .review-container .review-bars .review-bar .review-score {
  font-size: 1.125rem;
  font-weight: 500;
  color: #606060;
  margin-left: 1.25rem;
}
.bomi-product-list .review-image {
  margin-top: 3.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
.bomi-product-list .review-image .detail-image {
  flex: 0 0 70%; /* 840/1200 */
}
.bomi-product-list .review-image .fixed-ad {
  position: sticky;
  top: 0rem;
  border: 0.0625rem solid #ff3787;
  border-radius: 0.3125rem;
  box-sizing: border-box;
  padding: 0.5rem;
  padding-bottom: 1.5rem;
  flex: 1;
  box-shadow: 0rem 0.8125rem 1.3125rem rgba(255, 55, 135, 0.14);
}
body.fixed .container .bomi-product-list .review-image .fixed-ad {
  top: 5rem;
}
.bomi-product-list .review-image .fixed-ad .img {
  border-radius: 0.3125rem 0.3125rem 0 0;
  height: 15.625rem;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bomi-product-list .review-image .fixed-ad .txt-wrap {
  margin-top: 2.0625rem;
}
.bomi-product-list .review-image .fixed-ad .txt-wrap .wrap {
  padding: 0 1.25rem;
}
.bomi-product-list .review-image .fixed-ad .txt-wrap .wrap h3 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.0625rem;
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.bomi-product-list .review-image .fixed-ad .txt-wrap .wrap p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #717171;
}
.bomi-product-list .review-image .fixed-ad .txt-wrap .wrap p:last-of-type {
  margin-bottom: 0;
}
.bomi-product-list .review-image .fixed-ad .txt-wrap .txt {
  margin-top: 1.0625rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  color: #606060;
}

/* =================== 보�??�라 체험??=================== */
.tester-panel-detail .product-slogan {
  color: #000 !important;
  text-align: right !important;
  margin-right: 0 !important;
}

.tester-panel-wrap {
  display: flex;
  align-items: start;
  gap: 4.875rem;
}
.tester-panel-wrap .fixed-ad {
  position: sticky;
  top: 0;
  width: 19.25rem;
}
.tester-panel-wrap .fixed-ad .txt-wrap {
  position: absolute;
  left: 2.5rem;
  top: 3.125rem;
}
.tester-panel-wrap .fixed-ad .txt-wrap .com-title2 {
  color: #fff;
  line-height: 1;
}
.tester-panel-wrap .fixed-ad .txt-wrap .com-title2 span {
  font-weight: 800;
  color: #10068d;
}
.tester-panel-wrap .fixed-ad .txt-wrap .com-btn {
  width: 9.375rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  background: #10068d;
  margin-top: 1.25rem;
}

.tester-mission {
  /*
  max-width: 56.545455%;
  margin-top: 3.5rem;
  */
  border-top: 0.0625rem solid #eee;
}
.tester-mission .detail-image {
  margin-top: 1.25rem;
}
.tester-mission .detail-image img {
  width: 100%;
}
.tester-mission__header {
  height: 5.4375rem;
  background-color: #ff3787;
  border-radius: 0.3125rem 0.3125rem 0 0;
  border: 0.0625rem solid #ff3787;
  padding-left: 2.75rem;
  display: flex;
  align-items: center;
  font-size: 2.25rem;
  font-weight: 800;
  color: #fff;
}
.tester-mission__info {
  border: 0.0625rem solid #dbdbdb;
  border-radius: 0.3125rem 0.3125rem;
  padding: 2.6875rem;
  padding-top: 0;
  background: #fff;
}
.tester-mission__info > li {
  padding-top: 2.6875rem;
  padding-bottom: 2.1875rem;
  border-bottom: 0.0625rem solid #eee;
}
.tester-mission__info > li:last-of-type {
  border-bottom: none;
}
.tester-mission__info dl dt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ff3787;
  margin-bottom: 0.625rem;
}
.tester-mission__info dl dd {
  font-size: 1.0625rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}
.tester-mission__info dl dd a {
  color: #0066ff;
  text-decoration: underline;
  font-weight: 700;
}

.product-slogan-title {
  margin-top: 1.4375rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-end;
}
.product-slogan-title img {
  width: 1.125rem;
}
.product-slogan-title p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #999999;
}
.product-slogan-title p span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ff3787;
}

/* =================== 보�??�라 리뷰 =================== */
.bomi-product-review .reviewer-section .left a {
  align-items: flex-start;
}
.bomi-product-review .reviewer-section .count {
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  bottom: 0.3125rem;
  right: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3125rem;
  background: rgba(0, 0, 0, 0.51);
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
}
.bomi-product-review .review-wrap {
  padding-top: 3.75rem;
  padding-bottom: 14.5rem;
}
.bomi-product-review .category {
  display: flex;
  gap: 1.75rem;
  margin-bottom: 1.6875rem;
}
.bomi-product-review .category li {
  position: relative;
}
.bomi-product-review .category li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.875rem;
  width: 0.0625rem;
  background: #e1e1e1;
  height: 0.875rem;
}
.bomi-product-review .category li:after:last-of-type:after {
  content: "";
  display: block;
  display: none;
}
.bomi-product-review .category li:hover a {
  color: #ff3787;
}
.bomi-product-review .category li:last-of-type:after {
  content: "";
  display: block;
  display: none;
}
.bomi-product-review .category li.on a {
  color: #ff3787;
}
.bomi-product-review .category a {
  font-size: 0.9375rem;
  color: #757575;
}
.bomi-product-review .review-card-wrap {
  padding-bottom: 37px;
  border-bottom: 1.5px solid #575757;
}
.bomi-product-review .review-card-wrap.second {
  border-bottom: none;
  background: none;
}
.bomi-product-review .review-card {
  padding: 1.75rem;
  border: 0.0625rem solid #e2e2e2;
  border-radius: 0.75rem;
}
.bomi-product-review .review-card .wrap {
  display: flex;
  justify-content: space-between;
}
.bomi-product-review .review-card .wrap .left {
  display: flex;
  gap: 1.9375rem;
  align-items: center;
}
.bomi-product-review .review-card .wrap .left .review-card__img img {
  width: 8.125rem;
  height: 8.125rem;
}
.bomi-product-review .review-card .wrap .left .review-card__tit {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #5e5e5e;
  line-height: 1;
  margin-bottom: 0.6125rem;
}
.bomi-product-review .review-card .wrap .left .review-card__txt-wrap {
  margin-top: 5px;
}
.bomi-product-review .review-card .wrap .left .review-card__txt {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.1375rem;
}
.bomi-product-review .review-card .wrap .left .com-btn.review-card__btn {
  width: 10rem;
  height: 2.5rem;
  background: #ff3787;
  line-height: 2.5rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.375rem;
}
.bomi-product-review .review-card .wrap .right {
  background-image: url("../img/bg-coupon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 1.75rem;
  padding-right: 1.25rem;
  width: 22.375rem;
  height: 7.5625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bomi-product-review .review-card .wrap .right .review-card__coupon-tit {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #ff3787;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.bomi-product-review .review-card .wrap .right .review-card__coupon-tit img {
  width: 1rem;
}
.bomi-product-review .review-card .wrap .right .review-card__coupon-txt {
  font-size: 1.0625rem;
  line-height: 1;
  margin-bottom: 0.1875rem;
}
.bomi-product-review .review-card .wrap .right .review-card__coupon-txt span {
  color: #ff3787;
  font-weight: 600;
}
.bomi-product-review .review-card .wrap .right .review-card__coupon-desc {
  font-size: 0.875rem;
  color: #555555;
}
.bomi-product-review .review-card .wrap .right .review-card__coupon-btn img {
  background: #fff;
}
.bomi-product-review .review-card.second {
  padding: 1.8125rem 3.9375rem;
  background: #fff1f6;
  border: none;
}
.bomi-product-review .review-card.second .review-card__img img {
  width: 3.4375rem !important;
  height: auto !important;
}
.bomi-product-review .review-card.second .wrap .left .review-card__txt {
  margin-bottom: 0;
  line-height: 1.3;
  color: #242424;
}
.bomi-product-review .profile {
  padding-top: 1.875rem;
  padding-bottom: 1.4375rem;
  border-bottom: 0.0625rem solid #ebebeb;
}
.bomi-product-review .profile .profile__img {
  width: 4.3125rem;
  height: 4.3125rem;
}
.bomi-product-review .profile .profile__img img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.bomi-product-review .profile .profile__wrap .wrap.flx {
  align-items: center;
}
.bomi-product-review .profile .profile__wrap .wrap.flx .profile__tag-txt {
  font-size: 1rem;
  font-weight: 600;
  color: #ff3787;
  margin-right: 0.3125rem;
  position: relative;
  top: 0.0625rem;
}
.bomi-product-review .profile .profile__wrap .wrap.flx .profile__tit {
  font-size: 1.375rem;
  font-weight: 700;
}
.bomi-product-review .profile .profile__tags {
  align-items: center;
  position: relative;
  top: -2px;
}
@media (max-width: 900px) {
  .bomi-product-review .profile .profile__tags {
    top: 0;
    left: -1px;
  }
}
.bomi-product-review .profile .profile__tags .profile__tag.profile__tag {
  display: flex;
  padding: 0.4375rem 1rem;
  box-sizing: border-box;
  border-radius: 1rem;
  color: #fff;
  background: #21c8c2;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  max-height: 2rem;
  font-weight: 600;
  color: #fff;
}
.bomi-product-review .profile .profile__tags .profile__tag.profile__tag.bg-blue {
  background: #2c3ba1;
}
.bomi-product-review .profile .profile__tags .profile__tag.profile__tag.bg-main {
  background: #ff3787;
}
.bomi-product-review .profile .profile__info {
  margin-top: 0.4375rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #8a8a8a;
  display: flex;
  align-items: center;
  gap: 1.5625rem;
}
.bomi-product-review .profile .profile__info > span {
  position: relative;
}
.bomi-product-review .profile .profile__info > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.8125rem;
  width: 0.0625rem;
  background: #e1e1e1;
  height: 0.875rem;
}
.bomi-product-review .profile .profile__info > span:last-of-type:after {
  content: "";
  display: block;
  display: none;
}
.bomi-product-review .profile .profile__rating {
  margin-top: 0.5625rem;
}
.bomi-product-review .profile__rating .wrap.bg-on {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  box-sizing: border-box;
  padding: 0.6875rem 0.875rem;
  border-radius: 0.3125rem;
  background: #fcf8ec;
}
.bomi-product-review .profile .profile__rating .wrap.bg-on {
  max-height: 2.625rem;
  margin-left: 5.5rem;
  max-width: 10.8125rem;
}
.bomi-product-review .profile .profile__rating .profile__rating-value {
  position: relative;
  top: 0.125rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #000;
}
.bomi-product-review .profile .profile__rating .item {
  position: relative;
}
.bomi-product-review .profile .profile__rating .item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.625rem;
  width: 0.0625rem;
  background: #e1e1e1;
  height: 0.875rem;
}
.bomi-product-review .profile .profile__rating .item:last-of-type:after {
  content: "";
  display: block;
  display: none;
}
.bomi-product-review .main_review_img {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0;
  flex-wrap: wrap;
}
.bomi-product-review .review_view_normal .main_review_img {
  flex-direction: row;
}
.bomi-product-review .main_review_img li {
  width: 49%;
}
.bomi-product-review .main_review_img li img {
  display: block;
  width: 100%;
}
.bomi-product-review .review-main-text {
  padding: 0 3.4375rem;
}
@media (max-width: 900px) {
  .bomi-product-review .review-main-text {
    padding: 0;
  }
}
.bomi-product-review .review-main-text li {
  padding: 3.6875rem 0;
  border-bottom: 0.0625rem solid #ebebeb;
}
.bomi-product-review .review-main-text li .tit {
  font-size: 1.3125rem;
  font-weight: 700;
  margin-bottom: 1.0625rem;
}
.bomi-product-review .review-main-text li .txt {
  font-size: 1.125rem;
  font-weight: 400;
}
.bomi-product-review .review-main-text li:last-of-type {
  border-bottom: none;
}
.bomi-product-review .profile-review {
  border-top: 0.0938rem solid #000;
  padding: 0 1.25rem;
  padding-top: 0.8rem;
  margin-bottom: 2rem;
  margin-top: 0rem;
  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.bomi-product-review .profile-review .name {
  font-size: 1.375rem;
  font-weight: 600;
  color: #242424;
}
.bomi-product-review .profile-review .count {
  font-size: 1.375rem;
  font-weight: 400;
  color: #242424;
}
.bomi-product-review .profile-review .count span {
  color: #ff3787;
  font-weight: 600;
}
.bomi-product-review .profile-review .link {
  font-size: 1.0625rem;
  font-weight: 400;
  color: #000;
}
.bomi-product-review .add-more-btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 3.25rem;
  display: block;
  width: 100%;
  max-width: 14.25rem;
  height: 3.125rem;
  line-height: 3.125rem;
  border-radius: 0.375rem;
  background: #efefef;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #656565;
}
.bomi-product-review .add-more-btn:hover {
  box-shadow: none;
}
.bomi-product-review .review-detail .row {
  margin-bottom: 120px;
}
.bomi-product-review .review-detail .row:last-of-type {
  margin-bottom: 0;
}
.bomi-product-review .help_btn {
  display: inline-block;
  width: 266px;
  height: 66px;
  line-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF1F6;
  color: #ff3787;
  border-radius: 6px;
  font-size: 22px;
  font-weight: 500;
}
.bomi-product-review .help_btn:hover {
  box-shadow: none;
}
.bomi-product-review .help_btn img {
  display: inline-block;
  margin-left: 14px;
  margin-right: 5px;
}
.bomi-product-review .help_btn .help_count_num {
  font-size: 23px;
  font-weight: 500;
  color: #ff3787;
}

/* =================== ?�로?�스 =================== */
.process-wrapper .title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ff3787;
  margin-bottom: 2rem;
}
.process-wrapper .title .mark {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #a1a1a1;
}
.process-wrapper .process-title {
  margin-top: 2.5rem;
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
}
.process-wrapper .process-steps {
  margin-top: 3.25rem;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 3.9375rem;
  justify-content: center;
}
.process-wrapper .process-steps .step {
  margin: 0 0.625rem;
  position: relative;
}
.process-wrapper .process-steps .step:last-of-type:after {
  content: "";
  display: block;
  display: none !important;
}
.process-wrapper .process-steps .step:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  right: -3.4375rem;
  width: 0.625rem;
  height: 0.75rem;
  background-image: url("../img/process-arr.svg");
  background-repeat: no-repeat;
}
.process-wrapper .process-steps .step:after {
  content: "";
  display: block;
  position: absolute;
  width: 2.125rem;
  height: 2.125rem;
  background: #e2e2e2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3.75rem;
}
.process-wrapper .process-steps .step.active .step-wrap {
  color: #ff3787;
  border-color: #ff3787;
}
.process-wrapper .process-steps .step.active .step-number {
  color: #ff3787;
  border-bottom: 0.0625rem solid #ff3787;
}
.process-wrapper .process-steps .step.active .step-name {
  color: #000;
}
.process-wrapper .process-steps .step.active:after {
  content: "";
  display: block;
  background: #ff3787;
}
.process-wrapper .process-steps .step .step-wrap {
  width: 10.625rem;
  height: 10.625rem;
  line-height: 10.625rem;
  margin-bottom: 0.3125rem;
  border: 0.3125rem solid #f0f0f0;
  border-radius: 50%;
  display: flex;
  gap: 0.875rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  background-color: #fff;
}
.process-wrapper .process-steps .step .step-number {
  display: block;
  font-size: 1.375rem;
  font-weight: 500;
  color: #848484;
  padding-bottom: 0.125rem;
  border-bottom: 0.0625rem solid #aaa;
}
.process-wrapper .process-steps .step .step-name {
  font-size: 1.4375rem;
  font-weight: 500;
  color: #545454;
}
.process-wrapper .form-container .row {
  margin-top: 2rem;
  padding-bottom: 3.4375rem;
  border-bottom: 0.0625rem solid #eee;
}
.process-wrapper .form-container .row.no-top {
  margin-top: 0;
}
.process-wrapper .form-container .row.no-border {
  border-bottom: none;
}
.process-wrapper .form-container .row.no-space {
  border-bottom: none !important;
}
.process-wrapper.no-space {
  padding-bottom: 0 !important;
}
process-wrapper.no-space .btn-set {
  margin-top: 0 !important;
}
.process-wrapper .form-container .row .sub-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 1.625rem;
}
.process-wrapper .form-container .row.bg {
  padding-top: 3.625rem;
  padding-bottom: 2.5rem;
  background: #f9f9f9;
}
.process-wrapper .form-container .row.bg .radio-buttons-wrap {
  width: 100%;
  background: #fff;
  height: 3.125rem;
  box-sizing: border-box;
  border: 0.0625rem solid #d9d9d9;
  padding: 0.3125rem 0.375rem;
  display: flex;
  border-radius: 0.5rem;
}
.process-wrapper .form-container .row.bg .radio-buttons {
  flex: 1;
}
.process-wrapper .form-container .row.bg .radio-label {
  cursor: pointer;
  border-radius: 0.375rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-wrapper .form-container .row.bg input[type=radio] {
  display: none;
}
.process-wrapper .form-container .row.bg input[type=radio]:checked + .radio-label {
  background-color: #ff3787;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.process-wrapper .form-container .row.bg .radio-label:hover {
  background-color: #ff3787;
  color: #fff;
}
.process-wrapper .form-container .row.bg input[type=radio]:not(:checked) + .radio-label:hover {
  background-color: #f2f2f2;
  color: #000;
}
.process-wrapper .form-container .row .input-wrap {
  position: relative;
}
.process-wrapper .form-container .row .input-wrap .label {
  position: absolute;
  right: 0.9375rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
}
.process-wrapper .form-container .row .input-group {
  display: flex;
  gap: 4rem;
}
.process-wrapper .form-container .row .input-group dl {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.875rem;
}
.process-wrapper .form-container .row .input-group dl dt {
  flex: 0 0 6.5625rem;
}
.process-wrapper .form-container .row .input-group dl dd {
  flex: 1;
}
.process-wrapper .form-container .row .input-group dl dd input {
  width: 100%;
  height: 3.125rem;
  background: #fff;
  border-radius: 0.5rem;
  padding-left: 1.25rem;
  border: 0.0625rem solid #d9d9d9;
}
.process-wrapper .form-container .row .input-group dl dd input::placeholder {
  font-size: 1.125rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.51);
}
.process-wrapper .form-container .row .input-group .req-mark {
  color: #ff3787;
}
.process-wrapper .form-container .next-btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 6.5625rem;
  width: 100%;
  border-radius: 0.5rem;
  max-width: 20.875rem;
  height: 4.0625rem;
  line-height: 4.0625rem;
  text-align: center;
  background-color: #ff3787;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
.process-wrapper .form-container .checkbox-label,
.process-wrapper .form-container .radio-label {
  display: inline-block;
  border-radius: 0.25rem;
  background-color: #f6f6f6;
  transition: background-color 0.3s ease;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.process-wrapper .form-container .checkbox-label span,
.process-wrapper .form-container .radio-label span {
  display: block;
  width: 100%;
  height: 3.875rem;
  line-height: 3.875rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: #616161;
}

.form-container .radio-label span.sm {
  font-size: 1rem;
}

.process-wrapper .form-container .bg .radio-label {
  background-color: #fff !important;
  border: 0.0625rem solid #d9d9d9;
}
.process-wrapper .form-container .bg .radio-label input[type=radio]:checked + span {
  border: none;
}
.process-wrapper .form-container .list_flex_one > input[type=checkbox] {
  display: none;
}
.process-wrapper .form-container .checkbox-label input[type=checkbox]:checked + span:before {
  background-color: #ff3787;
}
.process-wrapper .form-container .checkbox-label input[type=checkbox]:checked + span,
.process-wrapper .form-container .radio-label input[type=radio]:checked + span {
  border: 0.0625rem solid #ff3787;
  border-radius: 0.25rem;
  background: rgba(255, 55, 135, 0.06);
  color: #ff3787;
  font-weight: 500;
}
.process-wrapper .form-container .checkbox-group input,
.process-wrapper .form-container .radio-group input {
  display: none !important;
}

.option-guide {
  margin-top: 4.0625rem;
  padding: 2.5625rem 3rem;
  background: #fbfbfb;
  border-top: 0.0625rem solid #c7c7c7;
  border-bottom: 0.0625rem solid #c7c7c7;
}
.option-guide .option-guide__title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1.0625rem;
}
.option-guide .option-guide__txt {
  font-size: 1.25rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 1.3125rem;
  line-height: 1.7;
}
.option-guide .option-guide__desc {
  font-size: 1rem;
}

.process-wrapper {
  padding-bottom: 14rem;
}
.process-wrapper.no_padding {
  padding: 0 !important;
}

.process-wrapper .title.second,
.process-wrapper.second .title {
  margin-bottom: 0;
  margin-top: 2rem;
  background-color: transparent;
}
.process-wrapper .payment__header {
  margin-top: 3.375rem;
  margin-bottom: 2.5rem;
}
.process-wrapper .payment__header > * {
  flex: 1;
}
.process-wrapper .payment__header .tit {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.process-wrapper .payment__item {
  position: relative;
  padding: 1.8125rem;
  background: #f9f9f9;
  border-radius: 0.625rem;
  border: 0.0625rem solid #f1f1f1;
  margin-bottom: 1rem;
}
.process-wrapper .payment__item:last-of-type {
  margin-bottom: 1.7rem;
}
.process-wrapper .payment__item .tit {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
}
.process-wrapper .payment__item .quantity-selector {
  display: flex;
  align-items: center;
  border: 0.0625rem solid #f1f1f1;
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  height: 2.875rem;
}
.process-wrapper .payment__item .quantity-selector button {
  background-color: white;
  width: 2rem;
  height: 2rem;
  border: none;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #333;
  cursor: pointer;
  user-select: none;
}
.process-wrapper .payment__item .quantity-selector button:focus {
  outline: none;
}
.process-wrapper .payment__item .quantity-selector .quantity-input {
  text-align: center;
  border: none;
  padding: 0.625rem;
  width: 2.5rem;
  user-select: none;
}
.process-wrapper .payment__item .quantity-selector button:active {
  background-color: #f0f0f0;
}
.process-wrapper .payment__item .price {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}
.process-wrapper .payment__close-btn {
  position: absolute;
  right: 0.8125rem;
  top: 0.8125rem;
  background: none;
}
.process-wrapper .payment__close-btn img {
  width: 3.25rem;
}
.process-wrapper .payment__total-payment {
  border-top: 0.0625rem solid #000;
  padding: 0 1.5625rem;
  padding-top: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.process-wrapper .payment__total-payment .txt {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
}
.process-wrapper .payment__total-payment .price {
  font-size: 1.875rem;
  font-weight: 700;
  color: #ff3787;
}

.process-wrapper .btn-set {
  margin-top: 6.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
}
.process-wrapper .btn-set.no-top {
  margin-top: 0;
}
.process-wrapper .btn-set a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.0625rem;
  line-height: 4.0625rem;
  font-size: 1.5rem;
  font-weight: 800;
  color: #878787;
  background: #f3f3f3;
  border-radius: 0.5rem;
  flex: 1;
}
.process-wrapper .btn-set a.prev-btn {
  max-width: 10.5rem;
}
.process-wrapper .btn-set a.next-btn {
  max-width: 20.875rem;
  background: #ff3787;
  color: #fff;
}
.process-wrapper .bottom-notice {
  text-align: center;
  margin-top: 0.625rem;
}
.process-wrapper .contact-request {
  margin-top: 2.9375rem;
  padding: 3.6875rem 5.375rem;
  border-radius: 0.625rem;
  background: #f8f8f8;
  text-align: center;
}
.process-wrapper .contact-request .title {
  margin-top: 0;
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 2.375rem;
}
.process-wrapper .contact-request .form-wrap {
  margin: 0 auto;
  padding-bottom: 4rem;
  border-bottom: 0.0625rem solid #e5e5e5;
}
.process-wrapper .contact-request .form-wrap .row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0.625rem;
}
.process-wrapper .contact-request .form-wrap .row:last-of-type {
  margin-bottom: 0;
}
.process-wrapper .contact-request .form-wrap label {
  display: inline-block;
  min-width: 4.6875rem;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
}
.process-wrapper .contact-request .form-wrap input {
  max-width: 31.25rem;
  background: #ffffff;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 0.5rem;
  height: 3.125rem;
  line-height: 3.125rem;
  padding-left: 1.125rem;
  width: 100%;
}

/* ?�화번호 ?�외??input (?�중?? */
.process-wrapper .contact-request .form-wrap input:not(.phone-input-box) {
  max-width: 31.25rem;
  background: #ffffff;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 0.5rem;
  height: 3.125rem;
  line-height: 3.125rem;
  padding-left: 1.125rem;
  width: 100%;
}

/* 0721 jjy ?�락�?검�?로직 추�? _?�화번호 input  */
.process-wrapper .contact-request .form-wrap .phone-input-box {
  width: 9.5rem !important;
  height: 3.125rem;
  text-align: center;
  font-size: 14px;
  padding: 5px;
}
.phone-input-container { display: flex; align-items: center; gap: 8px; }
.process-wrapper .contact-request .form-wrap input::placeholder {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.51);
}
.process-wrapper .contact-request .privacy-law {
  padding-top: 2.6875rem;
  max-width: 35rem;
  margin: 0 auto;
}
.process-wrapper .contact-request .privacy-law p.tit {
  font-size: 1.125rem;
  margin-bottom: 1.125rem;
  font-weight: 700;
  color: #000;
}
.process-wrapper .contact-request .privacy-law p.txt {
  line-height: 1.5;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #545454;
}

.bomi-product-list .review__tab-content .review-container .rating h2 {
  text-align: center;
}

/* ///////////////////////////////////////////////////////
미디?�쿼�?*/
@media (max-width: 1200px) {
  .bomi-product-review .help_btn img {
    position: relative;
    top: -2px;
  }
  .bomi-product-review .help_btn .help_count_num {
    font-size: 18px;
    font-weight: 500;
  }
  .bomi-product-review .help_btn {
    height: 54px;
    font-size: 18px;
    font-weight: 500;
    max-width: 100%;
    width: 100%;
  }
  .review-card {
    margin-top: 20px !important;
  }
  .bomi-product-list .product-detail .product-info h1 {
    transform: none;
  }
  .bomi-product-list .review-image .fixed-ad {
    display: none;
  }
  .flx.gap160 {
    gap: 10px !important;
  }
  #main .sec2 .inner .box .after-img {
    right: 0;
  }
}
@media (max-width: 900px) {
  .bomi-product-review .profile .profile__rating .wrap.bg-on {
    margin-left: 0;
  }
  .bomi-product-review .profile-review .link img {
    position: relative;
    top: -1px;
  }
  .bomi-product-review .review-card .wrap .left {
    margin-bottom: 10px;
  }
  .bomi-product-review .add-more-btn {
    max-width: calc(100% - 30px);
    height: 50px;
    font-size: 18px;
    margin-top: 26px;
  }
  .bomi-product-review .profile-review {
    padding: 0 0.25rem;
    margin-bottom: 23px;
    padding-top: 10px;
  }
  .pb86 {
    padding-bottom: 2.375rem !important;
  }
  .bomi-product-review .review-card .wrap {
    gap: 0px !important;
  }
  .bomi-product-review .review-card.second .wrap .left {
    border: none;
  }
  .bomi-product-review .review-card.second {
    padding: 15px 9px;
  }
  .bomi-product-review .review-main-text li .txt {
    font-size: 15px;
  }
  .bomi-product-review .review-main-text li .tit {
    font-size: 18px;
  }
  .bomi-product-review .review-main-text li {
    padding: 35px 0;
  }
  .bomi-product-review .main_review_img {
    margin: 3rem 0;
  }
  .bomi-product-review .main_review_img li {
    width: 100%;
    text-align: center;
  }
  .bomi-product-review .profile .profile__wrap .profile__rating .item {
    font-size: 15px;
    align-items: center;
    display: flex;
    flex: 1 1 calc(50% - 11px);
    max-width: calc(50% - 11px);
  }
  .bomi-product-review .profile .profile__wrap .profile__rating .item span {
    display: inline-block;
    min-width: 35px;
    position: relative;
    top: 2px;
  }
  .bomi-product-review .profile .profile__wrap .profile__rating .item:after {
    display: none;
  }
  .bomi-product-review .profile .profile__wrap .wrap.flx {
    flex-wrap: wrap;
  }
  .bomi-product-review .profile .profile__wrap .profile__rating .wrap.bg-on {
    width: 100%;
    min-width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 46px;
    max-height: 46px;
  }
  .bomi-product-review .profile .profile__wrap .profile__rating {
    flex-direction: column;
  }
  .bomi-product-review .profile .profile__wrap .profile__tags {
    gap: 5px !important;
  }
  .bomi-product-review .profile .profile__wrap .wrap.flx {
    align-items: flex-start !important;
  }
  .txt-wrap.flx {
    flex-direction: column;
  }
  .bomi-product-review .review-card .wrap .right .review-card__coupon-btn img {
    width: 48px;
  }
  .bomi-product-review .profile {
    flex-direction: column;
  }
  .header .logo img {
    width: 128px;
    position: relative;
	top: 1px;
  }
  .tester-mission {
    margin-top: 0;
  }
  .tester-mission__header {
    font-size: 24px;
    height: 54px;
    padding-left: 1.55rem;
  }
  .tester-mission__info {
    padding: 1.5rem;
  }
  .tester-mission__info li {
    padding-top: 0.6875rem;
    padding-bottom: 1.1875rem;
  }
  .product-item {
    margin-top: 15px !important;
  }
  .tester-panel-wrap .fixed-ad .txt-wrap .com-btn {
    margin-top: 5px;
    font-size: 16px !important;
    font-weight: 600;
  }
  .tester-panel-wrap .fixed-ad .txt-wrap .com-title2 {
    font-weight: 800 !important;
  }
  .tester-panel-wrap .fixed-ad .txt-wrap .com-title2 span {
    color: #fff;
    line-height: 1.7;
  }
  .pagination {
    margin-top: 2rem;
    margin-bottom: 25px;
  }
  .reviewer-section .left a {
    gap: 1rem;
  }
  .review_cover_text p {
    font-size: 15px !important;
  }
  .review_cover_text {
    display: flex;
    flex-direction: column;
    border: none !important;
    align-items: start;
    gap: 20px;
  }
  .review_cover_text p {
    font-size: 1rem;
  }
  .product_notic_title {
    min-width: 5rem !important;
  }
  .answer {
    margin-top: 1rem !important;
  }
  .product_notic_text > li h2,
  .product_notic_info > h4,
  .product_notic_info > .bottom > p {
    font-size: 1rem !important;
  }
  .product_notic_text > li p {
    font-size: 0.8em !important;
  }
  .product_notic_text {
    padding-left: 0px !important;
  }
  .drop_down > button img {
    width: 13px !important;
  }
  .product_notic_layout_2 {
    padding: 1rem 1.5rem !important;
  }
  .product_notic_title {
    font-size: 16px !important;
    display: flex;
    align-items: center;
  }
  .bomi-product-list .review-image {
    margin-top: 1rem;
  }
  #review-swiper {
    padding-bottom: 0 !important;
  }
  .coupon-button {
    align-items: center;
    gap: 5px;
  }
  .coupon-button img {
    width: 60px;
  }
  .coupon-button .v-middle img {
    width: auto;
  }
  .coupon-button p {
    font-size: 11px;
    position: relative;
    top: 1px;
  }
  .person_pic > img {
    display: none !important;
  }
  .professional_review_text {
    padding: 1rem 0;
  }
  .bomi-product-list .review__tab-content .review-container .review-bars {
    width: 100%;
  }
  .bomi-product-list .review__tab-content .review-container .rating {
    flex: 0 0 auto;
    margin-bottom: 10px;
  }
  .bomi-product-list .review__tab-content .review-container .rating {
    padding-right: 0;
    border-right: 0px;
  }
  .bomi-product-list .review__tab-content .review-container {
    padding: 22px 26px !important;
  }
  .bomi-product-list .review__tab-content .review-container {
    flex-direction: column;
    height: auto;
    gap: 15px;
  }
  .bomi-product-list .review__tab-content .review-container {
    margin-top: 20px;
  }
  .bomi-product-list .review__tab {
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 4px solid #f8f8f8;
  }
  .bomi-product-list .review__tab li a span {
    font-size: 16px;
  }
  .bomi-product-list .review__tab li a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .bomi-product-list .review__tab li {
    border-bottom: none;
  }
  .bomi-product-list .review__tab li.on a {
    border: none;
    border-bottom: 3px solid #ff3787;
  }
  .mo-fixed .com-btn {
    margin-left: 50px;
    min-width: auto !important;
    height: 50px;
    line-height: 50px;
  }
  .mo-fixed .com-btn.single {
    margin-left: 0;
  }
  .bomi-product-list .product-detail .product-info .product-details {
    border-bottom: none;
  }
  .bomi-product-list .product-detail .product-info .product-slogan {
    font-size: 13px;
  }
  .mo-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9990;
    background: #fff;
    padding: 17px 25px;
    display: flex;
    flex-direction: column-reverse;
    border-radius: 10px 10px 0 0;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.1);
  }
  .bomi-product-list .product-detail .product-info h1 a {
    position: fixed;
    left: 15px;
    bottom: 17px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(112, 112, 112, 0.3);
    box-sizing: border-box;
  }
  .bomi-product-list .product-detail .product-info h1 a.on {
    border: 1px solid #ff3787;
  }
  .bomi-product-list .product-detail .product-detail-slides,
  .bomi-product-list .product-detail .product-info {
    position: relative;
  }
  #main .sec2 .inner .box .after-img {
    display: none;
  }
  .bomi-product-list .review h1 {
    margin-top: 0;
    display: none;
  }
  .bomi-product-list .review .review_title {
    margin-top: 0;
    display: none;
  }
  .bomi-product-list .product-detail {
    border-bottom: none;
    padding-bottom: 10px;
  }
  .bomi-product-list .product-detail {
    gap: 29px;
  }
  .sub-banner {
    height: 15.85rem;
  }
  .sub-banner-tit,
  .sub-banner-txt {
    font-size: 40px;
    line-height: 1.8;
  }
  .sub-banner .wrap {
    margin-left: 0;
  }
  section.bomi-product-list .title {
    margin-top: 30px;
    font-weight: 24;
    font-weight: 700;
  }
  .bomi-intro .bomi-intro .sec4 {
    padding: 2rem 0;
    padding-bottom: 8rem;
  }
  .bomi-intro .sec3 {
    height: 411px;
    background-image: url("../img/mo-bomi-intro-sec3-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .bomi-intro .sec3 .inner .txt-wrap .tit {
    font-size: 34px;
  }
  .bomi-intro .bomi-intro .sec3 .inner .txt-wrap {
    text-align: center;
    bottom: auto;
    width: 100%;
    margin-left: -15px;
  }
  .bomi-intro .bomi-intro .sec2 {
    padding-bottom: 0;
  }
  .flx.gap78.mt211 {
    background: #fff;
    gap: 1.8rem !important;
  }
  .bomi-intro .bomi-intro .flx.mt211 {
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-top: 57px;
    padding-right: 15px;
  }
  .flx.gap160 .sec2__text-wrap {
    position: relative;
  }
  .flx.gap160 .sec2__text-wrap:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 79px;
    width: 258px;
    height: 359px;
    background-image: url("../img/mo-sec2-img.png");
    background-repeat: no-repeat;
  }
  .flx.gap160 .sec2__text-wrap-desc.txt-sm.mt29 {
    margin-top: 220px !important;
    max-width: 77%;
    word-break: keep-all;
  }
  .sec2__text-wrap-txt {
    font-size: 16px;
    max-width: 62%;
  }
  .bomi-intro .sec2 .inner .sec2__text-wrap .sec2__text-wrap-tit span {
    display: block;
    background: #f5f5f5;
    color: #ff3787;
  }
  .bomi-intro .sec2 .inner .sec2__text-wrap .sec2__text-wrap-tit {
    font-size: 34px;
  }
  .bomi-intro .sec2 {
    padding-top: 1rem;
    background: #f5f5f5;
  }
  .bomi-intro .sec1 .inner .text-wrap__desc {
    max-width: 80%;
    word-break: keep-all;
  }
  .bomi-intro .sec1 .inner .text-wrap__txt {
    margin-bottom: 1rem;
  }
  .bomi-intro .sec1 .inner .text-wrap__tit {
    margin-bottom: 0.7rem;
  }
  .bomi-intro .sec1 .inner .text-wrap__tit {
    letter-spacing: -1.5px;
  }
  .bomi-intro .sec1 .inner .text-wrap {
    top: 53px;
    transform: none;
  }
  .process-wrapper .contact-request .form-wrap input {
    max-width: 100%;
  }
  .process-wrapper .btn-set {
    margin-top: 22px;
  }
  .process-wrapper .contact-request .privacy-law {
    padding-top: 27px;
  }
  .process-wrapper .contact-request .form-wrap {
    padding-bottom: 28px;
  }
  .process-wrapper .contact-request .form-wrap input {
    height: 50px;
    line-height: 50px;
  }

  /* 0721 jjy ?�락�?검�?로직 추�?*/
  .process-wrapper .contact-request .form-wrap .phone-input-box {
    width: 8rem !important;
    height: 3.125rem;
    text-align: center;
    font-size: 14px;
    padding: 5px;
  }

  .process-wrapper .contact-request .form-wrap .row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
  }
  .process-wrapper .contact-request .title {
    margin-bottom: 27px;
  }
  .process-wrapper .contact-request {
    padding: 31px 20px;
  }
  .process-wrapper .mt85 {
    margin-top: 0 !important;
  }
  .process-wrapper .btn-set a.next-btn {
    min-width: 65.882353%; /* 224/340 */
  }
  .process-wrapper .btn-set {
    margin-top: 5.5rem;
  }
  .process-wrapper .payment__total-payment {
    padding-left: 5px;
    padding-right: 5px;
  }
  .process-wrapper .payment__item {
    padding: 18px;
  }
  .process-wrapper .payment__header > * {
    width: 100%;
  }
  .process-wrapper .payment__header {
    margin-top: 2.8rem;
    flex-direction: column;
  }
  .option-guide {
    margin-top: 16px;
    padding: 26px 8px;
  }
  .process-wrapper {
    padding-bottom: 4.625rem;
  }
  .option-guide .option-guide__txt {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -1px;
    word-break: keep-all;
  }
  .process-wrapper .form-container .row .input-wrap {
    width: 100%;
  }
  .process-wrapper .form-container .checkbox-label span,
  .process-wrapper .form-container .radio-label span {
    min-height: 3.675rem;
    line-height: 1.3;
    height: auto;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: keep-all;
    box-sizing: border-box;
  }
  .process-wrapper .form-container .next-btn {
    margin-top: 2.5em;
    font-size: 18px;
    max-width: 90%;
  }
  .mo-process-step {
    margin-top: 20px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background: #fceff5;
    height: 46px;
    padding: 0 16px;
  }
  .mo-process-step .txt-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .mo-process-step .txt-wrap .num {
    position: relative;
    top: 1px;
    font-size: 13px;
    font-weight: 600;
    color: #ff3787;
  }
  .mo-process-step .txt-wrap .tit {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1;
  }
  .mo-process-step ul {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  .mo-process-step ul li {
    width: 27px;
    height: 27px;
    background: #fff;
    display: flex;
    align-items: inherit;
    justify-content: center;
    color: #ff3787;
    border-radius: 50%;
  }
  .mo-process-step ul li.on {
    background: #ff3787;
    color: #fff;
  }
  .flx.col20,
  .flx.col25 {
    gap: 7px !important;
  }
  .process-wrapper .form-container .row {
    padding-bottom: 1.4em;
  }
  .process-wrapper .form-container .row {
    border-bottom: none;
  }
  .process-wrapper .form-container .row .input-group dl dd input {
    height: 50px;
    line-height: 50px;
  }
  .process-wrapper .form-container .row .input-group.top20:not(:first-child),
  .process-wrapper .form-container .row .input-group:nth-of-type(2) {
    margin-top: 20px;
  }
  .process-wrapper .form-container .row .input-group dl {
    margin-bottom: 0;
  }
  .process-wrapper .form-container .row .input-group dl dd {
    width: 100%;
  }
  .process-wrapper .form-container .row .input-group dl dt {
    font-size: 14px;
  }
  .process-wrapper .form-container .row.bg {
    padding-top: 6px;
    padding-bottom: 0;
    background: #fff;
  }
  .process-wrapper .process-title {
    margin-top: 28px;
    font-size: 24px;
    font-weight: 700;
  }
  .breadcrumbs {
    display: none;
  }
  .process-wrapper .form-container .row .input-group {
    flex-direction: column;
    gap: 20px;
  }
  .process-wrapper .form-container .row .input-group dl {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .process-wrapper .form-container .row .input-group dl dt {
    flex: 0 0 30px;
  }
  .tester-mission {
    max-width: 100%;
  }
  .bomi-product-list .review__tab-content .review-container .review-bars .review-bar .review-bar-bg {
    flex: 1;
  }
  .bomi-product-list .review-image .fixed-ad {
    display: none;
  }
  .bomi-product-list .review-image .detail-image {
    flex: 0 0 100%;
  }
  .bomi-product-list .review-image .detail-image img {
    width: 100%;
  }
  .tester-panel-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }
  .tester-panel-wrap .fixed-ad {
    position: relative;
    width: calc(100% + 1.875rem);
    margin-left: -0.9375rem;
  }
  .tester-panel-wrap .fixed-ad img {
    width: 100%;
    height: 15.375rem;
  }
  .tester-panel-wrap .fixed-ad .txt-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .tester-panel-wrap .fixed-ad .txt-wrap .com-title2 {
    text-align: center;
  }
  .tester-panel-wrap .fixed-ad .txt-wrap .com-title2 br {
    display: none;
  }
  .tester-panel-wrap .fixed-ad .txt-wrap .com-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 14.6875rem;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #000;
  }
  .mt78 {
    margin-top: 0 !important;
  }
  .pb205 {
    padding-bottom: 4.8125rem !important;
  }
}
@media (max-width: 700px) {
  .bomi-product-review .review-card .wrap .right {
    background-size: contain;
  }
  .bomi-product-review .review-card .wrap {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .bomi-product-review .review-card-wrap {
    padding-bottom: 20px;
  }
  .bomi-product-review .review-card .wrap {
    align-items: flex-start;
  }
  .bomi-product-review .review-card {
    border: none;
    border-radius: 0px;
  }
  .bomi-product-review .review-card .wrap .left {
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 14px;
    width: 100%;
  }
  .bomi-product-review .review-card {
    padding: 12px;
  }
  .bomi-intro .sec1 {
    background-image: url("../img/mo-about-main.png");
    background-repeat: no-repeat;
    height: calc(100vh - 65px);
  }
}
.poto_review {
  margin-top: 1.875rem;
  border: solid 0.0625rem #ccc;
  overflow: hidden;
}

#review-swiper {
  padding-bottom: 1.9em;
  border-bottom: 0.0625rem solid #eee;
}

.poto_review > img {
  display: block;
  width: 100%;
}

.professional_review_text {
  padding: 2rem 0;
}

.professional_info {
  display: flex;
  align-items: center;
  font-family: "SUIT";
  gap: 1rem;
  height: 2.5rem;
}

.person_pic {
  width: auto;
  border-radius: 50%;
  overflow: hidden;
}

.person_pic > img {
  display: block;
  width: 3rem;
  height: 3rem;
}

.professional_info_text > h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.professional_info_text > h4 span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ff3787;
  display: block;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.professional_info_text > p {
  font-size: 0.875rem;
  color: #8A8A8A;
  font-weight: 400;
  margin-top: 0.3125rem;
}

.star_num {
  margin-top: 0.8rem;
  display: flex;
  gap: 0.125rem;
}

.revie_main {
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  margin-top: 0.7rem;
  color: #000;
}

.review_coupon {
  display: flex;
  font-family: "SUIT";
  font-weight: 600;
  font-size: 1.6rem;
  align-items: center;
  margin-top: 2.1rem;
}

.review_coupon > span {
  display: inline-block;
  color: #fff;
  background-color: #EB6890;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.25rem;
  margin-right: 1rem;
  text-align: center;
  font-size: 1rem;
}

.review_coupon > p > span {
  color: #ff3787;
  font-weight: bold;
}

.normal_review_list {
  margin-bottom: 6rem;
}

.normal_review_list > li {
  border: solid 0.0625rem #ccc;
  padding: 4rem;
  margin-bottom: 2rem;
}

.normal_review_list > li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.normal_info {
  display: flex;
  width: 35%;
  gap: 0.625rem;
  align-items: center;
}

.normal_main {
  width: 65%;
}

.professional_review {
  position: relative;
}

.review_cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: linear-gradient(to top, #fff 40%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.9;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.review_cover_text {
  max-width: 63.75rem;
  width: 100%;
  font-family: "SUIT";
  font-size: 2.4rem;
  line-height: 3rem;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  height: 4.25rem;
  background: #fff;
  border-radius: 0.5rem;
  align-items: center;
  display: flex;
  border: 0.0625rem solid #FF3787;
  padding-left: 2.125rem;
  padding-right: 0.5625rem;
  justify-content: space-between;
}
.review_cover_text p {
  font-size: 1.375rem;
  color: #000;
}
.review_cover_text p span {
  position: relative;
  color: #FF3787;
  font-weight: 700;
}
.review_cover_text p span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 0.125rem;
  background: #ff3787;
}

.professional_info ul {
  margin-top: 0.25rem;
  display: flex;
  gap: 1.25rem;
}

.professional_info ul li {
  position: relative;
  font-size: 0.875rem;
  color: #8A8A8A;
  font-weight: 400;
}
.professional_info ul li:last-of-type:after {
  content: "";
  display: block;
  display: none;
}
.professional_info ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.625rem;
  width: 0.0625rem;
  background: #E1E1E1;
  height: 0.875rem;
}

.member_view_btn {
  background-color: #ff3787;
  border-radius: 0.5rem;
  color: #fff;
  padding: 0;
  margin-top: 0;
  display: inline-block;
  width: 9.6875rem;
  height: 3.125rem;
  line-height: 3.125rem;
  box-sizing: border-box;
  font-size: 1.125rem;
  font-weight: 700;
}

.review__tab-content .notic-wrap {
  margin-top: 5.3125rem;
  font-size: 65%;
}

.product_notic_layout {
  display: flex;
  font-family: "SUIT";
}

.product_notic_layout_2 {
  font-family: "SUIT";
}

.product_notic_layout, .product_notic_layout_2 {
  padding: 2.8077em 0.1442em; /* 3.125rem .0938rem, 50 / 10.4 = 4.8077em, 1.5 / 10.4 = 0.1442em */
  border-top: solid 0.001em #707070; /* .0625rem, 1 / 10.4 = 0.001em */
  font-family: "SUIT";
}

.product_notic_layout_2_felx {
  display: flex;
}

.product_notic_title {
  font-size: 2.3077em; /* 1.5rem, 24 / 10.4 = 2.3077em */
  font-weight: bold;
  min-width: 14.9038em; /* 9.6875rem, 155 / 10.4 = 14.9038em */
  width: 100%;
}

.product_notic_info {
  letter-spacing: -0.001em; /* .0625rem, 1 / 10.4 = -0.001em */
}

.product_notic_info > h4 {
  font-size: 2.3077em; /* 1.5rem, 24 / 10.4 = 2.3077em */
  font-weight: 300;
}

.product_notic_info > h4 span {
  font-weight: bold;
}

.product_notic_info > p {
  font-weight: 300;
  font-size: 1.7308em; /* 1.125rem, 18 / 10.4 = 1.7308em */
  margin-top: 0.9615em; /* .625rem, 10 / 10.4 = 0.9615em */
  color: #000;
}

.product_notic_info > .bottom {
  display: flex;
  align-items: flex-start;
  gap: 0.0962em; /* .0625rem, 1 / 10.4 = 0.0962em */
  margin-top: 2.8846em; /* 1.875rem, 30 / 10.4 = 2.8846em */
}

.product_notic_info > .bottom > span {
  font-size: 2rem;
  color: #fff;
  padding: 0.1875rem 0.5rem;
  background-color: #EB6890;
  border-radius: 0.5rem;
  font-weight: bold;
  text-align: center;
}

.product_notic_info > .bottom > div > p {
  font-size: 2.3077em; /* 1.5rem, 24 / 10.4 = 2.3077em */
}

.product_notic_info > .bottom > div > p span {
  font-weight: bold;
  color: #EB6890;
}

.product_notic_list {
  display: flex;
  gap: 0.1442em; /* .0938rem / .65rem = 0.1442em */
}

.product_notic_list li img {
  max-width: 9.6154em; /* 6.25rem / .65rem = 9.6154em */
  width: 100%;
}

.product_notic_list li p {
  text-align: center;
  font-size: 1.9231em; /* 1.25rem / .65rem = 1.9231em */
  font-weight: 300;
  letter-spacing: -0.0962em; /* -0.0625rem / .65rem = -0.0962em */
}

.product_notic_ban {
  display: flex;
  gap: 0.1923em; /* .125rem / .65rem = 0.1923em */
}

.product_notic_ban li {
  border: solid 0.0962em #ccc; /* .0625rem / .65rem = 0.0962em */
  border-radius: 100%;
  width: 11.5385em; /* 7.5rem / .65rem = 11.5385em */
  height: 11.5385em; /* 7.5rem / .65rem = 11.5385em */
}

.product_notic_ban li h3 {
  text-align: center;
  color: #999;
  font-size: 1.9231em; /* 1.25rem / .65rem = 1.9231em */
  font-weight: bold;
  padding-top: 3.3654em; /* 2.1875rem / .65rem = 3.3654em */
}

.drop_down {
  text-align: right;
  min-height: 3.0769em; /* 2rem / .65rem = 3.0769em */
  display: flex;
}

.drop_down > button {
  border: none;
  background-color: transparent;
}

.answer {
  display: none;
  margin-top: 2.8077em;
}
.answer.on {
  display: block;
}
.answer.on img {
  transform: rotate(-180deg);
}

.product_notic_text {
  padding-left: 15%;
}

.product_notic_text > li {
  padding-bottom: 3rem;
}

.product_notic_text > li h2 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  font-family: "SUIT";
  margin-bottom: 1rem;
}

.product_notic_text > li p {
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "SUIT";
}

.product_notic_layout_2 {
  padding: 3rem 1.5rem;
  border-top: solid 0.0625rem #707070;
  font-family: "SUIT";
}

.product_notic_layout_2_felx {
  display: flex;
}

.product_notic_title {
  font-size: 1.8rem;
  font-weight: 800;
  min-width: 9.6875rem;
  width: 100%;
}

.product_notic_info {
  font-family: "SUIT";
  letter-spacing: -0.0625rem;
}

.product_notic_info > h4 {
  font-size: 1.6rem;
  font-weight: 200;
}

.product_notic_info > h4 span {
  font-weight: bold;
}

.product_notic_info > p {
  font-weight: 300;
  font-size: 1.8rem;
  margin-top: 1rem;
  color: #000;
}

.product_notic_info > .bottom {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 1.7rem;
}

.product_notic_info > .bottom > span {
  font-size: 2rem;
  color: #fff;
  padding: 0.1875rem 0.5rem;
  background-color: #EB6890;
  border-radius: 0.5rem;
  font-weight: bold;
  text-align: center;
}

.product_notic_info > .bottom > div > p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 0rem;
}

.product_notic_info > .bottom > div > p span {
  font-weight: bold;
  color: #EB6890;
}

.product_notic_list {
  display: flex;
  gap: 1.5rem;
}

.product_notic_list li img {
  max-width: 6.25rem;
  width: 100%;
}

.product_notic_list li {
  text-align: center;
}

.product_notic_list li p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "SUIT";
  letter-spacing: -0.0625rem;
}

.product_notic_ban {
  display: flex;
  gap: 2rem;
}

.product_notic_ban li {
  border: solid 0.0625rem #ccc;
  border-radius: 100%;
  width: 7.5rem;
  height: 7.5rem;
}

.product_notic_ban li h3 {
  text-align: center;
  color: #999999;
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 2.2rem;
}

@media (max-width: 1200px) {
  .product_notic_ban {
    flex-wrap: wrap;
  }
}
@keyframes customFlipFade {
  0% {
    opacity: 0;
    transform: translateX(100%) rotateY(0); /* Start from the original position */
  }
  100% {
    opacity: 1;
    transform: translateX(0%) rotateY(360deg); /* Move to the left and complete a 360-degree rotation */
  }
}
[data-aos=custom-flip-fade] {
  animation-name: customFlipFade;
  /* Define duration, timing functions, etc. as needed */
  animation-duration: 1.5s;
  animation-fill-mode: forwards; /* Ensures the final state is retained */
  animation-delay: 0.2s; /* 0.5 second delay before animation starts */
}

/* ///////////////////////////////////////////////////////
Guide
*/
.content-wrapper {
  width: 1400px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.content-wrapper .row {
  margin: 10px 0;
  display: flex;
  gap: 30px;
}

.content-wrapper .row .col-md-3 {
  flex: 1;
}

.content-wrapper .swatch {
  width: 100%;
  height: 150px;
  margin-bottom: 1rem;
  border-radius: 10px;
}

.content-wrapper .name {
  text-transform: uppercase;
}

.content-wrapper .color-primary .swatch {
  background: #004071;
}

.content-wrapper .color-secondary .swatch {
  background: #0060aa;
}

.content-wrapper .color-accent .swatch {
  background: #b2ddff;
}

.content-wrapper .color-tertiary .swatch {
  background: #4bb1ff;
}

.content-wrapper .color-green .swatch {
  background: #00a100;
}

.content-wrapper .color-red .swatch {
  background: #f50000;
}

.content-wrapper .color-orange .swatch {
  background: #f37200;
}

.tbl-list {
  /*border-top:#231f20 3px solid;*/
  max-width: 90%;
  margin: 0 auto;
}

.tbl-list .last td {
  border-bottom: #0057a4 1px solid;
}

.tbl-list th {
  height: 15px;
  padding: 0.75rem;
  border: #ccc 1px solid;
  background: #f1f1f1;
  text-align: center;
  font-weight: bold;
  color: #231f20;
  word-wrap: break-word;
}

.tbl-list td {
  height: 15px;
  padding: 0.75rem;
  border: #ccc 1px solid;
  word-wrap: break-word;
}

.tbl-list th:nth-child(1) {
  border-left: 0;
}

.tbl-list th:nth-child(8) {
  border-right: 0;
}

.tbl-list td:nth-child(1) {
  text-indent: 0;
  border-left: 0;
}

.tbl-list td:nth-child(3) {
  font-weight: bold;
}

.tbl-list td:nth-child(8) {
  border-right: 0;
  color: #ff0000;
  text-indent: 0;
}

.tbl-list td dl {
  margin-top: 10px;
}

.tbl-list td dl:first-child {
  margin-top: 0;
}

.tbl-list td dl.completed * {
  color: #999 !important;
}

.tbl-list td dl .em {
  font-weight: bold;
  color: green;
}

.tbl-list td dd + dt {
  margin-top: 5px;
}

.tbl-list td dd {
  position: relative;
  padding-left: 1em;
  color: #231f20;
}

.tbl-list td dd:before {
  content: "�?;
  position: absolute;
  left: 0;
}

.tbl-list td dd em,
.tbl-list td dd strong {
  font-weight: bold;
  font-style: normal;
}

.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
}

.product-info .heart-btn .on, .product-info .heart-btn.on .off {
  display: none !important;
}
.product-info .heart-btn .off, .product-info .heart-btn.on .on {
  display: inline-block !important;
}
.product-info .product-price.total-price .event_amount {
  margin-top: 0 !important;
}
.product-info .product-price.total-price .event_price,   .product-info .product-price.total-price .event_price > span {
  font-size: 2.5rem !important;
  line-height: normal !important;
}

.product-price.total-price .amount_text {
  font-family: "Pretendard", sans-serif !important;
  font-size: 2rem !important;
  line-height: normal !important;
}

.jquery-modal.blocker {
  z-index: 9999;
}

.reviewer-ratings > img {
  padding: 0 1px;
}

/* jack */
body.fixed header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

body.fixed .container {
  padding-top: 5rem;
}

.hover_submenu {
  cursor: pointer;
}
.hover_submenu .submenu {
  display: block !important;
  position: absolute;
  transition: opacity 0.5s ease, transform 0.5s ease; /* ?�명?��? ?�치 변?�에 ?�???�환 ?�과 ?�용 */
  top: 3rem;
  right: 0;
  border: 0.0625rem solid #e2e2e2;
  box-shadow: 0 0.4375rem 0.875rem rgba(0, 0, 0, 0.07);
  border-radius: 0.3125rem;
  padding: 1.5rem;
  box-sizing: border-box;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transform: translateY(-1.25rem); /* 초기 ?�치�?조금 ?�로 ?�림 */
}

.hover_submenu.on .submenu {
  opacity: 1; /* ?�명?��? 1�??�정?�여 ?�브 메뉴�??�전??보이�???*/
  visibility: visible; /* ?�브 메뉴�?보이�??�정 */
  transform: translateY(0); /* ?�래 ?�치�??�아?�게 ?�정 */
  z-index: 9999;
}

.hover_submenu .submenu:after {
  content: "";
  display: block;
  width: 10rem;
  height: 3.75rem;
  z-index: 10;
  background-size: contain;
  position: absolute;
  right:0;
  top: -0.75rem;
}

.hover_submenu .submenu > li {
  padding: 0.8125rem 1.4375rem;
  border-radius: 0.3125rem;
  word-wrap: normal;
  white-space: nowrap;
}
.hover_submenu .submenu > li:hover {
  background: rgba(255, 55, 135, 0.07);
}
.hover_submenu .submenu > li:hover a {
  font-weight: bold;
}

.process-wrapper .contact-request .title {
  /* jjy  justify-content: center; */
  word-break: break-word;
}

.modal.notice_modal {
  width: 100%;
}

.notice_modal .process-wrapper .contact-request .title.v-space {
  margin: 1rem 0 !important;
}

.notice_modal .btn-wrapper {
  padding: 1rem 0;
}

/*# sourceMappingURL=ui.css.map */



/*20240619 추�? ?�정*/

#recommended_product_sub .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 26px;
  top: auto;
}
.recommended_product_sub {
  height: 747px;
}
#recommended_product_sub {
  height: 100%;
}
#recommended_product_sub .slide-txt-wrap p {
  font-size: 18px;
}
#main-swiper .slide-txt-wrap .logo-wrap {
  justify-content: center;
  margin-left: 0;
}
#recommended_product_sub .slide-txt-wrap {
  text-align: center;
  width: 100%;
  left: 0;
  top: 45px;
  transform: none;
}
#recommended_product_sub.slide-txt-wrap h3 {
  font-size: 35px;
  font-weight: 800;
}
#recommended_product_sub.slide-txt-wrap {
  text-align: center;
}


.mo-sec3 {
  padding: 51px 0;
  background: #f8f8f8;
}
.mo-sec3 h2 {
  font-size: 33px;
  font-weight: 800;
  line-height: 1;
}
.mo-sec3 h2 span {
  color: #ff3787;
  font-weight: 900;
}
.mo-sec3 p {
  margin-top: 18px;
  font-size: 16px;
}
.mo-sec3 p span {
  font-weight: bold;
}
.mo-sec3 h3 {
  margin-top: 24px;
  font-size: 23px;
  font-weight: 800;
}
.mo-sec3 h3 span {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 5px;
  background: #ff3787;
  color: #fff;
  font-weight: 800;
}
.mo-sec3 ul {
  position: relative;
  margin-top: 26px;
  width: 100%;
  padding: 18px 22px;
  background: #fff;
  border-radius: 7px;
}
.mo-sec3 ul:after {
  content: "";
  display: block;
  position: absolute;
  top: -104px;
  right: -10px;
  width: 146px;
  height: 146px;
  background-image: url("../img/s2-img2.svg");
  background-repeat: no-repeat;
}
.mo-sec3 ul li {
  padding-bottom: 11px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.mo-sec3 ul li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}





/* jjy 0410 쿠폰�?*/
.insert_coupon_zone {
  margin-bottom: 40px; 
}

.insert_coupon_zone ul {
  margin-bottom: 40px;
  display: flex; 
  flex-wrap: wrap; 
  gap: 10px; 
  padding: 0; 
  margin: 0; 
  margin-top: 15px;
}



/* jjy 0423  메인?�이지 ?�적집계*/
.sec9 {
  width: 100%;
  height: 570px;
  padding: 60px 0;
  background-image: url('/my_flutter_app/img/sec09.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  font-family: 'Pretendard', sans-serif;
}

.content-wrapper {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inner-content {
  width: auto;
  display: inline-block;
  text-align: left;
  /*margin: 0 auto;*/
}

.year-title .year {
  font-size: 1.2rem;
  color: #a09f9f;
  margin-bottom: 5px;
  text-align: left;
}

.title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.title span {
  font-family: 'Pretendard', sans-serif;
  font-size: 1.2rem;
  color: #a09f9f;
  position: relative;
  margin-left: 15px;
  margin-top: 20px;
}

.bomiora-img {
  width: 200px;
  height: auto;
  display: block;
}

.stats-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
  width: auto;
}

.stats-item {
  display: flex;
  flex-direction: column;
}

.stats-label {
  font-size: 1.3rem;
  margin-bottom: 6px;
  background-color: rgb(255, 255, 255);
  text-align: center;
  min-width: 100%; 
  margin: 0;
}

.stats-value {
  font-size: 4rem;
  font-weight: 600; /*bold;*/
  letter-spacing: -6px;
  color: #29aaff;
  white-space: nowrap; 
  text-align: center;
}

.stats-value span {
  font-size: 1rem;
  color: #666;
  margin-left: 4px;
}

.free-icon {
  height: 120px; 
  position: relative;
  top: -10px; 
}

.bottom-text {
  color: #4cbefe;
  margin-top: 40px;
  width: 100%;
}

.text-content {
  display: flex;
  flex-direction: column;
}

.text-content p {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
  line-height: 1.5;
}

.first-line .second-part {
  display: inline; 
}

.action-text {
  font-weight: 400;
  color: #7accfb;
  display: inline; 
}

.highlight {
  font-weight: bold;
  color: #4cbefe;
}


@media (max-width: 800px) {
  .sec9 {
    width: 100%;
    height: 900px;
    background-image: url('/my_flutter_app/img/m_sec09.jpg'); 
    background-size: cover;
    background-position: center;
  }

  .content-wrapper {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: block;
  }


  .bomiora-img {
    width: 180px;
    height: auto;
    display: block;
  }

  .title span {
    font-size: 1.2rem;
    color: #a09f9f;
    position: relative;
    margin-left: 15px;
    margin-top: 20px;
  }


  .stats-container {
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .stats-label {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 3px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    margin: 0;
  
  }

  .stats-value {
    font-size: 4rem;
    font-weight: bold;
    color: #29aaff;
  }

  .free-icon {
    display: none;
  }

  .first-line .second-part {
    display: block; 
    margin-top: 5px;
  }
  
  .action-text {
    display: block; 
    margin-top: 5px !important;
  }
  
  .text-content p {
    font-size: 1.3rem;
  }

  .bottom-text {
    margin-top: 50px;
  }

}
