body {
  line-height: 1;
  overflow-x: hidden;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video input input::placeholder {
  font-size: 100%;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Noto Sans KR, sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

img {
  vertical-align: middle;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

button {
  color: #000;
}

.wp-block-navigation a:where(:not(.wp-element-button)):hover {
  text-decoration: unset;
}

@keyframes upcircle {
  0% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(2px);
  }
}

@keyframes twocircle {
  0% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(2px);
  }
}

@keyframes downcircle {
  0% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(2px);
  }
}

.page-number ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.loading-circle-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.5);
}

.loading-circle-wrap .loading-circle {
  position: relative;
  width: 96px;
  height: 96px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.loading-circle-wrap .loading-circle div {
  position: absolute;
  inset: 0px;
  width: 76px;
  height: 76px;
  margin: auto;
  background-color: rgb(239, 235, 255);
  border-radius: 50%;
}

.loading-circle-wrap .s-cricle {
  display: flex;
  gap: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading-circle-wrap .s-cricle li {
  width: 5px;
  height: 5px;
  background-color: rgb(124, 90, 255);
  border-radius: 50%;
  transform: translateY(-2px);
}

.loading-circle-wrap .s-cricle li:first-child {
  animation: 0.6s ease-in-out 0s infinite alternate none running upcircle;
}

.loading-circle-wrap .s-cricle li:nth-child(2) {
  animation: 0.6s ease-in-out 0.2s infinite alternate none running twocircle;
}

.loading-circle-wrap .s-cricle li:nth-child(3) {
  animation: 0.6s ease-in-out 0.4s infinite alternate none running downcircle;
}

.loading-circle-wrap .loading::after {
  display: block;
  position: absolute;
  content: "";
  width: 52px;
  height: 17px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

header {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.header-wrapper {
  position: fixed;
  z-index: 30;
  width: 100%;
  top: 0;
}

.main-header {
  /* position: fixed; */
  width: 100%;
  left: 0;
  height: 100px;
  z-index: 30;
  border-bottom: 1px solid rgb(209, 209, 212);
  top: 0;
}

.main-header-inner {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: 0px auto;
  z-index: 10;
  padding: 0px;
}

.main-header-pc-left {
  height: 100px;
}

ul.pc-header-menu {
  display: flex;
  margin-top: 6px;
  gap: 34px;
}

.pc-header-menu > li.all span {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 10px;
}

.pc-header-menu > li {
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease 0s;
  line-height: 160%;
  letter-spacing: -0.32px;
}

.main-header-mobile {
  width: fit-content;
}

.mobile-hamburger {
  display: none;
}

.mobile-search-icon {
  display: none;
  position: absolute;
  top: -1.5px;
  left: 28px;
  width: 27px;
  height: auto;
}

.notice-box {
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0px;
  right: 120px;
  transform: translateY(50px);
  width: 400px;
  height: 592px;
  padding: 30px;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
  border-radius: 10px;
  cursor: default;
  z-index: 99999999 !important;
  list-style: none;
  margin: 0;
}

.right-menu {
  display: flex;
  position: absolute;
  top: 2px;
  right: 0px;
  height: 100px;
  align-items: unset !important;
  gap: unset;
  margin: 0;
}

.login-area-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 2px !important;
  margin-right: 40px !important;
  gap: 0px 12px;
}

.login-area-wrap a {
  color: rgb(124, 124, 124);
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-decoration: none;
}

.right-menu .right-menu-icon {
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.4s ease 0s;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}

.side-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0px;
  transition: all 0.6s ease 0s;
  z-index: 100;
  width: 100%;
  display: block;
  pointer-events: none;
}

.search-icon svg.se {
  width: 34px;
  position: relative;
  top: -5px;
  left: -23px;
}

.right-menu .bell {
  background-image: url(/images/icon-bell.svg);
  background-position: center center;
  margin-right: 25px;
}

.right-menu .basket {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/images/icon-newbag.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.side-menu-inner {
  position: relative;
  max-width: 424px;
  width: 100%;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  z-index: 10;
  transition: all 0.3s ease 0s;
  left: -424px;
  margin-block-start: unset !important;
}

.mobile-side-scroll {
  height: 100%;
}

.side-menu-category {
  height: auto;
  z-index: 99;
  padding-top: 30px;
  max-width: 424px;
  width: 100%;
  margin: -125px auto 0px;
  position: relative;
}

.logo img {
  width: 156px !important;
}

.menu-logo {
  display: flex;
}

.menu-logo img {
  max-width: 128px !important;
  width: 100% !important;
  position: relative;
  left: 60px;
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.side-menu-category .title-li {
  margin-top: 34px;
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.44px;
  margin-bottom: 18px;
  padding-left: 120px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}

.side-menu-category .side-menu-box {
  width: 100%;
  margin: 0px auto;
  position: relative;
  background-color: rgb(255, 255, 255);
  z-index: 11;
  padding-left: 120px;
  height: 100vh;
  overflow-y: auto;
  padding-bottom: 200px;
}

.side-menu-category li {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.02em;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
}

.side-menu-category .side-menu-top li {
  transition: 0.4s;
  cursor: pointer;
}

.side-menu-category .side-menu-basic li.f {
  margin-top: 38px;
}

.side-menu-category .side-menu-basic li a {
  color: rgb(0, 0, 0);
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.36px;
}
.home-wrapper {
  max-width: 1420px;
  width: 100%;
  margin: 0px auto;
}

.home-wrapper .top .cate {
  display: inline-block;
  width: 42.1765%;
  vertical-align: top;
  padding-left: 20px;
  margin: 0;
}

.home-wrapper .top .cate_ {
  max-width: 512px;
  margin-left: auto;
}

.cate .search-bar-section {
  padding-left: unset;
}

.cate .search-bar-wrapper {
  max-width: unset;
}

.cate .search-bar-section .box {
  max-width: unset !important;
  margin: unset;
}

.cate .search-box-input {
  border-radius: 10px;
  border: 1px solid rgb(238, 238, 238);
  background: rgb(255, 255, 255);
  padding: 23px 24px 24px;
  max-width: 512px;
  width: 100%;
  height: 76px;
  box-sizing: border-box;
  cursor: pointer;
}

.cate .search-box .swiper {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 80%;
  height: 50px;
  overflow: hidden;
  cursor: text;
}

.cate .search-bar-wrapper .box p {
  transition: 1s;
  opacity: 0;
  position: absolute;
  color: rgb(85, 85, 85);
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  top: calc(248px);
  margin: 0;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cate .search-bar-wrapper .box .p8 {
  opacity: 1;
}

.cate .search-bar-wrapper .search-box p.search-btn {
  position: absolute;
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 0px 10px 10px 0px;
  background: rgb(124, 90, 255);
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  transition: 0.4s;
  opacity: unset;
}

.cate .search-bar-wrapper .search-box p.search-btn:hover {
  opacity: 0.9;
}

.cate .search-bar-wrapper svg {
  width: 40px;
  height: 40px;
}

.home-wrapper .top .cate_ ul {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  gap: 26px 14px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.home-wrapper .top .cate_ ul li {
  flex: 0 1 20%;
  max-width: 74px;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
  display: block;
}

.home-wrapper .top .cate_ ul li span {
  display: flex;
  flex-direction: column;
  color: rgb(0, 0, 0);
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.28px;
  gap: 19.87px;
  align-items: center;
}

.home-wrapper .top .cate_ ul li img {
  width: 48px !important;
  height: 48px !important;
}

.left-wrapper {
  margin: 0;
}

.free-wrapper {
  margin-top: 88px;
}

.free-wrapper .banner {
  width: 100%;
  height: 140px;
  border-radius: 10px;
  background: rgb(255, 243, 213);
  display: flex;
  position: relative;
  cursor: pointer;
}
.free-wrapper .banner p {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.64px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  padding-left: 45px;
  margin: 0;
}
.free-wrapper .banner p span {
  color: rgba(0, 0, 0, 0.6);
}
.free-wrapper .banner em {
  font-style: normal;
  position: relative;
}
.free-wrapper .banner em::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgb(255, 169, 54);
  left: 50%;
  transform: translateX(-50%);
}
.free-wrapper .banner .imgbox {
  position: absolute;
  bottom: 14px;
  right: 40px;
  width: 222px;
  height: 154px;
}
.free-wrapper .banner .imgbox img {
  width: 100%;
}

.friend-recommend {
  margin-top: 96px;
}

.friend-recommend .banner {
  width: 100%;
  height: 140px;
  border-radius: 10px;
  display: flex;
  position: relative;
  background-image: url(/images/bg.png);
  background-size: cover;
  cursor: pointer;
}
.friend-recommend .banner p {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.64px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  padding-left: 45px;
  margin: 0;
}
.friend-recommend .banner p span {
  color: rgba(255, 255, 255, 0.6);
}
.friend-recommend .mo-only {
  display: none;
}
.friend-recommend .banner .imgbox {
  position: absolute;
  bottom: 8px;
  right: 60px;
  width: 184px;
}
.friend-recommend .banner .imgbox img {
  width: 100%;
}
.logo-wrapper {
  margin-top: 60px;
}

.logo-wrapper > div {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 60px 0px;
}

.logo-wrapper figure {
  width: 266px;
}
.logo-wrapper div figure img {
  width: 100% !important;
}

.under-wrapper {
  border-top: 1px solid rgb(230, 232, 236);
  border-bottom: 1px solid rgb(230, 232, 236);
  padding: 21px 0px;
}

.under-wrapper .inner {
  max-width: 1680px;
  width: 100%;
  margin: 0px auto;
  display: flex;
  padding: 0px 20px;
  gap: 0px;
}

.under-wrapper .inner .list {
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  align-items: center;
  width: calc(20%);
}

.under-wrapper .inner .list .imgbox {
  filter: drop-shadow(rgba(0, 0, 0, 0.08) 0px 2px 10px);
}

.under-wrapper .inner .list .imgbox img {
  width: 58px;
  height: 58px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.under-wrapper .inner .list .text-box h3 {
  font-size: 17px;
  font-weight: 500;
  line-height: 140%;
}

.under-wrapper .inner .list .text-box p {
  color: rgb(153, 153, 153);
  margin-top: 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
}

footer {
  height: auto;
  max-width: 1680px;
  width: 100%;
  margin: 0px auto;
  padding: 62px 20px 78px;
  border-top: 1px solid rgb(238, 238, 238);
}

footer .flex .left {
  padding-right: 94px;
  flex-basis: unset !important;
}

.footer-logo img {
  width: 156px;
  margin-right: 100px;
  cursor: pointer;
}

.footer-text-area {
  margin-top: 24px;
}

.footer-text-area p {
  font-weight: 400;
  font-size: 15px;
  line-height: 170%;
  opacity: 0.8;
}

.footer-text-area .corp {
  margin-top: 12px;
}

footer .flex .ul .li {
  width: 33.3%;
  text-align: center;
  border-left: 1px solid rgb(238, 238, 238);
  padding: 28px 0px;
}

footer .flex .ul .li .footer-right-title {
  color: rgb(124, 90, 255);
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 16px;
}

footer .flex .ul .li .footer-right-menu-item {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 14px;
  cursor: pointer;
  transition: 0.3s;
}

footer .flex .ul .li .footer-right-menu-item:hover {
  opacity: 0.8;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

.main-container-wrapper {
  max-width: 1640px;
  width: 100%;
  padding: 160px 20px 0px;
  margin: 0px auto;
}

.main-container {
  width: 100%;
  height: auto;
  padding-top: 61px;
}

.main-container-inner {
  max-width: 1380px;
  width: 100%;
  margin: 0px auto;
  height: auto;
  padding-bottom: 100px;
}

.current-path {
  position: absolute;
  max-width: 1634px;
  width: 100%;
  padding: 0px 20px;
  top: 111px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.current-path ul {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.current-path ol {
  list-style: none;
}
.current-path ul li {
  position: relative;
  margin-top: 13px;
  font-size: 12px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: -0.02em;
}
.current-path ul li::after {
  position: absolute;
  content: url(/images/current-arrow.svg);
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
}
.current-path ul li:last-child {
  opacity: 0.4;
}
.current-path ul li:last-child::after {
  content: "";
}

.side-menu-category .under-menu-box {
  background-color: rgb(255, 255, 255);
  max-width: 376px;
  width: 100%;
  position: absolute;
  left: -1px;
  top: 0px;
  height: 100vh;
  transition: left 0.3s;
  z-index: -10000;
  cursor: pointer;
  display: none;
}

.side-menu-category .under-menu-box.active {
  left: 424px;
  display: initial;
}

.side-menu-category .under-menu-box .menu-ul-box {
  border-left: 1px solid rgb(238, 238, 238);
  margin-top: 126px;
  height: 100vh;
}

.side-menu-category .under-menu-box .under-menu {
  padding-left: 30px;
}

.side-menu-category .under-menu-box .under-menu li {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.02em;
  margin-top: 12px;
}

.side-menu-category .under-menu-box .under-menu .cate {
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.44px;
}

.side-menu-category .under-menu-box .under-menu .all {
  margin-top: 32px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.32px;
}

.side-menu-category .side-menu-top li.active a {
  color: rgb(124, 90, 255);
}

.side-menu-category .side-menu-top li:hover a,
.side-menu-category .under-menu li:hover a {
  color: rgb(124, 90, 255);
}

.right-menu .login-area-wrap i {
  display: block;
  width: 2px;
  height: 2px;
  background: rgb(124, 124, 124);
  position: unset;
}

.right-menu > div i {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: rgb(100, 56, 235);
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
}

.overlay-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: all;
}

.overlay-wrapper .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.2s;
}

.overlay-wrapper .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 298px;
  width: 100%;
  height: auto;
  z-index: 99999;
  border-radius: 6px;
  background: rgb(255, 255, 255);
  transition: 0.2s;
  padding: 26px 15px 15px;
}

.overlay-wrapper .container p {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 14px;
  display: block;
}

.overlay-wrapper .container span {
  font-size: 14px;
  color: rgb(102, 102, 102);
  text-align: center;
  display: block;
  line-height: 120%;
  margin-bottom: 21px;
}

.overlay-wrapper .flex {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  gap: 8px;
}

.overlay-wrapper .container p {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 14px;
  display: block;
}

.overlay-wrapper .flex .btn {
  width: 100%;
  background: rgb(124, 90, 255);
  border-radius: 6px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: 0.2s;
}

.overlay-wrapper .flex .btn:last-child {
  background: rgb(124, 90, 255);
  color: rgb(255, 255, 255);
}

.overlay-wrapper .flex .btn.cancel-btn {
  background-color: #bcbcbc;
}

.right-menu .basket-wrap i,
.right-menu .bell i {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: rgb(100, 56, 235);
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
}

.notice-box-overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(100, 100, 100, 0.35);
}

.notice-box img {
  right: 30px;
  position: absolute;
  cursor: pointer;
}

.notice-box h3 {
  color: rgb(38, 25, 25);
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.48px;
  border-bottom: 1px solid rgb(233, 233, 233);
  padding-bottom: 20px;
  margin: 0;
  margin-top: 10px;
}

.notice-box li {
  border-bottom: 1px solid rgb(233, 233, 233);
  padding-top: 20px;
  cursor: pointer;
}

.notice-content-sc {
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 500;
  line-height: 160%;
  margin: 0;
  margin-top: 16px;
}

.notice-time-sc {
  color: rgb(102, 102, 102);
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 8px;
  margin-bottom: 16px;
}

.right-menu .mypage {
  display: none;
}

.side-menu-category .side-menu-box-2 {
  width: 100%;
  margin: 0px auto;
  position: relative;
  background-color: rgb(255, 255, 255);
  z-index: 11;
  padding-left: 60px;
  padding-right: 60px;
  height: 100vh;
  overflow-y: auto;
  padding-bottom: 200px;
}

.side-menu-box-2 .menu-select-btn {
  display: flex;
  gap: 1.2rem;
  margin: 15px 0;
  font-weight: 800;
}

.side-menu-box-2 .menu-select-btn p {
  border-bottom: 2px solid #fff;
  padding: 10px 0;
  cursor: pointer;
}

.side-menu-box-2 .menu-select-btn .on {
  color: #7c5aff;
  border-bottom: 2px solid #7c5aff;
}

.side-menu-box-2 nav {
  display: none;
}

.side-menu-box-2 nav.on {
  display: block;
}

.category-menu li,
.board-menu li {
  border-bottom: 1px solid #eeeeee;
  margin: unset;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.category-menu .wp-block-navigation-submenu li > a {
  padding: unset;
}

.category-menu li.has-child:first-child,
.board-menu li:first-child {
  border-top: 1px solid #eeeeee;
}

.category-menu li > a,
.category-menu li.has-child > button,
.board-menu li > a {
  padding: 15px 0;
  width: 100%;
}

.category-menu li.child > a,
.side-menu-category .wp-block-navigation-submenu li a {
  padding: unset;
}

.category-menu li.has-child > button:focus-visible {
  outline: unset;
}

.category-menu
  li.has-child
  .wp-block-navigation-submenu__toggle
  + .wp-block-navigation__submenu-icon {
  font-size: 28px;
}

.category-menu
  li.has-child:has(button[aria-expanded="true"])
  .wp-block-navigation__submenu-icon {
  transform: rotate(180deg);
  color: #7c5aff;
}

.category-menu li.has-child .wp-block-navigation__submenu-container {
  opacity: 1;
  transition: unset;
}

.category-menu
  li.has-child
  .wp-block-navigation-submenu__toggle[aria-expanded="true"]
  ~ .wp-block-navigation__submenu-container {
  position: relative;
  flex: 1 1 100%;
  width: 100%;
  border: unset;
  max-height: 1000px;
}

.category-menu
  li.has-child
  .wp-block-navigation-submenu__toggle[aria-expanded="true"]
  ~ .wp-block-navigation__submenu-container
  li {
  margin: unset;
  padding: 15px 0;
  padding-left: 20px;
  background-color: #eeeeee;
}

.side-menu-box-2 li:hover > button > span,
.side-menu-box-2 li:hover > a > span {
  color: #7c5aff;
}

.hidden-h1-tag {
  visibility: hidden;
}

#bPluginsCustomHtml-2 {
    margin-block-start: unset !important;
}

@media (min-width: 770px) {
  .pc-hidden {
    display: none !important;
  }
}

@media (max-width: 1100px) {
}

@media (max-width: 770px) {
  .mo-hidden {
    display: none !important;
  }

  .mobile-hamburger {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: 20;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    width: 25px;
    height: 25px;
    left: -1px;
  }

  .mobile-hamburger #bPluginsCustomHtml-1 div {
    position: relative;
    top: 50%;
    left: 11px;
    transform: translateX(-50%) translateY(3px);
    width: 18px;
    height: 2px;
    background-color: rgb(17, 17, 17);
    border-radius: 10px;
  }

  .mobile-hamburger .s {
    margin: 4px 0px;
  }

  .mobile-search-icon {
    display: block;
    margin-block-start: unset !important;
  }

  .mobile-side-scroll {
    height: 100%;
  }

  .main-header {
    height: 64px;
    border-bottom: none;
    padding: 0px !important;
  }

  .main-header-inner {
    height: 100%;
    padding: 0px 20px;
  }

  .main-header-pc {
    display: none;
  }

  .main-header-inner .main-header-mobile {
    width: initial;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-block-start: unset !important;
  }

  .mobile-hamburger {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: 20;
    cursor: pointer;
    transition: 0.4s;
    width: 25px;
    height: 25px;
    left: -1px;
  }

  .main-header-mobile .wp-block-boldblocks-svg-block__inner {
    width: 27px !important;
    height: 27px !important;
  }

  .mobile-logo-wrap {
    position: absolute;
    z-index: 20;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-block-start: unset !important;
  }

  .mob-menu .is-login .user-box .user {
    align-content: center;
  }

  .right-menu {
    height: unset;
    position: unset;
    -webkit-box-pack: end;
    justify-content: end;
  }

  .login-area-wrap {
    display: none !important;
  }

  .right-menu-icon .se {
    display: none !important;
  }

  .right-menu .right-menu-icon {
    width: 24px;
    height: 24px;
    top: 0px;
    transform: unset;
  }

  .right-menu .bell {
    background-size: 24px;
    margin-right: 10px;
    display: none;
  }

  .right-menu .basket-wrap i,
  .right-menu .bell i {
    width: 4px;
    height: 4px;
    top: 0px;
    left: auto;
    right: 0px;
  }

  .right-menu .basket {
    width: 24px;
    height: 24px;
    margin: 0px;
    background-size: 24px;
    background-repeat: no-repeat;
  }

  .home-wrapper {
    flex-wrap: wrap;
    max-width: 100%;
    padding: 0px !important;
    margin-top: 64px;
    overflow: hidden;
  }

  .home-wrapper .left-wrapper {
    display: block;
    width: 100%;
  }

  .home-wrapper .top .cate {
    width: unset;
    padding: unset;
  }

  .left-wrapper .top {
    display: flex;
    flex-direction: column-reverse;
    padding: 10px 20px 0px;
  }

  .cate .search-box-input {
    max-width: 100%;
    height: 42px;
    padding: 10px 24px 12px 14px;
  }

  .cate .search-box .swiper {
    top: 2px;
    height: 30px;
  }

  .cate .search-bar-wrapper .box p {
    color: rgb(85, 85, 85);
    font-family: "Noto Sans KR";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
  }

  .cate .search-bar-wrapper .search-box p.search-btn {
    width: 42px;
    height: 42px;
    border-radius: 0px 6px 6px 0px;
  }

  .cate .search-bar-wrapper svg {
    width: 24px;
    height: 24px;
  }

  .home-wrapper .top .cate_ ul {
    display: flex;
    gap: 26px 0px;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .home-wrapper .top .cate_ ul li {
    width: calc(20%);
    cursor: pointer;
  }

  .home-wrapper .top .cate_ ul li img {
    width: 34px !important;
    height: 34px !important;
    margin: 0px auto;
  }

  .home-wrapper .top .cate_ ul li span {
    gap: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: -0.24px;
  }

  .left-wrapper .top .slider_ {
    width: unset;
  }

  .free-wrapper {
    margin-top: 38px;
  }

  .free-wrapper .banner {
    width: 100%;
    height: 88px;
    border-radius: 0px;
    display: flex;
    position: relative;
    cursor: pointer;
  }

  .free-wrapper .banner p {
    font-size: 15px;
    line-height: 160%;
    letter-spacing: -0.3px;
    display: unset;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    padding: 20px;
  }

  .free-wrapper .banner p span {
    color: rgba(0, 0, 0, 0.6);
  }

  .free-wrapper .banner em::after {
    display: none;
  }

  .free-wrapper .banner .imgbox {
    position: absolute;
    bottom: 8px;
    right: 20px;
    width: 128px;
    height: 88px;
  }

  .friend-recommend {
    margin-top: 50px;
  }

  .friend-recommend .banner {
    width: 100%;
    height: 88px;
    border-radius: 0px;
    display: flex;
    position: relative;
    background-image: url(/images/bg.png);
    background-size: cover;
    cursor: pointer;
  }

  .friend-recommend .banner p {
    font-size: 15px;
    line-height: 160%;
    letter-spacing: -0.3px;
    display: unset;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    padding: 20px;
  }

  .friend-recommend .mo-only {
    display: block;
  }

  .friend-recommend .banner .imgbox {
    position: absolute;
    bottom: 7px;
    right: 35px;
    width: 105px;
    height: 101px;
  }

  .logo-wrapper {
    margin-top: 0px;
    border-top: 8px solid rgba(224, 224, 224, 0.16);
  }

  .logo-wrapper > div {
    flex-wrap: wrap !important;
    -webkit-box-pack: center;
    justify-content: center !important;
    padding: 50px 20px;
  }

  .logo-wrapper figure {
    width: calc(33.3333%) !important;
  }

  .under-wrapper {
    padding: 50px 0px;
  }

  .under-wrapper .inner {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 36px 0px;
  }

  .under-wrapper .inner .list {
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 0px;
    -webkit-box-align: center;
    align-items: center;
    width: calc(33.3333%);
  }

  .under-wrapper .inner .list:nth-child(4) {
    margin-right: 40px;
  }

  .under-wrapper .inner .list .text-box {
    text-align: center;
  }

  .under-wrapper .inner .list .text-box h3 {
    font-size: 13px;
  }

  .under-wrapper .inner .list .text-box p {
    margin-top: 4px;
    font-size: 12px;
    white-space: nowrap;
  }

  footer {
    padding: 52px 20px 40px;
  }

  footer .flex {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }

  footer .flex .left {
    padding-right: 0px;
  }

  .footer-logo {
    margin: unset !important;
    text-align: center;
  }

  .footer-logo img {
    width: 117px !important;
    height: 24px;
    margin: unset;
  }

  .footer-text-area p {
    font-size: 12px;
    text-align: center;
    letter-spacing: -0.48px;
  }

  footer .flex .right .ul {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    border-top: 1px solid rgb(238, 238, 238);
    padding-top: 50px;
  }

  footer .flex .ul .li {
    border-left: none;
    width: unset;
    flex-basis: unset !important;
  }

  footer .flex .ul .li .footer-right-title {
    font-size: 13px;
    margin-bottom: 12px;
  }

  footer .flex .ul .li .footer-right-menu-item {
    display: block;
    font-size: 12px;
    margin-top: 10px;
  }

  .current-path {
    top: 54px;
    padding-left: 20px;
  }

  .main-container-wrapper {
    padding: unset;
    padding-top: 84px;
  }

  .main-container {
    padding: 34px 20px 0px;
  }

  .main-container-inner {
    padding: 0px 20px;
  }

  .notice-box {
    max-width: 500px;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    top: -18px;
    right: -20px;
    transform: translateX(calc(50% - 50vw));
  }

  .right-menu .mypage {
    display: block;
    background-size: 24px;
    margin-right: 10px;
  }

  .right-menu .mypage svg {
    height: 24px !important;
    width: 24px !important;
  }

  .side-menu-header-area {
    display: none;
  }

  .side-menu-box-2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
