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;
}

html{
  overflow-x: hidden;
}

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;
  /*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: 99999;
  transition: all 0.3s ease 0s;
  /*left: -424px;*/
  transform: translateX(-100%);
  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: 500;
  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 {

}

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

.logo-wrapper figure {
  width: 266px;
  margin:0;
}
.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;
  margin: 0;
}

.under-wrapper .feature-swiper { 
  width: 100%; 
  max-width: 1600px;
  margin: 0px auto;
  display: flex;
  padding: 0px;
  gap: 0px;
}
.under-wrapper .feature-swiper .swiper{
  width: 100%;
}
.under-wrapper .feature-swiper .swiper .swiper-wrapper{
  justify-content: space-between;
}
.under-wrapper .featureSwiper .swiper-slide {
  width: auto;
  height: auto; 
}

.under-wrapper .feature-swiper .list {
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}

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

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

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

.under-wrapper .feature-swiper .list .text-box p {
  color: rgb(153, 153, 153);
  margin-top: 3px;
  margin-bottom: 0;
  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: 249px 20px 0 20px;
  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 {
  position: absolute;
  max-width: 1634px;
  width: 100%;
  padding: 0px 20px;
  top: 186px;
  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;
}

.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-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 screen and (max-width:1600px){
  .under-wrapper .feature-swiper{
    width: calc(100% - 40px);
  }

  .under-wrapper .feature-swiper .swiper{
    width: auto;
  }
  .under-wrapper .featureSwiper .swiper-slide{
    width: unset;
  }
}

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

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

@media (max-width: 768px) {
  .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 .feature-swiper {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 36px 0px;
  }

  .under-wrapper .feature-swiper .swiper .swiper-wrapper {
    padding-left: 18px;
  }

  .under-wrapper .feature-swiper .list {
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 0px;
    -webkit-box-align: center;
    align-items: center;
  }

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

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

  .under-wrapper .feature-swiper .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: 139px;
  }

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

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

  .notice-box {
    /*max-width: 500px;
    width: 100vw;
    height: 100vh;*/
    max-width: 100%;
    height: 80vh;
    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;
  }

}






















/* 메인페이지 css - 20260128 */
.inner{
  max-width:1260px;
  margin: 0 auto;
  width: calc(100% - 40px);
}

/* main-banner */
.main-banner .bnr-slide {
  overflow: visible !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%) !important;
  width: 120%;
}

.main-banner .bnr-slide .swiper-slide{
  width: 1260px;
  height: 627px;
  overflow: hidden;
  border-radius: 20px;
  flex-shrink: 0;
  /*margin-right: 40px;*/
}

.main-banner .bnr-slide .swiper-slide.slide01{
  background: url('/images/img-main-banner-1.png') no-repeat #E9EFFE;
  background-position: 95% 50%;
}

.main-banner .bnr-slide .swiper-slide.slide02{
  background: url('/images/img-main-banner-2.png') no-repeat #FFF3D5;
  background-position: 100% 70%;
}

.main-banner .bnr-slide .swiper-slide.slide03{
  background: url('/images/img-main-banner-3.png') no-repeat #dbfff1;
  background-position: 116% 70%;
  background-size: 50%;
}

.main-banner .bnr-slide .swiper-slide .banner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 100%;
  padding: 0 96px;
}

.main-banner .bnr-slide .swiper-slide .banner .title{
  color: #000;
  font-family: Pretendard;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.84px;
  margin: 0;
  margin-bottom: 15px;
}

/* 데스크탑에서 모바일 줄바꿈 숨김 */
.main-banner .bnr-slide .swiper-slide .banner .title .mo-br,
.main-banner .bnr-slide .swiper-slide .banner .desc .mo-br {
  display: none;
}

/* 반응형 클래스: pc-only, mo-only */
.main-banner br.pc-only {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
}

.main-banner br.mo-only {
  display: block !important;
}

@media (min-width: 768px) {
  /* PC에서 pc-only 표시, mo-only 숨김 */
  .main-banner br.pc-only {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    line-height: normal !important;
    font-size: inherit !important;
  }
  
  .main-banner br.mo-only {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
  }
}

.main-banner .bnr-slide .swiper-slide .banner .title span{
  display: inline-block;
  position: relative;
}

