@charset "utf-8";
:root {
  --primary-color: #4e4e4c;
  --primary-color_gr: linear-gradient(45deg, #ff5c4a 0%, #ff924a 100%);
  --primary-color_opct1: rgba(78, 78, 76, 0.1);
  --primary-color_opct5: rgba(78, 78, 76, 0.5);
  --primary-color_opct8: rgba(78, 78, 76, 0.8);

  --secondary-color: #122862;
  --secondary-color_gr: linear-gradient(45deg, #3697d7 0%, #36bfd7 100%);
  --secondary-color_opct05: rgba(18, 40, 98, 0.05);
  --secondary-color_opct1: rgba(18, 40, 98, 0.1);
  --secondary-color_opct15: rgba(18, 40, 98, 0.15);
  --secondary-color_opct2: rgba(18, 40, 98, 0.2);
  --secondary-color_opct5: rgba(18, 40, 98, 0.5);
  --secondary-color_opct8: rgba(18, 40, 98, 0.8);

  --gray: #d3d3d3;
  --light-gray: #c7c8c4;
  --warm-gray: #7f807c;
  --dark-gray: #312f2d;
}

/* common */
html,
body {
  font-family: "Apple SD Gothic Neo";
  letter-spacing: -0.7px;
  color: var(--dark-gray);
}
.mycart.under1155 {
  display: none;
}
.top940 {
  display: block;
}
.under940 {
  display: none;
}
.top800 {
  display: block;
}
.under800 {
  display: none;
}
.top610 {
  display: block;
}
.under610 {
  display: none;
}

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

/* steamed btn, share btn modal */
.user_common_btn button.btn_heart:before {
  content: "\f07a";
}
.user_common_btn button.btn_heart,
.user_common_btn button.btn_share,
.user_common_btn button.btn_info {
  color: #898989;
  border: 1px solid #ddd;
}
.user_common_btn button.btn_heart.active,
.user_common_btn button.btn_share.active,
.user_common_btn button.btn_info.active {
  background: #f8f8f8;
}
.user_common_btn button.btn_heart:hover,
.user_common_btn button.btn_share:hover,
.user_common_btn button.btn_info:hover {
  background: #f8f8f8;
}

/* gift btn */
span.gift {
  display: none;
}

/* header */
header {
  background: #fff;
  color: var(--dark-gray);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
header #header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1346px;
  min-height: 36px;
  align-items: center;
}
header #header .header-top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
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 #logo-zone {
  margin-top: 7px;
  margin-bottom: 3px;
}
header #header #logo-zone > a > img {
  max-width: 246px;
  max-height: 60px;
}
header #header #mo-qnb {
  display: none;
}
header #header #home_btn a {
  font-size: 1.3em;
  color: var(--primary-color);
}
header #header #lnb > ul {
  display: flex;
  align-items: center;
}
header #header #lnb > ul > li {
  padding: 15px 10px;
}
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 .gift {
  font-weight: 700;
  animation: giftEffect 0.9s ease-in infinite;
  transition: color 0.3s;
  cursor: pointer;
}

@keyframes giftEffect {
  0% {
    color: var(--primary-color);
  }
  50% {
    color: var(--secondary-color);
  }
  100% {
    color: var(--primary-color);
  }
}

header #header .gift:hover {
  color: var(--primary-color) !important;
}
header #header #lnb > ul > li.mycart a {
  font-size: 1em;
  color: var(--secondary-color);
}
header #header #lnb .call {
  padding: 0 0 0 10px;
  -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: 1.2em;
  color: var(--primary-color);
}
header #header #lnb > .call span {
  margin-left: 5px;
}
header #header .gnb_wrap {
  width: 100%;
  flex-grow: 2;
}
header #header .gnb_layout {
  width: 100%;
  display: flex;
  margin-left: 21px;
}
header #header .gnb_layout .list-area {
  display: flex;
  align-items: center;
  overflow: visible;
  margin: 0;
}
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: 1em;
  padding: 29px 10px;
  background: #fff;
  position: relative;
  z-index: 9;
}
header #header #gnb .cuckoo-guide {
  position: relative;
  height: fit-content;
}
header #header #gnb .cuckoo-guide:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, 0.15);
  top: 50%;
  right: -50%;
  transform: translate(-46px, -10px);
}
header #header #gnb .cuckoo-guide h5 {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 29.5px 10px;
  height: 100%;
  cursor: pointer;
  position: relative;
  z-index: 9;
  background: #fff;
}
header #header #gnb .gnb_list_wrap {
  display: flex;
  align-items: flex-end;
}
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);
}
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);
}

