@charset "utf-8";
:root {
  --primary-color: #fc4902;
  --primary-color_gr: linear-gradient(45deg, #fc4902 0%, #ff924a 100%);
  --primary-color_opct8: rgba(252, 73, 2, 0.8);
  --primary-color_opct5: rgba(252, 73, 2, 0.5);
  --primary-color_opct1: rgba(252, 73, 2, 0.1);

  --secondary-color: #62bec1;
  --secondary-color_gr: linear-gradient(45deg, #62bec1 0%, #62c17f 100%);
  --secondary-color_opct8: rgba(98, 190, 193, 0.8);
  --secondary-color_opct5: rgba(98, 190, 193, 0.5);
  --secondary-color_opct1: rgba(98, 190, 193, 0.1);

  --point-color: #ffffc2;

  --brdr-def: #e0e0e0;

  --text: #222;
  --text-sub: #828282;

  --white: #fff;
  --black: #222;

  /* font */
  --h-xl: 40px;
  --h-lg: 26px;
  --h-md: 19px;
  --h-sm: 18px;
  --body-lg: 20px;
  --body-md: 16px;
  --body-sm: 14px;
  --c-xs: 12px;

  --gap-lg: 32px;
  --gap-md: 20px;
  --gap-sm: 12px;
  --gap-xl: 40px;
  --gap-xs: 8px;

  --pad-lg: 80px;
  --pad-md: 32px;
  --pad-sm: 16px;
  --pad-xl: 150px;
  --pad-xs: 12px;
}

/* ============================================================
   common
   ============================================================ */
html,
body {
  font-family: "Noto Sans KR";
  letter-spacing: -1.2px;
  color: var(--text);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
}
.top1023,
.top940,
.top900,
.top800,
.top610 {
  display: block;
}
.under1023,
.under940,
.under900,
.under800,
.under610 {
  display: none;
}

/* scrollbar custom */
::-webkit-scrollbar-thumb {
  background-color: var(--primary-color_opct8);
}

/* steamed btn, share btn modal */
.prd_list .user_common_btn button.btn_heart:before,
.prd_list .user_common_btn button.btn_share:before {
  content: none;
}
.prd_list .user_common_btn button.btn_heart,
.prd_list .user_common_btn button.btn_share {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prd_list .user_common_btn button.btn_heart svg,
.prd_list .user_common_btn button.btn_share svg {
  width: 20px;
  aspect-ratio: 1 / 1;
}
.prd_list .user_common_btn button.btn_heart,
.prd_list .user_common_btn button.btn_share,
.prd_list .user_common_btn button.btn_info {
  color: var(--secondary-color);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.prd_list .user_common_btn button.btn_heart.active,
.prd_list .user_common_btn button.btn_share.active,
.prd_list .user_common_btn button.btn_info.active {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.prd_list .user_common_btn button.btn_heart:hover,
.prd_list .user_common_btn button.btn_share:hover,
.prd_list .user_common_btn button.btn_info:hover {
  background: var(--secondary-color);
}
.prd_list .user_common_btn button.btn_heart:hover svg path,
.prd_list .user_common_btn button.btn_share:hover svg path,
.prd_list .user_common_btn button.btn_info:hover svg path {
  stroke: var(--white);
}

/* gift btn */
span.gift {
  display: inline-block;
}
.select_arw:after {
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
}
.req_close_btn {
  border: 2px solid var(--primary-color);
}
.req_close_btn i {
  color: var(--primary-color);
}

/* ============================================================
   header
   ============================================================ */
header {
  background: var(--point-color);
  color: var(--dark-gray);
  font-size: inherit;
}
header #header {
  display: flex;
  justify-content: flex-start;
  max-width: 1220px;
  width: 100%;
  min-height: 36px;
  align-items: center;
  gap: 10px;
}
header #header #mo-qnb {
  display: none;
}
header #header #home_btn a {
  font-size: 1.3em;
  color: var(--primary-color);
}

/* header-top */
header #header .header-top {
  width: fit-content;
  padding: 10px 0;
}
header #header .header-top a > img {
  max-width: 213px;
  max-height: 60px;
}
header #header .header-top .swiper {
  height: 20px;
  margin: 0;
}
header #header .header-top .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  font-size: 0.815em;
  letter-spacing: -0.26px;
}
header #header .header-top .btn-lotte {
  width: 136.54px;
}
header #header #gnb .btn-lotte img,
header #header .header-top .btn-lotte img {
  width: 100%;
}

/* gnb_wrap */
header #header .gnb_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header #header .gnb_wrap .btn-lotte-call,
header #header .header-top .btn-lotte-call {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
header #header .gnb_wrap .btn-lotte-call .text-zone,
header #header .header-top .btn-lotte-call .text-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header #header .gnb_wrap .btn-lotte-call .text-zone p,
header #header .header-top .btn-lotte-call .text-zone p {
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.35px;
}
header #header .gnb_wrap .btn-lotte-call .text-zone span,
header #header .header-top .btn-lotte-call .text-zone span {
  color: #4e4e4c;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.26px;
}
header #header .gnb_wrap .gnb_right {
  position: relative;
  display: flex;
  gap: 16px;
}

