@charset "UTF-8";
/*****************************************************************
닥터큐어알 sub 커스터마이징 css입니다.
주요 디자인이 들어있으며 수정하실때 이쪽으로 수정하시면 됩니다.
될 수있으면 !important는 자제해주세요. 

******************************************************************/
/* custom css style? */
.red_point {
  color: var(--main_red);
}
.point_blue {
  color: #0e83cb;
}
.dr_btn001 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  font-weight: normal !important;
  height: 4.4rem;
  box-sizing: border-box;
  border: 1px solid #111;
  border-radius: 0.2rem;
  font-size: 1.5rem;
  color: #111;
}
/* custom css style? */

/* reset */
details summary::marker {
  font-size: 0;
}

/* reset */

#container {
  max-width: 1200px;
  width: 100%;
}
#container.prodcut_detail_page {
  max-width: 1280px;
}
#mobile_on {
  display: none;
}

/* sub head 시작 */
#hd.hdd.sub_h {
  border-bottom: 1px solid #dbdbdb;
}
#sub_mobile_head {
  display: none;
}
.cart-countT {
  display: none;
}
.grid_inner {
  display: grid;
}
.auto_1fr {
  grid-template-columns: auto 1fr;
}
/* sub head 끝 */

/* 간격조정 박스 */
.spacing {
}
.spacing027 {
  height: 44px;
}
/* 간격조정 박스 */

/* 상품페이지 */
.re_pc,
.pc_only {
  display: block !important;
}
.re_mo,
.mo_only {
  display: none !important;
}
#sit_opt_added button.sit_qty_minus {
  border-right: 0px;
  width: 33px;
  height: 38px;
  border-color: #e0e0e0;
}
#sit_opt_added button.sit_qty_plus {
  border-left: 0px;
  width: 33px;
  height: 38px;
  border-color: #e0e0e0;
}
#sit_opt_added .num_input {
  height: 38px;
  width: 37px;
  border-color: #e0e0e0;
}
#sit_opt_added .sit_opt_del {
  border-left: 0px;
  border-bottom: 0px;
  top: 10px;
}
.sit_info .sit_ov_tbl {
  margin-bottom: 15px;
}
#sit_opt_added li .opt_count {
  margin-right: 5%;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}
#sit_opt_added li .opt_name {
  max-width: 250px;
  word-break: keep-all;
  line-height: 1;
}
#sit_opt_added li .opt_name span.sit_opt_subj {
  line-height: 1.5;
}
#sit_ov_from #sit_desc {
  display: none;
}
#sit_ov_from #sit_opt_info {
  display: none;
}
.ite_num_percent {
  color: #696969;
  margin-right: 6px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.5px;
  font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif !important;
  min-width: 40px;
  display: inline-block;
}
.ite_num_percent.red_point {
  color: var(--main_red);
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-right: 0; /* margin-left: 6px */
  margin-right: 6px;
}
.dr_item_price_num {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #000000;
  font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif !important;
  min-width: 80px;
  text-align: left;
  display: inline-block;
  text-indent: 0px;
}
.dr_item_price_num.red_point strong {
  color: var(--main_red);
  font-weight: 500;
}
.ite_num_price_per {
  font-size: 12px;
  margin-left: 6px;
  color: #999999;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-decoration: line-through;
  font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif !important;
}
#sct_location.view_location {
  display: none !important;
}
#sit_ov_wrap {
  border-top: 0px;
}
.pro_info_txt {
  color: #424242;
  font-size: 14px;
  font-weight: 400;
}
#sit_ov > aside {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
#sit_title {
  font-size: 1.5em;
  width: 70%;
  word-break: keep-all;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.2;
  color: #000;
}
div#btn_option {
  margin-top: 24px;
}

#sit_ov .sit_option > h3 {
  font-size: 0;
  margin: 0;
  padding: 0;
}
#sit_ov_wrap {
  width: 100%;
  height: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 62px;
}
#sit_ov_wrap .sit_halfha {
  width: 100%;
  max-width: 600px;
}
#sit_ov_wrap:after {
  display: none;
}
#sit_pvi,
#sit_ov {
  float: none;
}
#sit_ov {
  width: 42.2%;
}
#sit_pvi {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#sit_pvi_big a {
  display: block;
  width: 100% !important;
  height: auto;
  aspect-ratio: 1/1;
}
#sit_ov_wrap .sit_halfha .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  height: 3px;
  width: 100%;
  background: #eee;
  border-radius: 0px;
}

.sit_info {
  border-top: 0px;
  border-bottom: 1px solid #000;
  padding: 10px 0 20px;
}
.sit_info .tr_price {
  border-bottom: 0px;
}
.sit_option select {
  margin-bottom: 0;
  border: 1px solid #e0e0e0;
  font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif !important;
  font-size: 12px;
}
.shopaddInfo.pc_ss {
  width: 100%;
  overflow-x: hidden;
}
.mobile_ss {
  display: none !important;
}
/* .shopaddInfo::-webkit-scrollbar{display:none;} */
.shopaddInfo ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 1em;
  width: 52vw;
}
.shopaddInfo ul li {
  background: #f7f7f7;
  padding: 20px;
  min-width: 420px;
  box-sizing: border-box; /* display: flex;flex-wrap: wrap */
  display: grid;
  grid-template-columns: 70px auto;
  align-items: center; /* gap: 10px */
  border-radius: 6px;
  min-height: 72px;
}
.shopaddInfo ul li p {
  font-size: 12px;
  color: #353535;
}
.sit_option {
  /* border-bottom: 1px solid #e2e2e2; */
  margin: 0;
  padding: 0 0 24px;
}
section.sit_option.plus_op {
  padding-top: 0;
}
.sit_option label {
  display: none;
}
#sit_opt_added li {
  background-color: transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  display: grid;
  grid-template-columns: auto auto;
  margin-top: 0;
  padding-top: 0; /* line-height: 1; */
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.prcie_wr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: end;
}

#sit_tot_price {
  font-size: 1.2em;
  display: flex;
  flex-direction: row;
  margin: 10px 0 20px;
  line-height: 1;
  align-items: center;
}
#sit_tot_price span {
  float: none;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}
#sit_sel_option #sit_tot_price strong {
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  font-family: "Inter";
}
#sit_tot_price strong {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  font-family: "Inter";
  margin-left: auto;
}
#sit_tot_price:after {
  display: none;
}

.dr_renewal_sit_info .sit_ov_tbl th {
  width: 16%;
  font-size: 13px;
}
#sit_ov_wrap [class~="sit_ov_tbl"] td {
  line-height: 1;
}
#sit_ov_btn.drcure_sit {
  display: grid;
  margin-top: 0px;
}
#sit_ov_btn.drcure_sit section:first-child {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  justify-content: space-between;
}
#sit_ov_btn.drcure_sit section:first-child button {
  border-radius: 0px;
  margin-right: 0px;
  width: calc(45% - 0.4em);
  background: none;
  color: #333;
  border-color: #dbdbdb;
  font-weight: 400;
  font-size: 15px;
}
/* #sit_ov_btn.drcure_sit section:first-child button:last-child{background-color: #ef193f;border: 1px solid #ef193f;color: #fff;font-weight: 400;font-size: 15px;box-sizing: border-box;} */
#sit_ov_btn.drcure_sit section:first-child button.sit_btn_cart {
  background-color: #ef193f;
  border: 1px solid #ef193f;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  box-sizing: border-box;
}
section.naverpay_wr {
  border-top: 2px solid #333;
  margin-top: 20px;
  padding-top: 20px; /* display: flex */
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
section.naverpay_exsc {
  display: none;
}
.naverpay_wr > div:nth-child(1) p {
  font-size: 11px;
}
.naverpay_wr > div:nth-child(2) {
  width: 70%;
  height: auto;
  aspect-ratio: 9 / 1;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #00c05a;
  align-items: center;
}
.naverpay_wr > div:nth-child(2) a {
  width: 100%;
  display: flex;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
/* .naverpay_exsc{display: none;} */
.naverpay_exsc > p span {
  color: #00c05a;
}
.naverpay_exsc ul li {
  color: #696969;
  margin: 5px 0 0 0;
  letter-spacing: -0.5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.45;
  display: flex;
  flex-wrap: nowrap;
}
.naverpay_exsc ul li span {
  font-size: 14px;
  margin-top: 3px;
  margin-right: 5px;
}
.sit_btn_wish {
  font-size: 1em;
  height: auto;
  aspect-ratio: 1 / 1;
  text-align: center;
  font-weight: 300;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#sit_pvi_thumb {
  display: none;
}
#dr_sit_rel.mo_cont {
  display: none;
}
#dr_sit_rel.pc_cont {
  position: static;
  width: calc(100% - 1vw);
  height: auto;
  overflow-x: auto;
  margin-top: 40px;
}
#dr_sit_rel h2 {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1;
}
#dr_sit_rel p {
  color: #696969;
  padding: 5px 0;
}
#dr_sit_rel.pc_cont .dr_list_div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: row; /*display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
  gap: 1em; /* grid-template-columns: 114.8px 114.8px 114.8px 114.8px 114.8px;gap: 1em; */
  overflow-x: auto;
}
#dr_sit_rel.pc_cont .dr_list_div > .item {
  width: 114.8px;
}
#dr_sit_rel.pc_cont .dr_list_div .item .sct_img a img {
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1.067;
}
#dr_sit_rel.pc_cont .dr_list_div .item .sct_li .sct_txt,
#dr_sit_rel .dr_list_div .item .sct_li .sct_cost {
  display: none !important;
}

#sit_ov_btn.drcure_sit::after {
  display: none;
}
#sit_ov_btn [class~="itemform-naverpay"] {
  padding: 0 !important;
  margin-top: 20px;
  width: 100%;
  height: 100%;
}

/* 쿠폰존 관리 */
.couponzone_list {
  margin-top: 2vw;
}

section.qupon_wr {
  margin-top: 2em;
}
section.qupon_wr > div {
  width: 246px;
  height: max-content;
  margin-top: 10px;
}
section.qupon_wr a {
  background: url(/theme/daontheme_shop03/img/down_cupon.png) no-repeat 0 0;
  background-size: 100% 100%;
  color: #000;
  position: relative;
  cursor: pointer;
  height: max-content;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  justify-content: space-between;
  align-items: center;
}
section.qupon_wr a::after {
  content: "";
  display: block;
  width: 1px;
  height: 78%;
  border-left: 1px dashed #dbdbdb;
  position: absolute;
  left: 74.5%;
  top: 11%;
}
section.qupon_wr a .left_cupon_info p:nth-child(1) {
  line-height: 1.4;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
}
section.qupon_wr a .left_cupon_info p:nth-child(2) {
  line-height: 1;
  font-weight: 400;
  color: #c20f2f;
  font-size: 20px;
  margin-bottom: 8px;
}
section.qupon_wr a .left_cupon_info p:nth-child(3) {
  line-height: 1.4;
  font-weight: 400;
  font-size: 9px;
  letter-spacing: -0.5px;
  color: #696969;
}
section.qupon_wr a .right_cupon_txt {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-align: center;
}
section.qupon_wr a .right_cupon_txt p {
  color: #c20f2f;
  font-size: 9px;
  font-weight: 500;
}

/* 20250414--결제혜택 추가 */
#dr_pay_benefit {
  display: flex;
  padding: 30px 0 0;
}
#dr_pay_benefit .dr_benefit_tit {
  color: #696969;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.6px;
  width: 90px;
}
#dr_pay_benefit .dr_benefit_desc > div {
  display: flex;
  padding-bottom: 10px;
  line-height: unset;
  align-items: unset;
}
#dr_pay_benefit .dr_benefit_desc .benefit_logo {
  width: 42px;
  height: 16px;
  padding-right: 8px;
  box-sizing: unset;
}
#dr_pay_benefit .dr_benefit_desc .benefit_logo img {
  width: 100%;
  vertical-align: unset;
}
#dr_pay_benefit .dr_benefit_desc .benefit_txt {
  color: #555;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: -0.5px;
  line-height: 1;
}
#dr_pay_benefit .dr_benefit_desc .benefit_txt strong {
  font-weight: 500;
  color: #000;
  padding-right: 5px;
}
/* 20250414--결제혜택 추가 */

/* 스크롤 할때 나오는 구매 팝업 */
#sit_inf .scroll_fix_buy_wr {
  display: none;
}
#sit_inf.scr .scroll_fix_buy_wr {
  top: 135px;
  z-index: 2;
  height: calc(100% - 85px - 51px);
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  position: fixed;
  transform: translateX(-50%);
}
#sit_inf.scr .scroll_fix_buy_wr > div {
  background: #fff;
  height: 100%;
  width: 100%;
  max-width: 380px;
  box-sizing: border-box;
  padding: 1vw;
  border: 1px solid #eee;
}
#sit_inf.scr .scroll_fix_buy_wr .naverpay_wr > div:nth-child(2) {
  height: 35px;
  width: 204px;
}
.scroll_fix_buy_wr .sit_option {
  border-top: 1px solid #000;
  border-bottom: 0px;
}
.scroll_fix_buy_wr #btn_option {
  height: 100%;
}
.scroll_fix_buy_wr .sl_option {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.scroll_fix_buy_wr .prcie_wr {
  margin-top: auto;
}
.scroll_fix_buy_wr .prcie_wr #sit_tot_price {
  margin-top: 0px;
}
/* #sit_ov_wrap.scr #btn_option{position: fixed;top: 6vw;z-index: 2;height: max-content;box-sizing: border-box;transform: translateX(-50%);width: 100%;max-width: 1400px;left: 50%;display: flex;flex-wrap: wrap;justify-content: end;}
#sit_ov_wrap.scr #btn_option .sl_option{background: #fff;height: 100%;width:100%;max-width: 380px;box-sizing: border-box;padding: 1vw;border: 1px solid #eee;} */

picture.npay_button_img {
  width: 70px;
}
picture.npay_button_img img {
  width: 100%;
}

.fixbar_only {
  display: none;
}

/* 스크롤 다시 구현  */
#btn_option.fix_scr_buycart {
  margin-top: 0;
  position: fixed;
  width: 100%;
  max-width: 1280px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  height: calc(100% - 85px - 51px);
  box-sizing: border-box;
  top: 135px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#btn_option.fix_scr_buycart .sl_option > article {
  overflow-y: auto;
  max-height: 24.3vw;
}
#btn_option.fix_scr_buycart .sl_option {
  max-width: 380px;
  background: #fff;
  height: 100%;
  box-sizing: border-box;
  padding: 30px 1vw 1vw 1vw;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  width: 100%;
  margin-left: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-right: 39px;
}
#btn_option.fix_scr_buycart .prcie_wr {
  margin-top: auto;
  position: absolute;
  bottom: 10%;
  width: calc(100% - 2vw);
}
#btn_option.fix_scr_buycart .prcie_wr.res {
  margin-top: auto;
  right: 1vw;
  width: 100%;
  position: static;
}
#btn_option.fix_scr_buycart #dr_pay_benefit {
  padding-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
/* #btn_option.fix_scr_buycart .qupon_wr{position: absolute;top:50%;} */
#btn_option.fix_scr_buycart .sit_option {
  /* padding:0 0 14px; */
  padding: 0;
}
#btn_option.fix_scr_buycart #sit_ov_btn.drcure_sit {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#btn_option.fix_scr_buycart #sit_ov_btn.drcure_sit section:first-child {
  display: flex;
  flex-wrap: wrap;
  width: inherit;
  position: static;
  bottom: 0;
}
#btn_option.fix_scr_buycart #sit_ov_btn.drcure_sit section:first-child button {
  width: calc(42% - 0.4em);
}
#btn_option.fix_scr_buycart
  #sit_ov_btn.drcure_sit
  section:first-child
  button:first-child {
  flex: 0 0 50px;
}
#btn_option.fix_scr_buycart #sit_opt_added li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-top: 15px;
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
}
#btn_option.fix_scr_buycart #sit_opt_added li .opt_count {
  position: relative;
  width: max-content;
}
#btn_option.fix_scr_buycart #sit_opt_added .sit_opt_prc {
  position: static; /* right: 30px */
  font-size: 14px;
  letter-spacing: 0;
  font-weight: bold;
  width: max-content;
  padding-left: 1vw;
}
/* #btn_option.fix_scr_buycart #sit_opt_added button.sit_qty_minus{width: 20%;} */
/* #btn_option.fix_scr_buycart #sit_opt_added button.sit_qty_minus{width: 20%;} */
#btn_option.fix_scr_buycart #sit_opt_added li .opt_name {
  width: 99px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 0 0 0;
  line-height: 21px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #000;
}
#btn_option.fix_scr_buycart #sit_opt_added li .opt_name .sit_opt_subj {
  font-size: 13px;
  color: #353535;
  font-weight: normal;
}
#btn_option.fix_scr_buycart #sit_opt_added .sit_opt_del {
  top: 20px;
  left: 0;
  position: static;
}
#btn_option.fix_scr_buycart hr.prcie_wr_line1 {
  display: block;
}
#btn_option.fix_scr_buycart hr.prcie_wr_line2 {
  display: block;
}
#btn_option.fix_scr_buycart #sit_tot_price strong {
}
#btn_option.fix_scr_buycart .fixbar_only {
  display: block;
}
#btn_option.fix_scr_buycart .fixbar_only_not {
  display: none;
}
.dr_minithum {
  width: 90px;
  height: auto;
  aspect-ratio: 1/1;
  background: #ddd;
  margin-right: 20px;
}
.dr_minithum img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

#btn_option.fix_scr_buycart .fixbar_only .opt_name {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#btn_option.fix_scr_buycart .fixbar_only .opt_name span.sit_opt_subj {
  font-size: 13px;
  word-break: keep-all;
}
#btn_option.fix_scr_buycart .fixbar_only .opt_name span:last-child {
  color: #000;
  font-weight: 500;
}
#btn_option.fix_scr_buycart .naverpay_wr {
  width: 100%;
}
#btn_option.fix_scr_buycart .naverpay_wr > div:nth-child(2) {
  width: 65%;
  aspect-ratio: 9/1.5;
}
/* #btn_option.fix_scr_buycart .naverpay_exsc{display: none;} */