/* search form */
header #header #srch_wrap {
  width: fit-content;
}
header #header #srch_wrap .srch-clo-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #fff;
  z-index: 1;
  cursor: pointer;
}
header #header .srch_btn {
  width: fit-content;
  top: 50%;
  left: 81%;
  transform: translate(50%, -50%);
  color: #fff;
  font-size: 1.2em;
}
#srch_wrap #search_box {
  top: 32px;
  width: 300px;
  overflow: hidden;
  display: none !important;
}
header.scroll #srch_wrap #search_box {
  top: 41px;
}
#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 .srch_btn {
  right: 9%;
}
.search_form .mycart {
  display: flex;
  align-items: center;
  padding-left: 12px;
}
.search_form {
  display: flex;
  width: 100%;
  position: relative;
  padding: 0;
  margin-bottom: 0px;
}
.search_form input {
  padding: 10px;
  width: 356px;
  border: 1px solid #e9e7e7;
  border-radius: 1000px;
  background: inherit;
  color: var(--dark-gray);
  font-size: 1em;
}
.search_form input::placeholder {
  position: relative;
  left: -10px;
  color: var(--light-gray);
  font-size: 0.8em;
}
/* .search_form input:focus {
  box-shadow: none;
  border: 1px solid var(--primary-color);
} */

/* header scroll */
header.scroll .header-top {
  display: none !important;
}
header.scroll #header #lnb {
  order: 5;
}
header.scroll #header .business-menu {
  display: none;
}

/* fixed btn */
#fixed_btn_wrap {
  bottom: 30px;
}
.fixed_btn {
  box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 0.15);
  width: fit-content;
}
.fixed_btn button,
.fixed_btn a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
.fixed_btn.kakao_btn a {
  padding: 10px;
}
.fixed_btn button img,
.fixed_btn a img {
  margin-right: 4px;
  width: 18px;
}
.fixed_btn.top_btn button i {
  color: var(--primary-color);
}
.consult_btn {
  background: #f8fafe;
  transition: none !important;
}
.consult_btn .call_fixed_btn {
  color: var(--secondary-color);
}
.consult_btn .call_fixed_btn h5 {
  font-weight: 600;
}
.consult_btn.open {
  border-radius: 15px;
  cursor: default;
  right: 0;
  transform: translate(0, 0);
  background: #fff;
}