.main-banner .bnr-slide .swiper-slide .banner .title span::before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #FFA936;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.main-banner .bnr-slide .swiper-slide .banner .desc{
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; 
  letter-spacing: 0.4px;
  margin: 0;
}

@media screen and (max-width:1800px){
    .main-banner .bnr-slide .swiper-slide{
        background-size: 50% !important;
    }

    .main-banner .bnr-slide .swiper-slide .banner{
        padding: 0 50px;
    }

    .main-banner .bnr-slide .swiper-slide .banner .title{
        font-size: 36px;
    }

    .main-banner .bnr-slide .swiper-slide .banner .desc{
        font-size: 18px;
    }
}

@media screen and (max-width:768px){
  .main-banner .bnr-slide{
    width: 100%;
    left: unset;
    transform: unset !important;
  }

  .main-banner .bnr-slide .swiper-slide{
    height: auto;
    aspect-ratio: 1 / 1;
    background-size: 60% !important;
  }

  .main-banner .bnr-slide .swiper-slide .banner{
    justify-content: start;
    padding: 30px;
    height: auto;
  }

  .main-banner .bnr-slide .swiper-slide .banner .title{
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  /* 모바일에서만 보이는 줄바꿈 */
  .main-banner .bnr-slide .swiper-slide .banner .title .mo-br,
  .main-banner .bnr-slide .swiper-slide .banner .desc .mo-br {
    display: block !important;
    width: 100%;
    height: 0;
    line-height: 0;
  }

  /* 반응형 클래스: 모바일에서 pc-only 숨김, mo-only 표시 */
  .main-banner br.pc-only {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
  }
  
  .main-banner br.mo-only {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    line-height: normal !important;
    font-size: inherit !important;
  }

  .main-banner .bnr-slide .swiper-slide .banner .title span::before{
    width: 6px;
    height: 6px;
    top: -10px;
  }

  .main-banner .bnr-slide .swiper-slide .banner .desc{
    font-size: 13px;
    font-weight: 300;
    opacity: 0.7;
  }

  .main-banner .bnr-slide .swiper-slide.slide01{
    background-position: 95% 95%;
  }

  .main-banner .bnr-slide .swiper-slide.slide02{
    background-position: 100% 95%;
  }

  .main-banner .bnr-slide .swiper-slide.slide03{
    background-position: 116% 70%;
    background-size: 50%;
  }
}

/* =========================
 * 메인 배너 슬라이더 컨트롤 및 페이지네이션 뱃지
 * ========================= */

/* 슬라이더 컨테이너 - relative로 설정하여 absolute 컨트롤 배치 기준점으로 사용 */
.main-banner .bnr-slide {
  position: relative;
}

/* 좌측 하단 페이지네이션 뱃지 */
.main-banner .bnr-slide .main-slider-pagination-badge {
  position: fixed;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 16px;
  opacity: 0.3;
  background: #000;
  color: #FFF;
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.42px;
  z-index: 10;
  pointer-events: none;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .main-banner .bnr-slide .main-slider-pagination-badge {
    left: 20px !important;
  }
  
  .main-banner .bnr-slide .main-slider-controls {
    left: auto !important;
    right: 20px !important;
  }
}

.main-banner .bnr-slide .main-slider-pagination-badge .current-page {
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  line-height: 140%;
}

.main-banner .bnr-slide .main-slider-pagination-badge .separator {
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  line-height: 140%;
}

.main-banner .bnr-slide .main-slider-pagination-badge .total-pages {
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  line-height: 140%;
}

/* 우측 하단 컨트롤 버튼 */
.main-banner .bnr-slide .main-slider-controls {
  position: fixed;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 0;
  width: 88px;
  height: 31.865px;
  border-radius: 16px;
  opacity: 0.3;
  background: #000;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
}


.main-banner .bnr-slide .main-slider-btn {
  width: auto;
  height: 100%;
  border-radius: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0 12px;
  color: #FFF;
  flex: 1;
}

.main-banner .bnr-slide .main-slider-btn-play-pause {
  width: auto;
  flex: 1;
}

.main-banner .bnr-slide .main-slider-controls:hover {
  opacity: 0.5;
}

.main-banner .bnr-slide .main-slider-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.main-banner .bnr-slide .main-slider-btn:active {
  background: rgba(255, 255, 255, 0.15);
}

.main-banner .bnr-slide .main-slider-btn svg {
  display: block;
  width: 8px;
  height: 14px;
}

.main-banner .bnr-slide .main-slider-btn .play-icon {
  display: none;
}

.main-banner .bnr-slide .main-slider-btn .pause-icon {
  display: block;
}

.main-banner .bnr-slide .main-slider-btn.paused .pause-icon {
  display: none;
}

.main-banner .bnr-slide .main-slider-btn.paused .play-icon {
  display: block;
}

/* 모바일 반응형 */
@media (max-width: 767px) {
  .main-banner .bnr-slide .main-slider-pagination-badge {
    left: 20px;
    transform: none;
    bottom: 20px;
    padding: 4px 10px;
    font-size: 12px;
  }

  .main-banner .bnr-slide .main-slider-pagination-badge .current-page {
    font-size: 12px;
  }

  .main-banner .bnr-slide .main-slider-pagination-badge .separator,
  .main-banner .bnr-slide .main-slider-pagination-badge .total-pages {
    font-size: 12px;
  }

  .main-banner .bnr-slide .main-slider-controls {
    right: 20px;
    left: auto;
    transform: none;
    bottom: 20px;
    gap: 0;
    width: 70px;
    height: 28px;
  }

  .main-banner .bnr-slide .main-slider-btn {
    height: 100%;
    padding: 0 8px;
  }

  .main-banner .bnr-slide .main-slider-btn-play-pause {
    width: auto;
  }

  .main-banner .bnr-slide .main-slider-btn svg {
    width: 6px;
    height: 10px;
  }
}

/* category-chips */
.category-chips{
  width: 100%;
  padding: 50px 0 90px 0;
  max-width: 1020px;
  margin: 0 auto;
}

.chip{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid #eee;
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: #111;
  white-space: nowrap;
}

.chip-slide { 
  width: 100%; 
}

.category-chips .chip-slide{ 
  overflow: visible; 
}

.category-chips .chip-slide .chip-col{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 16px;
  max-width: 1020px;
  margin: 0 auto;
}

.category-chips .chip-slide .chip-col .chip{
  width: calc(100% / 5 - 13px);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 40px 8px 10px;
  border-radius: 50px;
  border: 1px solid #EEE;
}

.category-chips .chip-slide .chip-col .chip.active{
    
}

.category-chips .chip-slide .chip-col .chip .chip-thumb{
  overflow: hidden;
  width: 48px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50px;
}

.category-chips .chip-slide .chip-col .chip .chip-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-chips .chip-slide .chip-col .chip .chip-label{
  color: #000;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.16px;
  width: calc(100% - 60px);
}

@media screen and (max-width:1200px){
  .category-chips .chip-slide .chip-col .chip{
      width: auto;
  }
}

@media screen and (max-width: 768px){
    .category-chips{
        overflow-x: clip;
        padding: 30px 0 50px;
    }

    .category-chips .chip-slide{ 
        overflow:hidden;
        touch-action: pan-y;
        overscroll-behavior: contain;
    }

    .category-chips .chip-slide .swiper-slide{ 
        width:auto !important; 
    }

    .category-chips .chip-slide .chip-col{
        display:flex;
        flex-direction:column;
        gap:10px;
        max-width: 100%;
    }

    .category-chips .chip-slide .chip-col .chip{
        padding: 6px 8px;
    }

    .category-chips .chip-slide .chip-col .chip .chip-thumb{
        width: 30px;
    }

    .category-chips .chip-slide .chip-col .chip .chip-label{
        font-size: 14px;
    }
}



/* 친구추천하고 친구랑 나랑 1만원 할인 ! */
.sub-banner-01{
  width: calc(100% - 40px);
  max-width: 1260px;
  margin: 0 auto;
  height: 140px;
  background: url('/images/img-ticket.png') no-repeat #E9FCFF;
  background-size: 210px auto;
  background-position: 90% 100%;
  border-radius: 10px;
  padding: 50px 80px;
  margin-bottom: 100px;
}

.sub-banner-01 .title{
  color: #000;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.6px;
  margin: 0;
}

.sub-banner-01 .title span{
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width:960px){
  .sub-banner-01{
    padding: 20px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width:768px){
  .sub-banner-01{
    height: auto;
    /*background: url('/images/img-airplane-m.png') no-repeat #F3F1FF;*/
    background-size: 117px auto;
    background-position: 98% 100%;
    margin-bottom: 50px;
  }
  .sub-banner-01 .title{
    font-size: 18px;
    line-height: 160%;
  }
  .sub-banner-01 .title span{
    display: block;
  }
}





/* 의약품 해외직구는 모든메디와 함께 */
.sub-banner-02{
  width: calc(100% - 40px);
  max-width: 1260px;
  margin: 0 auto;
  height: 140px;
  background: url('/images/img-airplane.png') no-repeat #F3F1FF;
  background-position: 95% 50%;
  border-radius: 10px;
  padding: 50px 80px;
  margin-bottom: 100px;
}

.sub-banner-02 .title{
  color: #1B1474;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.6px;
  margin: 0;
}
@media screen and (max-width:960px){
  .sub-banner-02{
    padding: 20px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width:768px){
  .sub-banner-02{
    height: auto;
    background: url('/images/img-airplane-m.png') no-repeat #F3F1FF;
    background-position: 100% 50%;
    margin-bottom: 60px;
  }
  .sub-banner-02 .title{
    font-size: 18px;
    line-height: 160%;
  }
  .sub-banner-02 .title span{
    display: block;
  }
}





/* 건강아티클 */
.health-article{
  background: linear-gradient(0deg, #FEF8ED 0%, #FEF8ED 100%), #FEF3E1;
  padding: 100px 0;
  margin-bottom: 100px;
}
.health-article-swiper-wrap{
  position: relative;
}
.health-article .inner > .title {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.health-article .inner > .title h4 {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.72px;
  margin:0;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 4px;
}
.health-article .inner > .title h4 img{
  width: 40px;
  height: auto;
  aspect-ratio: 1 / 1;
}
.health-article .inner > .title a.moreview {
  position: absolute;
  bottom:0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #666;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.health-article .inner > .title a.moreview p{
  margin: 0;
}
.health-article .swiper-slide .img{
  margin-bottom: 20px;
}
.health-article .swiper-slide .img img{
  width: 100%;
}
.health-article .swiper-slide .info{
  text-align: left;
}
.health-article .swiper-slide .info .category{
  overflow: hidden;
  display: block;
  color: #F4680E;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.28px;
  margin-bottom: 10px;
}
.health-article .swiper-slide .info .title{
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 146%;
  letter-spacing: -0.4px;
  margin:0;
  margin-bottom: 10px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;  
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.health-article .swiper-slide .info .more{
  overflow: hidden;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.28px;
}

.health-article .health-article-swiper-wrap .swiper-button-prev, 
.health-article .health-article-swiper-wrap .swiper-button-next{
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 10;
}
.health-article .health-article-swiper-wrap .swiper-button-next,
.health-article .health-article-swiper-wrap .swiper-rtl .swiper-button-prev{
  right: -83px;
}
.health-article .health-article-swiper-wrap .swiper-button-prev, 
.health-article .health-article-swiper-wrap .swiper-rtl .swiper-button-next{
  left: -83px;
}

@media screen and (max-width:1600px){
  .health-article .health-article-swiper-wrap .swiper-button-prev, 
  .health-article .health-article-swiper-wrap .swiper-button-next{
    display: none;
  }
}


@media screen and (max-width: 1024px){
  .health-article .inner > .title h4{
    font-size: 28px;
  }
}

@media screen and (max-width: 768px){
  .health-article{
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .health-article-swiper-wrap{
    margin-bottom: 20px;
  }
  .health-article .inner > .title{
    display: flex;;
    justify-content: space-between;
    align-items: center;
  }
  .health-article .inner > .title h4{
    font-size: 20px;
  }
  .health-article .inner > .title h4 img{
    width: 20px;
  }
  .health-article .inner > .title a.moreview{
    position: unset;
    gap: 20px;
  }
  .health-article .inner > .title a.moreview p{
    display: none;
  }
  .mobile-list{

  }
  .mobile-list .health-article-card:not(:last-child){
    margin-bottom: 20px;
  }

  .mobile-list .health-article-card{
    display: flex;
    align-items: start;
    gap: 14px;
  }

  .mobile-list .health-article-card .img {
    border-radius: 10px;
    overflow: hidden;
  }

  .mobile-list .health-article-card .img img{
    width: 130px;
    height: auto;
  }

  .mobile-list .health-article-card .info{
    width: calc(100% - 144px);
  }

  .mobile-list .health-article-card .info .category{
    overflow: hidden;
    color: #F4680E;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.24px;
    display: block;
    margin-bottom: 4px;
  }
  .mobile-list .health-article-card .info .title{
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 146%;
    letter-spacing: -0.32px;
    margin: 0;
    margin-bottom: 4px;
    text-align: left;
  }
  .mobile-list .health-article-card .info .more{
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Noto Sans KR";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.24px;
  }
}





/* 헤더/푸터 수정 - 20260130 */
/* 레이아웃 */
.wp-block-navigation a:where(:not(.wp-element-button)):hover {
  text-decoration: unset;
}

.editor-styles-wrapper,.entry-content{
  margin-top: 0 !important;
}

#mainpage {
  padding-top: 173px;
}

@media screen and (max-width:768px){
  #mainpage{
    padding-top: 147px !important;
  }
}


/* 서브페이지 레이아웃 */
ul{
  padding: 0;
  list-style: none;
}

.main-container-wrapper {
  max-width: 1260px;
  width:calc(100% - 40px);
  padding: 0;
  margin: 0px auto;
  padding-top: 188px;
} 

.current-path{
  max-width: 1260px;
  padding: 0;
  top: 208px;
  width: calc(100% - 40px);
  margin: 0;
}

.current-path ul{
  flex-wrap: wrap;
  gap: 5px 20px;
}

.current-path ul li{
  margin: 0;
}

.main-container{
  padding:150px 0 100px 0;
}

.main-container-inner{
  padding-bottom: 0;
}



@media screen and (max-width:768px){
  .main-container-wrapper {
    padding-top: 139px;
  }

  .main-container{
    padding:100px 0 60px 0;
  }

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

  .current-path{
    top: 163px;
  }
}



/* 헤더 */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
}

/* 네비게이션 블록 버튼(.wp-block-navigation-submenu__toggle 등)은 제외 - 다른 페이지에서 GNB/사이드메뉴 스타일 유지 */
#header button:not(.wp-block-navigation-submenu__toggle):not(.wp-block-navigation__responsive-container-open):not(.wp-block-navigation__responsive-container-close){
  background: none;
  border:0;
  outline: none;
  padding: 0;
  margin:0;
  cursor: pointer;
}

/* 검색 패널: 초기 로드 시 플래시 방지 — 닫힌 상태에서만 노출 제어 */
.header-search-panel .SearchbarSection {
  display: none !important;
}
.header-search-panel.is-open .SearchbarSection {
  display: block !important;
} 

#header .announcement-bar {
/*  position: fixed;
  top: 0;
  left: 0;*/
  width: 100%;
  height: 40px;
  padding: 9px 0;
  background: #C8D52D;
  z-index: 5;
}

#header.is_admin .announcement-bar {
  top: 32px;
}

#header .announcement-bar .inner-box {
  width: 290px;
    margin: 0 auto;
}