#btn_option.fix_scr_buycart .fix_bar_opop {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  padding: 0 1vw;
  z-index: 2;
  background: #fff;
}
#btn_option.fix_scr_buycart #sit_sel_option .fix_bar_opop {
  display: none !important;
}
#btn_option.fix_scr_buycart .qupon_wr {
  display: none;
}
#btn_option.fix_scr_buycart .get_item_options {
  margin-top: 20px;
}
/* #btn_option.fix_scr_buycart section#fixbar_renwal.fixbar_only{box-sizing: border-box;}
#btn_option.fix_scr_buycart section#fixbar_renwal.fixbar_only > article{display: flex;flex-wrap: wrap;justify-content: space-between;}
#btn_option.fix_scr_buycart section#fixbar_renwal.fixbar_only > article > picture{width: 90px;height: auto;aspect-ratio: 1/1.1;background-color: #ddd;}
#btn_option.fix_scr_buycart section#fixbar_renwal.fixbar_only > article > div{flex: 0.94;} */
/* #btn_option.fix_scr_buycart #sit_tot_price{padding-top: 20px;width: 100%;display: flex;flex-wrap: wrap;justify-content: end;} */

/* 

#btn_option.fix_scr_buycart  */

/* 상품정보, 사용후기, 상품문의, 배송교환 */
/* 상품정보 */
.pg_wrap {
  padding-top: 20px;
}
.pg_wrap .pg {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 8px;
  justify-content: center;
}
#sit_info {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  margin-top: 110px;
}
#sit_info.scr .tab_tit {
  position: fixed;
  top: 85px;
  background: #fff;
  width: 100%;
  max-width: 1280px;
  z-index: 1;
}
#sit_tab .tab_mobile_tit001 {
  display: none;
}
#sit_tab [class~="tab_tit"] li {
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  width: calc(100% / 3);
}
#sit_tab [class~="tab_tit"] li [class~="selected"] {
  color: inherit;
  border-bottom: 3px solid #424242;
  background-color: transparent;
}
#sit_tab:after {
  display: none;
}
#sit_inf_explan > div {
  text-align: left;
}
#sit_inf_explan > div > div > img {
  max-width: 700px;
  width: 100%;
}
#sit_inf_explan img {
  max-width: 700px;
  width: 100%;
}

#sit_ov_from {
  border-bottom: 0px;
}
#sit_tab [class~="tab_con"] {
  padding: 0px;
}
/* p.dr_star_span_wr.re_pc{display: flex!important;flex-wrap: nowrap;} */
p.dr_star_span_wr.re_pc {
  display: flex !important;
  flex-wrap: nowrap;
}
p.dr_star_span_wr span {
  font-weight: 500;
  color: #696969;
  font-size: 14px;
}
p.dr_star_span_wr span:first-child {
  display: flex;
  flex-wrap: wrap;
  width: max-content;
  align-items: center;
  margin-right: 5px;
}
/* 상품페이지 끝 */
/* 상품 카테고리 페이지 시작 */
.shop-content .sct_ct_wrap {
  padding: 16px 4px 10px 0;
  margin: 0;
}
.shop-content .sct_ct_wrap .pro_num_reveiw {
  margin-bottom: 6px;
  line-height: 1;
}
.shop-content .sct_ct_wrap .sct_txt {
  margin-top: 0px;
  padding: 0px;
}
.shop-content .sct_ct_wrap .sct_basic {
  min-height: 0px;
  padding: 0px;
}
.shop-content .sct_ct_wrap .sct_dict {
  color: rgba(13, 13, 11, 0.4);
  text-decoration: line-through;
  font-size: 14px;
  font-weight: normal;
  margin-left: 8px;
}
/* .shop-content .sct_ct_wrap .sct_bottom{} */
#sct_ct_1.dr_custom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow-x: hidden;
}
#sct_ct_1.dr_custom > div {
  display: flex;
  flex-wrap: wrap;
  width: 100%; /* border-bottom: 1px solid #dedede */
  border-top: 1px solid #333;
  margin: 60px 0 40px;
}
#sct_ct_1.dr_custom > div > ul {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
}
#sct_ct_1.dr_custom > div > ul > li {
  display: grid;
  grid-template-columns: 138px auto;
  width: auto !important;
  overflow-x: auto;
}
#sct_ct_1.dr_custom > div > ul > li::-webkit-scrollbar {
  display: none;
}
#sct_ct_1.dr_custom > div > ul > li:first-child {
  border-bottom: 1px solid #dedede;
}
#sct_ct_1.dr_custom > div > ul > li > a {
  background: #f7f7f9;
  color: #000000;
  width: 138px;
  line-height: 58px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
#sct_ct_1.dr_custom > div > ul > li > .ul_2nd {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0 0 0 8px;
  box-sizing: border-box;
}
#sct_ct_1.dr_custom > div > ul > li::after {
  display: none;
}
#sct_ct_1.dr_custom > div > ul > li > .ul_2nd li {
  width: max-content;
}
#sct_ct_1.dr_custom > div > ul > li > .ul_2nd li:after {
  display: none;
}
#sct_ct_1.dr_custom > div > ul > li > .ul_2nd li a {
  display: block;
  color: #696969;
  font-size: 15px;
  font-weight: 300;
  padding: 0 15px;
  height: 100%;
  line-height: 58px;
}
#switch_toggle001 {
  border: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  display: none;
}
#switch_toggle001 label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
#switch_toggle001 label span {
  color: #949494;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}
#switch_toggle001 [type="checkbox"] {
  appearance: none;
  position: relative;
  border: 2px solid #b9b9b9;
  box-sizing: border-box;
  border-radius: 1.25em;
  width: 56px;
  height: 26px;
  background-color: #b9b9b9;
  overflow: hidden;
  position: relative;
}
#switch_toggle001 [type="checkbox"]::before {
  content: "";
  background-color: #fff;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  box-sizing: border-box;
  position: absolute;
  left: -1px;
  top: -1px;
  transition: all 0.1s ease;
  z-index: 2;
}
#switch_toggle001 [type="checkbox"]::after {
  content: "OFF";
  display: inline-block;
  color: #fff;
  right: 5px;
  position: absolute;
  bottom: 0px;
  font-size: 12px;
}
#switch_toggle001 [type="checkbox"]:checked {
  background-color: #000;
  border-color: #000;
}
#switch_toggle001 [type="checkbox"]:checked::before {
  background-color: white;
  left: 30px;
}
#switch_toggle001 [type="checkbox"]:checked::after {
  right: 0;
  left: 5px;
  color: #fff;
  content: "ON";
  position: absolute;
  bottom: 0px;
  font-size: 12px;
}
#switch_toggle001 [type="checkbox"]:disabled {
  border-color: lightgray;
  opacity: 0.7;
  cursor: not-allowed;
}
#switch_toggle001 [type="checkbox"]:disabled:before {
  background-color: lightgray;
}
#switch_toggle001 [type="checkbox"]:disabled + span {
  opacity: 0.7;
  cursor: not-allowed;
}
#switch_toggle001 [type="checkbox"]:focus-visible {
  outline-offset: max(2px, 0.1em);
  outline: max(2px, 0.1em) solid tomato;
}
/* #switch_toggle001 [type="checkbox"]:enabled:hover {box-shadow: 0 0 0 max(4px, 0.2em) lightgray;} */
select.sct_sort_sele {
  position: relative;
  border: 0px;
  color: #777777;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: -0.5px;
  -webkit-appearance: none; /* 크롬 화살표 없애기 */
  -moz-appearance: none; /* 파이어폭스 화살표 없애기 */
  appearance: none; /* 화살표 없애기 */
}
/* select.sct_sort_sele::after{position: absolute;right: 0;content:"﹀";font-weight: 300;color: #777777;font-size: 14px;} */
#sct_sortlst:after {
  display: none;
}
#sct_sortlst {
  border: 0px;
  width: 100%;
  float: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
#sct_sort {
  width: max-content;
  float: none;
}
#ssch_sort {
  float: none;
  width: max-content;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#ssch_sort li a {
  border: 0px;
}

#sct .sct.sct_10.lists-row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 10px;
  margin-top: 17px;
}
#sct .sct.sct_10.lists-row > li {
  width: 100% !important;
}
#sct .sct.sct_10.lists-row .sct_img img {
  aspect-ratio: 292.5 / 312;
}
#sct .sct.sct_10.lists-row::after {
  display: none;
}

.custom_shop {
  text-align: center;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-top: 10px;
}
.custom_shop button {
  width: 100%;
  height: 100%;
  padding: 0.7em 0;
  display: flex;
  justify-content: center;
  align-items: center; /* gap: 0.4em */
}
.shop-content .sct_cost {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: flex-end; /* gap: 1em; */
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1;
  vertical-align: middle;
  margin-top: 20px;
}
.shop-content .sit_icon_li {
  position: absolute;
  z-index: 1;
}
.sit_icon {
  width: max-content;
  height: max-content;
  display: flex;
}
.sit_icon > span {
  padding: 7px 8px;
  box-sizing: border-box;
  height: 100%;
  min-width: 49px;
  min-height: 30px;
  text-align: center;
  margin: 0px;
  border-radius: 0px;
  background-image: unset;
}
.sit_icon > span:nth-child(even) {
  background-color: #333;
  color: #fff;
  text-indent: unset;
  font-size: 1em;
}
.sit_icon > span:nth-child(odd) {
  background-color: #ff4646;
  color: #fff;
  text-indent: unset;
  font-size: 1em;
}

.pro_num_reveiw {
  font-weight: bold;
  color: #b0001f;
  font-size: 13px;
}
.pro_num_reveiw::before {
  content: "리뷰";
  font-weight: bold;
  color: #b0001f;
  margin-right: 5px;
}

/* .sit_ov_tbl tbody tr:first-child td{text-decoration: line-through;color: #999;} */
#sit_use_list p.sit_empty {
  /* display: flex;flex-wrap: wrap;flex-direction: column;row-gap: 20px; */
  line-height: 30px;
}
#sit_use_list p.sit_empty span {
  color: var(--main_red);
  font-weight: bold;
}
#sit_use_list p.sit_empty a {
  margin-top: 20px;
  display: block;
  width: 180px;
  border: 1px solid #ddd;
  margin: 0 auto;
  height: 58px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
}
#sit_use_list details {
  padding: 24px 0;
}
#sit_use_list details::marker {
  display: none;
}
#sit_use_list details summary {
  list-style: none;
  padding: 0 0 0;
  font-size: 13px;
  cursor: pointer;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
  display: flex;
  flex-wrap: wrap;
}
#sit_use_list details > div {
  display: grid;
  grid-template-columns: 11% 1fr;
  border-top: 1px solid #eeeeee;
  padding-top: 24px;
  margin-top: 24px;
}
#sit_use_list details > div ul li {
  padding-left: 10px;
  line-height: 1.4;
  margin: 0 0 10px 0;
  position: relative;
  font-size: 13px;
  color: #353535;
}
#sit_use_list details > div ul li:first-child {
  font-weight: bold;
  color: #000;
}
#sit_use_list details > div ul li::before {
  content: "·";
  margin-right: 5px;
}

/* 리뷰이미지 */
#sit_use_meida {
  margin: 20px 0 50px;
  overflow: hidden;
}
#sit_use_meida ul .slick-list {
  margin: 0 -5px;
}
#sit_use_meida ul li.slick-slide {
  margin: 0 5px;
}
#sit_use_meida ul li {
  width: calc(100% / 9 - 1em);
  height: auto;
  aspect-ratio: 1/1;
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
}
#sit_use_meida ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
#sit_use_meida ul li a picture {
  width: 100%;
  height: 100%;
}
#sit_use_meida ul li a picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 리뷰이미지 */

/* 리뷰 */
.pro_tagg {
  color: #72767e;
  font-size: 10px;
  margin-right: 7px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 2px 5px;
  height: 16px;
  display: inline-block;
  width: max-content;
  background: #f3f3f3;
}
.chch_wr {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #afd;
}
.photoreview_only_wr {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 10px;
  padding-bottom: 20px;
}

.dr_review_reply_wr {
  width: calc(70% + 55px);
  height: auto;
  margin: 10px 15px;
  display: none;
}
.dr_review_reply_wr.daf {
  display: block;
}
.dr_review_reply_wr > div {
  position: relative;
  min-height: 30px;
  padding: 10px;
  padding-bottom: 30px;
  border: 1px solid #e5e5e5;
}
.dr_review_reply_wr > div > section {
  word-break: break-word;
  width: 100%;
  padding: 15px;
  display: inline-block;
  border-radius: 0px 10px 10px 10px;
  color: #575757;
}
.dr_review_reply_wr > div > section > p {
  color: #292929c2;
  font-size: 12px;
}
.dr_review_reply_wr > div > section > article {
  word-break: break-word;
  width: 100%;
  padding: 15px;
  display: inline-block;
  background: #f2f2f2;
  border-radius: 0px 10px 10px 10px;
  color: #575757;
  font-size: 14px !important;
}

section.dr_re_review {
  padding: 20px 0;
}
section.dr_re_review:last-child {
  border-bottom: 1px solid #ddd;
}
section.dr_re_review.notsee {
  display: none;
}
ol#sit_use_ol.pc_only.notsee {
  border: 0;
}

#pcpc_only #itemuse {
  /* border-bottom: 1px solid #ddd; */
  padding-bottom: 20px;
  margin-bottom: 150px;
}

span.score_number_font {
  font-weight: 700;
  line-height: 1;
}
.dr_re_reveiw_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #000;
}
.dr_re_reveiw_tab .dr_re_review_list {
  display: flex;
  flex-wrap: nowrap;
  gap: 1em;
  padding: 20px 0;
}
.dr_re_reveiw_tab .dr_re_review_list li a {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.05rem;
  font-size: 16px;
  color: #828282;
}
.dr_re_reveiw_tab .dr_re_review_list li a.review_select {
  font-weight: bold;
  color: #000;
}
.dr_re_reveiw_tab button {
  /* display: flex */
  display: none;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4px;
}
.dr_re_reveiw_tab button span {
  font-size: 16px;
}

.dr_re_reveiw_list {
  display: grid;
  grid-template-columns: 12% auto;
}
.dr_re_con1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.dr_re_con1 dl:last-child {
  margin-left: auto;
}
.dr_re_con1 dl {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.dr_re_con1 dl dt {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.5px;
  width: auto;
}
.dr_re_con1 dl:last-child dt {
  color: #828282;
  font-weight: 400;
  font-size: 14px;
}
.dr_re_con1 dl dd {
  color: #828282;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.dr_rev_stars > div {
  display: flex;
  flex-wrap: nowrap;
  height: 30px;
  align-items: flex-start;
}
.dr_rev_stars > div figure {
  margin-right: 10px;
}
.dr_rev_stars > div figure img {
  vertical-align: top;
}
.dr_review_txt img {
  width: 100%;
  height: 100%;
  max-width: 130px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-right: 5px;
  margin-top: 20px;
}
.dr_review_txt a.view_image img {
  width: 100%;
  height: 100%;
  max-width: 130px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-right: 5px;
  margin-top: 20px;
}
.dr_review_more {
  margin-bottom: 70px;
  padding-top: 30px;
}
.dr_review_more a {
  display: block;
  width: 100%;
  height: 100%;
  height: 53px;
  line-height: 53px;
  box-sizing: border-box;
  border-radius: 0.5rem;
  border: 0.1rem solid #828282;
  text-align: center;
}

.dr_review_txt {
  margin-top: 10px;
}
.dr_review_ect {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.dr_review_ect a:nth-child(1) {
  background-color: transparent;
  cursor: pointer;
  width: auto;
  border-radius: 20px;
  border: 1px solid #eaeaea;
  display: inline-flex;
  padding: 10px 16px;
  align-items: center;
  gap: 4px;
  height: 35px;
  color: #888;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: -0.05rem;
}
.dr_review_ect a:nth-child(2) {
  display: flex;
  width: auto;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #888;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: -0.5px;
}
.dr_review_ect a:nth-child(3) {
  margin-left: auto;
  color: #999;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.3125px;
}
/* 리뷰 */

/* 리뷰픽 */
#review_pick_ul li a picture img {
  width: 100% !important;
}
/* 리뷰픽 */

.mobile_review_txt img {
  max-width: 100%;
  width: 7.7rem;
  height: auto;
  aspect-ratio: 1/1;
}

/* 상품정보 어쩌구 */
#sit_info {
  min-height: 0px;
}
/* #sit_dex details{color: #000000;font-weight: 400;padding: 24px 0;line-height: 1.0; border-top: 1px solid #eeeeee;position: relative;font-size: 16px;cursor: pointer;}
#sit_dex details > div{margin-top: 20px;padding-top: 20px;border-top: 1px solid #eeeeee;}
#sit_dex details summary{list-style-type: none;display: flex;flex-wrap: wrap;align-items: center;}
#sit_dex details summary::-webkit-details-markerr {display: none}
#sit_dex details summary > div{margin-left: auto;display: flex;flex-wrap: nowrap;align-items: center;}
#sit_dex details summary > div > span{margin-left: auto;font-size: 24px;font-weight:200;color:#000;line-height: 15px;height: 15px;overflow: hidden;}
#sit_dex details summary > div > span:first-child{display: block;}
#sit_dex details summary > div > span:last-child{display: none;}
#sit_dex details[open] summary > div > span:first-child{display: none;}
#sit_dex details[open] summary > div > span:last-child{display: block;}
#sit_dex details > div > h3, #sit_dex details > div > p, #sit_dex details > div > div > p{font-size: 15px!important;line-height: 1.5;color: #555555!important;letter-spacing: -0.4px !important;} */
#sit_dex aside {
  color: #000000;
  font-weight: 400;
  line-height: 1;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