/* cuckoo 모달 */
.cuckoo-wrap {
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.cuckoo-wrap.on {
  display: flex;
}
.cuckoo-wrap .cuckoo-area {
  padding: 20px 18px;
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 0.15);
  max-width: 580px;
  /* width: 100%;
  height: 80%; */
  width: 80%;
  height: 65.518%;
  overflow-y: scroll;
  margin: 0 auto;
  background: #fff;
}
.cuckoo-wrap #cuckoo-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.cuckoo-wrap #cuckoo-form .top-zone {
  display: flex;
  justify-content: space-between;
}
.cuckoo-wrap #cuckoo-form .top-zone h4 {
  font-family: "Apple SD Gothic Neo";
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: -1.35px;
}
.cuckoo-wrap #cuckoo-form .top-zone i {
  color: var(--secondary-color);
  transform: rotate(180deg);
  font-size: 16px;
}
.cuckoo-wrap #cuckoo-form .info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.cuckoo-wrap #cuckoo-form .info:nth-of-type(3) {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cuckoo-wrap #cuckoo-form .info span {
  position: relative;
  padding-left: 6px;
  font-size: 18px;
  color: var(--primary-color);
}
.cuckoo-wrap #cuckoo-form .info span:before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 1000px;
  width: 4px;
  height: 4px;
  background: var(--secondary-color);
}
.cuckoo-wrap #cuckoo-form .info input {
  border-radius: 100px;
  background: #f8f8f8;
  padding: 10px 16px;
}
.cuckoo-wrap #cuckoo-form .info textarea {
  flex: 1;
  padding: 12px 16px;
  border-radius: 10px;
  background: #f8f8f8;
  resize: none;
}
.cuckoo-wrap #cuckoo-form .info p {
  margin-top: 8px;
  color: #4e4e4c;
  font-family: "Apple SD Gothic Neo";
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.05px;
}
.cuckoo-wrap #cuckoo-form .info input::placeholder {
  position: relative;
  left: -10px;
}
.cuckoo-wrap #cuckoo-form .info input::placeholder,
.cuckoo-wrap #cuckoo-form .info textarea::placeholder {
  color: #bfc1bd;
  font-family: "Apple SD Gothic Neo";
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.32px;
}
.cuckoo-wrap #cuckoo-form .info.check-box {
  display: flex;
  align-items: center;
  gap: 6px;
}
.cuckoo-wrap #cuckoo-form .info.check-box input[type="checkbox"] {
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  appearance: none;
  cursor: pointer;
}
.cuckoo-wrap #cuckoo-form .info.check-box input[type="checkbox"]:checked {
  background: url(/img/icon_check.png) 50% no-repeat var(--secondary-color);
  border: 1px solid var(--secondary-color);
  background-size: cover;
}
.cuckoo-wrap #cuckoo-form .info.check-box span {
  font-size: 14px;
  padding: 0;
  line-height: 120%;
  letter-spacing: -0.28px;
}
.cuckoo-wrap #cuckoo-form .info.check-box span:before {
  display: none;
}
.cuckoo-wrap #cuckoo-form img {
  margin: 0 auto;
  width: 127.65px;
}
.cuckoo-wrap #cuckoo-form button {
  border-radius: 100px;
  background: var(--secondary-color);
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  padding: 10px 15px;
}
.cuckoo-wrap > .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 11px;
  background: #f8fafe;
  border-radius: 1000px;
  box-sizing: border-box;
}
.cuckoo-wrap > .btn svg {
  width: 18px;
  height: 18px;
}

.compare_btn {
  display: none;
}
.calling_btn,
.compare_btn {
  background: var(--secondary-color);
}
.calling_btn .phone_fixed_btn {
  color: #fff;
  font-weight: 600;
}
.fixed_btn.kakao_btn a img {
  margin-right: 0;
}
.fixed_btn.top_btn {
  width: 38px;
  height: 38px;
  display: flex;
}
.fixed_btn.top_btn.mo {
  display: none;
}
.top_btn .topMoveButton img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fixed-vr-btn {
  display: none;
}
.animate__bounceInLeft {
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-name: bounceInLeft;
}