#header .announcement-bar .swiper {
  padding: 0 30px;
}

#header .announcement-bar .btn {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
}

#header .announcement-bar .btn svg {
  width: auto !important;
  height: auto !important;
  object-fit: unset !important;
  object-position: unset !important;
  fill: none;
}

#header .announcement-bar .swiper-button-prev {
  right: unset;
  left: 0;
}

#header .announcement-bar .swiper-button-next {
  right: 0;
  left: unset;
}

#header .announcement-bar .swiper-button-next.btn:after, 
#header .announcement-bar .swiper-button-prev.btn:after{
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after{
  display: none !important
}

#header .announcement-bar .swiper-slide {
  text-align: center;
}

#header .announcement-bar .title {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; 
  letter-spacing: -0.3px;
}

#header .header-main{
  /*position: fixed;
  top: 38px;
  left: 0;*/
  width: 100%;
  background: #fff;
}

#header .inner{
  max-width: 1260px;
  margin: 0 auto;
  width: calc(100% - 40px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 50px 0 20px 0;
}

#header .header-mo{
  display: none;
}

#header .header-left{
  display:flex;
  align-items:start;
  gap: 28px;
  flex-direction: column;
}

#header .header-left .header-logo img{
  width: 135px;
}

#header .gnb-swiper .swiper-slide{
  width: auto !important;
}