/* gnb */
header #header .gnb_layout {
  position: relative;
  width: 100%;
  display: flex;
  margin-left: 10px;
  overflow: hidden;
}
header #header .gnb_layout .list-area {
  display: flex;
  align-items: center;
  /* overflow: visible; */
  margin: 0;
}
header #header #gnb {
  position: relative;
  align-items: center;
  padding: 19.5px 0;
  overflow: hidden;
  padding-right: 40px;
}
header #header #gnb .gnb_list_wrap {
  display: flex;
  align-items: flex-end;
}
header #header #gnb .gnb_list_wrap .gnb_list,
header #header .business-menu .qnb_list {
  width: fit-content;
}
header #header #gnb .gnb_list_wrap .gnb_list a,
header #header .business-menu .qnb_list a {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  padding: 0 5px;
  background: #fff;
  position: relative;
  z-index: 9;
}
header #header #gnb .gnb_list_wrap .gnb_list.pet a {
  display: flex;
  position: relative;
  align-items: center;
  gap: 2px;
}
header #header #gnb .gnb_list_wrap li.pet:nth-child(8) a {
  position: relative;
  margin-left: 11px;
}
header #header #gnb .gnb_list_wrap li.pet:nth-child(8) a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, 0.15);
  left: -50%;
  top: 50%;
  transform: translate(48px, -9.5px);
}

/* gnb - sub list */
header #header #gnb .gnb_list_wrap .gnb_list > .gnb_sub_list_wrap,
header #header #gnb .cuckoo-guide .gnb_sub_list_wrap {
  left: 50%;
  top: 180%;
  opacity: 0;
  display: none;
  position: absolute;
  text-align: center;
  font-size: 0.85em;
  word-break: keep-all;
  white-space: nowrap;
  transform: translateX(-50%);
  animation: gnb 0.25s forwards;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 8;
}
header #header #gnb .cuckoo-guide .gnb_sub_list_wrap {
  width: 100%;
}
header #header #gnb .gnb_list_wrap .gnb_list > .gnb_sub_list_wrap {
  animation: gnb 0.25s forwards;
  min-width: 100%;
}
@keyframes gnb {
  0% {
    opacity: 0;
    top: 90%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
header #header #gnb .gnb_list_wrap .gnb_list > .gnb_sub_list_wrap > ol,
header #header #gnb .cuckoo-guide .gnb_sub_list_wrap > ol {
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
header #header #gnb .gnb_list_wrap .gnb_list > .gnb_sub_list_wrap > ol > li,
header #header #gnb .cuckoo-guide .gnb_sub_list_wrap > ol > li {
  border-bottom: 1px solid var(--primary-color_opct1);
}
header
  #header
  #gnb
  .gnb_list_wrap
  .gnb_list
  > .gnb_sub_list_wrap
  > ol
  > li:last-child,
header #header #gnb .cuckoo-guide .gnb_sub_list_wrap > ol > li:last-child {
  border-bottom: none;
}
header #header #gnb .gnb_list_wrap .gnb_list > .gnb_sub_list_wrap > ol > li > a,
header #header #gnb .cuckoo-guide .gnb_sub_list_wrap > ol > li > a {
  padding: 14px 20px;
  transition: all 0.3s;
  color: var(--dark-gray);
  font-size: 1em;
}
header #header #gnb .cuckoo-guide .gnb_sub_list_wrap > ol > li > a:hover {
  font-weight: normal;
  color: var(--primary-color);
  background-color: rgba(0, 0, 0, 0.04);
}

/* search form */
header #header #srch_wrap {
  margin: 10px 0;
}
header #header #srch_wrap .srch-clo-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #fff;
  z-index: 1;
  cursor: pointer;
}
header #header .srch_btn {
  top: 50%;
  right: 5px;
  margin: 0 6px 0 0;
  padding: 0 5px;
  transform: translateY(-50%);
  color: var(--primary-color);
  font-size: 1.2em;
}
#srch_wrap #search_box {
  top: 32px;
  width: 300px;
  overflow: hidden;
}
#srch_wrap #search_box h4 {
  font-size: 1.1em;
  background: var(--primary-color);
  color: #fff;
  padding: 20px 10px 0;
  height: 50px;
  font-weight: 900;
  text-align: center;
}
#srch_wrap #search_box div ul {
  margin: 30px auto;
}
.search_form {
  display: flex;
  width: 100%;
  position: relative;
  padding: 0;
  margin-bottom: 0px;
}
.search_form .srch_btn {
  right: 9%;
}
.search_form input {
  padding: 9px 34px 9px 12px;
  width: 350px;
  border: 1px solid var(--primary-color);
  border-radius: 40px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 2px var(--primary-color_opct5);
  color: var(--primary-color);
  font-size: 1em;
}
.search_form input::placeholder {
  color: #949494;
  font-size: 0.8em;
}
.search_form input:focus {
  box-shadow: none;
  border: 1px solid var(--primary-color);
}