#sit_dex aside > p {
  color: #000000;
  font-weight: 400;
  padding: 24px 0;
  line-height: 1;
  align-items: center;
  border-top: 1px solid #eeeeee;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  font-size: 16px;
  cursor: pointer;
}
#sit_dex aside > p > span {
  margin-left: auto;
  font-size: 24px;
  font-weight: 200;
  color: #000;
  line-height: 15px;
  height: 15px;
  overflow: hidden;
}
#sit_dex aside > div {
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
  padding-bottom: 20px;
}
#sit_dex aside > p > span:first-child {
  display: block;
}
#sit_dex aside > p > span:last-child {
  display: none;
}
#sit_dex aside > p.act > span:first-child {
  display: none;
}
#sit_dex aside > p.act > span:last-child {
  display: block;
}
#sit_dex details > div > h3,
#sit_dex details > div > p,
#sit_dex details > div > div > p {
  font-size: 15px !important;
  line-height: 1.5;
  color: #555555 !important;
  letter-spacing: -0.4px !important;
}
#sit_inf_open {
  border-top: 0px;
}
#sit_inf_open th {
  background: none;
  border-bottom: 0px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.8px;
  color: #000000;
  line-height: 1.2;
  padding-left: 0;
  padding-top: 0;
}
#sit_inf_open td {
  border-bottom: 0px;
  font-size: 15px;
  color: #555;
  padding-top: 0;
}
.dr_review_tit {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 19px;
  border-bottom: 1px solid #ddd;
}
.dr_review_tit h4 {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.5px;
}
.dr_review_tit h4 span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #222;
}
.dr_review_tit > a {
  padding: 12px 20px;
  background: #f5f5f5;
  color: #696969;
  font-size: 14px;
}
.dr_reveiw_middle {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row; /* justify-content: space-between */
  gap: 75px;
  padding: 30px 0 40px 0;
  position: relative;
  width: calc(100% - 50px);
  margin: 0 auto;
}
.dr_reveiw_middle.cjstyle {
  display: none;
}
.dr_reveiw_middle > div {
  width: calc(100% / 3 - 1em);
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 24px;
}
.dr_reveiw_middle > div p {
  color: #888;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.5px;
  font-weight: 500;
}
.dr_reveiw_middle > div > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 12px;
  width: 100%;
}
.dr_reveiw_middle > div > ul li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.dr_reveiw_middle > div > ul li > i {
  width: 15%;
  font-size: 12px;
  color: #222;
}
.dr_reveiw_middle > div > ul li:first-child > i {
  font-weight: bold;
}
.dr_reveiw_middle > div > ul li > div {
  width: 59.3%;
  height: 5px;
  background: #f6f6f6;
  position: relative;
  border-radius: 1em;
  overflow: hidden;
}
.dr_reveiw_middle > div > ul li > div div {
  position: absolute;
  width: 70%;
  background: #000;
  height: 100%;
  border-radius: 1em;
}
.dr_reveiw_middle > div > ul li:nth-child(2) > div div {
  width: 30%;
}
.dr_reveiw_middle > div > ul li:nth-child(3) > div div {
  width: 0;
}
.dr_reveiw_middle > div > ul li > span {
  width: 15%;
  font-size: 12px;
  font-family: Inter, sans-serif !important;
  font-weight: bold;
  text-align: right;
}
.dr_reveiw_middle > div > ul li > span b {
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.5px !important;
  margin-left: -1.5px;
}
.dr_reveiw_middle > .cj_mo_btnwrap {
  display: block;
  position: absolute;
  bottom: 5vh;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  width: 100%;
}
.dr_reveiw_middle > .cj_mo_btnwrap > button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.2rem;
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #666;
  box-sizing: border-box;
}
/* 상품정보 어쩌구 */

/* 상품 카테고리 페이지 시작 */
#dr_sct_selectr {
  text-align: left;
  vertical-align: middle;
  position: relative;
  z-index: 5;
  display: inline-block;
  position: relative;
  width: 73px;
  height: 23px;
  line-height: 23px;
  color: #777777;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: 400;
}
#dr_sct_selectr > span {
  line-height: 23px;
  color: #777777;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
}
#dr_sct_selectr ul {
  position: absolute;
  border: 1px solid #c6c6c6;
  padding: 10px 0 10px 12px;
  width: 100%;
  height: auto;
  left: 0;
  top: 26px;
  background: #ffffff;
  line-height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  flex-wrap: wrap;
}
#dr_sct_selectr.on ul {
  display: block;
}
#dr_sct_selectr > span > span {
  transform: rotate(0deg);
  transition: 0.3s;
}
#dr_sct_selectr > span > span.on {
  transform: rotate(180deg);
  transition: 0.3s;
}
#dr_sct_selectr ul li {
  color: #777777;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  font-weight: 400;
  padding: 6px 0;
  width: max-content;
  height: max-content;
}
#dr_sct_selectr ul li a {
  border-left: 0px;
  padding: 0;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  font-weight: 400;
}

/* 장바구니 페이지 */
.mo_cart_banner {
  display: none;
}
aside.cart_tit {
  margin: 3vw 0;
}
.cart_tit h2 {
  font-weight: 700;
  color: #000;
  font-size: 25px;
  letter-spacing: -0.5px;
  line-height: 1;
  margin-bottom: 20px;
}
.tbl_head03.tbl_wrap {
  /* width: 70%; */
  display: flex;
  flex-wrap: wrap;
  height: max-content;
  flex: 1 1 0;
}
.tbl_head03.tbl_wrap > a {
  border-color: #dbdbdb;
  margin: 1vw auto 0;
  min-width: 188px;
  min-height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
}
#custom_cr_table {
  border-bottom: 1px solid #eaeaea;
}
#custom_cr_table tr th,
#custom_cr_table tr td {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 14px;
}
#custom_cr_table tr th .btn_cart_del {
  border: 0px;
}
#custom_cr_table thead tr th {
  padding: 0 0px 20px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0px;
  border-top: 0px;
}
#custom_cr_table thead tr th .btn_cart_del {
  padding: 0px;
  background-color: none;
}
#custom_cr_table thead tr th .btn_cart_del button {
  background-color: transparent;
  color: #424242;
  border: 0px;
}
#custom_cr_table thead tr th label {
  height: 20px;
  font-weight: 400;
  font-size: 15px;
  display: flex;
  flex-wrap: nowrap;
  padding-left: 0px;
  align-items: center;
  column-gap: 5px;
}
#custom_cr_table thead tr th label span {
  position: static;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
}
#custom_cr_table thead tr th input[type="checkbox"]:checked + label span {
  background-color: #000;
  border: 0;
  background: url(../img/chk.png) no-repeat 50% 50% #000;
  background-size: 13px;
}
#custom_cr_table .td_prd {
  gap: 1em;
}
#custom_cr_table .td_prd .sod_img {
  position: static;
}
#custom_cr_table tbody tr td {
  border: 0px;
}
#custom_cr_table tbody tr td.td_chk.chk_box {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1vw;
  border-top: 1px solid #424242;
}
#custom_cr_table tbody tr td.td_chk.chk_box button {
  margin-left: auto;
}
#custom_cr_table tbody tr td.td_chk.chk_box input[type="checkbox"] + label {
  margin-right: 5px;
}
#custom_cr_table
  tbody
  tr
  td.td_chk.chk_box
  input[type="checkbox"]
  + label
  span {
  background-color: #fff;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
}
#custom_cr_table
  tbody
  tr
  td.td_chk.chk_box
  input[type="checkbox"]:checked
  + label
  span {
  background-color: #000;
  width: 20px;
  height: 20px;
  border: 0px;
}
#custom_cr_table .sod_name {
  font-size: 1.15em;
  color: #000;
  font-weight: 500;
}

span.option_op_tit {
  color: #9b9b9b;
  font-weight: 400;
  font-size: 13px;
}

#sod_bsk .naverpay_wr > div:nth-child(2) a {
  padding: 0;
}

#sod_bsk_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sod_bsk #sod_bsk_tot {
  /* width: 26%; */
  border-left: 0px;
  border-right: 0px;
  padding: 2vw 0 1vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 51px;
  border-top: 1px solid #333; /* margin-left: auto */
  margin-left: 40px;
  border-bottom: 0px;
  flex: 0 0 373px;
}
#sod_bsk #sod_bsk_tot h3 {
  font-size: 24px;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0px 25px 20px;
  color: #000;
  line-height: 1;
}
#sod_bsk #sod_bsk_tot dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  box-sizing: border-box;
  padding: 0 25px;
  row-gap: 5px;
}
#sod_bsk #sod_bsk_tot dl dt {
  font-size: 15px;
}
#sod_bsk #sod_bsk_tot dl dd {
  text-align: right;
  font-weight: 500;
  color: #000000;
  font-size: 15px;
}
#sod_bsk #sod_bsk_tot dl dd::after {
  content: "원";
}
#sod_bsk #sod_bsk_tot dl dd:last-child {
  font-size: 1.2em;
  padding: 20px 0;
  border-top: 1px solid #eee;
  margin-top: 20px;
}
#sod_bsk #sod_bsk_tot dl dt:nth-child(7) {
  font-size: 1.2em;
  padding: 20px 0;
  border-top: 1px solid #eee;
  margin-top: 20px;
}
#sod_bsk #sod_bsk_tot button {
  margin-top: 20px;
  padding: 15px 0;
}
#sod_bsk #sod_bsk_tot button:last-of-type {
  border: 1px solid #c0c0c0;
  box-sizing: border-box;
  margin-top: 10px;
}
#sod_bsk #sod_bsk_tot button:last-of-type i img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
/* #sod_bsk_act{width: 60%;display: flex;flex-wrap: wrap;justify-content: center;} */

#custom_cr_table .opt_count {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: 2%;
  display: flex;
}
#custom_cr_table .opt_count input {
  width: 17px;
  border: 0px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

.dr_opiton_wrwr {
  display: flex;
  flex-wrap: wrap;
  height: 93%;
  flex-direction: column;
}
.dr_opiton_wrwr > p {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  width: auto;
  gap: 10px;
}
.dr_opiton_wrwr > p > .td_numbing {
  font-size: 15px;
  font-weight: 500;
}
.dr_opiton_wrwr > p > .td_numbing::after {
  content: "원";
}
.dr_opiton_wrwr > p > .td_numbig {
  text-decoration: line-through;
  width: max-content;
  font-size: 13px;
  letter-spacing: -0.5px;
  font-weight: 400;
  color: #9b9b9b;
}
.dr_opiton_wrwr > p > .td_numbig::after {
  content: "원";
}
#custom_cr_table .sod_option_btn .mod_options {
  border-radius: 0px;
  height: auto;
  font-size: 13px;
  font-weight: 300;
  color: #9b9b9b;
  border: 1px solid #dfdfdf;
  padding: 3px 6px;
  line-height: 1;
  letter-spacing: -0.3px;
}

.cart_ifno_sc p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* 장바구니 옵션 팝업창 리사이징및 디자인 */
#mod_option_frm #sit_opt_added .sit_opt_del {
  display: none;
}

#mod_option_frm #sit_tot_price {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 20px;
}
section#mo_shop_b {
  display: none;
}
#mod_option_frm h2 {
  background-color: #495164;
  color: #fff;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  border: 0;
  border-radius: 0;
}
#mod_option_frm .btn_confirm .btn_close {
  width: 35px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #495164;
  color: #fff;
}
#sod_bsk_list #mod_option_frm {
  border-radius: 0px;
  max-width: none !important;
  width: 450px;
  position: absolute;
  z-index: 2;
  top: 15%;
  margin-top: 50px;
  left: 18.5vw;
  border: 1px solid #757575;
}
#sod_bsk_list #mod_option_frm #sit_opt_added li .opt_count {
  flex-wrap: nowrap;
}
#sod_bsk_list [class~="mod_option_bg"] {
  background: none;
  display: none;
}
.option_wr h3 {
  font-size: 12px;
  color: #353535;
  font-weight: bold;
  margin-bottom: 0;
}
.option_wr h4 {
  color: #353535;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1;
}
.option_wr > p {
  border-bottom: 1px dotted #000;
  padding-bottom: 10px;
  font-size: 12px;
  color: #757575;
  margin-top: 2px;
}
.option_wr label {
  margin: 0;
}
.get_item_options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* margin-top: 10px; */
  width: 100%;
}
.get_item_options > span {
  width: inherit;
}
#sod_bsk_list #mod_option_frm [class~="option_wr"] select {
  height: 24px;
  border-color: #d4d4d4;
  font-size: 12px;
}
#mod_option_frm [class~="btn_confirm"] {
  margin-top: 10px;
  width: 100%;
  margin-right: 0;
  float: none;
  margin-left: 0;
  margin-bottom: 0;
  padding: 9px 0;
  background: #fbfafa;
  border-top: 1px solid #d7d5d5;
}
#mod_option_frm [class~="btn_confirm"] > button:first-child {
  background: #495164;
  font-size: 12px;
  font-weight: 400;
}
#mod_option_frm [class~="btn_confirm"] > button:nth-child(2) {
  font-size: 12px;
  font-weight: 400; /* color: #000; */
  border-color: #d4d4d4;
}

/* naverpay 추가 */
.cart-naverpay .npay_storebtn_bx,
.itemform-naverpay .npay_storebtn_bx {
  width: 100% !important;
}
/* naverpay 추가 */
/* 장바구니 페이지 */

/*인기카테고리 */
.sct.sct_10.lists-row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.sct.sct_10.lists-row > li {
  width: 100% !important;
}

.sct_10 .sct_disc {
  z-index: 1;
  display: none;
}
/*인기카테고리 */

/* login페이지 로그인페이지 */
/* #drcure_login .mbskin{width: 390px;} */
#drcure_login .mbskin {
  width: 100%;
  margin-top: 0px;
}
#drcure_login h2.login_tit {
  margin: 57px 0 30px;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  color: #111;
}
#drcure_login h2.login_tit b {
  color: #000;
}
#drcure_login .dr_id_wrwr,
#drcure_login .dr_psw_wrwr {
  display: flex;
  border-bottom: 1px solid #666;
}
#drcure_login .dr_id_wrwr > label,
#drcure_login .dr_psw_wrwr > label {
  overflow: visible !important;
  font-size: 1.16em;
  flex: 60px 0 0;
  line-height: 58px;
  text-align: left;
}
#drcure_login .dr_id_wrwr > input,
#drcure_login .dr_psw_wrwr > input {
  border: 0px;
}
#drcure_login .mbskin .mbskin_box {
  border: 0px;
}
#drcure_login #mb_login h1 {
  overflow: visible;
  font-size: 25px;
  position: static;
  line-height: 1;
  font-weight: 500;
  color: #000;
  margin-bottom: 45px;
}
#drcure_login #mb_login #sns_login {
  padding: 0;
  border: 0;
}
p.cj_style_p {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.2em;
  margin-bottom: 1em;
}
p.cj_style_p span {
  font-size: 1.1em;
  font-weight: 300;
  color: #ddd;
}
#drcure_login #mb_login #sns_login .sns-icon {
  border-bottom: 0px;
  padding: 0;
  font-size: 16px;
  width: 100%;
  float: none;
  margin-right: 0 !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  height: 2.5em;
  justify-content: center;
  margin-bottom: 10px;
}
#drcure_login #mb_login #sns_login .sns-icon .txt {
  font-weight: 400;
  line-height: 0.97;
  font-size: 16px;
}
#drcure_login #mb_login #sns_login .sns-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#drcure_login #mb_login #sns_login:after {
  display: none;
}
#drcure_login #mb_login #sns_login .sns-icon:nth-child(2),
#drcure_login #mb_login #sns_login .sns-icon:nth-child(3) {
  /* width: calc(100% / 2 - 0.2em); */
  background: none;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#drcure_login #mb_login #login_fs .frm_input {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  height: 58px;
  line-height: 58px;
}
#drcure_login #mb_login #sns_login .sns-icon:nth-child(2) {
  background: #03c75a;
}
#drcure_login #mb_login #sns_login .sns-icon:nth-child(2) .txt {
  color: #fff;
}
#drcure_login #login_fs {
  padding: 0px;
}

.login_line {
  position: relative;
  padding: 0;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.login_line hr {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 0;
  margin: 0;
  background-color: #eaeaea;
  height: 1px;
  border: 0;
}
.login_line p {
  display: block;
  line-height: 1;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 10px;
}
#drcure_login #mb_login #login_fs .frm_input {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  height: 58px;
  line-height: 58px;
  margin-bottom: 0px;
}
#drcure_login #mb_login #login_fs .frm_input[type="text"] {
  font-size: 1.16em;
}
#drcure_login .login_if_lpl {
  float: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 1em;
  justify-content: center;
  margin-bottom: 3em;
}
#drcure_login .login_if_lpl a {
  font-size: 1.2em;
  text-decoration: none;
}
#drcure_login .login_if_lpl a:first-child:after {
  content: "|";
  display: inline-block;
  font-size: 0.9em;
  margin-left: 1em;
  color: #ccc;
}
#drcure_login #login_info {
  padding: 20px 0 25px;
  display: flex;
  flex-wrap: nowrap;
  gap: 2.43em;
}