#header .gnb-swiper .swiper-slide .link{
  color: #A0A0A0;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.36px;
  display: block;
}

#header .gnb-swiper .swiper-slide .link.active{
  color: #222222;
  font-weight: 600;
}

#header .header-right{
  display:flex;
  flex-direction: column;
  gap: 34px;
}

#header .header-right .menu {
  display: flex;
  gap: 24px;
  justify-content: end;
  align-items: center;
  margin: 0;
}

#header .header-right .menu a{
  color: #7C7C7C;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  position: relative;
}

#header .header-right .menu a:not(:last-child)::before{
  content: '·';
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}

#header .header-right .btnBox{
  display: flex;
  align-items: center;
  gap: 25px;
}

#header .header-right .btnBox a{
  cursor: pointer;
}

#header .header-right .btnBox img{
  width: 28px;
}

#header .header-right .btnBox .allmenu img{
  width: 22px;
}

/* 헤더 사이드 메뉴: #header와 .site-header 둘 다 적용 (다른 페이지에서 id가 없어도 스타일 유지) */
#header .site-header .side-menu-wrapper .overlay{
  position: fixed !important;
  inset: 0 !important;            
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0,0,0,0.35) !important;
  z-index: 9998 !important;
  display: none;                 
}

#header .site-header .side-menu-inner{
  position: fixed !important;
  top: 0 !important;
  left: -424px;               
  width: 424px;
  height: 100vh;
  z-index: 9999 !important;
  background: #fff;
}