/* cuckoo-bottom-heade */
.cuckoo-bottom-header {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.25s linear;
  display: none;
}
.cuckoo-bottom-header .width-area {
  position: relative;
  display: grid;
  justify-items: center;
  align-items: end;
  grid-template-columns: repeat(5, 1fr);
  padding: 0 2%;
}
.cuckoo-bottom-header .width-area:before,
.cuckoo-bottom-header .width-area:after {
  content: "";
  position: absolute;
  width: 47%;
  height: 90%;
  background: #fff;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.1);
}
.cuckoo-bottom-header .width-area:before {
  border-radius: 0px 20px 0px 0px;
  left: 0;
}
.cuckoo-bottom-header .width-area:after {
  border-radius: 20px 0px 0px 0px;
  right: 0;
  z-index: -1;
}
.cuckoo-bottom-header .width-area .menu-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}
.cuckoo-bottom-header .width-area a {
  padding: 16px 0;
  height: fit-content;
}
.cuckoo-bottom-header .width-area a svg {
  width: 100%;
}
.cuckoo-bottom-header .width-area a span {
  width: 100%;
  text-align: center;
  color: var(--warm-gray);
}
.cuckoo-bottom-header .width-area a svg path,
.cuckoo-bottom-header .width-area a svg rect,
.cuckoo-bottom-header .width-area a span {
  transition: all 0.25s linear;
}
.cuckoo-bottom-header .width-area .menu-box.js-cuckooBottomCate {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 1000px;
  background: linear-gradient(135deg, #374e88 0%, #101a33 100%);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  z-index: 999;
}
.cuckoo-bottom-header .width-area a.js-cuckooBottomSupport {
  position: relative;
}
.cuckoo-bottom-header .width-area a.js-cuckooBottomSupport:before {
  content: "";
  position: absolute;
  width: 350%;
  height: 100%;
  background: #fff;
  right: 50%;
  top: 50%;
  transform: translate(-56px, 1px);
}
.cuckoo-bottom-header .width-area .cate-list-area {
  position: absolute;
  bottom: 70px;
  background: #fff;
  width: 158px;
  left: 0;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.cuckoo-bottom-header .width-area .cate-list-area .gnb_list,
.cuckoo-bottom-header .width-area .cate-list-area .gnb_sub_list_wrap a {
  border-bottom: 1px solid
    var(--point-color-primary-color-opct-1, rgba(78, 78, 76, 0.1));
}
.cuckoo-bottom-header .width-area .cate-list-area .gnb_list.off {
  background: #f9f9f9;
}
.cuckoo-bottom-header .width-area .cate-list-area .gnb_list.off a {
  color: var(--warm-gray);
}
.cuckoo-bottom-header .width-area .cate-list-area .gnb_list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.cuckoo-bottom-header .width-area .cate-list-area .gnb_list a img {
  height: 12px;
}
.cuckoo-bottom-header .width-area .cate-list-area .gnb_list a,
.cuckoo-bottom-header .width-area .cate-list-area .gnb_sub_list_wrap a {
  font-size: 1.2em;
  font-weight: 500;
  padding: 10px;
  z-index: 99999;
}
.cuckoo-bottom-header .width-area .cate-list-area .gnb_sub_list_wrap {
  position: absolute;
  width: 100%;
  right: -100%;
  top: 0;
  background: #fff;
  display: none;
}
/* .cuckoo-bottom-header
  .width-wrap
  .menu-box
  .cate-list-area
  li
  .gnb_sub_list_wrap {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  right: -100%;
  top: 0;
  border-left: 1px solid
    var(--point-color-primary-color-opct-1, rgba(78, 78, 76, 0.1));
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: -1;
} */
.cuckoo-bottom-header .width-area .cate-list-area .gnb_sub_list_wrap.on {
  display: block;
  box-shadow: 7px 0px 10px 4px rgba(0, 0, 0, 0.1);
}
.cuckoo-bottom-header .width-area .cate-list-area.openCate {
  display: block;
}
/* .cuckoo-bottom-header
  .width-wrap
  .menu-box
  .cate-list-area
  li
  .gnb_sub_list_wrap
  ol {
}
.cuckoo-bottom-header
  .width-wrap
  .menu-box
  .cate-list-area
  li
  .gnb_sub_list_wrap
  ol
  li {
} */
/* menu-box:hover highlight */
.cuckoo-bottom-header .width-area a:hover svg path,
.cuckoo-bottom-header .width-area a:hover svg rect,
.cuckoo-bottom-header .width-area a.highlight svg path,
.cuckoo-bottom-header .width-area a.highlight svg rect {
  stroke: var(--secondary-color);
}
.cuckoo-bottom-header
  .width-area
  .menu-box.js-cuckooBottomCombination:hover
  svg
  path,
.cuckoo-bottom-header
  .width-area
  .menu-box.js-cuckooBottomCombination.highlight
  svg
  path,
.cuckoo-bottom-header
  .width-area
  .menu-box.js-cuckooBottomCombination:hover
  svg
  path {
  fill: rgb(18, 40, 98);
  stroke: none;
}
.cuckoo-bottom-header .width-area a:hover span,
.cuckoo-bottom-header .width-area a.highlight span {
  color: var(--secondary-color);
}
/* cuckoo-bottom-header scroll */
.cuckoo-bottom-header.scroll {
  transform: translateY(100%);
}

/* main_bar */
#main_bar {
  display: none;
}

/* main prd-list  */
.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_list_wrap .prd_list .user_page_box {
  box-shadow: none;
  border-radius: 0;
  padding: 0 0 25px;
}
.prd_tit {
  color: var(--dark-gray);
}
.prd_list_wrap .prd_tit_wrap p {
  font-size: 1.13em;
  color: #7f807c;
}
.prd_price strong {
  font-size: 0.9em;
}
.prd_list_wrap .prd_list .info_box .prd_name {
  padding: 15px 0;
}
.prd_name h4 {
  /* 말줄임표 */
  overflow: hidden;
  white-space: pre;
  margin: 0 30px;
}

/* banner */
#banner {
  padding-top: 140px;
}
#banner .swiper-button-next:after,
#banner .swiper-button-prev:after,
#banner .swiper-pagination {
  display: none;
}