/* lnb */
header #header #lnb {
  gap: var(--gap-md);
}
header #header #lnb > ul {
  display: flex;
  align-items: center;
}
header #header #lnb > ul > li.vr-link {
  display: none;
}
header #header #lnb > ul > li a {
  font-size: 0.8em;
  word-break: keep-all;
}
header #header #lnb > ul > li.mycart a {
  color: var(--text);
  font-size: var(--h-sm);
  font-weight: 500;
  line-height: 150%;
  display: flex;
  align-items: center;
}
header #header #lnb > ul > li.mycart a span {
  color: var(--white);
  padding: 0 var(--gap-xs);
  border-radius: 9999px;
  background: var(--primary-color);
  font-size: var(--body-sm);
  line-height: 130%;
  margin-left: 8px;
}
header #header #lnb .line {
  width: 1px;
  height: 20px;
  background: rgba(34, 34, 34, 0.2);
}
header #header #lnb .call {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
header #header #lnb .call > a {
  font-size: var(--h-lg);
  line-height: 150%;
  letter-spacing: -1px;
  font-weight: 900;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 8px;
}

/* lnb - gift */
header #header .gift {
  font-weight: 700;
  animation: giftEffect 0.9s ease-in infinite;
  transition: color 0.3s;
  cursor: pointer;
}
header #header .gift:hover {
  color: var(--primary-color) !important;
}
@keyframes giftEffect {
  0% {
    color: var(--primary-color);
  }
  50% {
    color: var(--secondary-color);
  }
  100% {
    color: var(--primary-color);
  }
}

/* header-bottom */
header .header-bottom {
  background: var(--black);
}
header .header-bottom ul {
  max-width: 1220px;
  width: 100%;
  padding: var(--pad-sm) 0;
  margin: 0 auto;
  display: flex;
  gap: var(--gap-md);
}
header .header-bottom ul li {
  width: fit-content;
}
header .header-bottom ul li a {
  color: var(--white);
  font-size: (var(--body-md));
  white-space: nowrap;
}

/* ============================================================
   fixed btn
   ============================================================ */
#fixed_btn_wrap {
  bottom: 0;
  left: 0;
  right: auto !important;
  width: 100%;
  background: var(--secondary-color);
  z-index: 199;
}
#fixed_btn_wrap .fixed_btn_width_wrap {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: var(--pad-sm) 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#fixed_btn_wrap .fixed_btn_width_wrap .fixed_btn_list .kakao_btn {
  margin-bottom: 20px;
}
#fixed_btn_wrap .fixed_btn_width_wrap .fixed_btn_list .fixed_btn a i {
  position: relative;
  top: auto;
  left: auto;
  transform: translate(0, 0);
}
.fixed_btn.b-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  width: auto;
  height: auto;
}
.fixed_btn.b-text.text {
  gap: var(--gap-md);
}
.fixed_btn.b-text.btn {
  gap: var(--gap-sm);
}
.fixed_btn.b-text a {
  padding: var(--pad-xs) var(--pad-md);
  width: auto;
  font-size: var(--h-md);
  font-weight: 500;
}
.fixed_btn.b-text a.call {
  background: var(--black);
  color: var(--white);
}
.fixed_btn.b-text a.kakao {
  background: #ffc410;
  color: var(--black);
}
.fixed_btn.b-text > img {
  width: 80px;
}
.fixed_btn.b-text > p {
  font-size: var(--h-lg);
  font-weight: 500;
  color: var(--white);
}
.fixed_btn.b-text > p span {
  color: var(--point-color);
}
.fixed_btn.b-text > p span i {
  position: relative;
}
.fixed_btn.b-text > p span i:before {
  content: "";
  position: absolute;
  width: 6px;
  aspect-ratio: 1 / 1;
  background: var(--point-color);
  border-radius: 50px;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  /* 로딩처럼 점 하나씩 위(-3px)로 올라갔다 내려오는 웨이브.
     끊김 없이 부드럽도록 top 대신 transform(translateY)로 이동시킨다.
     한 점의 바운스(약 0.605s)들이 0.182s 간격으로 이어져 4개가 도는 데 1.15s,
     이후 0.05s 정지 → 총 1.2s 주기로 반복한다. */
  will-change: transform;
  animation: fixedDotBounce 1.2s ease-in-out infinite;
}
.fixed_btn.b-text > p span i:nth-child(1):before {
  animation-delay: 0s;
}
.fixed_btn.b-text > p span i:nth-child(2):before {
  animation-delay: 0.182s;
}
.fixed_btn.b-text > p span i:nth-child(3):before {
  animation-delay: 0.364s;
}
.fixed_btn.b-text > p span i:nth-child(4):before {
  animation-delay: 0.545s;
}
@keyframes fixedDotBounce {
  0%,
  50.4%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  25.2% {
    transform: translateX(-50%) translateY(-3px);
  }
}
.fixed_btn.b-text.kakao a {
  background: none;
}
.fixed_btn.b-text.kakao a img {
  width: 100%;
}
.fixed_btn.top_btn button i {
  color: var(--primary-color);
}
.fixed_btn.kakao_btn a {
  height: inherit;
}
.fixed_btn.kakao_btn img {
  margin: auto;
}
.call_fixed_btn {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: fixed-btn-point;
  animation-name: fixed-btn-point;
}
.compare_btn:after {
  content: "상품을 장바구니에 담고 비교해보세요!";
}
@keyframes fixed-btn-point {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  6.5% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }

  18.5% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  31.5% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  43.5% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* ============================================================
   go vr - character banner
   ============================================================ */