#bPluginsCustomHtml-3 .notice-box {
  display: none;
  position: fixed;
  overflow-y: auto;
  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;
}

#bPluginsCustomHtml-3 .notice-box .notice-close{
  position: absolute;
  right: 30px;
  cursor: pointer;
  background: none;
  border:none;
  padding: 0;
}

#bPluginsCustomHtml-3 .notice-box.is-open{
  display: block !important;
}

#bPluginsCustomHtml-3 .notice-box-overlay.is-open{
  display: block;
}

.side-menu .side-menu-header-area{
  padding: 0 60px;
}

.side-menu .side-menu-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.side-menu .menu-logo{
  display: block;
  margin-top: 0;
}

.side-menu .menu-logo img{
  left: unset;
}

.side-menu .login-infor {
  display: none;
}


@media screen and (max-width:768px){
  #header{
    border-bottom: 1px solid #eee;
  }
  #header .inner{
    padding: 0;
    width: 100%;
  }

  #header .header-right{
    display: none;
  }

  #header .header-left{
    width: 100%;
    gap: 6px;
  }

  #header .header-left .header-logo.pc{
    display: none;
  }  

  #header .header-left .header-logo.mo{
    display: block;
  }  

  #header .header-left .header-logo.mo img{
    width: 117px;
  }

  #header .header-gnb{
    width: 100%;
    padding: 0 20px;
  }

  #header .header-gnb .gnb-swiper {
    overflow: visible;
  }

  #header .header-gnb .gnb-swiper .swiper-slide .link{
    padding-bottom: 10px;
    position: relative;
    font-size: 15px;
  }

  #header .gnb-swiper .swiper-slide .link.active::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: #000;
  }

  #header .gnb-swiper .swiper-slide:first-child .link.active::before{
    width: 30px;
  }

  #header .header-mo{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
  }

  #header .header-left .btnBox.mo{
    display: flex;
    align-items: center;
    gap: 20px;
  }

  #header .header-left .btnBox.mo a{
    cursor: pointer;
  }

  #header .header-left .btnBox.mo img{
    width: 24px;
  }

  .side-menu .wp-block-template-part{
    margin: 0;
  }

  .side-menu .side-menu-inner{
    max-width: 100%;
  }

  .side-menu .side-menu-header-area{
    padding: 0 40px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .side-menu .login-infor{
    display: block;
    padding:20px 40px;
    margin: 0;
    border-bottom: 1px solid #eee;
  }

  .side-menu .login-infor .top-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .side-menu .login-infor .non-member-flex{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 21px;
  }

  .side-menu .login-infor .non-member-flex .name-arrow h2{
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.02em;
  }

  .side-menu .login-infor .user-box{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 21px;
  }

  .side-menu .login-infor .user-box .name-arrow-box{
    width: 100%;
  }

  .side-menu .login-infor .user-box .name-arrow-box .name-arrow{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin: 15px 0;
  }

  .side-menu .login-infor .user-box .name-arrow-box .name-arrow h2{
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.02em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    width: 71%;
    margin: 0;
  }

  .side-menu .login-infor .user-box .name-arrow-box .name-arrow a{
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .side-menu .login-infor .user-box .name-arrow-box .name-arrow a span{
    font-size: 12px;
    font-weight: 500;
    color: #111;
    opacity: 0.6;
  }

  .side-menu .side-menu-category{
    max-width: 100%;
    padding-top: 0;
  }

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

  .side-menu-box-2 nav{
    margin-top: 0;
  }

  .side-menu-box-2 nav ul{
    gap: 0;
  }
}






/* 푸터 */
#footer {
  height: auto;
  width: 100%;
  padding: 50px 0;
  margin: 0;
}