/* semi_banner */
#semi_banner,
#semi_banner02 {
  width: 100%;
}
#semi_banner02 {
  background: url("/img/img_semi_banner_01.jpg") 50% no-repeat;
  background-size: cover;
  height: 446px;
}
#semi_banner .bg-img,
#semi_banner02 .bg-img {
  width: 100%;
  margin-bottom: -3px;
}
#semi_banner02 .btn-area {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-326px, 122px);
  display: flex;
  gap: 305px;
  width: fit-content;
}
#semi_banner02 .btn-area a {
  font-size: 0.878em;
  padding: 9.5px 19px;
  border-radius: 100px;
}
#semi_banner02 .btn-area .btn-cuckoo-support {
  background: var(--secondary-color);
  color: #fff;
  height: fit-content;
}
#semi_banner02 .btn-area .btn-cuckoo-combination {
  border: 1px solid var(--point-color-primary-color, #4e4e4c);
  color: #4e4e4c;
  margin-top: 17px;
}

.guide_speech > p > span,
.guide_speech > p > b {
  color: var(--secondary-color);
}
.guide_speech > p .btn_deco {
  background-color: var(--secondary-color);
}

/* main prd-list */
.prd_list_wrap .prd_list .info_box .prd_price {
  margin: 5px 24px 10px;
}
.prd_list_wrap .prd_list .info_box .prd_price.support {
  border-radius: 1000px;
  background: rgba(59, 89, 197, 0.1);
  padding: 10px 18px;
  margin: 0 20px 8px;
  color: #3b59c5;
}
.prd_list_wrap .prd_list .info_box .prd_price.support-card {
  border-radius: 1000px;
  background: rgba(7, 130, 199, 0.1);
  padding: 10px 18px;
  margin: 0 20px;
  color: #0782c7;
}
.prd_list_wrap .prd_list .info_box .prd_price.support strong,
.prd_list_wrap .prd_list .info_box .prd_price.support-card strong {
  font-size: 1em;
  font-weight: 700;
}
.prd_list_wrap .prd_list .info_box .prd_price p {
  font-weight: 700;
}
.prd_name h4 {
  font-weight: 700;
  padding-top: 4px;
}
#prd_list_tab {
  display: none;
}

.spin-degrees-img {
  display: none;
}
.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);
}

/* footer */
#footer {
  background: var(--dark-gray);
  padding: 30px 0 50px;
}
#footer .footer_wrap .ft_nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: #fff;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#footer .footer_wrap .ft_nav .ft_nav-title {
  display: flex;
  align-items: center;
}
#footer .footer_wrap .ft_nav .ft_nav-title h5 {
  font-size: 1.28em;
}
#footer .footer_wrap .ft_nav .ft_nav-title .label {
  border-radius: 100px;
  background: var(--point-color-primary-color, #4e4e4c);
  font-size: 0.94em;
  padding: 4px 11px;
  margin-left: 6px;
}
#footer .footer_wrap .ft_nav .ft_nav-left ul,
#footer .footer_wrap .ft_nav .ft_nav-right ul {
  display: flex;
  gap: 33px;
}
#footer .footer_wrap .ft_nav .ft_nav-left ul li,
#footer .footer_wrap .ft_nav .ft_nav-right ul li {
  position: relative;
}
#footer .footer_wrap .ft_nav .ft_nav-left ul li:before,
#footer .footer_wrap .ft_nav .ft_nav-right ul li:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  right: 0;
  top: 0;
  transform: translate(19px, 5px);
  background: #4e4e4c;
}
#footer .footer_wrap .ft_nav .ft_nav-left ul li:last-child:before,
#footer .footer_wrap .ft_nav .ft_nav-right ul li:last-child:before {
  display: none;
}
#footer .footer_wrap .ft_nav .ft_nav-left ul li a,
#footer .footer_wrap .ft_nav .ft_nav-right ul li a {
  font-size: 1.3em;
  color: #bfc1bd;
}