.character_banner {
  display: block;
  position: fixed;
  left: 0px;
  bottom: 10%;
  width: 100px;
  cursor: pointer;
  z-index: 49;
}
.character_banner img {
  width: 100%;
  display: block;
  filter: drop-shadow(1mm 0.5mm 0.5mm rgb(0, 0, 0, 0.12));
  transition: all 0.4s;
  transform: scale(1);
}
.character_banner:hover img {
  transform: scale(1.15);
}
.character_banner .bubble {
  position: absolute;
  background: #eee;
  border-radius: 50%;
  padding: 30px 20px;
  top: 20%;
  right: -140px;
  line-height: 1.6em;
  text-align: center;
  font-weight: 600;
  color: #605d5d;
  box-shadow: inset 6px 6px 7px rgb(255 255 255 / 90%),
    3px 3px 10px rgb(0 0 0 / 10%);
  cursor: pointer;
  background: linear-gradient(
    135deg,
    rgb(247 247 247 / 80%),
    rgb(255 255 255 / 100%)
  );
  transition: all 0.4s;
  transform: scale(1);
}
.character_banner:hover .bubble {
  transform: scale(1.1);
}
.character_banner .bubble i {
  padding-top: 5px;
  font-size: 1.2em;
  font-weight: 800;
  color: var(--secondary-color);
}
.character_banner .bubble span {
  font-size: 1em;
  font-weight: 600;
  color: #605d5d;
}
.character_banner .bubble:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-right-color: rgb(255, 255, 255);
  border-left: 0;
  margin-top: -14px;
  margin-left: -11px;
}
.animate__bounceInLeft {
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-name: bounceInLeft;
}

/* ============================================================
   banner
   ============================================================ */
#banner {
  padding-top: 135px;
}
#banner .swiper-button-next:after,
#banner .swiper-button-prev:after {
  color: var(--secondary-color_opct8);
}
/* 배너 하단 컨트롤(prev / 1·3 분수 / next)을 '< 1/3 >' 형태로 모아 배치 */
#banner .banner_controls {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--pad-md);
  max-width: 1220px;
  width: 100%;
}
#banner .banner_controls .swiper-button-prev,
#banner .banner_controls .swiper-button-next {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: var(--pad-sm);
  background: rgba(0, 0, 0, 0.3);
}
/* 기본 스와이퍼 화살표 글리프를 숨기고 인라인 SVG 아이콘을 사용한다. */
#banner .banner_controls .swiper-button-prev:after,
#banner .banner_controls .swiper-button-next:after {
  content: none;
}
#banner .banner_controls .swiper-button-prev svg,
#banner .banner_controls .swiper-button-next svg {
  display: block;
  width: 30px;
  height: 30px;
}
#banner .banner_controls .swiper-pagination {
  position: static;
  width: auto;
  color: var(--white);
  font-size: var(--body-lg);
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
}

/* ============================================================
   main_bar
   ============================================================ */
#main_bar {
  width: 100%;
  padding: 20px 0;
  background: #2a2a2a;
}
#main_bar .bar_wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1346px;
  width: 100%;
  color: #fff;
}
#main_bar .bar_wrap .count_wrap {
  display: flex;
  justify-content: space-between;
  width: 45%;
  height: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 20px;
}
#main_bar .bar_wrap .count {
  align-items: center;
  text-align: center;
  display: flex;
}
#main_bar .bar_wrap .count .c_tit {
  display: block;
  margin: 0 10px 0 0;
  align-self: center;
  padding: 5px 10px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 20px;
}
#main_bar .bar_wrap .count .num {
  font-size: 1.8em;
  font-weight: 900;
}
#main_bar .bar_wrap .realtime_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#main_bar .bar_wrap .realtime > p > br {
  display: none;
}
#main_bar .bar_wrap .liveshow {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main_bar .bar_wrap .liveshow_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}
#main_bar .bar_wrap .liveshow > p,
#main_bar .bar_wrap .liveshow > span {
  display: inline-block;
  text-align: center;
}
#main_bar .bar_wrap .liveshow > p {
  font-size: 0.9em;
}
#main_bar .bar_wrap .liveshow > p > i {
  margin-top: 3px;
  font-size: 11px;
  display: inline-block;
  letter-spacing: 0.1px;
  line-height: 1.4;
  padding: 0px 5px;
  font-weight: 600;
  /* background-color: #f13232; */
  color: #f13232;
  border: 1px solid #f13232;
}
#main_bar .bar_wrap .liveshow .onoff-toggle-btn {
  margin-left: 8px;
  background: transparent;
  border: 2px solid #f13232;
  border-radius: 20px;
}
#main_bar .bar_wrap .liveshow .onoff-toggle-btn i.onair {
  display: inline-block;
  padding: 0 0 0 10px;
  font-weight: 600;
  color: #f13232;
}
#main_bar .bar_wrap .liveshow .onoff-toggle-btn i.offair {
  display: inline-block;
  margin: 2px;
  padding: 5px 10px;
  background: #f13232;
  border-radius: 20px;
}