#login_info .login_if_auto label {
  font-size: 1.2em;
  float: unset;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  line-height: 1;
  align-items: center;
}
#login_info .login_if_auto label > span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  top: 0;
}
#login_info .login_id_sav label > span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  top: 0;
}
/* 1. 체크박스 숨기기 */
#drcure_login .chk_box .selec_chk {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
/* 2. 라벨 기본 스타일 */
#drcure_login .chk_box label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-size: 14px; /* 필요에 따라 조정 */
  color: #333;
  padding-left: 0;
}
/* 3. span을 원형 박스로 스타일링 */
#drcure_login .chk_box label span {
  display: inline-block;
  border-radius: 50%;
  box-sizing: border-box;
  transition: background-color 0.2s, border-color 0.2s;
}
/* 4. 체크된 상태 스타일 */
#drcure_login .chk_box .selec_chk:checked + label span {
  background: url(../img/chk_re.png) no-repeat 50% 50% var(--main_red);
  background-color: var(--main_red); /* 채워질 색상 */
  border-color: var(--main_red);
  background-size: 12px; /* 테두리 색상 변경 */
}
/* 5. 호버 시 약간 강조 */
#drcure_login .chk_box label:hover span {
  border-color: var(--main_red);
}

#login_info .login_id_sav input[type="checkbox"]:checked + label span {
  border-color: var(--main_red);
}
#drcure_login #mb_login #login_fs .btn_submit {
  height: 60px;
  background: #000;
  border: 0px;
  margin-bottom: 1.6em;
  font-size: 1.72em;
  font-weight: 400;
}
.point_txt {
  color: var(--main_red);
  text-align: left;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
}

.point_txt span:first-child {
  font-size: 18px;
  margin-right: 3px;
}

/* 20250414 cjoncestyle 다시 수정 */
section#drcure_login {
  max-width: 588px;
  margin: 0 auto;
}
/* 20250414 cjoncestyle 다시 수정 */

.sns_ico_wrwr {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sns_ico_wrwr .ico {
  width: 15px;
  height: 15px;
  vertical-align: top;
}
.sns_ico_wrwr .ico img {
  width: 100%;
  height: 100%;
  display: block;
}

/* login페이지 */

/* 회원가입 */
/* section#drcurer_regi{max-width: 580px;margin: 0 auto;}
#drcurer_regi h2{font-size: 1.3em;font-weight: 500;} */
#container .register {
  max-width: 580px;
  margin: 3vw auto 0;
}
/* 회원가입 */

/* 리뷰페이지 */
section#dr_review {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#dr_review .review_cont.re01 {
  margin-bottom: 60px;
}
#dr_review .review_cont.re01 figure:first-child {
  width: 100%;
  height: auto;
  aspect-ratio: 3/1;
  background: #f6f6f6;
}
#dr_review .review_cont.re01 figure:first-child picture {
  width: 100%;
  height: 100%;
  display: block;
}
#dr_review .review_cont.re01 figure:first-child picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#dr_review .review_cont.re01 figure:last-child {
  width: 100%;
  height: auto;
}
#dr_review .review_cont.re01 figure:last-child iframe {
  aspect-ratio: 7/4;
}
#dr_review .review_cont.re01 figure:last-child a {
  box-sizing: border-box;
  padding: 1em;
  border-radius: 2em;
  border: 1px solid var(--main_red);
  display: block;
  text-align: center;
  color: var(--main_red);
  font-weight: 600;
}
#dr_review .review_cont.re02 h2 {
  font-size: 1.5em;
  overflow: unset;
  width: auto;
  height: auto;
  line-height: 1;
  font-weight: 500;
}
#dr_review #bo_gall #gall_ul {
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  gap: 1em;
}
#dr_review #bo_gall #gall_ul li {
  margin: 0px;
  width: auto;
  float: none;
  padding: 0px;
}
#dr_review #bo_gall .gall_text_href {
  border-bottom: 0px;
  padding: 10px 0;
}
#dr_review #bo_gall .gall_text_href .bo_tit {
  display: flex;
  flex-wrap: wrap;
}
#dr_review #bo_gall .new_icon {
  display: none;
}
#dr_review.review_cont.re03 {
  margin-top: 1em;
}
#dr_review .review_cont.re03 h2 {
  font-size: 1.3em;
  border-bottom: 1px solid #ddd;
}
#dr_review .review_cont.re03 ul li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
span.re_more {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 3px 10px;
  display: flex;
  flex-wrap: wrap;
  width: max-content;
  font-size: 12px;
}
span.sp_tit {
  color: #696969;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}
/* 리뷰페이지 */

/* 제품사용법 */
#product_ex {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#product_ex #ctt_con {
  padding-bottom: 0px;
  padding-top: 2vw;
}
#product_ex nav {
  margin-top: 114px;
}

#product_ex nav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
#product_ex nav > ul li {
  width: max-content;
  height: auto;
  display: block;
}
#product_ex nav > ul li a {
  width: 70px;
  height: auto;
  text-align: center;
  display: block;
  word-break: keep-all;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  color: #a0a0a0;
}
#product_ex nav > ul li.pro_act a {
  font-weight: 700;
  color: #000;
}
#product_ex nav > ul li.pro_act a picture {
  border: 2px solid #333;
}
#product_ex nav > ul li a picture {
  width: 70px;
  height: auto;
  aspect-ratio: 1/1;
  background: #e2e2e2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 14px;
}
#product_ex nav > ul li a picture img {
  width: auto;
  height: 100px;
  display: block;
  margin-top: 20px;
}
#product_ex nav > ul li:nth-child(2) a picture img,
#product_ex nav > ul li:nth-child(7) a picture img {
  width: auto;
  height: 37px;
  display: block;
  margin-top: 0;
}
#product_ex .product_thum {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}
#product_ex .product_thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

figure.q_guide_banner {
  width: 100%;
  height: auto;
  aspect-ratio: 750 / 479;
  background: #fff;
  padding-top: 22.5px;
}
figure.q_guide_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cttinner {
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 0;
  backdrop-filter: blur(21px);
  box-shadow: inset 1px 1px 2px 0 #ffffff;
  min-height: 217px;
  min-width: 280px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  height: max-content;
  width: 90%;
  padding: 0px 15%;
  border-top-left-radius: 25px;
}
.cttinner p {
  position: relative;
  padding-left: 15px;
}
.cttinner p:first-child::before {
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  position: absolute;
  background-color: #00da3a;
  border-radius: 50%;
}
.quick_banner_wrwr {
  border-top: 8.5px solid #f8f8f8;
}
.toggle_type_001 {
  background: #fff;
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.toggle_type_001 p {
  font-size: 16px;
  letter-spacing: -1px;
  color: #000000;
  line-height: 1.48;
}
.toggle_type_001 ul {
  display: flex;
  flex-wrap: wrap;
  background: #f2f2f2;
  width: max-content;
  height: 43px;
  align-items: center;
  border-radius: 22px;
  overflow: hidden;
}
.toggle_type_001 ul li {
  height: 100%;
}
.toggle_type_001 ul li.tab_act {
  background: #000;
  border-radius: 22px;
}
.toggle_type_001 ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  width: max-content;
  padding: 0 1em;
  border-radius: 22px;
}
.product_faq_wr {
  background-color: #fff;
  margin-top: 10px;
  padding: 10px 15px 100px;
  box-sizing: border-box;
}
.toggle_type_001 ul li.tab_act a {
  color: #fff;
}
.product_faq_wr P {
  padding-bottom: 10px;
}
.product_faq_wr P::before {
  content: "Q";
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  width: 23px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #000;
  text-align: center;
  border-radius: 50%;
}
.product_faq_wr P:nth-child(2n) {
  margin: 0 auto 2em;
  width: 90%;
  padding-bottom: 0px;
  padding-top: 10px;
  border-bottom: 0px;
  border-top: 1px solid #f0f0f0;
}
.product_faq_wr P:nth-child(2n)::before {
  display: none;
}

/* 제품사용법 */

/* 상품안내 */
#sit_dvr {
  margin-top: 0px;
  margin-bottom: 20px;
}
#sit_ex {
  margin: 0;
}
/* 상품안내 */

/* drcurer */
#dr_cr_qa {
  width: 100%;
  margin: 55px auto 0;
}
#dr_cr_qa #bo_w {
  margin-top: 2vw;
}
/* drcurer */

/* 검색페이지 리디자인 */
#ssch.dr_search_renwel {
  margin: 65px 0;
}
#ssch.dr_search_renwel #ssch_frm {
  border: 0px;
  margin-bottom: 68px;
}
#ssch.dr_search_renwel .ssch_scharea {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 432px; /* justify-content: center */
  width: max-content;
  margin: 0 auto;
  border-bottom: 2px solid #000000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-sizing: border-box;
}
#ssch.dr_search_renwel .ssch_scharea > span {
  font-size: 14px;
  letter-spacing: -1px;
  color: #000000;
  font-weight: 500;
}
#ssch.dr_search_renwel .ssch_scharea > span b {
  color: var(--main_red);
}
#ssch.dr_search_renwel #ssch_frm .ssch_scharea .ssch_input {
  border: 0px;
  box-shadow: none;
  width: 60%;
  padding: 0;
  height: 57px;
}
#ssch.dr_search_renwel #ssch_frm .ssch_scharea input[type="text"] {
  font-size: 24px;
}
#ssch.dr_search_renwel .ssch_scharea > span,
#ssch.dr_search_renwel .ssch_scharea > button {
  margin-left: auto;
}
#search_pp_wr ul li {
  margin-right: 10px;
}
#search_pp_wr ul li a {
  display: flex;
  align-items: center;
  height: 34px;
  border-radius: 17px;
  border: solid 1px var(--main_red);
  box-sizing: border-box;
  padding: 0 15px 0 14px;
  line-height: 1;
  font-size: 13px;
}
#search_pp_wr ul li a::before {
  display: inline-block;
  color: var(--main_red);
  margin-right: 5px;
}
#search_pp_wr ul li:nth-child(1) a::before {
  content: "1";
}
#search_pp_wr ul li:nth-child(2) a::before {
  content: "2";
}
#search_pp_wr ul li:nth-child(3) a::before {
  content: "3";
}
#search_pp_wr ul li:nth-child(4) a::before {
  content: "4";
}
#search_pp_wr ul li:nth-child(5) a::before {
  content: "5";
}
#search_pp_wr ul li:nth-child(6) a::before {
  content: "6";
}
#search_pp_wr ul li:nth-child(7) a::before {
  content: "7";
}
#search_pp_wr ul li:nth-child(8) a::before {
  content: "8";
}
#search_pp_wr ul li:nth-child(9) a::before {
  content: "9";
}
#search_pp_wr ul li:nth-child(10) a::before {
  content: "10";
}
#suggest_cate > h3 {
  font-size: 15px;
}
#suggest_cate > .cate_swr {
  width: 100%;
  overflow-x: clip;
}
/* #suggest_cate > .cate_swr > ul{} */
#suggest_cate > .cate_swr > ul > li {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% / 5 - 13px);
  height: auto;
  aspect-ratio: 230/135;
  background-color: #eaeaea;
  border-radius: 10px;
  overflow: hidden;
}
#suggest_cate > .cate_swr > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
#suggest_cate > .cate_swr > ul > li > a p {
  margin-left: 10px;
  margin-top: 10px;
  z-index: 2;
  position: relative;
}
#suggest_cate > .cate_swr > ul > li > a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
#dr_search_select_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 76px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
}
.dr_search_select {
  text-align: left;
  vertical-align: middle;
  position: relative;
  z-index: 5;
  display: inline-block;
  position: relative;
  width: 86px;
  height: 23px;
  line-height: 23px;
  color: #777777;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: 400;
  margin-left: auto;
}
.dr_search_select ul {
  display: none;
  position: absolute;
  border: 1px solid #c6c6c6;
  padding: 10px;
  width: max-content;
  height: auto;
  left: 0;
  background: #ffffff;
  line-height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dr_search_select ul li {
  color: #777777;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  font-weight: 400;
  padding: 6px 0;
}
#search_pp_wr {
  margin-bottom: 38px;
}
#search_pp_wr h3 {
  margin-bottom: 13px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -1px;
}
#suggest_cate h3 {
  margin-bottom: 13px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -1px;
}

#dr_search_result_list .sct.sct_10.lists-row {
  margin-top: 40px;
}

#notice_search_wr input {
  height: 57px;
  width: 340px;
  border: 1px solid #d8d8d8;
  color: #000;
  background: #fafafa;
  font-size: 14px;
  text-indent: 5px;
  font-weight: 400;
}
#notice_search_wr input::placeholder {
  color: #a4a4a4;
}
#bo_list #bo_btn_top {
  margin-bottom: 70px;
}
.tbl_head01 td {
  padding-top: 24px;
  padding-bottom: 24px;
}
/* 검색페이지 리디자인 */

/* 공지사항 */
#bo_list > h2 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 1;
}
#bo_list .tbl_head01 thead th {
  border-top: 1px solid #000;
  font-weight: 400;
  font-size: 13px;
  color: #696969;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 15px;
  border-bottom-color: #dedede;
}
.tbl_head01 td {
  border-color: #dedede;
}
td.td_name.sv_use {
  font-weight: 300;
}
#bo_list .td_num2 {
  font-weight: 300;
}
.bo_notice .notice_icon {
  font-weight: 400;
  font-size: 13px;
}
#bo_list .td_num2 .notice_icon {
  font-weight: 300;
}
tr.bo_notice .td_subject a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.dr_list_page_custom .pg_wrap {
  margin-top: 80px;
}
.dr_list_page_custom .pg_page {
  background: none;
  border: none;
  font-size: 15px;
  line-height: 15px;
  height: 15px;
}
.dr_list_page_custom .pg_start {
  background: url(../img/dr_btn_start.png) no-repeat 0 0 / contain;
  width: 10px;
  height: 15px;
}
.dr_list_page_custom .pg_end {
  background: url(../img/dr_btn_end.png) no-repeat 0 0 / contain;
  width: 10px;
  height: 15px;
}
.dr_list_page_custom .pg_current {
  background: none;
  border: none;
  color: #000;
  font-size: 15px;
  line-height: 15px;
  height: 15px;
}
/* 공지사항 */

/* FAQ */
#faq_wrap li h3 .tit_bg {
  font-weight: 400;
  left: 10px;
  font-size: 15px;
  top: 24px;
}
#faq_wrap li h3 {
  padding-left: 30px;
  padding-top: 23px;
  padding-bottom: 23px;
}
#bo_cate h2 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
#faq_wrap li h3 .tit_btn {
  top: 24px;
}
#bo_cate {
  margin-top: 78px;
  margin-bottom: 30px;
}
#faq_sch {
  padding: 25px 0;
}
#faq_sch .frm_input {
  font-size: 13px;
  text-indent: 11px;
  font-weight: 400;
  border: 1px solid #eaeaea;
  border-radius: 0px;
}
#faq_sch .frm_input::placeholder {
  color: #a4a4a4;
}
#faq_wrap li,
#faq_wrap li:first-child {
  border-bottom: 1px solid #dedede;
}
#faq_wrap li > h3 > a > p > span,
#faq_wrap li > h3 > a > p {
  font-family: inherit !important;
  font-size: 15px !important;
  color: #000;
}
#faq_wrap li h3.faq_li_open a * {
  color: #000;
}
#faq_con .con_inner p > span {
  font-family: inherit !important;
  font-size: 14px !important;
  color: #424242;
  font-weight: 300 !important;
  line-height: 21px;
}
ul#bo_cate_ul.fq_ul li a {
  line-height: 0.7;
}
/* FAQ */

/* 1:1문의 */
#bo_list .pc_txt_rdy {
  font-family: inherit !important;
  letter-spacing: -0.4px;
  color: #696969;
  border: 1px solid #696969;
  border-radius: 16px;
  margin-right: 10px;
  font-size: 12px;
  padding: 2px 4px 4px;
  text-align: center;
  line-height: normal;
  height: unset;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#bo_list .mo_txt_rdy {
  display: none;
}
span.new_list {
  width: 15px;
}
span.new_list img {
  width: 100%;
}
#dr_review_click {
  background: #424242;
  color: #fff;
  width: 156px;
  height: 52px;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
}
#ans_msg {
  background-color: #f4f4f4;
  border-radius: 5px;
}
#dr_review_click.mobile_qq {
  display: none;
}
.mobile_td_info {
  display: none;
}
/* 1:1문의 */

/* mypage */
.dr_mypage_top {
  margin: 62px 0 40px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  background: #ffffff;
  color: #424242;
}
.dr_mypage_top > div {
  padding: 40px 30px;
  position: relative;
}
.dr_mypage_top .dr_mypage_inner {
}
.dr_mypage_top .dr_mypage_inner .left_mypage_cont {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #000000;
}
.dr_mypage_top .dr_mypage_inner .left_mypage_cont strong {
  font-weight: 600;
}
.dr_mypage_top .dr_mypage_inner .right_mypage_cont {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  text-align: right;
}
.dr_mypage_top .dr_mypage_inner .right_mypage_cont .right_info_list {
  border-right: 1px solid #eaeaea;
  display: inline-block;
  width: 145px;
  text-align: center;
  vertical-align: top;
  position: relative;
  line-height: 1;
}
.dr_mypage_top .dr_mypage_inner .right_mypage_cont .right_info_list:last-child {
  border-right: 0;
}
.dr_mypage_top .dr_mypage_inner .right_mypage_cont .right_info_list a .ico {
  height: 20px;
}
.dr_mypage_top .dr_mypage_inner .right_mypage_cont .right_info_list a .ico img {
  height: 100%;
}
.dr_mypage_top .dr_mypage_inner .right_mypage_cont .right_info_list a .txt {
  padding: 12px 0 5px 0;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #696969;
  line-height: 1;
}
.dr_mypage_top
  .dr_mypage_inner
  .right_mypage_cont
  .right_info_list
  a
  .right_info_count
  span {
  font-size: 22px;
  letter-spacing: -0.5px;
  color: #000000;
}
.dr_grade {
  color: #c8002f;
  font-weight: 600;
}