#footer .inner{
  max-width: 1600px;
  margin: 0 auto;
  width: calc(100% - 40px);
  display: flex;
}

#footer .inner .left{
  width: 700px;
  padding-top:12px;
  padding-bottom: 30px;
}

#footer .inner .left .logo{
  cursor: pointer;
  display: block;
}

#footer .inner .left .logo img {
  width: 156px;
  cursor: pointer;
}

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

#footer .inner .left .footer-text-area p {
  color: #000;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  opacity: 0.8;
  margin: 0;
}

#footer .inner .left .footer-text-area .corp {
  margin-top: 12px;
  color: #AAA;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

#footer .inner .right{
  width: calc(100% - 700px);
}

#footer .inner .right .list{
  margin: 0;
  flex-wrap: nowrap !important;
}

#footer .inner .right .list .box{
  padding: 20px 0;
  border-left: 1px solid #eee;
  display: flex;
  justify-content: center;
}

#footer .inner .right .list .box li{
  list-style: none;
  display: flex;
  flex-direction: column;
}

#footer .inner .right .list .box li .menu-title{
  margin: 0;
  margin-bottom: 16px;
  color: #7C5AFF;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}

#footer .inner .right .list .box li .menu-item{
  margin: 0;
  color: #000;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  cursor: pointer;
}