/* ============================================================
   main prd-list
   ============================================================ */
.prd_list_wrap {
  max-width: 1220px;
  padding-bottom: 172px;
}
#main .user_page_box:hover .thumb_box img {
  transform: none;
}
.prd_list_wrap .prd_tit_wrap {
  position: relative;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.prd_tit {
  display: flex;
  gap: var(--gap-xs);
}
.prd_tit span {
  color: var(--primary-color);
}
.prd_list_wrap .prd_list .thumb_box_area {
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap-md);
}
.prd_list_wrap .prd_list .info_box {
  height: 100%;
  align-content: space-between;
}
.prd_list_wrap .prd_list .info_box .prd_name a h4 {
  color: var(--text);
  font-size: var(--h-sm);
  text-align: start;
  overflow: visible;
  white-space: unset;
  line-break: anywhere;
  margin: 0;
}
.prd_price_wrap {
  width: 100%;
}
.prd_list_wrap .prd_list .info_box .prd_price:last-child {
  margin-top: var(--gap-xs);
}
.prd_list_wrap .prd_list .info_box .prd_price strong {
  color: var(--text-sub);
  font-size: var(--body-md);
}
.prd_price p {
  color: var(--text-sub);
  display: flex;
  align-items: center;
  gap: 2px;
}
.prd_list_wrap .prd_list .info_box .prd_price p span {
  color: var(--text);
  font-size: var(--body-lg);
}
.prd_list_wrap .prd_list .info_box .prd_price:last-child p span {
  color: var(--primary-color);
}
.prd_price span {
  font-weight: 700;
}
.prd_list_wrap .prd_list .user_page_box {
  padding: var(--pad-sm) var(--pad-sm) var(--pad-md);
  box-sizing: border-box;
}
.prd_list_wrap .prd_list .user_page_box .thumb_box {
  overflow: visible;
  margin-bottom: var(--pad-sm);
}
.prd_list_wrap .prd_list .prd_consult {
  margin-top: var(--gap-lg);
}
.prd_list_wrap .prd_list .prd_consult .req_btn {
  width: 100%;
  padding: var(--pad-xs) 0;
  font-size: var(--h-sm);
  color: var(--text);
  background: var(--white);
  box-shadow: 0 0 0 1px inset var(--brdr-def);
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}
.prd_list_wrap .prd_list .prd_consult .req_btn:hover {
  color: var(--white);
  background: var(--black);
}
.info_box > li:first-child {
  width: fit-content;
  position: absolute;
  top: var(--pad-sm);
  right: var(--pad-sm);
}
.prd_list .user_common_btn {
  flex-direction: column;
  gap: var(--gap-xs);
  transform: none !important;
}
.prd_list .user_common_btn button.btn_heart {
  margin: 0;
}
.prd_list .user_common_btn button.btn_heart,
.prd_list .user_common_btn button.btn_share,
.prd_list .user_common_btn button.btn_info {
  width: 36px;
  min-width: auto;
  height: auto;
  aspect-ratio: 1 /1;
  font-size: 20px;
}
.prd_list .user_common_btn button.btn_heart:before,
.prd_list .user_common_btn button.btn_share:before {
  width: fit-content;
}
.prd_list_wrap .prd_list .user_page_box {
  overflow: visible;
}
.prd_list_wrap .user_common_btn .user_common_modal {
  top: auto;
  left: 50%;
  transform: translateX(-87%);
  bottom: -188px;
}
.prd_list_wrap .prd_list .info_box .prd_name {
  padding: var(--pad-sm) 0 var(--gap-md);
}
.prd_price strong {
  font-size: 0.9em;
}
.prd_name h4 {
  /* 말줄임표 */
  overflow: hidden;
  white-space: pre;
  margin: 0 30px;
}
.guide_speech > p > b {
  color: var(--primary-color);
}
.guide_speech > p .btn_deco {
  background-color: var(--primary-color);
}
.spin-degrees-img {
  display: flex;
}

/* ============================================================
   footer
   ============================================================ */
#footer {
  display: none;
  background: var(--black);
  padding-bottom: 112px;
}
#footer .footer_wrap {
  max-width: 1220px;
  width: 100%;
  padding: var(--pad-lg) 0;
  margin: 0 auto;
}
#footer .footer_wrap .ft_nav > img {
  width: 376px;
}
#footer .footer_wrap .ft_nav > ul {
  align-items: center;
  justify-content: normal;
  gap: var(--gap-md);
  padding: var(--gap-lg) 0;
}
#footer .footer_wrap .ft_nav > ul .line {
  width: 1px;
  height: 16px;
  background: var(--white);
}
#footer .footer_wrap .ft_nav > ul > li {
  margin: 0;
}
#footer .footer_wrap .ft_nav > ul > li.privacy {
  font-size: var(--body-lg);
  margin: 0;
}
#footer .footer_wrap .ft_nav > ul > li.privacy:after {
  display: none;
}
#footer .footer_wrap .ft_nav > ul > li a,
#footer .footer_wrap .ft_nav > ul > li:hover a {
  color: var(--white);
}