#dr_mypage_bottom #smb_my {
  display: flex;
  flex-wrap: wrap;
}
#dr_mypage_bottom #smb_my #dr_smb_my_ov {
  box-sizing: border-box;
  flex: 0 0 260px;
  padding: 0 0 30px;
}
#dr_mypage_bottom #smb_my #dr_smb_my_ov .smb_top {
  margin-bottom: 16px;
}
#dr_mypage_bottom #smb_my #dr_smb_my_ov .smb_top > a {
  display: flex;
  padding: 0 0;
  line-height: 46px;
  height: 46px;
  border-radius: 6px;
  background: #c8002f;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-align: center;
  justify-content: center;
  gap: 5px;
  align-items: center;
}
#dr_mypage_bottom #smb_my #dr_smb_my_ov .smb_top > a > i {
  width: 20px;
}
#dr_mypage_bottom #smb_my #dr_smb_my_ov .smb_top > a > i > img {
  width: 100%;
}
#dr_mypage_bottom #smb_my #dr_smb_my_ov .smb_middle {
}
#dr_mypage_bottom #smb_my #dr_smb_my_ov .smb_middle ul:first-child {
  padding-bottom: 18px;
}
#dr_mypage_bottom #smb_my #dr_smb_my_ov .smb_middle ul:last-child {
  border-top: 1px solid #eaeaea;
  padding: 18px 0;
}
#dr_mypage_bottom #smb_my #smb_my_list .smb_my_more a {
  background-image: none;
}
#dr_mypage_bottom #smb_my:after {
  display: none;
}
/* #dr_mypage_bottom #smb_my #dr_smb_my_ov .smb_middle ul{padding: 18px 0;} */
#dr_mypage_bottom #smb_my #dr_smb_my_ov .smb_middle ul li {
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #c4c4c4;
}
#dr_mypage_bottom #smb_my #dr_smb_my_ov .smb_middle ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  display: block;
  position: relative;
}
#dr_mypage_bottom #smb_my #smb_my_list {
  box-sizing: border-box;
  flex: 1 1 0;
  padding-left: 58px;
  padding-bottom: 30px;
}
#dr_mypage_bottom #smb_my #smb_my_list #smb_my_od h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #000;
}
#dr_mypage_bottom #smb_my #smb_my_list #smb_my_wish h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #000;
}
#dr_mypage_bottom #smb_my #smb_my_list .tbl_head03 thead th {
  border-top: 2px solid #000000;
  font-size: 13px;
  color: #696969;
  letter-spacing: -0.5px;
  line-height: 1.5;
  font-weight: 400;
  padding: 13px 0 12px;
  font-family: inherit !important;
}
#dr_mypage_bottom #smb_my #smb_my_list .tbl_head03 tbody td {
  border-right: 0px;
  border-left: 0px;
  padding: 40px 0;
  text-align: center !important;
  line-height: 1;
  border-top: 0px;
  font-family: inherit !important;
}
#dr_mypage_bottom #smb_my #smb_my_list .tbl_head03 tbody td.dr_order_td_info {
  font-weight: 500;
  color: #000;
  text-align: left !important;
  font-size: 14px;
}
#dr_mypage_bottom
  #smb_my
  #smb_my_list
  .tbl_head03
  tbody
  td.dr_order_td_info
  span {
  display: block;
  color: #696969;
  font-weight: 300;
  line-height: 2.5;
  font-size: 13px;
}

/* mypage */

/* 주문내역 */
#dr_cure_orderlist {
  margin-top: 50px;
}
#dr_cure_orderlist #sod_v {
  margin-bottom: 0px;
}
#dr_cure_orderlist #sod_v > h2 {
  margin: 0 0 50px;
  font-size: 24px;
  font-weight: 600;
}
#dr_cure_orderlist .tbl_head03 thead th {
  border-top: 2px solid #000000;
  font-size: 13px;
  color: #696969;
  letter-spacing: -0.5px;
  line-height: 1.5;
  font-weight: 400;
  padding: 13px 0 12px;
  font-family: inherit !important;
}
#dr_cure_orderlist .tbl_head03 tbody td {
  border-right: 0px;
  border-left: 0px;
  padding: 40px 0;
  text-align: center !important;
  line-height: 1;
  border-top: 0px;
  font-family: inherit !important;
}
#dr_cure_orderlist .tbl_head03 tbody td.dr_order_td_info {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
#dr_cure_orderlist .tbl_head03 tbody td.dr_order_td_info span {
  display: block;
  color: #696969;
  font-weight: 300;
  line-height: 2.5;
  font-size: 13px;
}
/* 주문내역 */

/* 상품 주문 내역서 */
#dr_sod_fin {
  margin-top: 50px;
}

/* 상품 주문 내역서 */

/* 주문상세페이지 */
#sod_frm {
  margin-top: 3vw;
}
/* 주문상세페이지 */

/* mypage-리뷰페이지 */
#dr_renweal_review_mymy {
  margin-top: 64px;
}
#dr_renweal_review_mymy > .path {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  line-height: 30px;
  margin-bottom: 30px;
}
#dr_renweal_review_mymy > .path > h2 {
  display: inline-block;
  padding: 0 0 0 0;
  font-weight: 500;
  color: #0e0e0e;
  font-size: 18px;
}
#dr_renweal_review_mymy > .path > ol {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
#dr_renweal_review_mymy > .path > ol > li {
  width: max-content;
  font-size: 12px;
  color: #888;
}
#dr_renweal_review_mymy > .path > ol > li::after {
  content: "〉";
  margin-left: 10px;
}
#dr_renweal_review_mymy > .path > ol > li:last-child::after {
  display: none;
}
#dr_renweal_review_mymy > .path > ol > li > strong {
  color: #333333;
}
.dr_mypage_review_wr {
}
.dr_review_area {
  padding: 10px 0;
}
.dr_review_area > div.content {
  display: none;
}
.dr_review_area > div.content > p.no_data {
  font-size: 16px;
  text-align: center;
  padding: 198px 0;
}
.dr_review_area > div.content.act {
  display: block;
}
.dr_mypage_review_wr #dr_mp_tab {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.dr_mypage_review_wr #dr_mp_tab > ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
}
.dr_mypage_review_wr #dr_mp_tab > ul li {
  flex: 1;
}
.dr_mypage_review_wr #dr_mp_tab > ul li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: #575757;
}
.dr_mypage_review_wr #dr_mp_tab > ul li.act a {
  border-bottom: 3px solid #c20f2f;
  color: #c20f2f;
}

#dr_review_writing {
  width: 100%;
  height: max-content;
}
#dr_review_writing .dr_review_list2 {
  padding: 20px 20px 20px 30px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
#dr_review_writing .dr_review_list2 > picture {
  flex-grow: 0.2;
}
#dr_review_writing .dr_review_list2 > div {
  flex-grow: 3;
}
#dr_review_writing .dr_review_list2 > div:last-child {
  flex-grow: initial;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
#dr_review_writing .dr_review_list2 > div:last-child > a:first-child {
  width: 100px;
  height: 36px;
  vertical-align: middle;
  padding: 0;
  background-color: #fbfbfb;
  border: 1px solid var(--main_red);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
  color: var(--main_red);
  outline: none;
  cursor: pointer;
  text-align: center;
  line-height: 36px;
}
#dr_review_writing .dr_review_list2 > div:last-child > a:last-child {
  color: var(--main_red);
  display: block;
  margin-top: 20px;
}
#dr_review_writing .dr_review_list2 > picture > img {
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #eee;
  display: block;
}
#dr_review_writing .dr_review_list2 .proitem_review_tit {
  font-size: 14px;
  color: #111111;
  overflow: hidden;
  font-weight: bold;
  line-height: 17px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#dr_review_writing .dr_review_list2 .proitem_date {
  margin-top: 32px;
  font-size: 12px;
  font-weight: normal;
  color: #888;
  line-height: 15px;
  letter-spacing: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#dr_review_writing .dr_review_list2 .proitem_review_sct {
  margin-top: 5px;
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
  color: #111;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* mypage-리뷰페이지 */

.mobile_underline {
  text-decoration: underline;
  color: #666 !important;
}

/* 사용후기 */
#review_dialog {
  align-items: center;
  justify-content: center;
}
#review_dialog .review_wr_modal {
  width: 100%;
  max-width: 520px;
  height: 95%;
  background-color: #fff;
  overflow-y: auto;
}
#review_dialog .review_wr_modal::-webkit-scrollbar {
  display: none;
}
#review_dialog .review_wr_modal .modal_inner {
  height: 100%;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.situsemediaul {
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 10px;
}
.situsemediaul::-webkit-scrollbar {
  display: none;
}
.situsemediaul li {
  flex: 0 0 auto;
}
.situsemediaul img {
  -webkit-user-drag: none; /* WebKit 계열 */
  user-drag: none; /* 표준 속성 (아직 지원 제한적) */
  user-select: none; /* 텍스트 선택 방지 */
}
.situsemediaul li a {
  -webkit-user-drag: none; /* WebKit 계열 */
  user-drag: none; /* 표준 속성 (아직 지원 제한적) */
  user-select: none; /* 텍스트 선택 방지 */
}
#situsemediaul_popup .situsemedialul_popup_wr {
  width: 100%;
  height: auto;
  max-width: 520px;
  aspect-ratio: 1/1;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
#situsemediaul_popup .situsemedialul_popup_wr > ul {
  width: max-content;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}
#situsemediaul_popup .situsemedialul_popup_wr > ul > li {
  width: 100%;
  height: 100%;
  background-color: #fff;
  float: left;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#situsemediaul_popup .situsemedialul_popup_wr > ul > li > img {
  width: 100%;
  height: auto;
  display: block;
}
.situsemediaul_popup_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  height: max-content;
  justify-content: space-between;
}
.situsemediaul_popup_btn button {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.situsemediaul_popup_btn button span {
  color: rgba(0, 0, 0, 0.3);
  width: 8px;
  font-size: 15px;
  display: block;
}
.situsemediaul_popup_btn button:last-child span {
  text-indent: -1px;
}
/* #review_dialog .review_wr_modal .modal_inner > button{position: absolute;top:33px;right: 20px;} */
#review_dialog .review_wr_modal .modal_inner > #rm_close_btn {
  position: fixed;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: 520px;
  display: flex;
  justify-content: end;
}
#review_dialog .review_wr_modal .modal_inner > #rm_close_btn > button {
  margin-right: 30px;
}
#review_dialog .review_wr_modal .modal_inner h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  margin-bottom: 25px;
  position: static;
  padding-left: 30px;
  padding-top: 35px;
}
#review_dialog .review_wr_modal .modal_inner h4 {
  font-size: 18px;
  width: max-content;
  margin-bottom: 0;
  padding-bottom: 0;
}
#review_dialog .review_wr_modal .modal_inner .rm_info {
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  word-break: keep-all;
  display: grid;
  grid-template-columns: 100px auto;
}
#review_dialog .review_wr_modal .modal_inner .rm_info figure {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #d9d9d9;
}
#review_dialog .review_wr_modal .modal_inner .rm_info ul {
  padding-left: 10px;
}
#review_dialog .review_wr_modal .modal_inner .rm_info ul li:first-child {
  font-size: 16px;
  color: #000;
}
#review_dialog .review_wr_modal .modal_inner .rm_info ul li.if_option_tit {
  font-size: 13px;
  color: #9b9b9b;
}
#review_dialog .review_wr_modal .modal_inner .rm_star_select {
  padding: 20px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}
#review_dialog .review_wr_modal .modal_inner .rm_txt_edit {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  padding: 35px 30px;
  box-sizing: border-box;
}
#review_dialog .review_wr_modal .modal_inner .rm_txt_edit textarea {
  padding-left: 15px;
  line-height: 1;
  padding-top: 15px;
  width: 100%;
  height: 145px;
  background: #f4f4f4;
  border-color: #dcdcdc;
  resize: none;
}
#review_dialog .review_wr_modal .modal_inner .rm_txt_edit .input_photo_btn {
  cursor: pointer;
  border: 1px solid #dcdcdc;
  width: 100px;
  height: 50px;
  aspect-ratio: 2/1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: keep-all;
  font-size: 12px;
}
#review_dialog
  .review_wr_modal
  .modal_inner
  .rm_txt_edit
  .input_photo_btn
  span {
  font-size: 13px;
}
/* #review_dialog .review_wr_modal .modal_inner .rm_txt_edit .input_photo_btn i{width: 20px;display: block;} */
/* #review_dialog .review_wr_modal .modal_inner .rm_txt_edit .input_photo_btn i img{width: 100%;} */
#review_dialog .review_wr_modal .modal_inner .rm_txt_edit .file_box {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
}
#review_dialog .review_wr_modal .modal_inner .rm_txt_edit .file_photobox {
  width: 100%;
  overflow-x: auto;
}
#review_dialog .review_wr_modal .modal_inner .rm_txt_edit .file_photobox ul {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  gap: 10px;
}
#review_dialog .review_wr_modal .modal_inner .rm_txt_edit .file_photobox ul li {
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  background: #dfdfdf;
}
#review_dialog
  .review_wr_modal
  .modal_inner
  .rm_txt_edit
  .file_photobox
  ul
  li
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#review_dialog .review_wr_modal .modal_inner .rm_rp_wr {
  border-top: 1px solid #dcdcdc;
  padding: 35px 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}
#review_dialog .review_wr_modal .modal_inner .rm_rp_wr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
#review_dialog .review_wr_modal .modal_inner .rm_rp_wr ul li label input {
  resize: none;
  width: 180px;
  height: 40px;
}
#review_dialog .review_wr_modal .modal_inner .rm_rp_bottom_btn {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px 35px;
  gap: 10px;
}
#review_dialog .review_wr_modal .modal_inner .rm_rp_bottom_btn li a,
#review_dialog .review_wr_modal .modal_inner .rm_rp_bottom_btn li button {
  width: 220px;
  height: 45px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #dedede;
}
#review_dialog .review_wr_modal .modal_inner .rm_rp_bottom_btn li button {
  background: #000;
  border: 0px;
  color: #fff;
}
/* 별점 누르는 구간 */
#review_dialog .review_wr_modal .modal_inner .rm_star_select .rating__input {
  display: none;
}
#review_dialog .review_wr_modal .modal_inner .rm_star_select .rating {
  display: flex;
}
/* #review_dialog .review_wr_modal .modal_inner .rm_star_select .rating__label .star-icon{width: 50px;height: 50px;display: block;background-image: url("/theme/daontheme_shop03/img/review_star_emty.png");background-repeat: no-repeat;} */
#review_dialog .review_wr_modal .modal_inner .rm_star_select .rating__label {
  width: 50px;
  overflow: hidden;
  cursor: pointer;
}
#review_dialog
  .review_wr_modal
  .modal_inner
  .rm_star_select
  .rating__label
  .star-icon {
  width: 50px; /* 원본 사이즈/2 */
  height: 50px;
  display: block;
  position: relative;
  left: 0;
  background-image: url("/theme/daontheme_shop03/img/review_star_emty.png");
  background-repeat: no-repeat;
}
#review_dialog
  .review_wr_modal
  .modal_inner
  .rm_star_select
  .rating__label
  .star-icon.filled {
  background-image: url("/theme/daontheme_shop03/img/review_star_full.png");
}
#review_dialog
  .review_wr_modal
  .modal_inner
  .rm_star_select
  .rating__label--full
  .star-icon {
  background-position: right;
}
#review_dialog
  .review_wr_modal
  .modal_inner
  .rm_star_select
  .rating__label--half
  .star-icon {
  background-position: left;
}
/* 별점 누르는 구간 */
#review_dialog .review_wr_modal .modal_inner .rm_select_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 15px;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  padding: 25px;
}
#review_dialog .review_wr_modal .modal_inner .rm_select_info > article {
  display: grid;
  grid-template-columns: 93px auto;
  width: auto;
  min-width: 406px;
}
#review_dialog .review_wr_modal .modal_inner .rm_select_info > article > h5 {
  font-size: 1.1em;
  font-weight: 500;
}
#review_dialog .review_wr_modal .modal_inner .rm_select_info .rm_button_wr {
  display: flex;
  gap: 8px;
}
#review_dialog .review_wr_modal .modal_inner .rm_select_info .rmbut001 {
  gap: 8px;
  display: flex;
  justify-content: space-between;
}
#review_dialog
  .review_wr_modal
  .modal_inner
  .rm_select_info
  #sit_use_write_star::after {
  display: none;
}
#review_dialog
  .review_wr_modal
  .modal_inner
  .rm_select_info
  #sit_use_write_star
  li {
  float: none;
  width: unset;
  cursor: pointer;
}
/* #review_dialog .review_wr_modal .modal_inner .rm_select_info .rmbut001 li{overflow: hidden;;cursor: pointer;min-width: 130px;min-height: 40px;width: max-content;height: auto;border: 1px solid #D9D9D9;border-radius: 2em;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;} */
#review_dialog
  .review_wr_modal
  .modal_inner
  .rm_select_info
  .rmbut001
  li
  input[type="radio"] {
  display: none;
}
#review_dialog
  .review_wr_modal
  .modal_inner
  .rm_select_info
  .rmbut001
  li
  label {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  border: 1px solid #ddd;
  border-radius: 50%;
}
#review_dialog
  .review_wr_modal
  .modal_inner
  .rm_select_info
  .rmbut001
  li
  input[type="radio"]:checked
  + label {
  background: #000;
  color: #fff;
  border: 0;
}
#review_dialog
  .review_wr_modal
  .modal_inner
  .rm_select_info
  .rmbut001.rm_renweal
  li
  input[type="radio"] {
  display: none;
}
#review_dialog
  .review_wr_modal
  .modal_inner
  .rm_select_info
  .rmbut001.rm_renweal
  li
  label {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 130px;
  min-height: 40px;
  width: max-content;
  border: 1px solid #d9d9d9;
  border-radius: 2em;
}
#review_dialog
  .review_wr_modal
  .modal_inner
  .rm_select_info
  .rmbut001.rm_renweal
  li
  input[type="radio"]:checked
  + label {
  background: #000;
  color: #fff;
  border: 0;
}

/* 사용후기 */