#footer .inner .right .list .box li .menu-item:not(:last-child){
  margin-bottom: 14px;
}

#footer .inner .right .list .box li .menu-item:hover {
  opacity: 0.8;
}


/* 반응형 */
@media screen and (max-width:1600px){
  .under-wrapper .feature-swiper{
    width: calc(100% - 40px);
  }

  .under-wrapper .feature-swiper .swiper{
    width: auto;
  }
  .under-wrapper .featureSwiper .swiper-slide{
    width: unset;
  }
}

@media screen and (max-width:1400px){
  #footer .inner .left{
    width: 55%;
  }

  #footer .inner .right{
    width: 45%;
  }
}

@media screen and (max-width:1200px){
  #footer{
    padding: 40px 0;
  }
  #footer .inner{
    flex-direction: column;
  }

  #footer .inner .left{
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
  }

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

  #footer .inner .right{
    width: 100%;
  }

  #footer .inner .right .list{
    padding-top: 40px;
  }

  #footer .inner .right .list .box{
    border-left: 0;
    padding: 0;
  }
}


@media (max-width: 768px) {
  .under-wrapper {
    padding: 40px 0px;
  }

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

  .under-wrapper .feature-swiper .list {
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 14px;
    -webkit-box-align: center;
    align-items: center;
  }

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

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

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

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

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

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

  #footer .inner .left .footer-text-area .corp{
    letter-spacing: normal;
  }

  #footer .inner .right .list .box li{
    align-items: center;
  }

  #footer .inner .right .list .box li .menu-title{
    font-size: 13px;
    margin-bottom: 12px;
  }

  #footer .inner .right .list .box li .menu-item{
    font-size: 12px;
  }

  #footer .inner .right .list .box li .menu-item:not(:last-child){
    margin-bottom: 10px;
  }
}


.about-wrapper.main-container-wrapper {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .tax-product_cat .main-container-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