/* ft_info */
#footer .footer_wrap .ft_info {
  display: flex;
  flex-direction: column;
  gap: var(--gap-xs);
}
#footer .footer_wrap .ft_info > ul {
  gap: var(--gap-xs) var(--gap-md);
}
#footer .footer_wrap .ft_info > ul > li {
  font-size: var(--body-md);
  color: var(--text-sub);
}
#footer .footer_wrap .ft_info > ul > li:after {
  display: none;
}

/* ft_list */
#footer .footer_wrap .ft_list > ul {
  padding: var(--gap-xl) 0;
}
#footer .footer_wrap .ft_list > ul > li > img {
  height: 35px;
}
#footer .footer_wrap .ft_list > ul > li > p {
  font-size: var(--c-xs);
}
#footer .footer_wrap .footer_sub_txt,
#footer .footer_wrap .ft_list > ul > li > p {
  color: var(--text-sub);
}
#footer .footer_wrap .footer_sub_txt {
  font-size: var(--body-sm);
}

/* ============================================================
   responsive
   ============================================================ */
@media all and (max-width: 1400px) {
  .prd_list_wrap .prd_list .user_page_box {
    height: 100%;
  }
}
@media all and (max-width: 1366px) {
  header #header #lnb .gift > span {
    display: none;
  }
  header.scroll #header #srch_wrap {
    width: 30%;
  }

  #footer .footer_wrap .ft_list > ul {
    gap: var(--gap-lg);
  }
  #footer .footer_wrap .ft_list > ul > li {
    width: auto;
    display: flex;
  }
  #footer .footer_wrap .ft_list > ul > li:nth-child(1),
  #footer .footer_wrap .ft_list > ul > li:nth-child(2),
  #footer .footer_wrap .ft_list > ul > li:nth-child(3) {
    margin: 0;
  }
}
@media all and (max-width: 1360px) {
  header #header #gnb .gnb_list_wrap .gnb_list a,
  header #header .business-menu .qnb_list a {
    padding: 0 7px;
  }
  header #header .gnb_layout,
  header #header #gnb .gnb_list_wrap li.pet:nth-child(8) a {
    margin-left: 11px;
  }
  header #header #gnb .cuckoo-guide:before {
    transform: translate(-53px, -10px);
  }
  header #header #gnb .gnb_list_wrap li.pet:nth-child(8) a:before {
    transform: translate(45px, -9.5px);
  }
  .search_form input {
    width: 230px;
  }
}
@media all and (max-width: 1300px) {
  header #header,
  header .header-bottom ul,
  #banner .banner_controls,
  #footer .footer_wrap,
  .prd_list_wrap {
    width: 91.47%;
  }
}
@media all and (max-width: 1185px) {
  header #header #gnb .gnb_list_wrap {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    gap: 10px 0;
  }
}
@media all and (max-width: 1155px) {
  header #header .header-top {
    justify-content: space-between;
  }
  .search_form .mycart.top1155 {
    display: none;
  }
  .mycart.under1155 {
    display: block;
  }
  .search_form input {
    width: 100%;
  }

  #fixed_btn_wrap .fixed_btn_width_wrap {
    width: 90%;
  }
}
@media all and (max-width: 1080px) {
  header #header #gnb .cuckoo-guide h5 {
    padding: 29.5px 10px 29.5px 0;
  }
  header #header #gnb .cuckoo-guide:before {
    transform: translate(-52px, -10px);
  }
  header #header #gnb .gnb_list_wrap .gnb_list a,
  header #header .business-menu .qnb_list a {
    padding: 0 5px;
  }
  header #header .gnb_layout {
    margin-left: 5px;
  }
  header #header #gnb .gnb_list_wrap li.pet:nth-child(8) a:before {
    transform: translate(43px, -9.5px);
  }
}
@media all and (max-width: 1023px) {
  .under1023 {
    display: block;
  }
  .top1023 {
    display: none;
  }
  /* header */
  header #header {
    gap: 0px;
  }
  header #header #lnb .call {
    animation: none;
    -webkit-animation: none;
  }
  header #header #gnb {
    padding: 15.5px 0;
  }
  header #header #gnb:before {
    content: "";
    position: absolute;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.83) 20%,
      rgba(255, 255, 255, 1) 100%
    );
    height: 30px;
    width: 29px;
    z-index: 999;
    right: 0;
    transform: translateX(50%);
  }
  header #header #gnb::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  header #header #gnb .gnb_list_wrap li.pet:nth-child(8) a:before {
    transform: translate(38px, -9.5px);
    display: none;
  }
  header #header .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    padding: 7.82px 0;
  }
  header #header #gnb .btn-lotte {
    display: none;
  }
  header #header .gnb_wrap .btn-lotte-call {
    display: block;
  }
  header #header .gnb_wrap .btn-lotte-call .text-zone {
    display: none;
  }
  header #header .gnb_layout,
  header #header #gnb .gnb_list_wrap li.pet:nth-child(8) a {
    margin-left: 0;
  }
  header #header .gnb_layout .list-area {
    width: 100%;
  }
  header #header #lnb > ul > li.vr-link {
    display: block;
    align-self: center;
  }
  header #header #lnb > ul > li.vr-link > a {
    font-size: 15px;
    font-weight: 600;
    color: var(--secondary-color);
  }
  header #header #logo-zone > a > img {
    max-height: 50px;
  }
  header #header #gnb .cuckoo-guide {
    display: none;
  }
  header #header #gnb .cuckoo-guide:before {
    transform: translate(-51px, -10px);
  }
  header #header #gnb .gnb_list_wrap .gnb_list > .gnb_sub_list_wrap {
    display: block !important;
  }
  header #header #gnb .gnb_list_wrap .gnb_list > .gnb_sub_list_wrap.offSubCate {
    display: none !important;
  }
  header
    #header
    #gnb
    .gnb_list_wrap
    .gnb_list:first-child
    > .gnb_sub_list_wrap {
    left: 0;
    transform: translateX(0);
  }
  header.scroll #header #gnb .gnb_list_wrap .gnb_list a {
    padding: 0 10px;
  }
  header #header .gnb_wrap .gnb_right #srch_wrap {
    display: none;
  }
  header #header .srch_btn {
    height: 17.5px;
  }

  /* search form */
  header #header #srch_wrap {
    width: 300px;
  }
  header.scroll #header #srch_wrap {
    order: 2 !important;
    flex: auto;
  }
  #srch_wrap #search_box {
    width: 70%;
    top: 30px;
    right: auto;
  }
  #srch_wrap #search_box div ul {
    width: 85%;
    margin: 20px auto;
  }
  header.scroll #srch_wrap #search_box {
    top: 31px;
  }

  /* header scroll */
  header.scroll #header #logo-zone {
    display: block;
  }

  #banner {
    padding-top: 92px;
  }

  #footer .footer_wrap .ft_nav > img {
    width: 231px;
  }
  #footer .footer_wrap .ft_nav * {
    font-size: initial;
  }
  #footer .footer_wrap .ft_list > ul > li {
    margin: 0;
  }
  #footer .footer_wrap .footer_sub_txt {
    text-align: center;
  }
}
@media all and (max-width: 1020px) {
  .character_banner {
    display: none;
  }
}
@media all and (max-width: 940px) {
  .top940 {
    display: none;
  }
  .under940 {
    display: block;
  }
  header #header .header-top a > img {
    max-width: 117px;
    max-height: 60px;
  }
  header #header #gnb .gnb_list_wrap .gnb_list a,
  header #header .business-menu .qnb_list a {
    padding: 0 10px;
  }
  header #header #gnb .gnb_list_wrap li.pet:nth-child(8) a:before {
    transform: translate(43px, -9.5px);
  }
  header #header #gnb .cuckoo-guide h5 {
    padding: 18px 10px 18px 0;
  }
  header.scroll #header #gnb .cuckoo-guide h5 {
    padding: 26px 10px 18px 0;
  }
  header.scroll #header #gnb .cuckoo-guide:before {
    transform: translate(-44px, -5px);
  }
  header #header #lnb .call {
    animation: none;
    -webkit-animation: none;
  }
  header #header #lnb > .call span {
    display: none;
  }
  header #header #lnb .call > a svg {
    width: 20px;
    aspect-ratio: 1 / 1;
  }
  header #header #lnb .line {
    display: none;
  }
  header #header #lnb > ul > li.mycart a {
    position: relative;
  }
  header #header #lnb > ul > li.mycart a span {
    position: absolute;
    right: -6px;
    top: -6px;
    padding: 0 4px;
    margin: 0;
  }

  #banner .banner_controls {
    bottom: 15px;
  }
  #banner .banner_controls .swiper-button-prev,
  #banner .banner_controls .swiper-button-next {
    display: none;
  }

  .prd_list .user_common_btn button.btn_heart,
  .prd_list .user_common_btn button.btn_share,
  .prd_list .user_common_btn button.btn_info {
    width: 24px;
  }
  .prd_list .user_common_btn button.btn_heart svg,
  .prd_list .user_common_btn button.btn_share svg {
    width: 14px;
  }
}
@media all and (max-width: 900px) {
  .top900 {
    display: none;
  }
  .under900 {
    display: block;
  }
  /* .js-theRentalSwiper 슬라이드 동작 */
  header .header-bottom .js-theRentalSwiper {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 var(--pad-sm);
  }
  header .header-bottom ul {
    max-width: none;
    padding: var(--pad-sm) 0;
    margin: 0;
    gap: 0;
  }
  header .header-bottom ul li {
    width: auto;
    flex-shrink: 0;
  }

  #fixed_btn_wrap .fixed_btn_width_wrap {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .fixed_btn.b-text.text {
    display: none;
  }
  .fixed_btn.b-text.btn {
    width: 100%;
    height: 56px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .fixed_btn.b-text a {
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--gap-xs);
  }
  .fixed_btn.b-text a.call {
    background: var(--secondary-color);
  }

  #footer {
    padding-bottom: 56px;
  }
  .prd_list_wrap {
    padding-bottom: 106px;
  }
}
@media all and (max-width: 857px) {
  /* header */
  header #header #lnb > ul > li.vr-link {
    display: block;
    align-self: center;
  }
  header #header #lnb > ul > li.vr-link > a {
    font-size: 15px;
    font-weight: 600;
    color: var(--secondary-color);
  }
  header #header .gnb_wrap,
  header.scroll #header .gnb_wrap {
    order: 3;
    display: flex;
  }
  header #header #mo-qnb {
    margin-left: 10px;
    display: block;
  }
  header #header #logo > a > img {
    max-width: 140px;
    max-height: 50px;
  }

  /* search form */
  header #header #srch_wrap,
  header.scroll #header #srch_wrap {
    width: 60%;
    order: 2 !important;
    flex: auto;
    transition: all 0.3s;
  }
  header #header #srch_wrap {
    margin-left: 8px;
  }
  #srch_wrap #search_box {
    width: 70%;
    top: 30px;
  }
  #srch_wrap #search_box div ul {
    width: 85%;
    margin: 20px auto;
  }

  /* header scroll */
  header.scroll #header #home_btn {
    display: none;
  }
  header.scroll #header #logo {
    display: block;
  }
  header.scroll #srch_wrap #search_box {
    top: 31px;
  }

  .prd_list_wrap .prd_list .thumb_box_area {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (max-width: 800px) {
  .top800 {
    display: none;
  }
  .under800 {
    display: block;
  }

  :root {
    --h-xl: 24px;
    --h-lg: 20px;
    --h-md: 15px;
    --h-sm: 13px;
    --body-lg: 16px;
    --body-md: 13px;
    --body-sm: 11px;
    --c-xs: 11px;

    --gap-lg: 16px;
    --gap-md: 16px;
    --gap-sm: 8px;
    --gap-xl: 24px;
    --gap-xs: 8px;

    --pad-lg: 40px;
    --pad-md: 16px;
    --pad-sm: 12px;
    --pad-xl: 44px;
    --pad-xs: 8px;
  }
}
@media all and (max-width: 740px) {
  #fixed_btn_wrap {
    right: 4% !important;
  }
}
@media all and (max-width: 720px) {
  .search_form input {
    padding: 5px 29px 5px 7px;
  }
  header #header .srch_btn {
    height: 19.5px;
  }
  .header #header .srch_btn .fas {
    font-size: 15px;
  }
}
@media all and (max-width: 650px) {
  #fixed_btn_wrap .fixed_btn_width_wrap .fixed_btn_list {
    padding: 12px 14px;
    height: 41px;
  }
  #fixed_btn_wrap .fixed_btn_width_wrap .fixed_btn_list .top-area {
    font-size: 14px;
    letter-spacing: -0.7px;
  }
  #fixed_btn_wrap .fixed_btn_width_wrap .fixed_btn_list .fixed_btn a i {
    font-size: 1em;
  }
  #fixed_btn_wrap .fixed_btn_width_wrap .fixed_btn_list .kakao_btn img {
    width: 18px;
    height: 18px;
  }
  .fixed_btn.b-text a img {
    width: 18px;
  }
  .fixed_btn.b-text p {
    left: 0px;
  }
  #footer .footer_wrap .ft_info {
    width: 100%;
  }
  #footer .footer_wrap .ft_info > ul {
    margin: 0;
    flex-wrap: wrap;
  }
  #footer .footer_wrap .ft_info > ul:first-child {
    flex-direction: unset;
    width: 100%;
  }
  #footer .footer_wrap .ft_info > ul:first-child li:first-child {
    width: 100%;
  }
  #footer .footer_wrap .ft_info > ul li {
    width: fit-content;
  }
}
@media all and (max-width: 610px) {
  .top610 {
    display: none;
  }
  .under610 {
    display: block;
  }
}
@media all and (max-width: 500px) {
  header .header-bottom ul {
    width: 96%;
  }

  #main .user_common_btn .user_common_modal {
    width: 500%;
    max-width: none;
  }
  .prd_list_wrap .user_common_btn .user_common_modal {
    top: auto;
    left: 50%;
    transform: translateX(-81%);
    bottom: -188px;
  }
}
@media all and (max-width: 430px) {
  /* header */
  header #header #srch_wrap,
  header.scroll #header #srch_wrap {
    width: 50%;
  }
  header #header #logo > a > img {
    max-width: 120px;
  }
  header.scroll #header #logo {
    display: none;
  }
  header.scroll #header #logo-zone {
    display: none;
  }
  header.scroll #header #home_btn {
    display: block;
  }
}
@media all and (max-width: 360px) {
  header #header #mo-qnb {
    display: none;
  }
}