/* 수출 제휴문의 */
#bo_list.inquery #bo_cate h2 {
  float: none;
  position: static;
  margin-bottom: 20px;
}
/* 수출 제휴문의 */

/* 20250612 */
#od_pay_sl input[type="radio"]:checked + .lb_icon {
  font-weight: bold;
  border-color: #d3000c;
  color: #d3000c;
}
#sod_frm #sod_frm_pt_alert {
  color: #888;
  display: none;
}
.sod_frm_mobile #m_sod_frm_paysel ul:before{
    content:"결제수단";
    display:inline-block;
    font-size: 1.167em;
    margin: 0px 0 5px;
}

.sod_frm_mobile #m_sod_frm_paysel ul{
    display:flex;
    flex-wrap:wrap;
}
.sod_frm_mobile #m_sod_frm_paysel ul li{
    display:flex;
    flex-wrap:wrap;
    width:100%;
    position: relative;
    cursor: pointer;
       padding: 0;
        box-sizing: border-box;
    float: unset;
    height: unset;
}

.sod_frm_mobile #m_sod_frm_paysel ul li input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    text-indent: -999px;
    left: 0;
    z-index: -1;
}
.sod_frm_mobile #m_sod_frm_paysel ul li label{width:100%;height:100%;padding:20px;border: 1px solid #eceff4;text-indent: 40px;}
.sod_frm_mobile #m_sod_frm_paysel ul li:nth-child(1) label{background: url(../../../img/pay_icon4.png) no-repeat 17px 50% #fff;    }
.sod_frm_mobile #m_sod_frm_paysel ul li:nth-child(2) label{background: url(../../../img/pay_icon1.png) no-repeat 17px 50% #fff;    }
.sod_frm_mobile #m_sod_frm_paysel ul li input[type="radio"]:checked + label{
    font-weight: bold;
    color: #d3000c;
    border:1px solid #d3000c;

}
.sod_frm_mobile #m_sod_frm_paysel .PAYNOW{display:none}
/* 20250612 */


/* Responsive css code  start */
@media (max-width: 1440px) {
  /* #container{max-width:1300px;} */
  #sit_inf.scr .scroll_fix_buy_wr {
    max-width: 1300px;
  }
  #sct .sct.sct_10.lists-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .sct.sct_10.lists-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #sit_info.scr .tab_tit {
    max-width: none;
    left: 0;
  }
}

@media (max-width: 1320px) {
  #container {
    max-width: 1200px;
  }
  #container.prodcut_detail_page {
    max-width: 1200px;
  }
  #sit_inf.scr .scroll_fix_buy_wr {
    display: none !important;
  }
  #sod_bsk .naverpay_wr > div:nth-child(2) {
    width: 60%;
  }
  /* mypage 반응형 */
  .dr_mypage_top .dr_mypage_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .dr_mypage_top > div {
    padding: 3vw 3vw;
  }
  .dr_mypage_top .dr_mypage_inner .left_mypage_cont {
    height: max-content;
  }
  .dr_mypage_top .dr_mypage_inner .right_mypage_cont {
    display: grid;
    grid-template-columns: auto auto;
    gap: 2em 1em;
    position: static;
    transform: translateY(0);
  }
  .dr_mypage_top .dr_mypage_inner .right_mypage_cont .right_info_list {
    border-right: 0;
    width: auto;
  }
}

@media (max-width: 1280px) {
  #container,
  #container.prodcut_detail_page {
    max-width: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 3%;
    padding-right: 3%;
  }
  .naverpay_wr > div:nth-child(1) {
    display: none;
  }
  .naverpay_wr > div:nth-child(2) {
    width: 80%;
    aspect-ratio: auto;
    height: 100%;
  }
  .dr_reveiw_middle {
    flex-direction: column;
  }
  .dr_reveiw_middle > div {
    width: 100%;
  }
  .dr_reveiw_middle > div > ul li {
    width: 100%;
  }
  .fix_scr_buycart {
    display: none !important;
  }
  #sit_ov_wrap .sit_halfha {
    width: 50%;
    max-width: unset;
  }
  #sit_inf_explan img {
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  /* mypage반응형 */
  #dr_mypage_bottom #smb_my #smb_my_list table thead {
    display: none;
  }
  #dr_mypage_bottom #smb_my #smb_my_list table {
    border-bottom: 0px;
  }
  #dr_mypage_bottom #smb_my #smb_my_list .tbl_head03 tr {
    display: block;
    border-top: 0px solid #333;
    border-bottom: 1px solid #ccd2d9;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0;
  }
  #dr_mypage_bottom #smb_my #smb_my_list .tbl_head03 tbody td:before {
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    padding: 10px 10px;
    font-size: 1em;
    text-align: left;
    vertical-align: middle;
    background: #f8f8f8;
    white-space: nowrap;
    overflow: hidden;
  }
  #dr_mypage_bottom #smb_my #smb_my_list .tbl_head03 tbody td {
    position: relative;
    display: grid;
    grid-template-columns: 25% auto;
    column-gap: 1em;
    align-items: center;
    width: 100%;
    text-align: left !important;
    padding: 0;
  }
  #dr_mypage_bottom #smb_my #smb_my_list table tbody td:nth-child(1):before {
    content: "주문서번호";
  }
  #dr_mypage_bottom #smb_my #smb_my_list table tbody td:nth-child(2):before {
    content: "주문일시";
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    min-height: 70px;
  }
  #smb_my_od table tbody td:nth-child(3):before {
    content: "상품수";
  }
  #smb_my_od table tbody td:nth-child(4):before {
    content: "주문금액";
  }
  #smb_my_od table tbody td:nth-child(5):before {
    content: "입금액";
  }
  #smb_my_od table tbody td:nth-child(6):before {
    content: "미입금액";
  }
  #smb_my_od table tbody td:nth-child(7):before {
    content: "상태";
  }
  /* mypage반응형 */
}

@media (max-width: 1100px) {
  #mobile_on {
    display: block;
    position: absolute;
    right: 3%;
    top: 3%;
  }
  #drcure_login h2.login_tit {
    font-size: 2.3em;
    line-height: 1.2;
  }
  #hd.hdd.sub_h {
    border-bottom: 0px;
  }
  #sit_ov_wrap {
    padding-top: 0px;
  }
  #sit_ov,
  #sit_ov_wrap .sit_halfha {
    width: 100%;
  }
  .shopaddInfo {
    overflow: auto;
  }
  .shopaddInfo.pc_ss {
    display: none;
  }
  .shopaddInfo.mobile_ss {
    display: block;
    margin-top: 5%;
  }
  .shopaddInfo ul {
    grid-template-columns: 1fr;
    width: auto;
  }
  .shopaddInfo ul li {
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    height: max-content;
    min-height: unset;
    align-items: unset;
  }
  .shopaddInfo ul li .addinfo_tit {
    width: 20%;
  }
  .naverpay_wr > div:nth-child(1) {
    display: block;
  }
  .naverpay_wr > div:nth-child(2) {
    width: 70%;
    aspect-ratio: auto;
    height: 100%;
    height: 45px;
  }
  .sit_btn_wish {
    height: 45px;
    width: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .dr_reveiw_middle > div {
    grid-template-columns: auto;
  }
  .re_pc {
    display: none !important;
  }
  .re_mo {
    display: block !important;
  }
  #set_shf_mobanner.re_mo {
    display: none !important;
  }
  #sit_pvi {
    width: 100lvw;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .item_swiper_page.swiper-pagination.swiper-pagination-fraction {
    width: max-content;
    padding: 0 10px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
  }
  .card_benefit_wr {
    margin: 1em 0;
  }

  /* 마이페이지 */
  .dr_mypage_top {
    margin: 0 0 30px;
  }
  #dr_mypage_bottom #smb_my #dr_smb_my_ov .smb_top {
    display: none;
  }
  /* 마이페이지 */

  /* l:1문의 */
  #dr_review_click {
    display: none;
  }
  #dr_review_click.mobile_qq {
    display: block;
    width: 100%;
    margin: 20px 0 20px;
  }

  /* l:1문의 */
}

@media (max-width: 1024px) {
  #sct_ct_1.dr_custom > div {
    margin: 5% 0;
  }
  #sct .sct.sct_10.lists-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #sct .sct.sct_10.lists-row > li {
    width: calc(100% / 2 - 1rem) !important;
  }
  .sct.sct_10.lists-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sct.sct_10.lists-row > li {
    width: calc(100% / 2 - 1rem) !important;
  }
  #sod_bsk .naverpay_wr > div:nth-child(1) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 18px;
  }
  #sod_bsk .naverpay_wr > div:nth-child(2) {
    width: 100%;
  }
  /* 마이페이지 */
  #dr_mypage_bottom #smb_my {
    display: grid;
    grid-template-columns: auto;
  }
  #dr_mypage_bottom #smb_my_list {
    display: none;
  }
  #dr_mypage_bottom #smb_my {
    margin-bottom: 0;
  }
  .dr_mypage_top {
    border: 0px;
    margin-bottom: 0;
  }
  /* 1:1문의 */
  #dr_cr_qa {
    box-sizing: border-box;
    padding: 0 3%;
    margin-top: 0;
  }
  #dr_cr_qa > h2 {
    display: none !important;
  }
  #dr_cr_qa #bo_v header {
    border-top: 0;
    padding-top: 0;
  }
  /* 1:1문의 */
}