#footer .footer_wrap .ft_cuckoo {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
#footer .footer_wrap .ft_cuckoo .left-area h5 {
  color: #fff;
  font-size: 1.285em;
}
#footer .footer_wrap .ft_cuckoo .left-area a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.285em;
  margin: 10px 0;
}
#footer .footer_wrap .ft_cuckoo .left-area h6 {
  font-weight: 300;
  color: #bfc1bd;
}
#footer .footer_wrap .ft_info > ul {
  justify-content: flex-start;
}
#footer .footer_wrap .ft_info > ul > li {
  font-weight: 300;
  color: #fff;
  margin: 5px 21px 5px 0;
}
#footer .footer_wrap .ft_info > ul > li:first-child {
  margin: 5px 21px 5px 0;
}
#footer .footer_wrap .ft_info > ul > li:after {
  color: #7f807c;
  right: -12px;
}
#footer .footer_wrap .footer_sub_txt {
  text-align: start;
  color: #bfc1bd;
}

/* header responsive */
@media all and (max-width: 1366px) {
  header #header #lnb .gift > span {
    display: none;
  }
}
@media all and (max-width: 1330px) {
  header #header #gnb .gnb_list_wrap .gnb_list a,
  header #header .business-menu .qnb_list a {
    padding: 29px 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: 245px;
  }
  header #header .srch_btn {
    left: 73%;
  }
}
@media all and (max-width: 1155px) {
  header #header .header-top {
    justify-content: space-between;
  }
  .search_form .mycart.top1155 {
    display: none;
  }
  .mycart.under1155 {
    display: block;
  }
  header #header .srch_btn {
    left: 81%;
  }
  .search_form input {
    width: 100%;
  }
}
@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: 29px 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) {
  header #header #gnb .gnb_list_wrap .gnb_list a,
  header #header .business-menu .qnb_list a {
    padding: 29px 5px;
  }

  header #header #lnb .call {
    animation: none;
    -webkit-animation: none;
  }
  header #header #lnb > .call span {
    display: none;
  }
  header.scroll #header #srch_wrap {
    order: 2 !important;
    flex: auto;
  }
  #srch_wrap #search_box {
    top: 30px;
    right: auto;
  }
  header.scroll #srch_wrap #search_box {
    top: 38px;
  }
  header #header #gnb .cuckoo-guide:before {
    transform: translate(-44px, -10px);
  }
  header #header #gnb .gnb_list_wrap li.pet:nth-child(8) a:before {
    transform: translate(38px, -9.5px);
  }
  .search_form input {
    width: 240px;
  }

  #footer .footer_wrap .ft_nav .ft_nav-left ul li a,
  #footer .footer_wrap .ft_nav .ft_nav-right ul li a,
  #footer .footer_wrap .ft_cuckoo .left-area h6,
  #footer .footer_wrap .ft_info > ul > li {
    font-size: 13px;
    letter-spacing: -0.65px;
  }
  #footer .footer_wrap .footer_sub_txt {
    font-size: 14px;
  }
}
@media all and (max-width: 985px) {
  .search_form input {
    width: 200px;
  }
}
@media all and (max-width: 950px) {
  #semi_banner02 {
    height: 290px;
  }
  #semi_banner02 .btn-area {
    transform: translate(-210px, 76px);
    gap: 162px;
  }
}
@media all and (max-width: 940px) {
  .top940 {
    display: none;
  }
  .under940 {
    display: block;
  }
  header #header #gnb .gnb_list_wrap .gnb_list a,
  header #header .business-menu .qnb_list a {
    padding: 18px 10px 26px;
  }
  header #header #gnb .gnb_list_wrap li.pet:nth-child(8) a:before {
    transform: translate(43px, -9.5px);
  }
  header #header #srch_wrap {
    width: 100%;
    margin: 0;
  }
  header.scroll #srch_wrap {
    display: none !important;
  }
  .search_form {
    justify-content: center;
  }
  .search_form input {
    width: 100%;
    max-width: 500px;
  }
  header #header #gnb .cuckoo-guide h5 {
    padding: 18px 10px 18px 0;
  }
  header #header .header-top {
    padding: 13.75px 0;
  }
  header #header .srch_btn {
    left: 50%;
    transform: translate(226px, -50%);
  }
  header.scroll #header #gnb .cuckoo-guide h5 {
    padding: 26px 10px 18px 0;
  }
  header.scroll #header #gnb .cuckoo-guide:before {
    transform: translate(-44px, -5px);
  }
  header.scroll #header #gnb .gnb_list_wrap .gnb_list a {
    padding: 26px 10px;
  }
}
@media all and (max-width: 857px) {
  /* header */
  header #header .header-top {
    padding: 6.25px 0;
  }
  header #header .gnb_layout .list-area {
    width: 100%;
  }
  header #header #lnb {
    order: 4;
    width: 50%;
  }
  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 .gnb_list_wrap li.pet:nth-child(8) a:before {
    transform: translate(99px, -9.5px);
  }
  header #header #gnb .cuckoo-guide:before {
    transform: translate(-51px, -10px);
  }
  header #header #gnb:before {
    content: "";
    position: fixed;
    background: linear-gradient(
      90deg,
      rgba(2, 0, 36, 0) 0%,
      rgba(9, 9, 121, 0) 35%,
      rgba(255, 255, 255, 1) 85%
    );
    height: 5%;
    width: 10%;
    z-index: 999;
    right: 0;
  }
  header #header #gnb::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  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 a,
  header #header .business-menu .qnb_list a,
  header.scroll #header #gnb .gnb_list_wrap .gnb_list a {
    padding: 20px 10px;
  }
  header
    #header
    #gnb
    .gnb_list_wrap
    .gnb_list:first-child
    > .gnb_sub_list_wrap {
    left: 0;
    transform: translateX(0);
  }

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

  header #header .gnb_layout,
  header #header #gnb .gnb_list_wrap li.pet:nth-child(8) a {
    margin-left: 0;
  }
  header #header #gnb .cuckoo-guide {
    display: none;
  }
  header #header #gnb .gnb_list_wrap li.pet:nth-child(8) a:before {
    display: none;
  }

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

  #fixed_btn_wrap {
    bottom: 86px;
  }
  .consult_btn .call_fixed_btn h5,
  .calling_btn .phone_fixed_btn span {
    display: none;
  }
  .fixed_btn,
  .fixed_btn.top_btn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fixed_btn button,
  .fixed_btn a {
    padding: 13px 13px;
  }
  .fixed_btn button img,
  .fixed_btn a img {
    margin-right: 0;
    width: 24px;
  }
  .consult_btn.open {
    width: fit-content;
    height: fit-content;
  }
  .compare_btn {
    display: block;
  }
  .fixed_btn.kakao_btn {
    order: 4;
  }
  .fixed_btn.calling_btn {
    order: 3;
  }
  .fixed_btn.top_btn.mo {
    order: 5;
  }
  .fixed_btn.kakao_btn a {
    height: fit-content;
  }
  .fixed_btn.kakao_btn img {
    margin: 0;
  }
  .fixed_btn.top_btn {
    display: none;
  }
  .fixed_btn.top_btn.mo {
    display: flex;
    background: var(--primary-color);
  }

  .cuckoo-bottom-header {
    display: block;
  }
}
@media all and (max-width: 810px) {
  .prd_list_wrap .prd_list .user_page_box.limit:nth-child(n + 9) {
    display: none;
  }
}
@media all and (max-width: 800px) {
  .top800 {
    display: none;
  }
  .under800 {
    display: block;
  }
}
@media all and (max-width: 650px) {
  .cuckoo-bottom-header .width-area .cate-list-area {
    width: 50%;
  }
  #semi_banner02 .btn-area a {
    font-size: 13px;
    letter-spacing: -0.26px;
  }
  #footer {
    padding: 15px 0 90px;
  }
  #footer .footer_wrap .ft_nav {
    padding-bottom: 15px;
    width: 105%;
    position: relative;
    left: -5%;
    padding-left: 5%;
  }
  #footer .footer_wrap .ft_cuckoo {
    flex-direction: column-reverse;
    padding: 20px 0;
  }
  #footer .footer_wrap .ft_cuckoo .right-area {
    margin-bottom: 20px;
  }
  #footer .footer_wrap .ft_info > ul {
    padding-bottom: 20px;
  }
  #footer .footer_wrap .ft_cuckoo .left-area .mo-zone {
    display: flex;
    align-items: center;
    gap: 6px;
  }
}
@media all and (max-width: 610px) {
  .top610 {
    display: none;
  }
  .under610 {
    display: block;
  }

  .cuckoo-bottom-header .width-area a.js-cuckooBottomSupport:before {
    width: 301%;
    transform: translate(-27px, 1px);
  }

  #semi_banner {
    padding: 15px 5%;
    box-sizing: border-box;
  }
  #semi_banner .bg-img {
    border-radius: 10px;
    overflow: hidden;
  }
  #semi_banner02 {
    background: none;
    position: relative;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0 5%;
    box-sizing: border-box;
  }
  #semi_banner02 img {
    width: 100%;
  }
  #semi_banner02 .btn-area {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 0;
    padding-left: 30%;
  }
  #semi_banner02 .btn-area a {
    width: fit-content;
    height: fit-content;
  }
  #semi_banner02 .btn-area .btn-zone:first-child {
    display: flex;
    align-items: flex-end;
  }
  #semi_banner02 .btn-area .btn-zone:last-child {
    padding-bottom: 6%;
    display: flex;
    align-items: flex-end;
  }
}
@media all and (max-width: 555px) {
  header #header .srch_btn {
    left: 89%;
    transform: translate(50%, -50%);
  }
}
@media all and (max-width: 529px) {
  header #header .gnb_layout {
    position: relative;
    left: -2%;
  }
  .cuckoo-bottom-header .width-area a.js-cuckooBottomSupport:before {
    width: 220%;
    transform: translate(-37px, 1px);
  }
}
@media all and (max-width: 431px) {
  .cuckoo-bottom-header .width-area a.js-cuckooBottomSupport:before {
    width: 93%;
    transform: translate(-61px, 1px);
  }
}
@media all and (max-width: 430px) {
  /* header */
  .cuckoo-bottom-header .width-area .cate-list-area .gnb_list a,
  .cuckoo-bottom-header .width-area .cate-list-area .gnb_sub_list_wrap a {
    padding: 12px;
  }
  header.scroll #header #logo-zone {
    display: none;
  }
  header.scroll #header #home_btn {
    display: block;
  }

  #semi_banner02 .btn-area {
    grid-template-rows: 1.05fr 1fr;
  }
  #semi_banner02 .btn-area .btn-zone:last-child {
    padding-bottom: 4.5%;
  }
  #semi_banner02 .btn-area a {
    padding: 7.5px 17px;
  }

  .prd_list_wrap .prd_list .user_page_box {
    height: fit-content;
  }
  .prd_list_wrap .prd_list .thumb_box_area {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media all and (max-width: 400px) {
  .cuckoo-bottom-header .width-area .cate-list-area .gnb_list a,
  .cuckoo-bottom-header .width-area .cate-list-area .gnb_sub_list_wrap a {
    font-size: 0.91em;
    padding: 11px;
  }
  .cuckoo-bottom-header .width-area .cate-list-area .gnb_list a img {
    height: 10px;
  }
}
@media all and (max-width: 380px) {
  .cuckoo-bottom-header .width-area a.js-cuckooBottomSupport:before {
    transform: translate(-59px, 1px);
  }
  .cuckoo-bottom-header .width-area .menu-box span {
    font-size: 0.75em;
  }
  .cuckoo-bottom-header .width-area .cate-list-area {
    bottom: 68px;
  }
}
@media all and (max-width: 375px) {
  .cuckoo-bottom-header .width-area a.js-cuckooBottomSupport:before {
    width: 87%;
    transform: translate(-61px, 1px);
  }
}
@media all and (max-width: 360px) {
  header #header #mo-qnb {
    display: none;
  }
}