@media (max-width: 900px) {
  #sit_ov_wrap {
    padding-bottom: 0;
  }
  .pc_only {
    display: none !important;
  }
  .mo_only {
    display: block !important;
  }
  #sit_pvi.re_mo {
    width: 100%;
  }
  #sit_pvi.re_mo #sit_pvi_big img {
    border-radius: 0;
  }
  .mo_displaynone {
    display: none !important;
  }
  #container [class~="shop-content"] {
    width: 100%;
  }
  #container,
  #container.prodcut_detail_page {
    padding-left: 0;
    padding-right: 0;
  }
  #container [class~="shop-content"] #sct {
    width: calc(100% - 4vw);
    margin-left: auto;
    margin-right: auto;
  }
  #sit_title {
    font-size: 1.5em;
  }
  #sit_ov {
    border-top: 0px;
    min-height: unset;
    margin-top: 3vw;
    padding-top: 0;
  }
  #sit_pvi {
    width: 100%;
  }
  .mobile_tv_ad.re_mo {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    background-color: #fafafa;
  }
  .sit_info .sit_ov_tbl {
    position: relative;
  }
  .sit_info .sit_ov_tbl::after {
    content: "";
    width: 100lvw;
    height: 6px;
    background-color: #f8f8f8;
    display: block;
    position: absolute;
    left: -6%;
    bottom: -10px;
  }
  #sit_info .tab_tit.moscr {
    top: 85px;
    position: fixed;
    width: 100%;
    z-index: 1;
  }
  .pro_info_txt {
    padding: 0 3%;
    box-sizing: border-box;
  }
  #sit_ov > aside {
    padding: 0 3%;
    box-sizing: border-box;
  }
  article.sit_ov_tbl_mo.re_mo {
    padding: 0 3%;
    box-sizing: border-box;
  }
  article.sit_ov_tbl_mo.re_mo .ite_num_percent {
    display: none;
  }
  .benefit_area {
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 1.3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 2.4px;
  }
  .benefit_area > div:first-child {
    flex: initial;
    font-size: 1.4em;
    font-weight: bold;
  }
  .benefit_area > div:last-child {
    flex: initial;
  }
  .benefit_area > a {
    width: 100%;
    display: block;
    padding: 10px 0;
    background-color: #fff5fb;
    font-size: 16px;
    color: var(--main_red);
    text-align: center;
    margin-top: 0.8em;
  }
  article.sit_ov_tbl_mo.re_mo .dr_item_price_num {
    min-width: unset;
    font-size: 2.2em;
    font-weight: 700;
    color: #111;
    line-height: 1;
  }
  .mobile_won {
    font-size: initial;
    font-weight: 300;
  }
  .mo_price_cont_wr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.5vw;
  }
  .mo_price_cont_wr > div:last-child ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .mo_price_cont_wr > div:last-child ul li a i {
    width: 24px;
    display: block;
  }
  .mo_price_cont_wr > div:last-child ul li a i img {
    width: 100%;
  }
  .mo_price_cont_wr > div:last-child ul li a span {
    font-size: 2.4rem;
  }
  p.dr_srtar_wr_mo {
    padding: 0 3%;
    box-sizing: border-box;
    margin-top: 0.3em;
  }
  #sit_info {
    margin-top: 0;
  }
  .mobile_ss {
    display: flex !important;
    flex-wrap: wrap;
  }
  .shop_info_mo span.material-symbols-outlined {
    font-size: 1.17em;
    font-weight: 300;
  }
  .shop_info_mo > article {
    padding: 0 3%;
    box-sizing: border-box;
    width: 100%;
    display: grid;
    row-gap: 0.5em;
  }
  .shop_info_mo > article > details > ul {
    padding: 1.5rem;
    background: #fafafa;
  }
  .shop_info_mo > article > details > ul li {
    margin-bottom: 1.5rem;
  }
  .shop_info_mo > article > details > ul li:last-child {
    margin-bottom: 0px;
  }
  .shop_info_mo > article > details > ul li p {
    font-size: 1.1em;
  }
  .shop_info_mo > article > details > ul li p.shop_info_mo_tit {
    line-height: 1.9rem;
    color: #111;
    font-weight: bold;
  }
  /* 모바일 버튼 */
  [class~="btn_option_wr"] {
    display: flex;
    flex-wrap: nowrap;
    padding: 9px;
    border-top: 0px;
    gap: 9.6px;
    box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.05);
  }
  [class~="btn_option_wr"] > button {
    margin: 0;
    border-radius: 0;
    height: 56px;
    font-size: 15px;
    letter-spacing: -0.5px;
    font-weight: 500;
    font-size: 1.6rem;
  }
  [class~="btn_option_wr"] > button:last-child {
    background-color: var(--main_red);
    color: #ffffff;
    border: 0px;
    flex: 2;
    border-radius: 2.4px;
  }
  [class~="btn_option_wr"] > button.mo_btn_gif {
    flex: 1;
    border: 1px solid var(--main_red);
    border-radius: 2.4px;
  }
  #btn_option.mobile_op_pay {
    z-index: 99;
    border-top: 0px;
  }
  #sit_ov_btn.drcure_sit section:first-child button:first-child {
    display: none;
  }
  /* 모바일 버튼 */

  .sit_info {
    border-bottom: 0px;
    padding-top: 0;
    margin-top: 2.5vw;
    padding-bottom: 0;
    padding-bottom: 10px;
  }
  #dr_sit_rel h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  #dr_sit_rel.pc_cont {
    display: none;
  }
  #dr_sit_rel.mo_cont {
    width: 100%;
    display: none;
  }
  #dr_sit_rel.mo_cont .dr_list_div {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em;
  }
  #btn_option.mobile_op_pay [class~="sl_option"] {
    transition: 0.3s ease-in-out;
  }
  #btn_option.mobile_op_pay::after {
    width: 100dvw;
    height: 100dvh;
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
  }

  #btn_option.mobile_op_pay [class~="sl_option"] {
    background-color: #fff;
    border-radius: 2vw 2vw 0 0;
  }
  #btn_option.mobile_op_pay [class~="sl_option"]::after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100svw;
    height: 100svh;
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
  .card_benefit_wr {
    padding: 0 3%;
    box-sizing: border-box;
  }
  .card_benefit_wr details summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.1em;
  }
  .card_benefit_wr ul {
    background: #fafafa;
    padding: 1.3em;
  }

  .shop_info_mo_list {
    color: #111;
    font-size: 1.1em;
    line-height: 1.1em;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  /* #sit_inf_explan div{text-align: center!important;} */
  #set_shf_banner_wr {
    border-top: 0.7em solid #f6f6f6;
    border-bottom: 0.7em solid #f6f6f6;
  }
  #reviewpick_wrap {
    border-bottom: 0.7em solid #f6f6f6;
    padding: 3%;
    box-sizing: border-box;
    border-top: 0.7em solid #f6f6f6;
  }
  #reviewpick_wrap > h2 {
    font-size: 1.45em;
    font-weight: bold;
    color: #111;
  }
  .dr_reveiw_middle.cjstyle {
    display: block;
    padding-bottom: 13%;
  }
  .dr_reveiw_middle.cjstyle > .score_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 24px;
    row-gap: 0.7em;
  }
  .dr_reveiw_middle.cjstyle > .cj_mo_reviw_list {
    grid-template-columns: auto 1fr;
    margin-bottom: 6px;
  }
  .dr_reveiw_middle.cjstyle > .cj_mo_reviw_list > p {
    height: max-content;
    background: #fafafa;
    width: 92px;
    height: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .dr_reveiw_middle.cjstyle > .score_wrap .score_area {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.6em;
  }
  .dr_reveiw_middle.cjstyle > .score_wrap .score_area .score_box .score img {
    width: inherit;
  }
  .dr_reveiw_middle.cjstyle
    > .score_wrap
    .score_area.month
    .score_box
    .score
    img {
    width: 5em;
  }
  .dr_reveiw_middle.cjstyle > .score_wrap .score_area .txt_score {
    font-size: 2.5em;
    color: #111;
    line-height: 1;
  }
  .dr_reveiw_middle.cjstyle > .score_wrap .score_area.month .txt_score {
    font-size: 1.1em;
  }
  .review_month_after {
    border: 1px solid var(--main_red);
    border-radius: 2px;
    padding: 2px 4px;
    color: var(--main_red);
  }
  #sit_use_meida {
    padding: 0 3%;
    box-sizing: border-box;
    margin-bottom: 0px;
    padding-bottom: 5%;
    border-bottom: 0.7em solid #f6f6f6;
  }
  .situsemediaul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 0.4rem;
  }
  #sit_use_meida ul li {
    width: 100%;
  }
  #sit_use_meida ul li:nth-child(n + 9) {
    display: none;
  }

  #set_shf_mobanner.re_mo {
    display: block !important;
  }
  .dr_re_reveiw_tab {
    display: none;
  }
  .photoreview_only_wr {
    justify-content: space-between;
    padding-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .dr_review_top_re {
    border-bottom: 1px solid #f6f6f6;
  }
  #btn_option.mobile_op_pay {
    position: fixed;
    left: 0;
    right: 0;
    pointer-events: none;
    background: none;
    top: unset;
    bottom: 0;
    height: 100%;
  }
  #btn_option.mobile_op_pay [class~="btn_close"] {
    border: 0px;
  }
  #btn_option .sl_option {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5vw;
    height: auto;
    max-height: unset;
    background: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    transition: bottom 0.3s;
    pointer-events: auto;
  }
  #btn_option .btn_close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 4px;
    border-radius: 3px;
    background: #e6e6e6; /* 핸들 모양 */
    cursor: grab;
    transition: bottom 0.3s;
    pointer-events: auto;
    margin-left: 0;
    top: 10px;
  }
  #sit_opt_added {
    margin-bottom: 10px;
    border-bottom: 1px solid #111;
  }
  /* #sit_opt_added::after{content: "무료배송(지역별 상이)";margin-top: 5px;color: #666;font-size: 13px;font-weight: 300;position: absolute;} */
  #sit_opt_added li {
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
    border-bottom: 0;
    background-color: #fafafa;
    margin-bottom: 20px;
  }
  #sit_opt_added li .opt_name {
    max-width: none;
    width: 100%;
    line-height: 1;
  }
  #sit_opt_added li .opt_count {
    margin-right: 0;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #sit_opt_added .sit_opt_prc {
    margin-left: auto;
  }
  #sit_opt_added .sit_opt_del {
    position: static;
  }
  /* #btn_option [class~=sl_option]{max-height: 39vh;} */
  span.mobile_close_bar {
    width: 38px;
    height: 4px;
    background-color: #e6e6e6;
    display: block;
    border-radius: 1em;
    margin: 10px auto 0;
  }
  #btn_option .sit_option {
    padding-bottom: 1em;
    width: calc(100% - 4vw);
    margin: 0 auto;
  }
  /* 모달 팝업창 */
  dialog.modal {
    border-radius: 1.1vw 1.1vw 0 0;
    padding: 0;
    width: 100%;
    height: auto;
    min-height: 31vw;
    border: 0;
    transform: translateY(0);
    max-width: unset;
    max-height: unset;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: calc(100vh - 31vw);
  }
  dialog.modal[open] {
    -webkit-animation: show 0.5s ease normal;
  }
  dialog::backdrop {
    background: rgba(0, 0, 0, 0.5);
  }
  dialog .modal_inner {
    padding: 2em;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: end;
  }
  dialog .modal_inner ul {
    height: 90%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }
  dialog .modal_inner ul li.select_option_review {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
    align-items: center;
  }
  dialog .modal_inner ul li.select_option_review label {
    font-size: 1.1em;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  dialog .modal_inner ul li.select_option_review input[type="radio"] {
    width: 23px;
    height: 23px;
  }
  dialog .modal_inner ul li.select_option_review input[type="radio"]:checked {
    accent-color: var(--main_red);
  }
  .modal_close {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  #sit_ov_btn .naverpay_wr,
  #sit_ov_btn .naverpay_exsc {
    display: none;
  }

  @keyframes show {
    from {
      transform: translateY(200%);
    }
    to {
      transform: translateY(0%);
    }
  }

  @keyframes show-backdrop {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  /* 모달 팝업창 */
  .mobile_review_tag_wr {
    height: max-content;
    width: 100%;
    box-sizing: border-box;
    padding: 2vw 3%;
    overflow-x: auto;
    display: none;
  }
  .mobile_review_tag_wr > ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .mobile_review_tag_wr > ul li a {
    padding: 0.6em 1em;
    border: 1px solid #ddd;
    border-radius: 3vw;
    display: block;
    width: max-content;
  }

  #mobile_review_top > article {
    padding: 2vw 3%;
    box-sizing: border-box;
  }
  #mobile_review_top > article > aside {
    display: grid;
    row-gap: 0.6em;
    margin: 3.4vw 0;
    border-bottom: 1px solid #f6f6f6;
  }
  .mobitle_review_top_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mobitle_review_top_cont .mobile_review_star_wr {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .mobitle_review_top_cont .mobile_review_star_wr > p > b {
    margin-right: 4.8px;
    font-size: 1.1em;
    line-height: 1;
    color: #111;
  }
  .mobitle_review_middle_cont .moblie_review_opt_tit > p > span {
    font-size: 1.1em;
  }
  .mobitle_review_middle_cont .moblie_review_opt_tit > p > span:first-child {
    color: #929292;
  }
  .mobitle_review_bottom_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.4rem;
    align-items: center;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 2.4rem;
  }
  .mobitle_review_bottom_cont .good_review_but {
    border: 1px solid #e6e6e6;
    padding: 4.8px 14.8px;
    border-radius: 1em;
  }

  .mobile_data_time > p > span {
    color: #929292;
  }
  .mobile_review_txt {
    margin-top: 10px;
  }
  .dr_review_more {
    display: none;
  }

  .sit_option select {
    height: 3.5em;
    font-size: 1em;
    color: #111;
  }
  .dr_reveiw_middle > div > ul li > div div {
    background-color: #fbcbcb;
  }
  .dr_reveiw_middle > div > ul li > i {
    width: max-content;
    flex: 0.3;
    color: #929292;
    font-size: 2vw;
  }
  .dr_reveiw_middle > div > ul li:first-child > i {
    font-weight: bold;
    color: #111;
  }
  .dr_reveiw_middle > div > ul li > div {
    width: auto;
    flex: 2;
    background: #f0f0f0;
  }
  .dr_reveiw_middle > div > ul li > span {
    width: auto;
    flex: 0.3;
    font-size: 2vw;
  }

  #sit_dex {
    padding: 0 3%;
    box-sizing: border-box;
  }
  #sit_sel_option {
    padding: 0 2vw;
    margin-top: 15px;
  }
  .prcie_wr {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
  }
  .prcie_wr.res {
    box-sizing: border-box;
    width: calc(100% - 4vw);
    margin: 0 auto;
  }
  #sit_ov_btn.drcure_sit section:first-child {
    flex-direction: row-reverse;
  }
  #sit_ov_btn.drcure_sit section:first-child button {
    width: auto;
    flex: 0.495;
    background-color: var(--main_red);
    color: #fff;
  }
  #sit_ov_btn.drcure_sit section:first-child button:last-child {
    background-color: transparent;
    color: var(--main_red);
  }
  #sit_opt_added li .opt_name {
    font-size: 1.05em;
    font-weight: 300;
    color: #000;
  }
  #sit_tot_price,
  #sit_tot_price strong {
    color: var(--main_red) !important;
    font-size: 1.4em;
  }
  #sit_opt_added li .opt_count {
    margin-top: 10px;
  }

  #sit_ov_btn.drcure_sit .qupon_wr {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 2vw;
    box-sizing: border-box;
  }

  .tbl_head03.tbl_wrap,
  #sod_bsk #sod_bsk_tot {
    width: 100%;
    flex: unset;
  }
  #sod_bsk #sod_bsk_tot {
    margin-left: 0;
  }
  #sod_bsk #sod_bsk_tot .naverpay_wr {
    width: calc(100% - 4vw);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
  #sod_bsk #sod_bsk_tot .naverpay_exsc {
    width: calc(100% - 4vw);
    margin-left: auto;
    margin-right: auto;
  }

  p.txt_delivery {
    padding: 0 2vw;
    color: #666;
    font-size: 13px;
  }
  .price_clone {
    margin-left: auto;
    margin-top: auto;
    font-size: 1.2em;
  }
  #sit_use h3.dr_cj_tit {
    position: static;
    font-size: 1.7rem;
    line-height: 2.4rem;
    color: #111;
    font-weight: 700;
  }
  #bo_list {
    width: 100%;
    box-sizing: border-box;
    padding-left: 3%;
    padding-right: 3%;
  }

  #sod_bsk_list #mod_option_frm {
    margin-left: unset;
    left: 10%;
  }

  /* 마이페이지 */
  .dr_mypage_top .dr_mypage_inner {
    flex-direction: column;
    align-items: unset;
    padding: 20px 20px 0;
  }
  .dr_mypage_top .dr_mypage_inner .left_mypage_cont {
    font-size: 22px;
  }
  .dr_mypage_top .dr_mypage_inner .right_mypage_cont {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
    margin-top: 30px;
    padding-bottom: 26px;
    border-bottom: 1px solid #eaeaea;
  }
  .dr_mypage_top .dr_mypage_inner .right_mypage_cont .right_info_list {
    flex: 0 0 25%;
  }
  .dr_mypage_top .dr_mypage_inner .right_mypage_cont .right_info_list a .txt {
    margin: 10px 0;
    font-size: 12px;
    color: #696969;
    padding: 0;
  }
  .dr_mypage_top
    .dr_mypage_inner
    .right_mypage_cont
    .right_info_list
    a
    .right_info_count {
    line-height: 1;
  }
  .dr_mypage_top
    .dr_mypage_inner
    .right_mypage_cont
    .right_info_list
    a
    .right_info_count
    span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #000000;
  }
  #dr_mypage_bottom #smb_my #dr_smb_my_ov {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  #dr_mypage_bottom #smb_my #dr_smb_my_ov .smb_middle ul:first-child {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #dr_mypage_bottom #smb_my #dr_smb_my_ov .smb_middle ul li {
    line-height: 1;
  }
  .dr_mypage_top .dr_mypage_inner .right_mypage_cont .right_info_list a .ico {
    height: 16px;
    width: auto;
  }

  /* 마이페이지 */

  /* 1:1문의 */
  .mobile_td_info {
    display: flex;
    flex-wrap: wrap;
    color: #696969;
    font-size: 13px;
    line-height: 1;
    padding-top: 8px;
  }
  #bo_list .pc_txt_rdy {
    display: none;
  }
  #bo_list .mo_txt_rdy {
    font-family: inherit !important;
    letter-spacing: -0.4px;
    color: #696969;
    border: 1px solid #696969;
    border-radius: 16px;
    margin-right: 10px;
    font-size: 12px;
    padding: 2px 4px 4px;
    text-align: center;
    line-height: normal;
    height: unset;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  /* 1:1문의 */

  /* 리뷰관리 */
  #dr_renweal_review_mymy {
    padding-left: 3%;
    padding-right: 3%;
    min-height: 40vw;
  }
  #suggest_cate {
    display: none;
  }
  /* 리뷰관리 */

  /* 검색페이지결과 */
  #search_pp_wr {
    display: none;
  }
  div#dr_search_result_list {
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
  }
  #dr_search_select_wrap {
    width: calc(100% - 6%);
    margin-left: auto;
    margin-right: auto;
  }
  /* 검색페이지결과 */

  /* 주문내역 */
  #dr_cure_orderlist {
    padding-left: 3%;
    padding-right: 3%;
  }
  /* 주문내역 */
}

@media (max-width: 860px) {
  #sct_ct_1.dr_custom > div {
    margin: 0 0 10%;
  }
  #sct_ct_1.dr_custom > div > ul > li {
    grid-template-columns: auto auto;
  }
  #sct_ct_1.dr_custom > div > ul > li > a {
    width: max-content;
  }
  #sct_ct_1.dr_custom > div > ul > li:first-child > a {
    z-index: 1;
  }
  #drcure_login .mbskin {
    padding-left: 18px;
    padding-right: 18px;
  }
  #drcure_login h2.login_tit {
    padding-left: 18px;
    padding-right: 18px;
  }
  section#drcure_login {
    max-width: unset;
    width: 60%;
    margin: 0 auto;
    padding: 18px;
    box-sizing: border-box;
  }
}

@media (min-width: 769px) {
  #prodcut_head {
    display: none;
  }
  .info_pcpc {
    display: block;
  }
  .info_mobile {
    display: none;
  }
  #pcpc_only {
    display: block;
  }
  #momo_only {
    display: none;
  }
  #mobile_dr_sch_select {
    display: none;
  }
  .mobile_arrow {
    display: none;
  }
}

@media (max-width: 768px) {
  #notice_search_wr input {
    width: 100%;
  }
  #sit_ov {
    padding-bottom: 0;
  }
  .info_pcpc {
    display: none;
  }
  .info_mobile {
    display: block;
  }
  #pcpc_only {
    display: none;
  }
  #momo_only {
    display: block;
  }
  #sit_info {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  #sit_tab .tab_tit {
    display: none;
  }
  #sit_tab .tab_mobile_tit001 {
    display: flex;
    flex-wrap: wrap;
  }
  #sit_tab .tab_mobile_tit001.moscr {
    position: fixed;
    top: 44px;
    width: 100%;
    background: #fff;
    z-index: 3;
  }
  #sit_tab .tab_mobile_tit001 li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
  }
  #sit_tab .tab_mobile_tit001 li button {
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
  }
  #sit_tab .tab_mobile_tit001 li.mo_act::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #111;
    display: block;
    position: absolute;
    bottom: 0;
  }
  #sit_tab .tab_mobile_tit001 li.mo_act button {
    font-weight: 700;
  }
  #momo_only.tab_con > li {
    display: none;
  }
  #momo_only.tab_con > li.mo_act {
    display: block;
  }
  #momo_only.tab_con > li.mo_act .dr_reveiw_middle.cjstyle {
    border-top: 0px !important; /* padding-left: 3%;padding-right: 3%; */
  }
  .txt_pinch {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 0;
    color: #111;
    font-size: 1.4rem;
  }
  .txt_pinch strong {
    margin-left: 0.4rem;
    color: var(--main_red);
  }
  #sit_ov_from {
    border-bottom: 0.8rem solid #f6f6f6;
  }
  #sit_info .tab_tit.moscr {
    top: 44px;
  }
  p.dr_star_span_wr.re_pc {
    display: none !important;
  }
  #container [class~="shop-content"] {
    width: 100%;
  }
  #container.prodcut_detail_page {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #mobile_review_top > article > aside {
    border-bottom: 0px;
  }
  /* #container, #container.prodcut_detail_page{padding-left: 2%;padding-right: 2%;} */
  .cart-countT {
    display: block;
  }
  .mo_cart_banner {
    display: block;
    width: 100vw;
    height: auto;
    aspect-ratio: 5/1.5;
    background: #eee;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    overflow: hidden;
  }
  .mo_cart_banner figure {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    margin: 0;
  }
  .mo_cart_banner figure div {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mo_cart_banner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mo_cart_banner a {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  #custom_cr_table .sod_name {
    font-size: 1em;
  }
  #sod_bsk.od_prd_list {
    margin-top: 3vw;
  }
  #sub_mobile_head {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
  #hd.hdd.sub_h .head_inner {
    display: none;
  }
  #sub_mobile_head .sub_inner {
    max-width: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 2%;
    padding-bottom: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #sub_mobile_head .sub_inner .mo_side_m {
    margin-left: 0;
  }
  #sct .sct.sct_10.lists-row {
    column-gap: 2vw;
  }
  #sct .sct.sct_10.lists-row > li {
    width: calc(100% / 2 - 2vw) !important;
  }
  .sct.sct_10.lists-row {
    column-gap: 2vw;
  }
  .sct.sct_10.lists-row > li {
    width: calc(100% / 2 - 2vw) !important;
  }
  aside.cart_tit {
    display: none;
  }
  #sit_qa_wbtn {
    margin: 2.4rem 0 2.4rem;
    padding: 0 3%;
    text-align: center;
    padding-bottom: 2.4rem;
    border-bottom: 0.8rem solid #f6f6f6;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  #sit {
    margin-bottom: 0;
  }
  .mobitle_review_bottom_cont:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  #mobile_review_top > article {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #sod_bsk #sod_bsk_tot h3 {
    display: none;
  }
  .tbl_head03.tbl_wrap a.btn01 {
    display: none;
  }
  #sod_bsk .naverpay_wr > div:nth-child(1) {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0px;
    flex-direction: column;
  }
  #sod_bsk .naverpay_wr > div:nth-child(2) {
    width: 50%;
  }
  #sod_bsk #sod_bsk_tot button {
    display: none;
  }
  section#mo_shop_b {
    width: 100vw;
    position: fixed;
    bottom: 0;
    height: max-content;
    left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  section#mo_shop_b button {
    width: 100%;
    height: 52px;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: var(--main_red);
  }
  #sit_info.scr .tab_tit {
    top: 0;
  }
  #sit_title {
    width: inherit;
    text-align: left;
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-weight: 400;
    color: #000;
  }

  #sit_ov > aside {
    justify-content: unset;
    align-items: unset;
    flex-direction: column-reverse;
  }
  .pro_info_txt {
    display: none;
  }
  #dr_sit_rel.mo_cont .dr_list_div {
    grid-template-columns: 20% 20% 20%;
  }
  /* #sit_info{margin-top: 10%;} */
  .photoreview_only_wr {
    display: none;
  }
  .dr_re_reveiw_tab .dr_re_review_list li a {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.5px;
  }
  .dr_re_reveiw_list {
    grid-template-columns: auto;
  }
  .dr_re_con1 {
    display: none;
  }
  .dr_rev_stars {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  article.sit_ov_tbl_mo.re_mo .dr_item_price_num {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  article.sit_ov_tbl_mo.re_mo .dr_item_price_num .mobile_won {
    font-size: 1.5rem;
    line-height: 2.3rem;
    color: #111;
  }
  .benefit_area > div:first-child {
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #111;
    word-wrap: break-word;
    word-break: keep-all;
  }
  .dr_item_price_num.red_point strong {
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: bold;
  }
  article.sit_ov_tbl_mo.re_mo .dr_item_price_num.red_point .mobile_won {
    color: var(--main_red);
  }
  .benefit_area > a {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .card_benefit_wr details summary {
    color: #111;
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
  .card_benefit_wr details summary i {
    margin-right: 0.8rem;
  }
  .shop_info_mo_list {
    color: #111;
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
  .shop_info_mo_list i {
    margin-right: 0.8rem;
  }
  p.dr_srtar_wr_mo span {
    font-size: 1.2rem;
    color: #111;
  }
  p.dr_srtar_wr_mo > span:first-child {
    font-weight: 700;
    font-size: 1.3rem;
    color: #111;
  }
  .info_mobile #sit_inf_explan .detail_img_wr.hidden {
    height: 2000px;
    overflow: hidden;
  }
  /* 로그인페이지 */
  #drcure_login .mbskin {
    padding-left: 0;
    padding-right: 0;
  }
  #drcure_login h2.login_tit {
    padding-left: 0;
    padding-right: 0;
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
  #drcure_login .dr_id_wrwr > label,
  #drcure_login .dr_psw_wrwr > label {
    line-height: 4rem;
    font-size: 1.4rem;
    flex: 52px 0 0;
    word-break: keep-all;
  }
  #drcure_login #mb_login #login_fs .frm_input[type="text"] {
    font-size: 1.4rem;
  }
  #drcure_login #mb_login #login_fs input[type="text"]:-webkit-autofill,
  #drcure_login #mb_login #login_fs input[type="text"]:-webkit-autofill:hover,
  #drcure_login #mb_login #login_fs input[type="text"]:-webkit-autofill:focus,
  #drcure_login #mb_login #login_fs input:-internal-autofill-selected {
    background-color: #fff !important;
    background-image: none !important;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
  }
  #login_info .login_if_auto label {
    font-size: 1.4rem;
  }
  #drcure_login .dr_id_wrwr {
    margin-bottom: 0.8rem;
  }
  #drcure_login #mb_login #login_fs .frm_input {
    height: 4rem;
  }
  section#drcure_login {
    max-width: unset;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
  }
  #drcure_login #mb_login h1 {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: left;
    font-size: 1.5em;
  }
  .point_txt {
    display: none;
  }
  #drcure_login #mb_login #sns_login .sns-icon {
    margin-bottom: 0.4em;
    font-size: 1.5rem;
    line-height: 1;
    height: 4.3rem;
  }
  #drcure_login .login_if_lpl a {
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #333;
  }
  p.cj_style_p {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #333;
  }
  #drcure_login #mb_login #login_fs .btn_submit {
    height: 5rem;
    font-size: 2rem;
    margin-bottom: 2.5rem;
    border-radius: 4px;
  }
  .dr_reveiw_middle.cjstyle > .score_wrap .score_area .score_box .score img {
    width: auto;
    height: 20px;
  }
  .dr_reveiw_middle.cjstyle
    > .score_wrap
    .score_area.month
    .score_box
    .score
    img {
    width: auto;
    height: 12px;
  }
  .dr_reveiw_middle.cjstyle > .score_wrap .score_area .txt_total {
    font-size: 1.1rem;
    line-height: 1.3rem;
    color: #929292;
  }
  .dr_reveiw_middle.cjstyle > .score_wrap .score_area .txt_score {
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: #111;
  }
  .dr_reveiw_middle.cjstyle > .score_wrap .score_area.month .txt_score {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .review_month_after {
    display: inline-flex;
    align-items: center;
    margin-right: 0.4rem;
    padding: 0 0.4rem;
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: var(--main_red);
    border: 1px solid var(--main_red);
    border-radius: 0.2rem;
  }
  .dr_reveiw_middle.cjstyle > .cj_mo_reviw_list > p {
    width: 7.7rem;
    height: 2.1rem;
    border-radius: 0.2rem;
    background-color: #fafafa;
    font-size: 1.1rem;
    color: #666;
  }
  .dr_reveiw_middle > div > ul li > i {
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #929292;
    text-align: left;
  }
  .dr_reveiw_middle > div > ul li:first-child > i {
    color: #111;
    font-weight: 400;
  }
  .dr_reveiw_middle > div > ul {
    row-gap: 0.2rem;
  }
  .mobitle_review_top_cont .mobile_review_star_wr > p > b {
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #111;
  }
  .dr_reveiw_middle > div > ul li > div {
    height: 0.3rem;
  }
  .dr_reveiw_middle > div > ul li > span {
    font-weight: 400;
    font-size: 1.4rem;
    color: var(--main_red);
  }
  .mobitle_review_middle_cont .moblie_review_opt_tit > p > span:first-child {
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #929292;
  }
  .shop_info_mo span.material-symbols-outlined {
    font-size: 1.6rem;
  }
  .shop_info_mo > article > details > ul {
    padding: 2.4rem 2rem 2.4rem;
    background-color: #fafafa;
    border-radius: 0.2rem;
    margin-top: 2.4rem;
  }
  .shop_info_mo > article > details > ul li p.shop_info_mo_tit {
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #111;
    margin-bottom: 0.4rem;
  }
  .shop_info_mo > article > details > ul li p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .dr_reveiw_middle > div > ul li > span b {
    font-weight: 300;
    color: var(--main_red);
    margin-left: -2px;
  }
  /* 회원가입 */
  #container .register {
    max-width: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  /* 회원가입 */

  /* 제품사용법 */
  #product_ex {
    max-width: none;
  }
  #product_ex nav {
    width: 100%;
    overflow-x: auto;
  }
  #product_ex nav::-webkit-scrollbar {
    display: none;
  }
  #product_ex nav > ul {
    flex-wrap: nowrap;
  }
  #product_ex nav > ul li a {
    width: max-content;
    font-size: 12px;
  }
  #product_ex nav > ul li a picture {
    width: 50px;
  }
  #product_ex nav > ul li a picture img {
    height: 30px;
  }
  .cttinner {
    min-height: 30vw;
  }
  .cttinner p {
    font-size: 0.9em;
  }
  /* 제품사용법 */

  /* 상품페이지 리스트 */
  #sct_ct_1.dr_custom > div > ul > li > a {
    font-size: 14px;
  }
  .sit_icon > span {
    box-sizing: border-box;
    height: 100%;
    min-width: 0;
    min-height: 0;
    text-align: center;
    margin: 0px;
    border-radius: 0px;
    display: inline-block;
    line-height: 1.1;
    padding: 4px 6px;
    margin-right: 2.5px;
    margin-bottom: 2.5px;
  }
  .sit_icon > span:nth-child(even) {
    font-size: 10px;
    width: max-content;
  }
  .sit_icon > span:nth-child(odd) {
    font-size: 10px;
    width: max-content;
  }
  /* 상품페이지 리스트 */

  #sit_ov_wrap .sit_halfha {
    margin-top: 43px;
  }
  /* #btn_option [class~=sl_option]{max-height: 48svw;} */

  #prodcut_head {
    display: block;
    width: 100vw;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 44px;
  }
  #prodcut_head > .sub_inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0 3%;
    align-items: center;
    height: 100%;
  }
  #prodcut_head > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 2.3vw;
    align-items: center;
    height: 100%;
  }
  .final_header_mo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #sit_inf_explan {
    position: relative;
    margin-bottom: 0;
    border-bottom: 0.8rem solid #f6f6f6;
  }
  #sit_inf_explan .btn_area {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 2.4rem 2rem 4rem;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
  }
  #sit_inf_explan .btn_area::before {
    position: absolute;
    top: -6rem;
    left: 0;
    width: 100%;
    height: 6rem;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    content: "";
  }
  #sit_inf_explan .btn_area .btn_more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4.8rem;
    border: 1px solid #111;
    border-radius: 0.2rem;
    color: #111;
    font-size: 1.5rem;
    font-weight: 700;
  }
  /* 로그인 */
  #drcure_login #login_info {
    padding: 20px 0 20px;
  }
  /* 로그인 */

  /* 구매페이지 */
  #sod_bsk #sod_bsk_tot {
    margin-top: 0px;
    border-top: 0;
  }
  #sod_bsk .tbl_head03.tbl_wrap::after {
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    background-color: #f6f6f6;
    border-top: 1px solid #eaeaea;
  }
  #custom_cr_table {
    width: calc(100% - 6%);
    margin: 0 auto;
  }
  #sod_bsk #sod_bsk_tot dl {
    padding-left: 3%;
    padding-right: 3%;
  }
  .cart-naverpay {
    box-sizing: border-box;
    padding: 0 3%;
  }

  #sod_bsk_list #mod_option_frm {
    position: fixed;
    margin-left: unset;
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border: 0;
  }
  #sod_bsk_list #mod_option_frm::after {
    display: block;
    content: "";
    position: fixed;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  #sod_bsk_list #mod_option_frm > form {
    background: #fff;
  }
  #mod_option_frm h2 {
    background-color: #fff;
    font-size: 0;
    line-height: 50px;
  }
  #mod_option_frm h2::after {
    content: "옵션 변경";
    font-size: 15px;
    color: #000;
    font-weight: 400;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -50px;
  }
  #mod_option_frm #sit_sel_option {
    margin-top: 0 !important;
  }
  #mod_option_frm [class~="btn_confirm"] {
    padding: 0;
    background: none;
    border: 0;
    height: max-content;
  }
  #mod_option_frm [class~="btn_confirm"] > button:first-child {
    width: 100%;
    border-radius: 0;
    border: 0px;
    background: #424242;
    height: 50px;
    font-size: 0;
  }
  #mod_option_frm [class~="btn_confirm"] > button:first-child::before {
    display: inline-block;
    content: "변경하기";
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 50px;
  }
  #sit_opt_added li {
    padding-left: 0;
    padding-right: 0;
    background: none;
  }
  #mod_option_frm .btn_confirm .btn_close {
    background: transparent;
    color: #000;
  }
  #mod_option_frm .btn_confirm .btn_close span {
    font-size: 22px;
    font-weight: 300;
  }

  /* 구매페이지 */
  /* 리뷰관리 */
  #dr_renweal_review_mymy {
    min-height: 70vw;
  }
  /* 리뷰관리 */

  /* 검색결과페이지 */
  #ssch.dr_search_renwel {
    margin-top: 0;
  }
  .mobile_arrow {
    display: block;
    position: absolute;
    position: absolute;
    left: 20px;
    top: 27px;
  }
  .mobile_arrow > span {
    font-weight: 100;
  }
  #ssch.dr_search_renwel .ssch_scharea {
    max-width: unset;
    background: #f5f5f5;
    border-bottom: 0;
    width: 100%;
    position: relative;
  }
  #mobile_dr_sch_select {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding-left: 3%;
    padding-right: 3%;
    justify-content: space-between;
    padding-top: 3vw;
    padding-bottom: 3vw;
    border-top: 7px solid #f7f7f7;
    border-bottom: 7px solid #f7f7f7;
  }
  #mobile_dr_sch_select .dr_search_select {
    margin-left: unset;
    position: relative;
  }
  #mobile_dr_sch_select .dr_search_select::after {
    display: inline-block;
    width: 1px;
    height: 170%;
    content: "";
    background: #ddd;
    position: absolute;
    top: -30%;
    right: -13%;
  }
  #dr_search_select_wrap {
    display: none;
  }
  #ssch.dr_search_renwel #ssch_frm {
    margin-bottom: 0;
    padding: 15px 20px 15px 50px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
  }
  #ssch.dr_search_renwel #ssch_frm .ssch_scharea input[type="text"] {
    width: 100%;
    margin-right: 0;
    height: auto;
    background: none;
    padding: 12px 15px 13px 17px;
    box-sizing: border-box;
    border: none;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #000000;
  }
  div#dr_search_result_list {
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
    border-top: 1px solid #e8e8e8;
  }
  #ssch.dr_search_renwel .ssch_scharea > span {
    display: none;
  }
  #ssch.dr_search_renwel .ssch_scharea > button {
    position: absolute;
    right: 20px;
  }
  /* 검색결과페이지 */

  /* 주문내역조회 */
  #dr_cure_orderlist #sod_v table tbody tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #dr_cure_orderlist #sod_v table tbody td {
    display: grid;
    grid-template-columns: 25% auto;
    padding: 0;
    float: none;
    align-items: center;
  }
  #dr_cure_orderlist #sod_v table tbody td img {
    margin: auto;
  }
  #dr_cure_orderlist #sod_v table tbody td:before {
    float: none;
    position: static;
    height: unset;
    margin-right: 1em;
    width: auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 2em 0;
  }
  #dr_cure_orderlist
    .tbl_head03
    tbody
    td.dr_order_td_info
    .order_dr_product_name {
    word-break: keep-all;
  }
  #dr_cure_orderlist .tbl_head03 tbody td.dr_order_td_info span {
    line-height: 1;
  }
  #dr_cure_orderlist #sod_v table tbody td:nth-child(1):before {
    content: "주문일시";
  }
  #dr_cure_orderlist #sod_v table tbody td:nth-child(2):before {
    content: "이미지";
  }
  #dr_cure_orderlist #sod_v table tbody td:nth-child(3):before {
    content: "상품명";
  }
  #dr_cure_orderlist #sod_v table tbody td:nth-child(4):before {
    content: "상품수";
  }
  #dr_cure_orderlist #sod_v table tbody td:nth-child(5):before {
    content: "주문번호";
  }
  #dr_cure_orderlist #sod_v table tbody td:nth-child(6):before {
    content: "금액";
  }
  /* 주문내역조회 */
}

@media (max-width: 650px) {
  .dr_reveiw_middle > .cj_mo_btnwrap {
    bottom: 5%;
  }
  #custom_cr_table .td_prd {
    position: relative;
  }
  #custom_cr_table .td_prd .opt_count {
    position: absolute;
    bottom: 25px;
    margin: unset;
    right: 0;
  }
  #sod_bsk_list #mod_option_frm #sit_opt_added li .opt_count {
    position: static;
  }
  #dr_renweal_review_mymy,
  #dr_cure_orderlist {
    margin-top: 5vw;
  }
  #dr_review_writing .dr_review_list2 {
    flex-wrap: wrap;
    padding: 5vw 2vw;
  }
  #dr_review_writing .dr_review_list2 > picture {
    width: 100%;
    margin-bottom: 1em;
  }
  #sct_ct_1.dr_custom > div {
    margin-bottom: 3vw;
  }
  #dr_renweal_review_mymy > .path {
    margin-bottom: 5vw;
  }
  #dr_cure_orderlist #sod_v > h2 {
    margin-bottom: 5vw;
    font-size: 1.2em;
  }
  #bo_w h2 {
    font: 1.2em;
  }
}

@media (max-width: 560px) {
  .dr_reveiw_middle.cjstyle > .cj_mo_reviw_list {
    column-gap: 0;
  }
  .dr_reveiw_middle > div > ul li > div {
    flex: 1;
  }
  #custom_cr_table tbody tr td.td_chk.chk_box {
    flex-direction: column;
  }
  #custom_cr_table tbody tr td.td_chk.chk_box .sod_name {
    width: 90%;
    padding-left: 30px;
    text-align: left;
    word-break: keep-all;
  }
}

@media (max-width: 480px) {
  #bo_w .bo_w_flie .lb_icon,
  .form_01 .bo_w_flie .lb_icon {
    width: 100%;
  }
  .dr_review_area {
    padding-top: 0;
  }
  #dr_review_writing .dr_review_list2 .proitem_date {
    margin-top: 1em;
  }
  #dr_review_writing .dr_review_list2 > div:last-child {
    width: 100%;
  }
  #dr_review_writing .dr_review_list2 > div:last-child > a:first-child {
    width: inherit;
  }
}

@media (max-width: 460px) {
  p.dr_srtar_wr_mo {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  #sit_ov > aside {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  article.sit_ov_tbl_mo.re_mo {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .card_benefit_wr {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .shop_info_mo > article {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  #sct .sct.sct_10.lists-row {
    column-gap: 0px;
    row-gap: 5vw;
  }
  #sct .sct.sct_10.lists-row > li {
    width: 100% !important;
  }
  .sct.sct_10.lists-row {
    column-gap: 0px;
    row-gap: 5vw;
  }
  .sct.sct_10.lists-row > li {
    width: 100% !important;
  }
  #custom_cr_table .td_prd .sod_name {
    width: max-content;
    word-break: keep-all;
    text-align: left;
  }
  #captcha {
    width: 100%;
  }
  #captcha_audio {
    width: inherit;
  }
  .dr_reveiw_middle > .cj_mo_btnwrap {
    bottom: 3%;
  }
  /* #product_ex nav > ul li{width: calc(100% / 7 - 1em);}
    #product_ex nav > ul li a{width: 100%;}
    #product_ex nav > ul li a picture{width: 100%;} */
}

@media (max-width: 425px) {
  .dr_reveiw_middle > .cj_mo_btnwrap {
    bottom: 1%;
  }
  #dr_renweal_review_mymy > .path > ol {
    display: none;
  }
}
@media all and (max-width: 395px) {
  article#side_left_search {
    width: 90%;
  }
}
@media (max-width: 360px) {
  .dr_reveiw_middle.cjstyle > .cj_mo_reviw_list > p {
    margin: 0 auto;
  }
  .dr_reveiw_middle.cjstyle > .cj_mo_reviw_list {
    grid-template-columns: auto;
    margin-bottom: 3vw;
  }
  #drcure_login .dr_id_wrwr > label,
  #drcure_login .dr_psw_wrwr > label {
    flex: 60px 0 0;
    word-break: keep-all;
  }
}
/* 최소사이즈 */
@media all and (max-width: 300px) {
  article#side_left_search {
    width: 80%;
  }
  article#side_left_search #hd_scha #sch_submit {
    position: absolute;
    right: 20px;
  }
}
@media all and (max-width: 280px) {
}

/* Responsive css code  end */
.bbs-view-image img {
    /* max-width: 1200px; */
    width: auto;
    height: 100%;
    max-height: 520px;
}