@charset "utf-8";

/* veluna-N1 */
:root {
  --icon-fs-mkcawg3p: 2rem;
}

.veluna-N1[id='CVmkF0JV55'] {
  position: fixed !important;
  top: 0;
  z-index: 99;
  width: 100%;
  background: var(--white);
}

.veluna-N1[id='CVmkF0JV55']::before {
  content: "";
  position: absolute;
  top: 10rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--border-color);
}

.veluna-N1[id='CVmkF0JV55'].header-active::before {
  content: none;
  top: 8rem;
}

.veluna-N1[id='CVmkF0JV55'].header-active .header-container {
  min-height: 8rem;
  padding-top: 0;
}

.veluna-N1[id='CVmkF0JV55'].header-active .header-top {
  height: 8rem;
}

.veluna-N1[id='CVmkF0JV55'].header-active .header-gnb {
  opacity: 0;
  visibility: hidden;
}

.veluna-N1[id='CVmkF0JV55'].header-active .header-title a {
  height: 6.4rem;
}

.veluna-N1[id='CVmkF0JV55'] .header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding-top: 10rem;
  box-sizing: border-box;
  border-bottom: 1px solid var(--border-color);
  transition: padding-top 0.5s ease;
}

.veluna-N1[id='CVmkF0JV55'] .header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.veluna-N1[id='CVmkF0JV55'] .header-top .header-group {
  position: absolute;
  right: 8rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.veluna-N1[id='CVmkF0JV55'] .user-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0 4rem;
}

.veluna-N1[id='CVmkF0JV55'] .user-menu li {
  position: relative;
}

.veluna-N1[id='CVmkF0JV55'] .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: #e5e5e5;
}

.veluna-N1[id='CVmkF0JV55'] .user-menu li a {
  padding: 2rem 1.2rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='CVmkF0JV55'] .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem;
}

.veluna-N1[id='CVmkF0JV55'] .header-left {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.veluna-N1[id='CVmkF0JV55'] .header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.veluna-N1[id='CVmkF0JV55'] .header-title a {
  width: auto;
  height: 7.4rem;
  transition: height 0.3s;
}

.veluna-N1[id='CVmkF0JV55'] .header-title img {
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}

.veluna-N1[id='CVmkF0JV55'] .header-gnblist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.veluna-N1[id='CVmkF0JV55'] .header-gnbitem {
  position: relative;
}

.veluna-N1[id='CVmkF0JV55'] .header-gnblink {
  height: 100%;
  padding: 2rem 5rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='CVmkF0JV55'] .header-gnblink span {
  position: relative;
}

.veluna-N1[id='CVmkF0JV55'] .header-gnblink span::after {
  content: "";
  height: 0.2rem;
  width: 100%;
  transition: 0.3s;
  transform: scaleX(0);
}

.veluna-N1[id='CVmkF0JV55'] .header-sublist {
  min-width: 12rem;
  min-height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  transition: opacity 0.3s;
  padding: 1rem;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 0.4rem;
  background: var(--white);
  box-shadow: 1px 1px 3rem 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3rem);
}

.veluna-N1[id='CVmkF0JV55'] .header-gnbitem:has(.header-sublist .header-subitem):hover .header-sublist {
  min-height: auto;
  opacity: 1;
  overflow: hidden;
  pointer-events: auto;
}

.veluna-N1[id='CVmkF0JV55'] .header-gnbitem:hover .header-gnblink span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--black);
  transform: scaleX(1);
}

.veluna-N1[id='CVmkF0JV55'] .header-subitem {
  width: 100%;
  min-width: 10rem;
  overflow: hidden;
}

.veluna-N1[id='CVmkF0JV55'] .header-sublink {
  width: 100%;
  padding: 1rem 1.4rem;
  transition: color 0.2s, background 0.2s;
  will-change: color, background;
  border-radius: 0.4rem;
  white-space: nowrap;
}

.veluna-N1[id='CVmkF0JV55'] .header-sublink:hover {
  background: #f8f9fb;
  color: var(--black);
}

.veluna-N1[id='CVmkF0JV55'] .header-right {
  display: flex;
  align-items: center;
}

.veluna-N1[id='CVmkF0JV55'] .header-right .header-gnb {
  margin-right: 1.8rem;
}

.veluna-N1[id='CVmkF0JV55'] .header-lang {
  position: relative;
}

.veluna-N1[id='CVmkF0JV55'] .header-langbtn {
  position: relative;
  border: none;
  background: none;
}

.veluna-N1[id='CVmkF0JV55'] .header-langlist {
  position: absolute;
  top: 100%;
  left: -50%;
  z-index: 200;
  background: #111111;
}

.veluna-N1[id='CVmkF0JV55'] .header-langitem {
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}

.veluna-N1[id='CVmkF0JV55'] .header-langitem a {
  padding: 0.6rem 1.6rem;
  color: var(--white);
  opacity: 0.7;
}

.veluna-N1[id='CVmkF0JV55'] .header-langitem a:hover {
  opacity: 1;
}

.veluna-N1[id='CVmkF0JV55'] .header-lang:hover .header-langbtn::after {
  transform: translateY(-50%) rotate(180deg);
}

.veluna-N1[id='CVmkF0JV55'] .header-lang:hover .header-langitem {
  max-height: 6.8rem;
}

.veluna-N1[id='CVmkF0JV55'] .header-utils>ul {
  display: flex;
  align-items: center;
}

.veluna-N1[id='CVmkF0JV55'] .header-utils>ul>li {
  margin-left: 1.2rem;
}

.veluna-N1[id='CVmkF0JV55'] .header-utils>ul>li>img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='CVmkF0JV55'] .header-utils button {
  max-width: 3.2rem;
  background: none;
  border: none;
}

.veluna-N1[id='CVmkF0JV55'] .header-utils button img {
  width: auto;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='CVmkF0JV55'] .header-utils .member a {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0;
  display: block;
}

.veluna-N1[id='CVmkF0JV55'] .header-utils .member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='CVmkF0JV55'] .header-utils .btn-allmenu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.veluna-N1[id='CVmkF0JV55'] .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
  width: 2.4rem;
}

.veluna-N1[id='CVmkF0JV55'] .header-utils .btn-allmenu .ico-hamburger,
.veluna-N1[id='CVmkF0JV55'] .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: #111;
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s;
  will-change: width, transform, opacity;
}

.veluna-N1[id='CVmkF0JV55'] .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.veluna-N1[id='CVmkF0JV55'] .btn-momenu .ico-hamburger:nth-child(2) {
  width: 1.4rem;
}

.veluna-N1[id='CVmkF0JV55'] .btn-momenu {
  display: none;
}

.veluna-N1[id='CVmkF0JV55'] .btn-moclose {
  display: none;
}

.veluna-N1[id='CVmkF0JV55'] .header-fullmenu {
  position: fixed;
  z-index: 99999;
  padding: 0 2.4rem;
  background: #dc302f;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.veluna-N1[id='CVmkF0JV55'] .header-fullmenu.fullmenu-right {
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
}

.veluna-N1[id='CVmkF0JV55'] .header-fullmenu.fullmenu-left {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
}

.veluna-N1[id='CVmkF0JV55'] .header-fullmenu.fullmenu-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='CVmkF0JV55'] .header-fullmenu.fullmenu-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='CVmkF0JV55'] .header-fullmenu.fullmenu-active {
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible;
}

.veluna-N1[id='CVmkF0JV55'] .fullmenu-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}

.veluna-N1[id='CVmkF0JV55'] .fullmenu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}

.veluna-N1[id='CVmkF0JV55'] .fullmenu-title {
  margin-bottom: 0;
}

.veluna-N1[id='CVmkF0JV55'] .fullmenu-title a {
  height: 4.3rem;
}

.veluna-N1[id='CVmkF0JV55'] .fullmenu-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='CVmkF0JV55'] .fullmenu-gnblist {
  display: flex;
  justify-content: center;
}

.veluna-N1[id='CVmkF0JV55'] .fullmenu-gnbitem {
  flex-grow: 1;
  width: 20%;
}

.veluna-N1[id='CVmkF0JV55'] .fullmenu-gnbitem+.fullmenu-gnbitem {
  margin-left: 4rem;
}

.veluna-N1[id='CVmkF0JV55'] .fullmenu-gnblink {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.veluna-N1[id='CVmkF0JV55'] .fullmenu-gnblink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background: var(--white);
  transition: 0.2s;
}

.veluna-N1[id='CVmkF0JV55'] .fullmenu-gnblink.on::after {
  width: 18rem;
}

.veluna-N1[id='CVmkF0JV55'] .fullmenu-sublist {
  padding-top: 4rem;
}

.veluna-N1[id='CVmkF0JV55'] .fullmenu-subitem+.fullmenu-subitem {
  padding-top: 0.8rem;
}

.veluna-N1[id='CVmkF0JV55'] .fullmenu-sublink {
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  transition: 0.3s;
}

.veluna-N1[id='CVmkF0JV55'] .fullmenu-sublink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 100%;
  right: 0;
  transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.veluna-N1[id='CVmkF0JV55'] .fullmenu-sublink:hover {
  color: var(--white);
}

.veluna-N1[id='CVmkF0JV55'] .fullmenu-sublink:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.veluna-N1[id='CVmkF0JV55'] .fullmenu-close {
  position: fixed;
  right: 8rem;
  top: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.5rem;
  background: transparent;
  border: none;
}

.veluna-N1[id='CVmkF0JV55'] .fullmenu-close img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='CVmkF0JV55'] .header-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: var(--white);
}

.veluna-N1[id='CVmkF0JV55'] .header-search-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2.4rem 0;
}

.veluna-N1[id='CVmkF0JV55'] .header-search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border: none;
  background: none;
  font-size: 2rem;
}

.veluna-N1[id='CVmkF0JV55'] .header-search-close::before {
  color: var(--black);
}

.veluna-N1[id='CVmkF0JV55'] .header-search-body {
  padding: 12rem 0;
}

.veluna-N1[id='CVmkF0JV55'] .header-search-body .textset {
  text-align: center;
}

.veluna-N1[id='CVmkF0JV55'] .header-search-body .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem;
}

.veluna-N1[id='CVmkF0JV55'] .header-search-body .textset-desc {
  font-weight: var(--fw-regular);
  color: var(--text-color2);
}

.veluna-N1[id='CVmkF0JV55'] .header-search-form {
  margin-top: 4rem;
  max-width: 68rem;
  margin: 4rem auto 0 auto;
}

.veluna-N1[id='CVmkF0JV55'] .header-search-form .form-box {
  display: flex;
}

.veluna-N1[id='CVmkF0JV55'] .header-search-form .inputset {
  width: 100%;
}

.veluna-N1[id='CVmkF0JV55'] .header-search-form .search-btn {
  flex-shrink: 0;
  width: 5.6rem;
  background: var(--primary);
}

.veluna-N1[id='CVmkF0JV55'] .header-search-form .search-btn::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--white);
}

.veluna-N1[id='CVmkF0JV55'] .header-search .reco-box {
  margin-top: 4rem;
}

.veluna-N1[id='CVmkF0JV55'] .header-search .reco-tit {
  font-weight: var(--fw-bold);
}

.veluna-N1[id='CVmkF0JV55'] .header-search .reco-tit+.reco-list {
  margin-top: 0.8rem;
}

.veluna-N1[id='CVmkF0JV55'] .header-search .reco-item+.reco-item {
  margin-top: 0.8rem;
}

.veluna-N1[id='CVmkF0JV55'] .header-search .reco-num {
  flex-shrink: 0;
  font-weight: var(--fw-bold);
  color: var(--text-color2);
}

.veluna-N1[id='CVmkF0JV55'] .header-search .co-pri {
  color: var(--primary);
}

.veluna-N1[id='CVmkF0JV55'] .header-search .reco-item button {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  width: 100%;
  background: none;
  border: none;
  color: var(--text-color1);
}

.veluna-N1[id='OumKf6g2q1'] {
  position: fixed !important;
  top: 0;
  z-index: 99;
  width: 100%;
  background: var(--white);
}

.veluna-N1[id='OumKf6g2q1']::before {
  content: "";
  position: absolute;
  top: 10rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--border-color);
}

.veluna-N1[id='OumKf6g2q1'].header-active::before {
  content: none;
  top: 8rem;
}

.veluna-N1[id='OumKf6g2q1'].header-active .header-container {
  min-height: 8rem;
  padding-top: 0;
}

.veluna-N1[id='OumKf6g2q1'].header-active .header-top {
  height: 8rem;
}

.veluna-N1[id='OumKf6g2q1'].header-active .header-gnb {
  opacity: 0;
  visibility: hidden;
}

.veluna-N1[id='OumKf6g2q1'].header-active .header-title a {
  height: 6.4rem;
}

.veluna-N1[id='OumKf6g2q1'] .header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding-top: 10rem;
  box-sizing: border-box;
  border-bottom: 1px solid var(--border-color);
  transition: padding-top 0.5s ease;
}

.veluna-N1[id='OumKf6g2q1'] .header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.veluna-N1[id='OumKf6g2q1'] .header-top .header-group {
  position: absolute;
  right: 8rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.veluna-N1[id='OumKf6g2q1'] .user-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0 4rem;
}

.veluna-N1[id='OumKf6g2q1'] .user-menu li {
  position: relative;
}

.veluna-N1[id='OumKf6g2q1'] .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: #e5e5e5;
}

.veluna-N1[id='OumKf6g2q1'] .user-menu li a {
  padding: 2rem 1.2rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='OumKf6g2q1'] .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem;
}

.veluna-N1[id='OumKf6g2q1'] .header-left {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.veluna-N1[id='OumKf6g2q1'] .header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.veluna-N1[id='OumKf6g2q1'] .header-title a {
  width: auto;
  height: 7.4rem;
  transition: height 0.3s;
}

.veluna-N1[id='OumKf6g2q1'] .header-title img {
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}

.veluna-N1[id='OumKf6g2q1'] .header-gnblist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.veluna-N1[id='OumKf6g2q1'] .header-gnbitem {
  position: relative;
}

.veluna-N1[id='OumKf6g2q1'] .header-gnblink {
  height: 100%;
  padding: 2rem 5rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='OumKf6g2q1'] .header-gnblink span {
  position: relative;
}

.veluna-N1[id='OumKf6g2q1'] .header-gnblink span::after {
  content: "";
  height: 0.2rem;
  width: 100%;
  transition: 0.3s;
  transform: scaleX(0);
}

.veluna-N1[id='OumKf6g2q1'] .header-sublist {
  min-width: 12rem;
  min-height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  transition: opacity 0.3s;
  padding: 1rem;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 0.4rem;
  background: var(--white);
  box-shadow: 1px 1px 3rem 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3rem);
}

.veluna-N1[id='OumKf6g2q1'] .header-gnbitem:has(.header-sublist .header-subitem):hover .header-sublist {
  min-height: auto;
  opacity: 1;
  overflow: hidden;
  pointer-events: auto;
}

.veluna-N1[id='OumKf6g2q1'] .header-gnbitem:hover .header-gnblink span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--black);
  transform: scaleX(1);
}

.veluna-N1[id='OumKf6g2q1'] .header-subitem {
  width: 100%;
  min-width: 10rem;
  overflow: hidden;
}

.veluna-N1[id='OumKf6g2q1'] .header-sublink {
  width: 100%;
  padding: 1rem 1.4rem;
  transition: color 0.2s, background 0.2s;
  will-change: color, background;
  border-radius: 0.4rem;
  white-space: nowrap;
}

.veluna-N1[id='OumKf6g2q1'] .header-sublink:hover {
  background: #f8f9fb;
  color: var(--black);
}

.veluna-N1[id='OumKf6g2q1'] .header-right {
  display: flex;
  align-items: center;
}

.veluna-N1[id='OumKf6g2q1'] .header-right .header-gnb {
  margin-right: 1.8rem;
}

.veluna-N1[id='OumKf6g2q1'] .header-lang {
  position: relative;
}

.veluna-N1[id='OumKf6g2q1'] .header-langbtn {
  position: relative;
  border: none;
  background: none;
}

.veluna-N1[id='OumKf6g2q1'] .header-langlist {
  position: absolute;
  top: 100%;
  left: -50%;
  z-index: 200;
  background: #111111;
}

.veluna-N1[id='OumKf6g2q1'] .header-langitem {
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}

.veluna-N1[id='OumKf6g2q1'] .header-langitem a {
  padding: 0.6rem 1.6rem;
  color: var(--white);
  opacity: 0.7;
}

.veluna-N1[id='OumKf6g2q1'] .header-langitem a:hover {
  opacity: 1;
}

.veluna-N1[id='OumKf6g2q1'] .header-lang:hover .header-langbtn::after {
  transform: translateY(-50%) rotate(180deg);
}

.veluna-N1[id='OumKf6g2q1'] .header-lang:hover .header-langitem {
  max-height: 6.8rem;
}

.veluna-N1[id='OumKf6g2q1'] .header-utils>ul {
  display: flex;
  align-items: center;
}

.veluna-N1[id='OumKf6g2q1'] .header-utils>ul>li {
  margin-left: 1.2rem;
}

.veluna-N1[id='OumKf6g2q1'] .header-utils>ul>li>img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='OumKf6g2q1'] .header-utils button {
  max-width: 3.2rem;
  background: none;
  border: none;
}

.veluna-N1[id='OumKf6g2q1'] .header-utils button img {
  width: auto;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='OumKf6g2q1'] .header-utils .member a {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0;
  display: block;
}

.veluna-N1[id='OumKf6g2q1'] .header-utils .member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='OumKf6g2q1'] .header-utils .btn-allmenu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.veluna-N1[id='OumKf6g2q1'] .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
  width: 2.4rem;
}

.veluna-N1[id='OumKf6g2q1'] .header-utils .btn-allmenu .ico-hamburger,
.veluna-N1[id='OumKf6g2q1'] .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: #111;
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s;
  will-change: width, transform, opacity;
}

.veluna-N1[id='OumKf6g2q1'] .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.veluna-N1[id='OumKf6g2q1'] .btn-momenu .ico-hamburger:nth-child(2) {
  width: 1.4rem;
}

.veluna-N1[id='OumKf6g2q1'] .btn-momenu {
  display: none;
}

.veluna-N1[id='OumKf6g2q1'] .btn-moclose {
  display: none;
}

.veluna-N1[id='OumKf6g2q1'] .header-fullmenu {
  position: fixed;
  z-index: 99999;
  padding: 0 2.4rem;
  background: #dc302f;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.veluna-N1[id='OumKf6g2q1'] .header-fullmenu.fullmenu-right {
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
}

.veluna-N1[id='OumKf6g2q1'] .header-fullmenu.fullmenu-left {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
}

.veluna-N1[id='OumKf6g2q1'] .header-fullmenu.fullmenu-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='OumKf6g2q1'] .header-fullmenu.fullmenu-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='OumKf6g2q1'] .header-fullmenu.fullmenu-active {
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible;
}

.veluna-N1[id='OumKf6g2q1'] .fullmenu-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}

.veluna-N1[id='OumKf6g2q1'] .fullmenu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}

.veluna-N1[id='OumKf6g2q1'] .fullmenu-title {
  margin-bottom: 0;
}

.veluna-N1[id='OumKf6g2q1'] .fullmenu-title a {
  height: 4.3rem;
}

.veluna-N1[id='OumKf6g2q1'] .fullmenu-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='OumKf6g2q1'] .fullmenu-gnblist {
  display: flex;
  justify-content: center;
}

.veluna-N1[id='OumKf6g2q1'] .fullmenu-gnbitem {
  flex-grow: 1;
  width: 20%;
}

.veluna-N1[id='OumKf6g2q1'] .fullmenu-gnbitem+.fullmenu-gnbitem {
  margin-left: 4rem;
}

.veluna-N1[id='OumKf6g2q1'] .fullmenu-gnblink {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.veluna-N1[id='OumKf6g2q1'] .fullmenu-gnblink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background: var(--white);
  transition: 0.2s;
}

.veluna-N1[id='OumKf6g2q1'] .fullmenu-gnblink.on::after {
  width: 18rem;
}

.veluna-N1[id='OumKf6g2q1'] .fullmenu-sublist {
  padding-top: 4rem;
}

.veluna-N1[id='OumKf6g2q1'] .fullmenu-subitem+.fullmenu-subitem {
  padding-top: 0.8rem;
}

.veluna-N1[id='OumKf6g2q1'] .fullmenu-sublink {
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  transition: 0.3s;
}

.veluna-N1[id='OumKf6g2q1'] .fullmenu-sublink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 100%;
  right: 0;
  transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.veluna-N1[id='OumKf6g2q1'] .fullmenu-sublink:hover {
  color: var(--white);
}

.veluna-N1[id='OumKf6g2q1'] .fullmenu-sublink:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.veluna-N1[id='OumKf6g2q1'] .fullmenu-close {
  position: fixed;
  right: 8rem;
  top: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.5rem;
  background: transparent;
  border: none;
}

.veluna-N1[id='OumKf6g2q1'] .fullmenu-close img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='OumKf6g2q1'] .header-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: var(--white);
}

.veluna-N1[id='OumKf6g2q1'] .header-search-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2.4rem 0;
}

.veluna-N1[id='OumKf6g2q1'] .header-search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border: none;
  background: none;
  font-size: 2rem;
}

.veluna-N1[id='OumKf6g2q1'] .header-search-close::before {
  color: var(--black);
}

.veluna-N1[id='OumKf6g2q1'] .header-search-body {
  padding: 12rem 0;
}

.veluna-N1[id='OumKf6g2q1'] .header-search-body .textset {
  text-align: center;
}

.veluna-N1[id='OumKf6g2q1'] .header-search-body .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem;
}

.veluna-N1[id='OumKf6g2q1'] .header-search-body .textset-desc {
  font-weight: var(--fw-regular);
  color: var(--text-color2);
}

.veluna-N1[id='OumKf6g2q1'] .header-search-form {
  margin-top: 4rem;
  max-width: 68rem;
  margin: 4rem auto 0 auto;
}

.veluna-N1[id='OumKf6g2q1'] .header-search-form .form-box {
  display: flex;
}

.veluna-N1[id='OumKf6g2q1'] .header-search-form .inputset {
  width: 100%;
}

.veluna-N1[id='OumKf6g2q1'] .header-search-form .search-btn {
  flex-shrink: 0;
  width: 5.6rem;
  background: var(--primary);
}

.veluna-N1[id='OumKf6g2q1'] .header-search-form .search-btn::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--white);
}

.veluna-N1[id='OumKf6g2q1'] .header-search .reco-box {
  margin-top: 4rem;
}

.veluna-N1[id='OumKf6g2q1'] .header-search .reco-tit {
  font-weight: var(--fw-bold);
}

.veluna-N1[id='OumKf6g2q1'] .header-search .reco-tit+.reco-list {
  margin-top: 0.8rem;
}

.veluna-N1[id='OumKf6g2q1'] .header-search .reco-item+.reco-item {
  margin-top: 0.8rem;
}

.veluna-N1[id='OumKf6g2q1'] .header-search .reco-num {
  flex-shrink: 0;
  font-weight: var(--fw-bold);
  color: var(--text-color2);
}

.veluna-N1[id='OumKf6g2q1'] .header-search .co-pri {
  color: var(--primary);
}

.veluna-N1[id='OumKf6g2q1'] .header-search .reco-item button {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  width: 100%;
  background: none;
  border: none;
  color: var(--text-color1);
}

.veluna-N1[id='SxMKf6g2R6'] {
  position: fixed !important;
  top: 0;
  z-index: 99;
  width: 100%;
  background: var(--white);
}

.veluna-N1[id='SxMKf6g2R6']::before {
  content: "";
  position: absolute;
  top: 10rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--border-color);
}

.veluna-N1[id='SxMKf6g2R6'].header-active::before {
  content: none;
  top: 8rem;
}

.veluna-N1[id='SxMKf6g2R6'].header-active .header-container {
  min-height: 8rem;
  padding-top: 0;
}

.veluna-N1[id='SxMKf6g2R6'].header-active .header-top {
  height: 8rem;
}

.veluna-N1[id='SxMKf6g2R6'].header-active .header-gnb {
  opacity: 0;
  visibility: hidden;
}

.veluna-N1[id='SxMKf6g2R6'].header-active .header-title a {
  height: 6.4rem;
}

.veluna-N1[id='SxMKf6g2R6'] .header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding-top: 10rem;
  box-sizing: border-box;
  border-bottom: 1px solid var(--border-color);
  transition: padding-top 0.5s ease;
}

.veluna-N1[id='SxMKf6g2R6'] .header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.veluna-N1[id='SxMKf6g2R6'] .header-top .header-group {
  position: absolute;
  right: 8rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.veluna-N1[id='SxMKf6g2R6'] .user-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0 4rem;
}

.veluna-N1[id='SxMKf6g2R6'] .user-menu li {
  position: relative;
}

.veluna-N1[id='SxMKf6g2R6'] .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: #e5e5e5;
}

.veluna-N1[id='SxMKf6g2R6'] .user-menu li a {
  padding: 2rem 1.2rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='SxMKf6g2R6'] .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem;
}

.veluna-N1[id='SxMKf6g2R6'] .header-left {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.veluna-N1[id='SxMKf6g2R6'] .header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.veluna-N1[id='SxMKf6g2R6'] .header-title a {
  width: auto;
  height: 7.4rem;
  transition: height 0.3s;
}

.veluna-N1[id='SxMKf6g2R6'] .header-title img {
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}

.veluna-N1[id='SxMKf6g2R6'] .header-gnblist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.veluna-N1[id='SxMKf6g2R6'] .header-gnbitem {
  position: relative;
}

.veluna-N1[id='SxMKf6g2R6'] .header-gnblink {
  height: 100%;
  padding: 2rem 5rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='SxMKf6g2R6'] .header-gnblink span {
  position: relative;
}

.veluna-N1[id='SxMKf6g2R6'] .header-gnblink span::after {
  content: "";
  height: 0.2rem;
  width: 100%;
  transition: 0.3s;
  transform: scaleX(0);
}

.veluna-N1[id='SxMKf6g2R6'] .header-sublist {
  min-width: 12rem;
  min-height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  transition: opacity 0.3s;
  padding: 1rem;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 0.4rem;
  background: var(--white);
  box-shadow: 1px 1px 3rem 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3rem);
}

.veluna-N1[id='SxMKf6g2R6'] .header-gnbitem:has(.header-sublist .header-subitem):hover .header-sublist {
  min-height: auto;
  opacity: 1;
  overflow: hidden;
  pointer-events: auto;
}

.veluna-N1[id='SxMKf6g2R6'] .header-gnbitem:hover .header-gnblink span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--black);
  transform: scaleX(1);
}

.veluna-N1[id='SxMKf6g2R6'] .header-subitem {
  width: 100%;
  min-width: 10rem;
  overflow: hidden;
}

.veluna-N1[id='SxMKf6g2R6'] .header-sublink {
  width: 100%;
  padding: 1rem 1.4rem;
  transition: color 0.2s, background 0.2s;
  will-change: color, background;
  border-radius: 0.4rem;
  white-space: nowrap;
}

.veluna-N1[id='SxMKf6g2R6'] .header-sublink:hover {
  background: #f8f9fb;
  color: var(--black);
}

.veluna-N1[id='SxMKf6g2R6'] .header-right {
  display: flex;
  align-items: center;
}

.veluna-N1[id='SxMKf6g2R6'] .header-right .header-gnb {
  margin-right: 1.8rem;
}

.veluna-N1[id='SxMKf6g2R6'] .header-lang {
  position: relative;
}

.veluna-N1[id='SxMKf6g2R6'] .header-langbtn {
  position: relative;
  border: none;
  background: none;
}

.veluna-N1[id='SxMKf6g2R6'] .header-langlist {
  position: absolute;
  top: 100%;
  left: -50%;
  z-index: 200;
  background: #111111;
}

.veluna-N1[id='SxMKf6g2R6'] .header-langitem {
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}

.veluna-N1[id='SxMKf6g2R6'] .header-langitem a {
  padding: 0.6rem 1.6rem;
  color: var(--white);
  opacity: 0.7;
}

.veluna-N1[id='SxMKf6g2R6'] .header-langitem a:hover {
  opacity: 1;
}

.veluna-N1[id='SxMKf6g2R6'] .header-lang:hover .header-langbtn::after {
  transform: translateY(-50%) rotate(180deg);
}

.veluna-N1[id='SxMKf6g2R6'] .header-lang:hover .header-langitem {
  max-height: 6.8rem;
}

.veluna-N1[id='SxMKf6g2R6'] .header-utils>ul {
  display: flex;
  align-items: center;
}

.veluna-N1[id='SxMKf6g2R6'] .header-utils>ul>li {
  margin-left: 1.2rem;
}

.veluna-N1[id='SxMKf6g2R6'] .header-utils>ul>li>img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='SxMKf6g2R6'] .header-utils button {
  max-width: 3.2rem;
  background: none;
  border: none;
}

.veluna-N1[id='SxMKf6g2R6'] .header-utils button img {
  width: auto;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='SxMKf6g2R6'] .header-utils .member a {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0;
  display: block;
}

.veluna-N1[id='SxMKf6g2R6'] .header-utils .member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='SxMKf6g2R6'] .header-utils .btn-allmenu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.veluna-N1[id='SxMKf6g2R6'] .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
  width: 2.4rem;
}

.veluna-N1[id='SxMKf6g2R6'] .header-utils .btn-allmenu .ico-hamburger,
.veluna-N1[id='SxMKf6g2R6'] .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: #111;
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s;
  will-change: width, transform, opacity;
}

.veluna-N1[id='SxMKf6g2R6'] .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.veluna-N1[id='SxMKf6g2R6'] .btn-momenu .ico-hamburger:nth-child(2) {
  width: 1.4rem;
}

.veluna-N1[id='SxMKf6g2R6'] .btn-momenu {
  display: none;
}

.veluna-N1[id='SxMKf6g2R6'] .btn-moclose {
  display: none;
}

.veluna-N1[id='SxMKf6g2R6'] .header-fullmenu {
  position: fixed;
  z-index: 99999;
  padding: 0 2.4rem;
  background: #dc302f;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.veluna-N1[id='SxMKf6g2R6'] .header-fullmenu.fullmenu-right {
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
}

.veluna-N1[id='SxMKf6g2R6'] .header-fullmenu.fullmenu-left {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
}

.veluna-N1[id='SxMKf6g2R6'] .header-fullmenu.fullmenu-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='SxMKf6g2R6'] .header-fullmenu.fullmenu-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='SxMKf6g2R6'] .header-fullmenu.fullmenu-active {
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible;
}

.veluna-N1[id='SxMKf6g2R6'] .fullmenu-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}

.veluna-N1[id='SxMKf6g2R6'] .fullmenu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}

.veluna-N1[id='SxMKf6g2R6'] .fullmenu-title {
  margin-bottom: 0;
}

.veluna-N1[id='SxMKf6g2R6'] .fullmenu-title a {
  height: 4.3rem;
}

.veluna-N1[id='SxMKf6g2R6'] .fullmenu-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='SxMKf6g2R6'] .fullmenu-gnblist {
  display: flex;
  justify-content: center;
}

.veluna-N1[id='SxMKf6g2R6'] .fullmenu-gnbitem {
  flex-grow: 1;
  width: 20%;
}

.veluna-N1[id='SxMKf6g2R6'] .fullmenu-gnbitem+.fullmenu-gnbitem {
  margin-left: 4rem;
}

.veluna-N1[id='SxMKf6g2R6'] .fullmenu-gnblink {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.veluna-N1[id='SxMKf6g2R6'] .fullmenu-gnblink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background: var(--white);
  transition: 0.2s;
}

.veluna-N1[id='SxMKf6g2R6'] .fullmenu-gnblink.on::after {
  width: 18rem;
}

.veluna-N1[id='SxMKf6g2R6'] .fullmenu-sublist {
  padding-top: 4rem;
}

.veluna-N1[id='SxMKf6g2R6'] .fullmenu-subitem+.fullmenu-subitem {
  padding-top: 0.8rem;
}

.veluna-N1[id='SxMKf6g2R6'] .fullmenu-sublink {
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  transition: 0.3s;
}

.veluna-N1[id='SxMKf6g2R6'] .fullmenu-sublink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 100%;
  right: 0;
  transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.veluna-N1[id='SxMKf6g2R6'] .fullmenu-sublink:hover {
  color: var(--white);
}

.veluna-N1[id='SxMKf6g2R6'] .fullmenu-sublink:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.veluna-N1[id='SxMKf6g2R6'] .fullmenu-close {
  position: fixed;
  right: 8rem;
  top: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.5rem;
  background: transparent;
  border: none;
}

.veluna-N1[id='SxMKf6g2R6'] .fullmenu-close img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='SxMKf6g2R6'] .header-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: var(--white);
}

.veluna-N1[id='SxMKf6g2R6'] .header-search-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2.4rem 0;
}

.veluna-N1[id='SxMKf6g2R6'] .header-search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border: none;
  background: none;
  font-size: 2rem;
}

.veluna-N1[id='SxMKf6g2R6'] .header-search-close::before {
  color: var(--black);
}

.veluna-N1[id='SxMKf6g2R6'] .header-search-body {
  padding: 12rem 0;
}

.veluna-N1[id='SxMKf6g2R6'] .header-search-body .textset {
  text-align: center;
}

.veluna-N1[id='SxMKf6g2R6'] .header-search-body .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem;
}

.veluna-N1[id='SxMKf6g2R6'] .header-search-body .textset-desc {
  font-weight: var(--fw-regular);
  color: var(--text-color2);
}

.veluna-N1[id='SxMKf6g2R6'] .header-search-form {
  margin-top: 4rem;
  max-width: 68rem;
  margin: 4rem auto 0 auto;
}

.veluna-N1[id='SxMKf6g2R6'] .header-search-form .form-box {
  display: flex;
}

.veluna-N1[id='SxMKf6g2R6'] .header-search-form .inputset {
  width: 100%;
}

.veluna-N1[id='SxMKf6g2R6'] .header-search-form .search-btn {
  flex-shrink: 0;
  width: 5.6rem;
  background: var(--primary);
}

.veluna-N1[id='SxMKf6g2R6'] .header-search-form .search-btn::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--white);
}

.veluna-N1[id='SxMKf6g2R6'] .header-search .reco-box {
  margin-top: 4rem;
}

.veluna-N1[id='SxMKf6g2R6'] .header-search .reco-tit {
  font-weight: var(--fw-bold);
}

.veluna-N1[id='SxMKf6g2R6'] .header-search .reco-tit+.reco-list {
  margin-top: 0.8rem;
}

.veluna-N1[id='SxMKf6g2R6'] .header-search .reco-item+.reco-item {
  margin-top: 0.8rem;
}

.veluna-N1[id='SxMKf6g2R6'] .header-search .reco-num {
  flex-shrink: 0;
  font-weight: var(--fw-bold);
  color: var(--text-color2);
}

.veluna-N1[id='SxMKf6g2R6'] .header-search .co-pri {
  color: var(--primary);
}

.veluna-N1[id='SxMKf6g2R6'] .header-search .reco-item button {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  width: 100%;
  background: none;
  border: none;
  color: var(--text-color1);
}

.veluna-N1[id='snmkF6G2RM'] {
  position: fixed !important;
  top: 0;
  z-index: 99;
  width: 100%;
  background: var(--white);
}

.veluna-N1[id='snmkF6G2RM']::before {
  content: "";
  position: absolute;
  top: 10rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--border-color);
}

.veluna-N1[id='snmkF6G2RM'].header-active::before {
  content: none;
  top: 8rem;
}

.veluna-N1[id='snmkF6G2RM'].header-active .header-container {
  min-height: 8rem;
  padding-top: 0;
}

.veluna-N1[id='snmkF6G2RM'].header-active .header-top {
  height: 8rem;
}

.veluna-N1[id='snmkF6G2RM'].header-active .header-gnb {
  opacity: 0;
  visibility: hidden;
}

.veluna-N1[id='snmkF6G2RM'].header-active .header-title a {
  height: 6.4rem;
}

.veluna-N1[id='snmkF6G2RM'] .header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding-top: 10rem;
  box-sizing: border-box;
  border-bottom: 1px solid var(--border-color);
  transition: padding-top 0.5s ease;
}

.veluna-N1[id='snmkF6G2RM'] .header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.veluna-N1[id='snmkF6G2RM'] .header-top .header-group {
  position: absolute;
  right: 8rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.veluna-N1[id='snmkF6G2RM'] .user-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0 4rem;
}

.veluna-N1[id='snmkF6G2RM'] .user-menu li {
  position: relative;
}

.veluna-N1[id='snmkF6G2RM'] .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: #e5e5e5;
}

.veluna-N1[id='snmkF6G2RM'] .user-menu li a {
  padding: 2rem 1.2rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='snmkF6G2RM'] .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem;
}

.veluna-N1[id='snmkF6G2RM'] .header-left {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.veluna-N1[id='snmkF6G2RM'] .header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.veluna-N1[id='snmkF6G2RM'] .header-title a {
  width: auto;
  height: 7.4rem;
  transition: height 0.3s;
}

.veluna-N1[id='snmkF6G2RM'] .header-title img {
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}

.veluna-N1[id='snmkF6G2RM'] .header-gnblist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.veluna-N1[id='snmkF6G2RM'] .header-gnbitem {
  position: relative;
}

.veluna-N1[id='snmkF6G2RM'] .header-gnblink {
  height: 100%;
  padding: 2rem 5rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='snmkF6G2RM'] .header-gnblink span {
  position: relative;
}

.veluna-N1[id='snmkF6G2RM'] .header-gnblink span::after {
  content: "";
  height: 0.2rem;
  width: 100%;
  transition: 0.3s;
  transform: scaleX(0);
}

.veluna-N1[id='snmkF6G2RM'] .header-sublist {
  min-width: 12rem;
  min-height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  transition: opacity 0.3s;
  padding: 1rem;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 0.4rem;
  background: var(--white);
  box-shadow: 1px 1px 3rem 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3rem);
}

.veluna-N1[id='snmkF6G2RM'] .header-gnbitem:has(.header-sublist .header-subitem):hover .header-sublist {
  min-height: auto;
  opacity: 1;
  overflow: hidden;
  pointer-events: auto;
}

.veluna-N1[id='snmkF6G2RM'] .header-gnbitem:hover .header-gnblink span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--black);
  transform: scaleX(1);
}

.veluna-N1[id='snmkF6G2RM'] .header-subitem {
  width: 100%;
  min-width: 10rem;
  overflow: hidden;
}

.veluna-N1[id='snmkF6G2RM'] .header-sublink {
  width: 100%;
  padding: 1rem 1.4rem;
  transition: color 0.2s, background 0.2s;
  will-change: color, background;
  border-radius: 0.4rem;
  white-space: nowrap;
}

.veluna-N1[id='snmkF6G2RM'] .header-sublink:hover {
  background: #f8f9fb;
  color: var(--black);
}

.veluna-N1[id='snmkF6G2RM'] .header-right {
  display: flex;
  align-items: center;
}

.veluna-N1[id='snmkF6G2RM'] .header-right .header-gnb {
  margin-right: 1.8rem;
}

.veluna-N1[id='snmkF6G2RM'] .header-lang {
  position: relative;
}

.veluna-N1[id='snmkF6G2RM'] .header-langbtn {
  position: relative;
  border: none;
  background: none;
}

.veluna-N1[id='snmkF6G2RM'] .header-langlist {
  position: absolute;
  top: 100%;
  left: -50%;
  z-index: 200;
  background: #111111;
}

.veluna-N1[id='snmkF6G2RM'] .header-langitem {
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}

.veluna-N1[id='snmkF6G2RM'] .header-langitem a {
  padding: 0.6rem 1.6rem;
  color: var(--white);
  opacity: 0.7;
}

.veluna-N1[id='snmkF6G2RM'] .header-langitem a:hover {
  opacity: 1;
}

.veluna-N1[id='snmkF6G2RM'] .header-lang:hover .header-langbtn::after {
  transform: translateY(-50%) rotate(180deg);
}

.veluna-N1[id='snmkF6G2RM'] .header-lang:hover .header-langitem {
  max-height: 6.8rem;
}

.veluna-N1[id='snmkF6G2RM'] .header-utils>ul {
  display: flex;
  align-items: center;
}

.veluna-N1[id='snmkF6G2RM'] .header-utils>ul>li {
  margin-left: 1.2rem;
}

.veluna-N1[id='snmkF6G2RM'] .header-utils>ul>li>img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='snmkF6G2RM'] .header-utils button {
  max-width: 3.2rem;
  background: none;
  border: none;
}

.veluna-N1[id='snmkF6G2RM'] .header-utils button img {
  width: auto;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='snmkF6G2RM'] .header-utils .member a {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0;
  display: block;
}

.veluna-N1[id='snmkF6G2RM'] .header-utils .member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='snmkF6G2RM'] .header-utils .btn-allmenu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.veluna-N1[id='snmkF6G2RM'] .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
  width: 2.4rem;
}

.veluna-N1[id='snmkF6G2RM'] .header-utils .btn-allmenu .ico-hamburger,
.veluna-N1[id='snmkF6G2RM'] .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: #111;
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s;
  will-change: width, transform, opacity;
}

.veluna-N1[id='snmkF6G2RM'] .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.veluna-N1[id='snmkF6G2RM'] .btn-momenu .ico-hamburger:nth-child(2) {
  width: 1.4rem;
}

.veluna-N1[id='snmkF6G2RM'] .btn-momenu {
  display: none;
}

.veluna-N1[id='snmkF6G2RM'] .btn-moclose {
  display: none;
}

.veluna-N1[id='snmkF6G2RM'] .header-fullmenu {
  position: fixed;
  z-index: 99999;
  padding: 0 2.4rem;
  background: #dc302f;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.veluna-N1[id='snmkF6G2RM'] .header-fullmenu.fullmenu-right {
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
}

.veluna-N1[id='snmkF6G2RM'] .header-fullmenu.fullmenu-left {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
}

.veluna-N1[id='snmkF6G2RM'] .header-fullmenu.fullmenu-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='snmkF6G2RM'] .header-fullmenu.fullmenu-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='snmkF6G2RM'] .header-fullmenu.fullmenu-active {
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible;
}

.veluna-N1[id='snmkF6G2RM'] .fullmenu-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}

.veluna-N1[id='snmkF6G2RM'] .fullmenu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}

.veluna-N1[id='snmkF6G2RM'] .fullmenu-title {
  margin-bottom: 0;
}

.veluna-N1[id='snmkF6G2RM'] .fullmenu-title a {
  height: 4.3rem;
}

.veluna-N1[id='snmkF6G2RM'] .fullmenu-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='snmkF6G2RM'] .fullmenu-gnblist {
  display: flex;
  justify-content: center;
}

.veluna-N1[id='snmkF6G2RM'] .fullmenu-gnbitem {
  flex-grow: 1;
  width: 20%;
}

.veluna-N1[id='snmkF6G2RM'] .fullmenu-gnbitem+.fullmenu-gnbitem {
  margin-left: 4rem;
}

.veluna-N1[id='snmkF6G2RM'] .fullmenu-gnblink {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.veluna-N1[id='snmkF6G2RM'] .fullmenu-gnblink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background: var(--white);
  transition: 0.2s;
}

.veluna-N1[id='snmkF6G2RM'] .fullmenu-gnblink.on::after {
  width: 18rem;
}

.veluna-N1[id='snmkF6G2RM'] .fullmenu-sublist {
  padding-top: 4rem;
}

.veluna-N1[id='snmkF6G2RM'] .fullmenu-subitem+.fullmenu-subitem {
  padding-top: 0.8rem;
}

.veluna-N1[id='snmkF6G2RM'] .fullmenu-sublink {
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  transition: 0.3s;
}

.veluna-N1[id='snmkF6G2RM'] .fullmenu-sublink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 100%;
  right: 0;
  transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.veluna-N1[id='snmkF6G2RM'] .fullmenu-sublink:hover {
  color: var(--white);
}

.veluna-N1[id='snmkF6G2RM'] .fullmenu-sublink:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.veluna-N1[id='snmkF6G2RM'] .fullmenu-close {
  position: fixed;
  right: 8rem;
  top: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.5rem;
  background: transparent;
  border: none;
}

.veluna-N1[id='snmkF6G2RM'] .fullmenu-close img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='snmkF6G2RM'] .header-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: var(--white);
}

.veluna-N1[id='snmkF6G2RM'] .header-search-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2.4rem 0;
}

.veluna-N1[id='snmkF6G2RM'] .header-search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border: none;
  background: none;
  font-size: 2rem;
}

.veluna-N1[id='snmkF6G2RM'] .header-search-close::before {
  color: var(--black);
}

.veluna-N1[id='snmkF6G2RM'] .header-search-body {
  padding: 12rem 0;
}

.veluna-N1[id='snmkF6G2RM'] .header-search-body .textset {
  text-align: center;
}

.veluna-N1[id='snmkF6G2RM'] .header-search-body .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem;
}

.veluna-N1[id='snmkF6G2RM'] .header-search-body .textset-desc {
  font-weight: var(--fw-regular);
  color: var(--text-color2);
}

.veluna-N1[id='snmkF6G2RM'] .header-search-form {
  margin-top: 4rem;
  max-width: 68rem;
  margin: 4rem auto 0 auto;
}

.veluna-N1[id='snmkF6G2RM'] .header-search-form .form-box {
  display: flex;
}

.veluna-N1[id='snmkF6G2RM'] .header-search-form .inputset {
  width: 100%;
}

.veluna-N1[id='snmkF6G2RM'] .header-search-form .search-btn {
  flex-shrink: 0;
  width: 5.6rem;
  background: var(--primary);
}

.veluna-N1[id='snmkF6G2RM'] .header-search-form .search-btn::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--white);
}

.veluna-N1[id='snmkF6G2RM'] .header-search .reco-box {
  margin-top: 4rem;
}

.veluna-N1[id='snmkF6G2RM'] .header-search .reco-tit {
  font-weight: var(--fw-bold);
}

.veluna-N1[id='snmkF6G2RM'] .header-search .reco-tit+.reco-list {
  margin-top: 0.8rem;
}

.veluna-N1[id='snmkF6G2RM'] .header-search .reco-item+.reco-item {
  margin-top: 0.8rem;
}

.veluna-N1[id='snmkF6G2RM'] .header-search .reco-num {
  flex-shrink: 0;
  font-weight: var(--fw-bold);
  color: var(--text-color2);
}

.veluna-N1[id='snmkF6G2RM'] .header-search .co-pri {
  color: var(--primary);
}

.veluna-N1[id='snmkF6G2RM'] .header-search .reco-item button {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  width: 100%;
  background: none;
  border: none;
  color: var(--text-color1);
}

.veluna-N1[id='UlMkF6G2s6'] {
  position: fixed !important;
  top: 0;
  z-index: 99;
  width: 100%;
  background: var(--white);
}

.veluna-N1[id='UlMkF6G2s6']::before {
  content: "";
  position: absolute;
  top: 10rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--border-color);
}

.veluna-N1[id='UlMkF6G2s6'].header-active::before {
  content: none;
  top: 8rem;
}

.veluna-N1[id='UlMkF6G2s6'].header-active .header-container {
  min-height: 8rem;
  padding-top: 0;
}

.veluna-N1[id='UlMkF6G2s6'].header-active .header-top {
  height: 8rem;
}

.veluna-N1[id='UlMkF6G2s6'].header-active .header-gnb {
  opacity: 0;
  visibility: hidden;
}

.veluna-N1[id='UlMkF6G2s6'].header-active .header-title a {
  height: 6.4rem;
}

.veluna-N1[id='UlMkF6G2s6'] .header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding-top: 10rem;
  box-sizing: border-box;
  border-bottom: 1px solid var(--border-color);
  transition: padding-top 0.5s ease;
}

.veluna-N1[id='UlMkF6G2s6'] .header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.veluna-N1[id='UlMkF6G2s6'] .header-top .header-group {
  position: absolute;
  right: 8rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.veluna-N1[id='UlMkF6G2s6'] .user-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0 4rem;
}

.veluna-N1[id='UlMkF6G2s6'] .user-menu li {
  position: relative;
}

.veluna-N1[id='UlMkF6G2s6'] .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: #e5e5e5;
}

.veluna-N1[id='UlMkF6G2s6'] .user-menu li a {
  padding: 2rem 1.2rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='UlMkF6G2s6'] .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem;
}

.veluna-N1[id='UlMkF6G2s6'] .header-left {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.veluna-N1[id='UlMkF6G2s6'] .header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.veluna-N1[id='UlMkF6G2s6'] .header-title a {
  width: auto;
  height: 7.4rem;
  transition: height 0.3s;
}

.veluna-N1[id='UlMkF6G2s6'] .header-title img {
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}

.veluna-N1[id='UlMkF6G2s6'] .header-gnblist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.veluna-N1[id='UlMkF6G2s6'] .header-gnbitem {
  position: relative;
}

.veluna-N1[id='UlMkF6G2s6'] .header-gnblink {
  height: 100%;
  padding: 2rem 5rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='UlMkF6G2s6'] .header-gnblink span {
  position: relative;
}

.veluna-N1[id='UlMkF6G2s6'] .header-gnblink span::after {
  content: "";
  height: 0.2rem;
  width: 100%;
  transition: 0.3s;
  transform: scaleX(0);
}

.veluna-N1[id='UlMkF6G2s6'] .header-sublist {
  min-width: 12rem;
  min-height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  transition: opacity 0.3s;
  padding: 1rem;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 0.4rem;
  background: var(--white);
  box-shadow: 1px 1px 3rem 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3rem);
}

.veluna-N1[id='UlMkF6G2s6'] .header-gnbitem:has(.header-sublist .header-subitem):hover .header-sublist {
  min-height: auto;
  opacity: 1;
  overflow: hidden;
  pointer-events: auto;
}

.veluna-N1[id='UlMkF6G2s6'] .header-gnbitem:hover .header-gnblink span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--black);
  transform: scaleX(1);
}

.veluna-N1[id='UlMkF6G2s6'] .header-subitem {
  width: 100%;
  min-width: 10rem;
  overflow: hidden;
}

.veluna-N1[id='UlMkF6G2s6'] .header-sublink {
  width: 100%;
  padding: 1rem 1.4rem;
  transition: color 0.2s, background 0.2s;
  will-change: color, background;
  border-radius: 0.4rem;
  white-space: nowrap;
}

.veluna-N1[id='UlMkF6G2s6'] .header-sublink:hover {
  background: #f8f9fb;
  color: var(--black);
}

.veluna-N1[id='UlMkF6G2s6'] .header-right {
  display: flex;
  align-items: center;
}

.veluna-N1[id='UlMkF6G2s6'] .header-right .header-gnb {
  margin-right: 1.8rem;
}

.veluna-N1[id='UlMkF6G2s6'] .header-lang {
  position: relative;
}

.veluna-N1[id='UlMkF6G2s6'] .header-langbtn {
  position: relative;
  border: none;
  background: none;
}

.veluna-N1[id='UlMkF6G2s6'] .header-langlist {
  position: absolute;
  top: 100%;
  left: -50%;
  z-index: 200;
  background: #111111;
}

.veluna-N1[id='UlMkF6G2s6'] .header-langitem {
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}

.veluna-N1[id='UlMkF6G2s6'] .header-langitem a {
  padding: 0.6rem 1.6rem;
  color: var(--white);
  opacity: 0.7;
}

.veluna-N1[id='UlMkF6G2s6'] .header-langitem a:hover {
  opacity: 1;
}

.veluna-N1[id='UlMkF6G2s6'] .header-lang:hover .header-langbtn::after {
  transform: translateY(-50%) rotate(180deg);
}

.veluna-N1[id='UlMkF6G2s6'] .header-lang:hover .header-langitem {
  max-height: 6.8rem;
}

.veluna-N1[id='UlMkF6G2s6'] .header-utils>ul {
  display: flex;
  align-items: center;
}

.veluna-N1[id='UlMkF6G2s6'] .header-utils>ul>li {
  margin-left: 1.2rem;
}

.veluna-N1[id='UlMkF6G2s6'] .header-utils>ul>li>img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='UlMkF6G2s6'] .header-utils button {
  max-width: 3.2rem;
  background: none;
  border: none;
}

.veluna-N1[id='UlMkF6G2s6'] .header-utils button img {
  width: auto;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='UlMkF6G2s6'] .header-utils .member a {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0;
  display: block;
}

.veluna-N1[id='UlMkF6G2s6'] .header-utils .member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='UlMkF6G2s6'] .header-utils .btn-allmenu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.veluna-N1[id='UlMkF6G2s6'] .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
  width: 2.4rem;
}

.veluna-N1[id='UlMkF6G2s6'] .header-utils .btn-allmenu .ico-hamburger,
.veluna-N1[id='UlMkF6G2s6'] .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: #111;
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s;
  will-change: width, transform, opacity;
}

.veluna-N1[id='UlMkF6G2s6'] .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.veluna-N1[id='UlMkF6G2s6'] .btn-momenu .ico-hamburger:nth-child(2) {
  width: 1.4rem;
}

.veluna-N1[id='UlMkF6G2s6'] .btn-momenu {
  display: none;
}

.veluna-N1[id='UlMkF6G2s6'] .btn-moclose {
  display: none;
}

.veluna-N1[id='UlMkF6G2s6'] .header-fullmenu {
  position: fixed;
  z-index: 99999;
  padding: 0 2.4rem;
  background: #dc302f;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.veluna-N1[id='UlMkF6G2s6'] .header-fullmenu.fullmenu-right {
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
}

.veluna-N1[id='UlMkF6G2s6'] .header-fullmenu.fullmenu-left {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
}

.veluna-N1[id='UlMkF6G2s6'] .header-fullmenu.fullmenu-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='UlMkF6G2s6'] .header-fullmenu.fullmenu-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='UlMkF6G2s6'] .header-fullmenu.fullmenu-active {
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible;
}

.veluna-N1[id='UlMkF6G2s6'] .fullmenu-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}

.veluna-N1[id='UlMkF6G2s6'] .fullmenu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}

.veluna-N1[id='UlMkF6G2s6'] .fullmenu-title {
  margin-bottom: 0;
}

.veluna-N1[id='UlMkF6G2s6'] .fullmenu-title a {
  height: 4.3rem;
}

.veluna-N1[id='UlMkF6G2s6'] .fullmenu-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='UlMkF6G2s6'] .fullmenu-gnblist {
  display: flex;
  justify-content: center;
}

.veluna-N1[id='UlMkF6G2s6'] .fullmenu-gnbitem {
  flex-grow: 1;
  width: 20%;
}

.veluna-N1[id='UlMkF6G2s6'] .fullmenu-gnbitem+.fullmenu-gnbitem {
  margin-left: 4rem;
}

.veluna-N1[id='UlMkF6G2s6'] .fullmenu-gnblink {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.veluna-N1[id='UlMkF6G2s6'] .fullmenu-gnblink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background: var(--white);
  transition: 0.2s;
}

.veluna-N1[id='UlMkF6G2s6'] .fullmenu-gnblink.on::after {
  width: 18rem;
}

.veluna-N1[id='UlMkF6G2s6'] .fullmenu-sublist {
  padding-top: 4rem;
}

.veluna-N1[id='UlMkF6G2s6'] .fullmenu-subitem+.fullmenu-subitem {
  padding-top: 0.8rem;
}

.veluna-N1[id='UlMkF6G2s6'] .fullmenu-sublink {
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  transition: 0.3s;
}

.veluna-N1[id='UlMkF6G2s6'] .fullmenu-sublink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 100%;
  right: 0;
  transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.veluna-N1[id='UlMkF6G2s6'] .fullmenu-sublink:hover {
  color: var(--white);
}

.veluna-N1[id='UlMkF6G2s6'] .fullmenu-sublink:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.veluna-N1[id='UlMkF6G2s6'] .fullmenu-close {
  position: fixed;
  right: 8rem;
  top: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.5rem;
  background: transparent;
  border: none;
}

.veluna-N1[id='UlMkF6G2s6'] .fullmenu-close img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='UlMkF6G2s6'] .header-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: var(--white);
}

.veluna-N1[id='UlMkF6G2s6'] .header-search-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2.4rem 0;
}

.veluna-N1[id='UlMkF6G2s6'] .header-search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border: none;
  background: none;
  font-size: 2rem;
}

.veluna-N1[id='UlMkF6G2s6'] .header-search-close::before {
  color: var(--black);
}

.veluna-N1[id='UlMkF6G2s6'] .header-search-body {
  padding: 12rem 0;
}

.veluna-N1[id='UlMkF6G2s6'] .header-search-body .textset {
  text-align: center;
}

.veluna-N1[id='UlMkF6G2s6'] .header-search-body .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem;
}

.veluna-N1[id='UlMkF6G2s6'] .header-search-body .textset-desc {
  font-weight: var(--fw-regular);
  color: var(--text-color2);
}

.veluna-N1[id='UlMkF6G2s6'] .header-search-form {
  margin-top: 4rem;
  max-width: 68rem;
  margin: 4rem auto 0 auto;
}

.veluna-N1[id='UlMkF6G2s6'] .header-search-form .form-box {
  display: flex;
}

.veluna-N1[id='UlMkF6G2s6'] .header-search-form .inputset {
  width: 100%;
}

.veluna-N1[id='UlMkF6G2s6'] .header-search-form .search-btn {
  flex-shrink: 0;
  width: 5.6rem;
  background: var(--primary);
}

.veluna-N1[id='UlMkF6G2s6'] .header-search-form .search-btn::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--white);
}

.veluna-N1[id='UlMkF6G2s6'] .header-search .reco-box {
  margin-top: 4rem;
}

.veluna-N1[id='UlMkF6G2s6'] .header-search .reco-tit {
  font-weight: var(--fw-bold);
}

.veluna-N1[id='UlMkF6G2s6'] .header-search .reco-tit+.reco-list {
  margin-top: 0.8rem;
}

.veluna-N1[id='UlMkF6G2s6'] .header-search .reco-item+.reco-item {
  margin-top: 0.8rem;
}

.veluna-N1[id='UlMkF6G2s6'] .header-search .reco-num {
  flex-shrink: 0;
  font-weight: var(--fw-bold);
  color: var(--text-color2);
}

.veluna-N1[id='UlMkF6G2s6'] .header-search .co-pri {
  color: var(--primary);
}

.veluna-N1[id='UlMkF6G2s6'] .header-search .reco-item button {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  width: 100%;
  background: none;
  border: none;
  color: var(--text-color1);
}

.veluna-N1[id='iIMKf6G2Sl'] {
  position: fixed !important;
  top: 0;
  z-index: 99;
  width: 100%;
  background: var(--white);
}

.veluna-N1[id='iIMKf6G2Sl']::before {
  content: "";
  position: absolute;
  top: 10rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--border-color);
}

.veluna-N1[id='iIMKf6G2Sl'].header-active::before {
  content: none;
  top: 8rem;
}

.veluna-N1[id='iIMKf6G2Sl'].header-active .header-container {
  min-height: 8rem;
  padding-top: 0;
}

.veluna-N1[id='iIMKf6G2Sl'].header-active .header-top {
  height: 8rem;
}

.veluna-N1[id='iIMKf6G2Sl'].header-active .header-gnb {
  opacity: 0;
  visibility: hidden;
}

.veluna-N1[id='iIMKf6G2Sl'].header-active .header-title a {
  height: 6.4rem;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding-top: 10rem;
  box-sizing: border-box;
  border-bottom: 1px solid var(--border-color);
  transition: padding-top 0.5s ease;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-top .header-group {
  position: absolute;
  right: 8rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.veluna-N1[id='iIMKf6G2Sl'] .user-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0 4rem;
}

.veluna-N1[id='iIMKf6G2Sl'] .user-menu li {
  position: relative;
}

.veluna-N1[id='iIMKf6G2Sl'] .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: #e5e5e5;
}

.veluna-N1[id='iIMKf6G2Sl'] .user-menu li a {
  padding: 2rem 1.2rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='iIMKf6G2Sl'] .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-left {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-title a {
  width: auto;
  height: 7.4rem;
  transition: height 0.3s;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-title img {
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-gnblist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-gnbitem {
  position: relative;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-gnblink {
  height: 100%;
  padding: 2rem 5rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-gnblink span {
  position: relative;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-gnblink span::after {
  content: "";
  height: 0.2rem;
  width: 100%;
  transition: 0.3s;
  transform: scaleX(0);
}

.veluna-N1[id='iIMKf6G2Sl'] .header-sublist {
  min-width: 12rem;
  min-height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  transition: opacity 0.3s;
  padding: 1rem;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 0.4rem;
  background: var(--white);
  box-shadow: 1px 1px 3rem 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3rem);
}

.veluna-N1[id='iIMKf6G2Sl'] .header-gnbitem:has(.header-sublist .header-subitem):hover .header-sublist {
  min-height: auto;
  opacity: 1;
  overflow: hidden;
  pointer-events: auto;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-gnbitem:hover .header-gnblink span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--black);
  transform: scaleX(1);
}

.veluna-N1[id='iIMKf6G2Sl'] .header-subitem {
  width: 100%;
  min-width: 10rem;
  overflow: hidden;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-sublink {
  width: 100%;
  padding: 1rem 1.4rem;
  transition: color 0.2s, background 0.2s;
  will-change: color, background;
  border-radius: 0.4rem;
  white-space: nowrap;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-sublink:hover {
  background: #f8f9fb;
  color: var(--black);
}

.veluna-N1[id='iIMKf6G2Sl'] .header-right {
  display: flex;
  align-items: center;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-right .header-gnb {
  margin-right: 1.8rem;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-lang {
  position: relative;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-langbtn {
  position: relative;
  border: none;
  background: none;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-langlist {
  position: absolute;
  top: 100%;
  left: -50%;
  z-index: 200;
  background: #111111;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-langitem {
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-langitem a {
  padding: 0.6rem 1.6rem;
  color: var(--white);
  opacity: 0.7;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-langitem a:hover {
  opacity: 1;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-lang:hover .header-langbtn::after {
  transform: translateY(-50%) rotate(180deg);
}

.veluna-N1[id='iIMKf6G2Sl'] .header-lang:hover .header-langitem {
  max-height: 6.8rem;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-utils>ul {
  display: flex;
  align-items: center;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-utils>ul>li {
  margin-left: 1.2rem;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-utils>ul>li>img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-utils button {
  max-width: 3.2rem;
  background: none;
  border: none;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-utils button img {
  width: auto;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-utils .member a {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0;
  display: block;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-utils .member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-utils .btn-allmenu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
  width: 2.4rem;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-utils .btn-allmenu .ico-hamburger,
.veluna-N1[id='iIMKf6G2Sl'] .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: #111;
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s;
  will-change: width, transform, opacity;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.veluna-N1[id='iIMKf6G2Sl'] .btn-momenu .ico-hamburger:nth-child(2) {
  width: 1.4rem;
}

.veluna-N1[id='iIMKf6G2Sl'] .btn-momenu {
  display: none;
}

.veluna-N1[id='iIMKf6G2Sl'] .btn-moclose {
  display: none;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-fullmenu {
  position: fixed;
  z-index: 99999;
  padding: 0 2.4rem;
  background: #dc302f;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-fullmenu.fullmenu-right {
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-fullmenu.fullmenu-left {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-fullmenu.fullmenu-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-fullmenu.fullmenu-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-fullmenu.fullmenu-active {
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible;
}

.veluna-N1[id='iIMKf6G2Sl'] .fullmenu-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}

.veluna-N1[id='iIMKf6G2Sl'] .fullmenu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}

.veluna-N1[id='iIMKf6G2Sl'] .fullmenu-title {
  margin-bottom: 0;
}

.veluna-N1[id='iIMKf6G2Sl'] .fullmenu-title a {
  height: 4.3rem;
}

.veluna-N1[id='iIMKf6G2Sl'] .fullmenu-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='iIMKf6G2Sl'] .fullmenu-gnblist {
  display: flex;
  justify-content: center;
}

.veluna-N1[id='iIMKf6G2Sl'] .fullmenu-gnbitem {
  flex-grow: 1;
  width: 20%;
}

.veluna-N1[id='iIMKf6G2Sl'] .fullmenu-gnbitem+.fullmenu-gnbitem {
  margin-left: 4rem;
}

.veluna-N1[id='iIMKf6G2Sl'] .fullmenu-gnblink {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.veluna-N1[id='iIMKf6G2Sl'] .fullmenu-gnblink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background: var(--white);
  transition: 0.2s;
}

.veluna-N1[id='iIMKf6G2Sl'] .fullmenu-gnblink.on::after {
  width: 18rem;
}

.veluna-N1[id='iIMKf6G2Sl'] .fullmenu-sublist {
  padding-top: 4rem;
}

.veluna-N1[id='iIMKf6G2Sl'] .fullmenu-subitem+.fullmenu-subitem {
  padding-top: 0.8rem;
}

.veluna-N1[id='iIMKf6G2Sl'] .fullmenu-sublink {
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  transition: 0.3s;
}

.veluna-N1[id='iIMKf6G2Sl'] .fullmenu-sublink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 100%;
  right: 0;
  transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.veluna-N1[id='iIMKf6G2Sl'] .fullmenu-sublink:hover {
  color: var(--white);
}

.veluna-N1[id='iIMKf6G2Sl'] .fullmenu-sublink:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.veluna-N1[id='iIMKf6G2Sl'] .fullmenu-close {
  position: fixed;
  right: 8rem;
  top: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.5rem;
  background: transparent;
  border: none;
}

.veluna-N1[id='iIMKf6G2Sl'] .fullmenu-close img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: var(--white);
}

.veluna-N1[id='iIMKf6G2Sl'] .header-search-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2.4rem 0;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border: none;
  background: none;
  font-size: 2rem;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-search-close::before {
  color: var(--black);
}

.veluna-N1[id='iIMKf6G2Sl'] .header-search-body {
  padding: 12rem 0;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-search-body .textset {
  text-align: center;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-search-body .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-search-body .textset-desc {
  font-weight: var(--fw-regular);
  color: var(--text-color2);
}

.veluna-N1[id='iIMKf6G2Sl'] .header-search-form {
  margin-top: 4rem;
  max-width: 68rem;
  margin: 4rem auto 0 auto;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-search-form .form-box {
  display: flex;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-search-form .inputset {
  width: 100%;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-search-form .search-btn {
  flex-shrink: 0;
  width: 5.6rem;
  background: var(--primary);
}

.veluna-N1[id='iIMKf6G2Sl'] .header-search-form .search-btn::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--white);
}

.veluna-N1[id='iIMKf6G2Sl'] .header-search .reco-box {
  margin-top: 4rem;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-search .reco-tit {
  font-weight: var(--fw-bold);
}

.veluna-N1[id='iIMKf6G2Sl'] .header-search .reco-tit+.reco-list {
  margin-top: 0.8rem;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-search .reco-item+.reco-item {
  margin-top: 0.8rem;
}

.veluna-N1[id='iIMKf6G2Sl'] .header-search .reco-num {
  flex-shrink: 0;
  font-weight: var(--fw-bold);
  color: var(--text-color2);
}

.veluna-N1[id='iIMKf6G2Sl'] .header-search .co-pri {
  color: var(--primary);
}

.veluna-N1[id='iIMKf6G2Sl'] .header-search .reco-item button {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  width: 100%;
  background: none;
  border: none;
  color: var(--text-color1);
}

.veluna-N1[id='UhmKf6g2T3'] {
  position: fixed !important;
  top: 0;
  z-index: 99;
  width: 100%;
  background: var(--white);
}

.veluna-N1[id='UhmKf6g2T3']::before {
  content: "";
  position: absolute;
  top: 10rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--border-color);
}

.veluna-N1[id='UhmKf6g2T3'].header-active::before {
  content: none;
  top: 8rem;
}

.veluna-N1[id='UhmKf6g2T3'].header-active .header-container {
  min-height: 8rem;
  padding-top: 0;
}

.veluna-N1[id='UhmKf6g2T3'].header-active .header-top {
  height: 8rem;
}

.veluna-N1[id='UhmKf6g2T3'].header-active .header-gnb {
  opacity: 0;
  visibility: hidden;
}

.veluna-N1[id='UhmKf6g2T3'].header-active .header-title a {
  height: 6.4rem;
}

.veluna-N1[id='UhmKf6g2T3'] .header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding-top: 10rem;
  box-sizing: border-box;
  border-bottom: 1px solid var(--border-color);
  transition: padding-top 0.5s ease;
}

.veluna-N1[id='UhmKf6g2T3'] .header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.veluna-N1[id='UhmKf6g2T3'] .header-top .header-group {
  position: absolute;
  right: 8rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.veluna-N1[id='UhmKf6g2T3'] .user-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0 4rem;
}

.veluna-N1[id='UhmKf6g2T3'] .user-menu li {
  position: relative;
}

.veluna-N1[id='UhmKf6g2T3'] .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: #e5e5e5;
}

.veluna-N1[id='UhmKf6g2T3'] .user-menu li a {
  padding: 2rem 1.2rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='UhmKf6g2T3'] .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem;
}

.veluna-N1[id='UhmKf6g2T3'] .header-left {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.veluna-N1[id='UhmKf6g2T3'] .header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.veluna-N1[id='UhmKf6g2T3'] .header-title a {
  width: auto;
  height: 7.4rem;
  transition: height 0.3s;
}

.veluna-N1[id='UhmKf6g2T3'] .header-title img {
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}

.veluna-N1[id='UhmKf6g2T3'] .header-gnblist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.veluna-N1[id='UhmKf6g2T3'] .header-gnbitem {
  position: relative;
}

.veluna-N1[id='UhmKf6g2T3'] .header-gnblink {
  height: 100%;
  padding: 2rem 5rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='UhmKf6g2T3'] .header-gnblink span {
  position: relative;
}

.veluna-N1[id='UhmKf6g2T3'] .header-gnblink span::after {
  content: "";
  height: 0.2rem;
  width: 100%;
  transition: 0.3s;
  transform: scaleX(0);
}

.veluna-N1[id='UhmKf6g2T3'] .header-sublist {
  min-width: 12rem;
  min-height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  transition: opacity 0.3s;
  padding: 1rem;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 0.4rem;
  background: var(--white);
  box-shadow: 1px 1px 3rem 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3rem);
}

.veluna-N1[id='UhmKf6g2T3'] .header-gnbitem:has(.header-sublist .header-subitem):hover .header-sublist {
  min-height: auto;
  opacity: 1;
  overflow: hidden;
  pointer-events: auto;
}

.veluna-N1[id='UhmKf6g2T3'] .header-gnbitem:hover .header-gnblink span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--black);
  transform: scaleX(1);
}

.veluna-N1[id='UhmKf6g2T3'] .header-subitem {
  width: 100%;
  min-width: 10rem;
  overflow: hidden;
}

.veluna-N1[id='UhmKf6g2T3'] .header-sublink {
  width: 100%;
  padding: 1rem 1.4rem;
  transition: color 0.2s, background 0.2s;
  will-change: color, background;
  border-radius: 0.4rem;
  white-space: nowrap;
}

.veluna-N1[id='UhmKf6g2T3'] .header-sublink:hover {
  background: #f8f9fb;
  color: var(--black);
}

.veluna-N1[id='UhmKf6g2T3'] .header-right {
  display: flex;
  align-items: center;
}

.veluna-N1[id='UhmKf6g2T3'] .header-right .header-gnb {
  margin-right: 1.8rem;
}

.veluna-N1[id='UhmKf6g2T3'] .header-lang {
  position: relative;
}

.veluna-N1[id='UhmKf6g2T3'] .header-langbtn {
  position: relative;
  border: none;
  background: none;
}

.veluna-N1[id='UhmKf6g2T3'] .header-langlist {
  position: absolute;
  top: 100%;
  left: -50%;
  z-index: 200;
  background: #111111;
}

.veluna-N1[id='UhmKf6g2T3'] .header-langitem {
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}

.veluna-N1[id='UhmKf6g2T3'] .header-langitem a {
  padding: 0.6rem 1.6rem;
  color: var(--white);
  opacity: 0.7;
}

.veluna-N1[id='UhmKf6g2T3'] .header-langitem a:hover {
  opacity: 1;
}

.veluna-N1[id='UhmKf6g2T3'] .header-lang:hover .header-langbtn::after {
  transform: translateY(-50%) rotate(180deg);
}

.veluna-N1[id='UhmKf6g2T3'] .header-lang:hover .header-langitem {
  max-height: 6.8rem;
}

.veluna-N1[id='UhmKf6g2T3'] .header-utils>ul {
  display: flex;
  align-items: center;
}

.veluna-N1[id='UhmKf6g2T3'] .header-utils>ul>li {
  margin-left: 1.2rem;
}

.veluna-N1[id='UhmKf6g2T3'] .header-utils>ul>li>img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='UhmKf6g2T3'] .header-utils button {
  max-width: 3.2rem;
  background: none;
  border: none;
}

.veluna-N1[id='UhmKf6g2T3'] .header-utils button img {
  width: auto;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='UhmKf6g2T3'] .header-utils .member a {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0;
  display: block;
}

.veluna-N1[id='UhmKf6g2T3'] .header-utils .member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='UhmKf6g2T3'] .header-utils .btn-allmenu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.veluna-N1[id='UhmKf6g2T3'] .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
  width: 2.4rem;
}

.veluna-N1[id='UhmKf6g2T3'] .header-utils .btn-allmenu .ico-hamburger,
.veluna-N1[id='UhmKf6g2T3'] .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: #111;
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s;
  will-change: width, transform, opacity;
}

.veluna-N1[id='UhmKf6g2T3'] .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.veluna-N1[id='UhmKf6g2T3'] .btn-momenu .ico-hamburger:nth-child(2) {
  width: 1.4rem;
}

.veluna-N1[id='UhmKf6g2T3'] .btn-momenu {
  display: none;
}

.veluna-N1[id='UhmKf6g2T3'] .btn-moclose {
  display: none;
}

.veluna-N1[id='UhmKf6g2T3'] .header-fullmenu {
  position: fixed;
  z-index: 99999;
  padding: 0 2.4rem;
  background: #dc302f;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.veluna-N1[id='UhmKf6g2T3'] .header-fullmenu.fullmenu-right {
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
}

.veluna-N1[id='UhmKf6g2T3'] .header-fullmenu.fullmenu-left {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
}

.veluna-N1[id='UhmKf6g2T3'] .header-fullmenu.fullmenu-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='UhmKf6g2T3'] .header-fullmenu.fullmenu-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='UhmKf6g2T3'] .header-fullmenu.fullmenu-active {
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible;
}

.veluna-N1[id='UhmKf6g2T3'] .fullmenu-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}

.veluna-N1[id='UhmKf6g2T3'] .fullmenu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}

.veluna-N1[id='UhmKf6g2T3'] .fullmenu-title {
  margin-bottom: 0;
}

.veluna-N1[id='UhmKf6g2T3'] .fullmenu-title a {
  height: 4.3rem;
}

.veluna-N1[id='UhmKf6g2T3'] .fullmenu-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='UhmKf6g2T3'] .fullmenu-gnblist {
  display: flex;
  justify-content: center;
}

.veluna-N1[id='UhmKf6g2T3'] .fullmenu-gnbitem {
  flex-grow: 1;
  width: 20%;
}

.veluna-N1[id='UhmKf6g2T3'] .fullmenu-gnbitem+.fullmenu-gnbitem {
  margin-left: 4rem;
}

.veluna-N1[id='UhmKf6g2T3'] .fullmenu-gnblink {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.veluna-N1[id='UhmKf6g2T3'] .fullmenu-gnblink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background: var(--white);
  transition: 0.2s;
}

.veluna-N1[id='UhmKf6g2T3'] .fullmenu-gnblink.on::after {
  width: 18rem;
}

.veluna-N1[id='UhmKf6g2T3'] .fullmenu-sublist {
  padding-top: 4rem;
}

.veluna-N1[id='UhmKf6g2T3'] .fullmenu-subitem+.fullmenu-subitem {
  padding-top: 0.8rem;
}

.veluna-N1[id='UhmKf6g2T3'] .fullmenu-sublink {
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  transition: 0.3s;
}

.veluna-N1[id='UhmKf6g2T3'] .fullmenu-sublink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 100%;
  right: 0;
  transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.veluna-N1[id='UhmKf6g2T3'] .fullmenu-sublink:hover {
  color: var(--white);
}

.veluna-N1[id='UhmKf6g2T3'] .fullmenu-sublink:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.veluna-N1[id='UhmKf6g2T3'] .fullmenu-close {
  position: fixed;
  right: 8rem;
  top: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.5rem;
  background: transparent;
  border: none;
}

.veluna-N1[id='UhmKf6g2T3'] .fullmenu-close img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='UhmKf6g2T3'] .header-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: var(--white);
}

.veluna-N1[id='UhmKf6g2T3'] .header-search-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2.4rem 0;
}

.veluna-N1[id='UhmKf6g2T3'] .header-search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border: none;
  background: none;
  font-size: 2rem;
}

.veluna-N1[id='UhmKf6g2T3'] .header-search-close::before {
  color: var(--black);
}

.veluna-N1[id='UhmKf6g2T3'] .header-search-body {
  padding: 12rem 0;
}

.veluna-N1[id='UhmKf6g2T3'] .header-search-body .textset {
  text-align: center;
}

.veluna-N1[id='UhmKf6g2T3'] .header-search-body .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem;
}

.veluna-N1[id='UhmKf6g2T3'] .header-search-body .textset-desc {
  font-weight: var(--fw-regular);
  color: var(--text-color2);
}

.veluna-N1[id='UhmKf6g2T3'] .header-search-form {
  margin-top: 4rem;
  max-width: 68rem;
  margin: 4rem auto 0 auto;
}

.veluna-N1[id='UhmKf6g2T3'] .header-search-form .form-box {
  display: flex;
}

.veluna-N1[id='UhmKf6g2T3'] .header-search-form .inputset {
  width: 100%;
}

.veluna-N1[id='UhmKf6g2T3'] .header-search-form .search-btn {
  flex-shrink: 0;
  width: 5.6rem;
  background: var(--primary);
}

.veluna-N1[id='UhmKf6g2T3'] .header-search-form .search-btn::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--white);
}

.veluna-N1[id='UhmKf6g2T3'] .header-search .reco-box {
  margin-top: 4rem;
}

.veluna-N1[id='UhmKf6g2T3'] .header-search .reco-tit {
  font-weight: var(--fw-bold);
}

.veluna-N1[id='UhmKf6g2T3'] .header-search .reco-tit+.reco-list {
  margin-top: 0.8rem;
}

.veluna-N1[id='UhmKf6g2T3'] .header-search .reco-item+.reco-item {
  margin-top: 0.8rem;
}

.veluna-N1[id='UhmKf6g2T3'] .header-search .reco-num {
  flex-shrink: 0;
  font-weight: var(--fw-bold);
  color: var(--text-color2);
}

.veluna-N1[id='UhmKf6g2T3'] .header-search .co-pri {
  color: var(--primary);
}

.veluna-N1[id='UhmKf6g2T3'] .header-search .reco-item button {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  width: 100%;
  background: none;
  border: none;
  color: var(--text-color1);
}

.veluna-N1[id='qaMKf6G2tG'] {
  position: fixed !important;
  top: 0;
  z-index: 99;
  width: 100%;
  background: var(--white);
}

.veluna-N1[id='qaMKf6G2tG']::before {
  content: "";
  position: absolute;
  top: 10rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--border-color);
}

.veluna-N1[id='qaMKf6G2tG'].header-active::before {
  content: none;
  top: 8rem;
}

.veluna-N1[id='qaMKf6G2tG'].header-active .header-container {
  min-height: 8rem;
  padding-top: 0;
}

.veluna-N1[id='qaMKf6G2tG'].header-active .header-top {
  height: 8rem;
}

.veluna-N1[id='qaMKf6G2tG'].header-active .header-gnb {
  opacity: 0;
  visibility: hidden;
}

.veluna-N1[id='qaMKf6G2tG'].header-active .header-title a {
  height: 6.4rem;
}

.veluna-N1[id='qaMKf6G2tG'] .header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding-top: 10rem;
  box-sizing: border-box;
  border-bottom: 1px solid var(--border-color);
  transition: padding-top 0.5s ease;
}

.veluna-N1[id='qaMKf6G2tG'] .header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.veluna-N1[id='qaMKf6G2tG'] .header-top .header-group {
  position: absolute;
  right: 8rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.veluna-N1[id='qaMKf6G2tG'] .user-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0 4rem;
}

.veluna-N1[id='qaMKf6G2tG'] .user-menu li {
  position: relative;
}

.veluna-N1[id='qaMKf6G2tG'] .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: #e5e5e5;
}

.veluna-N1[id='qaMKf6G2tG'] .user-menu li a {
  padding: 2rem 1.2rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='qaMKf6G2tG'] .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem;
}

.veluna-N1[id='qaMKf6G2tG'] .header-left {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.veluna-N1[id='qaMKf6G2tG'] .header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.veluna-N1[id='qaMKf6G2tG'] .header-title a {
  width: auto;
  height: 7.4rem;
  transition: height 0.3s;
}

.veluna-N1[id='qaMKf6G2tG'] .header-title img {
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}

.veluna-N1[id='qaMKf6G2tG'] .header-gnblist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.veluna-N1[id='qaMKf6G2tG'] .header-gnbitem {
  position: relative;
}

.veluna-N1[id='qaMKf6G2tG'] .header-gnblink {
  height: 100%;
  padding: 2rem 5rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='qaMKf6G2tG'] .header-gnblink span {
  position: relative;
}

.veluna-N1[id='qaMKf6G2tG'] .header-gnblink span::after {
  content: "";
  height: 0.2rem;
  width: 100%;
  transition: 0.3s;
  transform: scaleX(0);
}

.veluna-N1[id='qaMKf6G2tG'] .header-sublist {
  min-width: 12rem;
  min-height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  transition: opacity 0.3s;
  padding: 1rem;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 0.4rem;
  background: var(--white);
  box-shadow: 1px 1px 3rem 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3rem);
}

.veluna-N1[id='qaMKf6G2tG'] .header-gnbitem:has(.header-sublist .header-subitem):hover .header-sublist {
  min-height: auto;
  opacity: 1;
  overflow: hidden;
  pointer-events: auto;
}

.veluna-N1[id='qaMKf6G2tG'] .header-gnbitem:hover .header-gnblink span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--black);
  transform: scaleX(1);
}

.veluna-N1[id='qaMKf6G2tG'] .header-subitem {
  width: 100%;
  min-width: 10rem;
  overflow: hidden;
}

.veluna-N1[id='qaMKf6G2tG'] .header-sublink {
  width: 100%;
  padding: 1rem 1.4rem;
  transition: color 0.2s, background 0.2s;
  will-change: color, background;
  border-radius: 0.4rem;
  white-space: nowrap;
}

.veluna-N1[id='qaMKf6G2tG'] .header-sublink:hover {
  background: #f8f9fb;
  color: var(--black);
}

.veluna-N1[id='qaMKf6G2tG'] .header-right {
  display: flex;
  align-items: center;
}

.veluna-N1[id='qaMKf6G2tG'] .header-right .header-gnb {
  margin-right: 1.8rem;
}

.veluna-N1[id='qaMKf6G2tG'] .header-lang {
  position: relative;
}

.veluna-N1[id='qaMKf6G2tG'] .header-langbtn {
  position: relative;
  border: none;
  background: none;
}

.veluna-N1[id='qaMKf6G2tG'] .header-langlist {
  position: absolute;
  top: 100%;
  left: -50%;
  z-index: 200;
  background: #111111;
}

.veluna-N1[id='qaMKf6G2tG'] .header-langitem {
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}

.veluna-N1[id='qaMKf6G2tG'] .header-langitem a {
  padding: 0.6rem 1.6rem;
  color: var(--white);
  opacity: 0.7;
}

.veluna-N1[id='qaMKf6G2tG'] .header-langitem a:hover {
  opacity: 1;
}

.veluna-N1[id='qaMKf6G2tG'] .header-lang:hover .header-langbtn::after {
  transform: translateY(-50%) rotate(180deg);
}

.veluna-N1[id='qaMKf6G2tG'] .header-lang:hover .header-langitem {
  max-height: 6.8rem;
}

.veluna-N1[id='qaMKf6G2tG'] .header-utils>ul {
  display: flex;
  align-items: center;
}

.veluna-N1[id='qaMKf6G2tG'] .header-utils>ul>li {
  margin-left: 1.2rem;
}

.veluna-N1[id='qaMKf6G2tG'] .header-utils>ul>li>img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='qaMKf6G2tG'] .header-utils button {
  max-width: 3.2rem;
  background: none;
  border: none;
}

.veluna-N1[id='qaMKf6G2tG'] .header-utils button img {
  width: auto;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='qaMKf6G2tG'] .header-utils .member a {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0;
  display: block;
}

.veluna-N1[id='qaMKf6G2tG'] .header-utils .member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='qaMKf6G2tG'] .header-utils .btn-allmenu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.veluna-N1[id='qaMKf6G2tG'] .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
  width: 2.4rem;
}

.veluna-N1[id='qaMKf6G2tG'] .header-utils .btn-allmenu .ico-hamburger,
.veluna-N1[id='qaMKf6G2tG'] .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: #111;
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s;
  will-change: width, transform, opacity;
}

.veluna-N1[id='qaMKf6G2tG'] .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.veluna-N1[id='qaMKf6G2tG'] .btn-momenu .ico-hamburger:nth-child(2) {
  width: 1.4rem;
}

.veluna-N1[id='qaMKf6G2tG'] .btn-momenu {
  display: none;
}

.veluna-N1[id='qaMKf6G2tG'] .btn-moclose {
  display: none;
}

.veluna-N1[id='qaMKf6G2tG'] .header-fullmenu {
  position: fixed;
  z-index: 99999;
  padding: 0 2.4rem;
  background: #dc302f;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.veluna-N1[id='qaMKf6G2tG'] .header-fullmenu.fullmenu-right {
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
}

.veluna-N1[id='qaMKf6G2tG'] .header-fullmenu.fullmenu-left {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
}

.veluna-N1[id='qaMKf6G2tG'] .header-fullmenu.fullmenu-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='qaMKf6G2tG'] .header-fullmenu.fullmenu-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='qaMKf6G2tG'] .header-fullmenu.fullmenu-active {
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible;
}

.veluna-N1[id='qaMKf6G2tG'] .fullmenu-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}

.veluna-N1[id='qaMKf6G2tG'] .fullmenu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}

.veluna-N1[id='qaMKf6G2tG'] .fullmenu-title {
  margin-bottom: 0;
}

.veluna-N1[id='qaMKf6G2tG'] .fullmenu-title a {
  height: 4.3rem;
}

.veluna-N1[id='qaMKf6G2tG'] .fullmenu-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='qaMKf6G2tG'] .fullmenu-gnblist {
  display: flex;
  justify-content: center;
}

.veluna-N1[id='qaMKf6G2tG'] .fullmenu-gnbitem {
  flex-grow: 1;
  width: 20%;
}

.veluna-N1[id='qaMKf6G2tG'] .fullmenu-gnbitem+.fullmenu-gnbitem {
  margin-left: 4rem;
}

.veluna-N1[id='qaMKf6G2tG'] .fullmenu-gnblink {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.veluna-N1[id='qaMKf6G2tG'] .fullmenu-gnblink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background: var(--white);
  transition: 0.2s;
}

.veluna-N1[id='qaMKf6G2tG'] .fullmenu-gnblink.on::after {
  width: 18rem;
}

.veluna-N1[id='qaMKf6G2tG'] .fullmenu-sublist {
  padding-top: 4rem;
}

.veluna-N1[id='qaMKf6G2tG'] .fullmenu-subitem+.fullmenu-subitem {
  padding-top: 0.8rem;
}

.veluna-N1[id='qaMKf6G2tG'] .fullmenu-sublink {
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  transition: 0.3s;
}

.veluna-N1[id='qaMKf6G2tG'] .fullmenu-sublink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 100%;
  right: 0;
  transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.veluna-N1[id='qaMKf6G2tG'] .fullmenu-sublink:hover {
  color: var(--white);
}

.veluna-N1[id='qaMKf6G2tG'] .fullmenu-sublink:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.veluna-N1[id='qaMKf6G2tG'] .fullmenu-close {
  position: fixed;
  right: 8rem;
  top: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.5rem;
  background: transparent;
  border: none;
}

.veluna-N1[id='qaMKf6G2tG'] .fullmenu-close img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='qaMKf6G2tG'] .header-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: var(--white);
}

.veluna-N1[id='qaMKf6G2tG'] .header-search-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2.4rem 0;
}

.veluna-N1[id='qaMKf6G2tG'] .header-search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border: none;
  background: none;
  font-size: 2rem;
}

.veluna-N1[id='qaMKf6G2tG'] .header-search-close::before {
  color: var(--black);
}

.veluna-N1[id='qaMKf6G2tG'] .header-search-body {
  padding: 12rem 0;
}

.veluna-N1[id='qaMKf6G2tG'] .header-search-body .textset {
  text-align: center;
}

.veluna-N1[id='qaMKf6G2tG'] .header-search-body .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem;
}

.veluna-N1[id='qaMKf6G2tG'] .header-search-body .textset-desc {
  font-weight: var(--fw-regular);
  color: var(--text-color2);
}

.veluna-N1[id='qaMKf6G2tG'] .header-search-form {
  margin-top: 4rem;
  max-width: 68rem;
  margin: 4rem auto 0 auto;
}

.veluna-N1[id='qaMKf6G2tG'] .header-search-form .form-box {
  display: flex;
}

.veluna-N1[id='qaMKf6G2tG'] .header-search-form .inputset {
  width: 100%;
}

.veluna-N1[id='qaMKf6G2tG'] .header-search-form .search-btn {
  flex-shrink: 0;
  width: 5.6rem;
  background: var(--primary);
}

.veluna-N1[id='qaMKf6G2tG'] .header-search-form .search-btn::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--white);
}

.veluna-N1[id='qaMKf6G2tG'] .header-search .reco-box {
  margin-top: 4rem;
}

.veluna-N1[id='qaMKf6G2tG'] .header-search .reco-tit {
  font-weight: var(--fw-bold);
}

.veluna-N1[id='qaMKf6G2tG'] .header-search .reco-tit+.reco-list {
  margin-top: 0.8rem;
}

.veluna-N1[id='qaMKf6G2tG'] .header-search .reco-item+.reco-item {
  margin-top: 0.8rem;
}

.veluna-N1[id='qaMKf6G2tG'] .header-search .reco-num {
  flex-shrink: 0;
  font-weight: var(--fw-bold);
  color: var(--text-color2);
}

.veluna-N1[id='qaMKf6G2tG'] .header-search .co-pri {
  color: var(--primary);
}

.veluna-N1[id='qaMKf6G2tG'] .header-search .reco-item button {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  width: 100%;
  background: none;
  border: none;
  color: var(--text-color1);
}

.veluna-N1[id='EjMkf6G2TW'] {
  position: fixed !important;
  top: 0;
  z-index: 99;
  width: 100%;
  background: var(--white);
}

.veluna-N1[id='EjMkf6G2TW']::before {
  content: "";
  position: absolute;
  top: 10rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--border-color);
}

.veluna-N1[id='EjMkf6G2TW'].header-active::before {
  content: none;
  top: 8rem;
}

.veluna-N1[id='EjMkf6G2TW'].header-active .header-container {
  min-height: 8rem;
  padding-top: 0;
}

.veluna-N1[id='EjMkf6G2TW'].header-active .header-top {
  height: 8rem;
}

.veluna-N1[id='EjMkf6G2TW'].header-active .header-gnb {
  opacity: 0;
  visibility: hidden;
}

.veluna-N1[id='EjMkf6G2TW'].header-active .header-title a {
  height: 6.4rem;
}

.veluna-N1[id='EjMkf6G2TW'] .header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding-top: 10rem;
  box-sizing: border-box;
  border-bottom: 1px solid var(--border-color);
  transition: padding-top 0.5s ease;
}

.veluna-N1[id='EjMkf6G2TW'] .header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.veluna-N1[id='EjMkf6G2TW'] .header-top .header-group {
  position: absolute;
  right: 8rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.veluna-N1[id='EjMkf6G2TW'] .user-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0 4rem;
}

.veluna-N1[id='EjMkf6G2TW'] .user-menu li {
  position: relative;
}

.veluna-N1[id='EjMkf6G2TW'] .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: #e5e5e5;
}

.veluna-N1[id='EjMkf6G2TW'] .user-menu li a {
  padding: 2rem 1.2rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='EjMkf6G2TW'] .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem;
}

.veluna-N1[id='EjMkf6G2TW'] .header-left {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.veluna-N1[id='EjMkf6G2TW'] .header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.veluna-N1[id='EjMkf6G2TW'] .header-title a {
  width: auto;
  height: 7.4rem;
  transition: height 0.3s;
}

.veluna-N1[id='EjMkf6G2TW'] .header-title img {
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}

.veluna-N1[id='EjMkf6G2TW'] .header-gnblist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.veluna-N1[id='EjMkf6G2TW'] .header-gnbitem {
  position: relative;
}

.veluna-N1[id='EjMkf6G2TW'] .header-gnblink {
  height: 100%;
  padding: 2rem 5rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='EjMkf6G2TW'] .header-gnblink span {
  position: relative;
}

.veluna-N1[id='EjMkf6G2TW'] .header-gnblink span::after {
  content: "";
  height: 0.2rem;
  width: 100%;
  transition: 0.3s;
  transform: scaleX(0);
}

.veluna-N1[id='EjMkf6G2TW'] .header-sublist {
  min-width: 12rem;
  min-height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  transition: opacity 0.3s;
  padding: 1rem;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 0.4rem;
  background: var(--white);
  box-shadow: 1px 1px 3rem 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3rem);
}

.veluna-N1[id='EjMkf6G2TW'] .header-gnbitem:has(.header-sublist .header-subitem):hover .header-sublist {
  min-height: auto;
  opacity: 1;
  overflow: hidden;
  pointer-events: auto;
}

.veluna-N1[id='EjMkf6G2TW'] .header-gnbitem:hover .header-gnblink span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--black);
  transform: scaleX(1);
}

.veluna-N1[id='EjMkf6G2TW'] .header-subitem {
  width: 100%;
  min-width: 10rem;
  overflow: hidden;
}

.veluna-N1[id='EjMkf6G2TW'] .header-sublink {
  width: 100%;
  padding: 1rem 1.4rem;
  transition: color 0.2s, background 0.2s;
  will-change: color, background;
  border-radius: 0.4rem;
  white-space: nowrap;
}

.veluna-N1[id='EjMkf6G2TW'] .header-sublink:hover {
  background: #f8f9fb;
  color: var(--black);
}

.veluna-N1[id='EjMkf6G2TW'] .header-right {
  display: flex;
  align-items: center;
}

.veluna-N1[id='EjMkf6G2TW'] .header-right .header-gnb {
  margin-right: 1.8rem;
}

.veluna-N1[id='EjMkf6G2TW'] .header-lang {
  position: relative;
}

.veluna-N1[id='EjMkf6G2TW'] .header-langbtn {
  position: relative;
  border: none;
  background: none;
}

.veluna-N1[id='EjMkf6G2TW'] .header-langlist {
  position: absolute;
  top: 100%;
  left: -50%;
  z-index: 200;
  background: #111111;
}

.veluna-N1[id='EjMkf6G2TW'] .header-langitem {
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}

.veluna-N1[id='EjMkf6G2TW'] .header-langitem a {
  padding: 0.6rem 1.6rem;
  color: var(--white);
  opacity: 0.7;
}

.veluna-N1[id='EjMkf6G2TW'] .header-langitem a:hover {
  opacity: 1;
}

.veluna-N1[id='EjMkf6G2TW'] .header-lang:hover .header-langbtn::after {
  transform: translateY(-50%) rotate(180deg);
}

.veluna-N1[id='EjMkf6G2TW'] .header-lang:hover .header-langitem {
  max-height: 6.8rem;
}

.veluna-N1[id='EjMkf6G2TW'] .header-utils>ul {
  display: flex;
  align-items: center;
}

.veluna-N1[id='EjMkf6G2TW'] .header-utils>ul>li {
  margin-left: 1.2rem;
}

.veluna-N1[id='EjMkf6G2TW'] .header-utils>ul>li>img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='EjMkf6G2TW'] .header-utils button {
  max-width: 3.2rem;
  background: none;
  border: none;
}

.veluna-N1[id='EjMkf6G2TW'] .header-utils button img {
  width: auto;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='EjMkf6G2TW'] .header-utils .member a {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0;
  display: block;
}

.veluna-N1[id='EjMkf6G2TW'] .header-utils .member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='EjMkf6G2TW'] .header-utils .btn-allmenu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.veluna-N1[id='EjMkf6G2TW'] .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
  width: 2.4rem;
}

.veluna-N1[id='EjMkf6G2TW'] .header-utils .btn-allmenu .ico-hamburger,
.veluna-N1[id='EjMkf6G2TW'] .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: #111;
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s;
  will-change: width, transform, opacity;
}

.veluna-N1[id='EjMkf6G2TW'] .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.veluna-N1[id='EjMkf6G2TW'] .btn-momenu .ico-hamburger:nth-child(2) {
  width: 1.4rem;
}

.veluna-N1[id='EjMkf6G2TW'] .btn-momenu {
  display: none;
}

.veluna-N1[id='EjMkf6G2TW'] .btn-moclose {
  display: none;
}

.veluna-N1[id='EjMkf6G2TW'] .header-fullmenu {
  position: fixed;
  z-index: 99999;
  padding: 0 2.4rem;
  background: #dc302f;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.veluna-N1[id='EjMkf6G2TW'] .header-fullmenu.fullmenu-right {
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
}

.veluna-N1[id='EjMkf6G2TW'] .header-fullmenu.fullmenu-left {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
}

.veluna-N1[id='EjMkf6G2TW'] .header-fullmenu.fullmenu-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='EjMkf6G2TW'] .header-fullmenu.fullmenu-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='EjMkf6G2TW'] .header-fullmenu.fullmenu-active {
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible;
}

.veluna-N1[id='EjMkf6G2TW'] .fullmenu-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}

.veluna-N1[id='EjMkf6G2TW'] .fullmenu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}

.veluna-N1[id='EjMkf6G2TW'] .fullmenu-title {
  margin-bottom: 0;
}

.veluna-N1[id='EjMkf6G2TW'] .fullmenu-title a {
  height: 4.3rem;
}

.veluna-N1[id='EjMkf6G2TW'] .fullmenu-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='EjMkf6G2TW'] .fullmenu-gnblist {
  display: flex;
  justify-content: center;
}

.veluna-N1[id='EjMkf6G2TW'] .fullmenu-gnbitem {
  flex-grow: 1;
  width: 20%;
}

.veluna-N1[id='EjMkf6G2TW'] .fullmenu-gnbitem+.fullmenu-gnbitem {
  margin-left: 4rem;
}

.veluna-N1[id='EjMkf6G2TW'] .fullmenu-gnblink {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.veluna-N1[id='EjMkf6G2TW'] .fullmenu-gnblink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background: var(--white);
  transition: 0.2s;
}

.veluna-N1[id='EjMkf6G2TW'] .fullmenu-gnblink.on::after {
  width: 18rem;
}

.veluna-N1[id='EjMkf6G2TW'] .fullmenu-sublist {
  padding-top: 4rem;
}

.veluna-N1[id='EjMkf6G2TW'] .fullmenu-subitem+.fullmenu-subitem {
  padding-top: 0.8rem;
}

.veluna-N1[id='EjMkf6G2TW'] .fullmenu-sublink {
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  transition: 0.3s;
}

.veluna-N1[id='EjMkf6G2TW'] .fullmenu-sublink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 100%;
  right: 0;
  transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.veluna-N1[id='EjMkf6G2TW'] .fullmenu-sublink:hover {
  color: var(--white);
}

.veluna-N1[id='EjMkf6G2TW'] .fullmenu-sublink:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.veluna-N1[id='EjMkf6G2TW'] .fullmenu-close {
  position: fixed;
  right: 8rem;
  top: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.5rem;
  background: transparent;
  border: none;
}

.veluna-N1[id='EjMkf6G2TW'] .fullmenu-close img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='EjMkf6G2TW'] .header-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: var(--white);
}

.veluna-N1[id='EjMkf6G2TW'] .header-search-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2.4rem 0;
}

.veluna-N1[id='EjMkf6G2TW'] .header-search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border: none;
  background: none;
  font-size: 2rem;
}

.veluna-N1[id='EjMkf6G2TW'] .header-search-close::before {
  color: var(--black);
}

.veluna-N1[id='EjMkf6G2TW'] .header-search-body {
  padding: 12rem 0;
}

.veluna-N1[id='EjMkf6G2TW'] .header-search-body .textset {
  text-align: center;
}

.veluna-N1[id='EjMkf6G2TW'] .header-search-body .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem;
}

.veluna-N1[id='EjMkf6G2TW'] .header-search-body .textset-desc {
  font-weight: var(--fw-regular);
  color: var(--text-color2);
}

.veluna-N1[id='EjMkf6G2TW'] .header-search-form {
  margin-top: 4rem;
  max-width: 68rem;
  margin: 4rem auto 0 auto;
}

.veluna-N1[id='EjMkf6G2TW'] .header-search-form .form-box {
  display: flex;
}

.veluna-N1[id='EjMkf6G2TW'] .header-search-form .inputset {
  width: 100%;
}

.veluna-N1[id='EjMkf6G2TW'] .header-search-form .search-btn {
  flex-shrink: 0;
  width: 5.6rem;
  background: var(--primary);
}

.veluna-N1[id='EjMkf6G2TW'] .header-search-form .search-btn::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--white);
}

.veluna-N1[id='EjMkf6G2TW'] .header-search .reco-box {
  margin-top: 4rem;
}

.veluna-N1[id='EjMkf6G2TW'] .header-search .reco-tit {
  font-weight: var(--fw-bold);
}

.veluna-N1[id='EjMkf6G2TW'] .header-search .reco-tit+.reco-list {
  margin-top: 0.8rem;
}

.veluna-N1[id='EjMkf6G2TW'] .header-search .reco-item+.reco-item {
  margin-top: 0.8rem;
}

.veluna-N1[id='EjMkf6G2TW'] .header-search .reco-num {
  flex-shrink: 0;
  font-weight: var(--fw-bold);
  color: var(--text-color2);
}

.veluna-N1[id='EjMkf6G2TW'] .header-search .co-pri {
  color: var(--primary);
}

.veluna-N1[id='EjMkf6G2TW'] .header-search .reco-item button {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  width: 100%;
  background: none;
  border: none;
  color: var(--text-color1);
}

.veluna-N1[id='rvmkf6g2UA'] {
  position: fixed !important;
  top: 0;
  z-index: 99;
  width: 100%;
  background: var(--white);
}

.veluna-N1[id='rvmkf6g2UA']::before {
  content: "";
  position: absolute;
  top: 10rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--border-color);
}

.veluna-N1[id='rvmkf6g2UA'].header-active::before {
  content: none;
  top: 8rem;
}

.veluna-N1[id='rvmkf6g2UA'].header-active .header-container {
  min-height: 8rem;
  padding-top: 0;
}

.veluna-N1[id='rvmkf6g2UA'].header-active .header-top {
  height: 8rem;
}

.veluna-N1[id='rvmkf6g2UA'].header-active .header-gnb {
  opacity: 0;
  visibility: hidden;
}

.veluna-N1[id='rvmkf6g2UA'].header-active .header-title a {
  height: 6.4rem;
}

.veluna-N1[id='rvmkf6g2UA'] .header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding-top: 10rem;
  box-sizing: border-box;
  border-bottom: 1px solid var(--border-color);
  transition: padding-top 0.5s ease;
}

.veluna-N1[id='rvmkf6g2UA'] .header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.veluna-N1[id='rvmkf6g2UA'] .header-top .header-group {
  position: absolute;
  right: 8rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.veluna-N1[id='rvmkf6g2UA'] .user-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0 4rem;
}

.veluna-N1[id='rvmkf6g2UA'] .user-menu li {
  position: relative;
}

.veluna-N1[id='rvmkf6g2UA'] .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: #e5e5e5;
}

.veluna-N1[id='rvmkf6g2UA'] .user-menu li a {
  padding: 2rem 1.2rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='rvmkf6g2UA'] .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem;
}

.veluna-N1[id='rvmkf6g2UA'] .header-left {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.veluna-N1[id='rvmkf6g2UA'] .header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.veluna-N1[id='rvmkf6g2UA'] .header-title a {
  width: auto;
  height: 7.4rem;
  transition: height 0.3s;
}

.veluna-N1[id='rvmkf6g2UA'] .header-title img {
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}

.veluna-N1[id='rvmkf6g2UA'] .header-gnblist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.veluna-N1[id='rvmkf6g2UA'] .header-gnbitem {
  position: relative;
}

.veluna-N1[id='rvmkf6g2UA'] .header-gnblink {
  height: 100%;
  padding: 2rem 5rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='rvmkf6g2UA'] .header-gnblink span {
  position: relative;
}

.veluna-N1[id='rvmkf6g2UA'] .header-gnblink span::after {
  content: "";
  height: 0.2rem;
  width: 100%;
  transition: 0.3s;
  transform: scaleX(0);
}

.veluna-N1[id='rvmkf6g2UA'] .header-sublist {
  min-width: 12rem;
  min-height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  transition: opacity 0.3s;
  padding: 1rem;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 0.4rem;
  background: var(--white);
  box-shadow: 1px 1px 3rem 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3rem);
}

.veluna-N1[id='rvmkf6g2UA'] .header-gnbitem:has(.header-sublist .header-subitem):hover .header-sublist {
  min-height: auto;
  opacity: 1;
  overflow: hidden;
  pointer-events: auto;
}

.veluna-N1[id='rvmkf6g2UA'] .header-gnbitem:hover .header-gnblink span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--black);
  transform: scaleX(1);
}

.veluna-N1[id='rvmkf6g2UA'] .header-subitem {
  width: 100%;
  min-width: 10rem;
  overflow: hidden;
}

.veluna-N1[id='rvmkf6g2UA'] .header-sublink {
  width: 100%;
  padding: 1rem 1.4rem;
  transition: color 0.2s, background 0.2s;
  will-change: color, background;
  border-radius: 0.4rem;
  white-space: nowrap;
}

.veluna-N1[id='rvmkf6g2UA'] .header-sublink:hover {
  background: #f8f9fb;
  color: var(--black);
}

.veluna-N1[id='rvmkf6g2UA'] .header-right {
  display: flex;
  align-items: center;
}

.veluna-N1[id='rvmkf6g2UA'] .header-right .header-gnb {
  margin-right: 1.8rem;
}

.veluna-N1[id='rvmkf6g2UA'] .header-lang {
  position: relative;
}

.veluna-N1[id='rvmkf6g2UA'] .header-langbtn {
  position: relative;
  border: none;
  background: none;
}

.veluna-N1[id='rvmkf6g2UA'] .header-langlist {
  position: absolute;
  top: 100%;
  left: -50%;
  z-index: 200;
  background: #111111;
}

.veluna-N1[id='rvmkf6g2UA'] .header-langitem {
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}

.veluna-N1[id='rvmkf6g2UA'] .header-langitem a {
  padding: 0.6rem 1.6rem;
  color: var(--white);
  opacity: 0.7;
}

.veluna-N1[id='rvmkf6g2UA'] .header-langitem a:hover {
  opacity: 1;
}

.veluna-N1[id='rvmkf6g2UA'] .header-lang:hover .header-langbtn::after {
  transform: translateY(-50%) rotate(180deg);
}

.veluna-N1[id='rvmkf6g2UA'] .header-lang:hover .header-langitem {
  max-height: 6.8rem;
}

.veluna-N1[id='rvmkf6g2UA'] .header-utils>ul {
  display: flex;
  align-items: center;
}

.veluna-N1[id='rvmkf6g2UA'] .header-utils>ul>li {
  margin-left: 1.2rem;
}

.veluna-N1[id='rvmkf6g2UA'] .header-utils>ul>li>img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='rvmkf6g2UA'] .header-utils button {
  max-width: 3.2rem;
  background: none;
  border: none;
}

.veluna-N1[id='rvmkf6g2UA'] .header-utils button img {
  width: auto;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='rvmkf6g2UA'] .header-utils .member a {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0;
  display: block;
}

.veluna-N1[id='rvmkf6g2UA'] .header-utils .member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='rvmkf6g2UA'] .header-utils .btn-allmenu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.veluna-N1[id='rvmkf6g2UA'] .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
  width: 2.4rem;
}

.veluna-N1[id='rvmkf6g2UA'] .header-utils .btn-allmenu .ico-hamburger,
.veluna-N1[id='rvmkf6g2UA'] .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: #111;
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s;
  will-change: width, transform, opacity;
}

.veluna-N1[id='rvmkf6g2UA'] .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.veluna-N1[id='rvmkf6g2UA'] .btn-momenu .ico-hamburger:nth-child(2) {
  width: 1.4rem;
}

.veluna-N1[id='rvmkf6g2UA'] .btn-momenu {
  display: none;
}

.veluna-N1[id='rvmkf6g2UA'] .btn-moclose {
  display: none;
}

.veluna-N1[id='rvmkf6g2UA'] .header-fullmenu {
  position: fixed;
  z-index: 99999;
  padding: 0 2.4rem;
  background: #dc302f;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.veluna-N1[id='rvmkf6g2UA'] .header-fullmenu.fullmenu-right {
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
}

.veluna-N1[id='rvmkf6g2UA'] .header-fullmenu.fullmenu-left {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
}

.veluna-N1[id='rvmkf6g2UA'] .header-fullmenu.fullmenu-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='rvmkf6g2UA'] .header-fullmenu.fullmenu-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='rvmkf6g2UA'] .header-fullmenu.fullmenu-active {
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible;
}

.veluna-N1[id='rvmkf6g2UA'] .fullmenu-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}

.veluna-N1[id='rvmkf6g2UA'] .fullmenu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}

.veluna-N1[id='rvmkf6g2UA'] .fullmenu-title {
  margin-bottom: 0;
}

.veluna-N1[id='rvmkf6g2UA'] .fullmenu-title a {
  height: 4.3rem;
}

.veluna-N1[id='rvmkf6g2UA'] .fullmenu-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='rvmkf6g2UA'] .fullmenu-gnblist {
  display: flex;
  justify-content: center;
}

.veluna-N1[id='rvmkf6g2UA'] .fullmenu-gnbitem {
  flex-grow: 1;
  width: 20%;
}

.veluna-N1[id='rvmkf6g2UA'] .fullmenu-gnbitem+.fullmenu-gnbitem {
  margin-left: 4rem;
}

.veluna-N1[id='rvmkf6g2UA'] .fullmenu-gnblink {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.veluna-N1[id='rvmkf6g2UA'] .fullmenu-gnblink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background: var(--white);
  transition: 0.2s;
}

.veluna-N1[id='rvmkf6g2UA'] .fullmenu-gnblink.on::after {
  width: 18rem;
}

.veluna-N1[id='rvmkf6g2UA'] .fullmenu-sublist {
  padding-top: 4rem;
}

.veluna-N1[id='rvmkf6g2UA'] .fullmenu-subitem+.fullmenu-subitem {
  padding-top: 0.8rem;
}

.veluna-N1[id='rvmkf6g2UA'] .fullmenu-sublink {
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  transition: 0.3s;
}

.veluna-N1[id='rvmkf6g2UA'] .fullmenu-sublink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 100%;
  right: 0;
  transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.veluna-N1[id='rvmkf6g2UA'] .fullmenu-sublink:hover {
  color: var(--white);
}

.veluna-N1[id='rvmkf6g2UA'] .fullmenu-sublink:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.veluna-N1[id='rvmkf6g2UA'] .fullmenu-close {
  position: fixed;
  right: 8rem;
  top: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.5rem;
  background: transparent;
  border: none;
}

.veluna-N1[id='rvmkf6g2UA'] .fullmenu-close img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='rvmkf6g2UA'] .header-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: var(--white);
}

.veluna-N1[id='rvmkf6g2UA'] .header-search-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2.4rem 0;
}

.veluna-N1[id='rvmkf6g2UA'] .header-search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border: none;
  background: none;
  font-size: 2rem;
}

.veluna-N1[id='rvmkf6g2UA'] .header-search-close::before {
  color: var(--black);
}

.veluna-N1[id='rvmkf6g2UA'] .header-search-body {
  padding: 12rem 0;
}

.veluna-N1[id='rvmkf6g2UA'] .header-search-body .textset {
  text-align: center;
}

.veluna-N1[id='rvmkf6g2UA'] .header-search-body .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem;
}

.veluna-N1[id='rvmkf6g2UA'] .header-search-body .textset-desc {
  font-weight: var(--fw-regular);
  color: var(--text-color2);
}

.veluna-N1[id='rvmkf6g2UA'] .header-search-form {
  margin-top: 4rem;
  max-width: 68rem;
  margin: 4rem auto 0 auto;
}

.veluna-N1[id='rvmkf6g2UA'] .header-search-form .form-box {
  display: flex;
}

.veluna-N1[id='rvmkf6g2UA'] .header-search-form .inputset {
  width: 100%;
}

.veluna-N1[id='rvmkf6g2UA'] .header-search-form .search-btn {
  flex-shrink: 0;
  width: 5.6rem;
  background: var(--primary);
}

.veluna-N1[id='rvmkf6g2UA'] .header-search-form .search-btn::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--white);
}

.veluna-N1[id='rvmkf6g2UA'] .header-search .reco-box {
  margin-top: 4rem;
}

.veluna-N1[id='rvmkf6g2UA'] .header-search .reco-tit {
  font-weight: var(--fw-bold);
}

.veluna-N1[id='rvmkf6g2UA'] .header-search .reco-tit+.reco-list {
  margin-top: 0.8rem;
}

.veluna-N1[id='rvmkf6g2UA'] .header-search .reco-item+.reco-item {
  margin-top: 0.8rem;
}

.veluna-N1[id='rvmkf6g2UA'] .header-search .reco-num {
  flex-shrink: 0;
  font-weight: var(--fw-bold);
  color: var(--text-color2);
}

.veluna-N1[id='rvmkf6g2UA'] .header-search .co-pri {
  color: var(--primary);
}

.veluna-N1[id='rvmkf6g2UA'] .header-search .reco-item button {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  width: 100%;
  background: none;
  border: none;
  color: var(--text-color1);
}

.veluna-N1[id='oumkF6g2uR'] {
  position: fixed !important;
  top: 0;
  z-index: 99;
  width: 100%;
  background: var(--white);
}

.veluna-N1[id='oumkF6g2uR']::before {
  content: "";
  position: absolute;
  top: 10rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--border-color);
}

.veluna-N1[id='oumkF6g2uR'].header-active::before {
  content: none;
  top: 8rem;
}

.veluna-N1[id='oumkF6g2uR'].header-active .header-container {
  min-height: 8rem;
  padding-top: 0;
}

.veluna-N1[id='oumkF6g2uR'].header-active .header-top {
  height: 8rem;
}

.veluna-N1[id='oumkF6g2uR'].header-active .header-gnb {
  opacity: 0;
  visibility: hidden;
}

.veluna-N1[id='oumkF6g2uR'].header-active .header-title a {
  height: 6.4rem;
}

.veluna-N1[id='oumkF6g2uR'] .header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding-top: 10rem;
  box-sizing: border-box;
  border-bottom: 1px solid var(--border-color);
  transition: padding-top 0.5s ease;
}

.veluna-N1[id='oumkF6g2uR'] .header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.veluna-N1[id='oumkF6g2uR'] .header-top .header-group {
  position: absolute;
  right: 8rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.veluna-N1[id='oumkF6g2uR'] .user-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0 4rem;
}

.veluna-N1[id='oumkF6g2uR'] .user-menu li {
  position: relative;
}

.veluna-N1[id='oumkF6g2uR'] .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: #e5e5e5;
}

.veluna-N1[id='oumkF6g2uR'] .user-menu li a {
  padding: 2rem 1.2rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='oumkF6g2uR'] .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem;
}

.veluna-N1[id='oumkF6g2uR'] .header-left {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.veluna-N1[id='oumkF6g2uR'] .header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.veluna-N1[id='oumkF6g2uR'] .header-title a {
  width: auto;
  height: 7.4rem;
  transition: height 0.3s;
}

.veluna-N1[id='oumkF6g2uR'] .header-title img {
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}

.veluna-N1[id='oumkF6g2uR'] .header-gnblist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.veluna-N1[id='oumkF6g2uR'] .header-gnbitem {
  position: relative;
}

.veluna-N1[id='oumkF6g2uR'] .header-gnblink {
  height: 100%;
  padding: 2rem 5rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='oumkF6g2uR'] .header-gnblink span {
  position: relative;
}

.veluna-N1[id='oumkF6g2uR'] .header-gnblink span::after {
  content: "";
  height: 0.2rem;
  width: 100%;
  transition: 0.3s;
  transform: scaleX(0);
}

.veluna-N1[id='oumkF6g2uR'] .header-sublist {
  min-width: 12rem;
  min-height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  transition: opacity 0.3s;
  padding: 1rem;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 0.4rem;
  background: var(--white);
  box-shadow: 1px 1px 3rem 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3rem);
}

.veluna-N1[id='oumkF6g2uR'] .header-gnbitem:has(.header-sublist .header-subitem):hover .header-sublist {
  min-height: auto;
  opacity: 1;
  overflow: hidden;
  pointer-events: auto;
}

.veluna-N1[id='oumkF6g2uR'] .header-gnbitem:hover .header-gnblink span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--black);
  transform: scaleX(1);
}

.veluna-N1[id='oumkF6g2uR'] .header-subitem {
  width: 100%;
  min-width: 10rem;
  overflow: hidden;
}

.veluna-N1[id='oumkF6g2uR'] .header-sublink {
  width: 100%;
  padding: 1rem 1.4rem;
  transition: color 0.2s, background 0.2s;
  will-change: color, background;
  border-radius: 0.4rem;
  white-space: nowrap;
}

.veluna-N1[id='oumkF6g2uR'] .header-sublink:hover {
  background: #f8f9fb;
  color: var(--black);
}

.veluna-N1[id='oumkF6g2uR'] .header-right {
  display: flex;
  align-items: center;
}

.veluna-N1[id='oumkF6g2uR'] .header-right .header-gnb {
  margin-right: 1.8rem;
}

.veluna-N1[id='oumkF6g2uR'] .header-lang {
  position: relative;
}

.veluna-N1[id='oumkF6g2uR'] .header-langbtn {
  position: relative;
  border: none;
  background: none;
}

.veluna-N1[id='oumkF6g2uR'] .header-langlist {
  position: absolute;
  top: 100%;
  left: -50%;
  z-index: 200;
  background: #111111;
}

.veluna-N1[id='oumkF6g2uR'] .header-langitem {
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}

.veluna-N1[id='oumkF6g2uR'] .header-langitem a {
  padding: 0.6rem 1.6rem;
  color: var(--white);
  opacity: 0.7;
}

.veluna-N1[id='oumkF6g2uR'] .header-langitem a:hover {
  opacity: 1;
}

.veluna-N1[id='oumkF6g2uR'] .header-lang:hover .header-langbtn::after {
  transform: translateY(-50%) rotate(180deg);
}

.veluna-N1[id='oumkF6g2uR'] .header-lang:hover .header-langitem {
  max-height: 6.8rem;
}

.veluna-N1[id='oumkF6g2uR'] .header-utils>ul {
  display: flex;
  align-items: center;
}

.veluna-N1[id='oumkF6g2uR'] .header-utils>ul>li {
  margin-left: 1.2rem;
}

.veluna-N1[id='oumkF6g2uR'] .header-utils>ul>li>img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='oumkF6g2uR'] .header-utils button {
  max-width: 3.2rem;
  background: none;
  border: none;
}

.veluna-N1[id='oumkF6g2uR'] .header-utils button img {
  width: auto;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='oumkF6g2uR'] .header-utils .member a {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0;
  display: block;
}

.veluna-N1[id='oumkF6g2uR'] .header-utils .member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='oumkF6g2uR'] .header-utils .btn-allmenu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.veluna-N1[id='oumkF6g2uR'] .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
  width: 2.4rem;
}

.veluna-N1[id='oumkF6g2uR'] .header-utils .btn-allmenu .ico-hamburger,
.veluna-N1[id='oumkF6g2uR'] .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: #111;
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s;
  will-change: width, transform, opacity;
}

.veluna-N1[id='oumkF6g2uR'] .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.veluna-N1[id='oumkF6g2uR'] .btn-momenu .ico-hamburger:nth-child(2) {
  width: 1.4rem;
}

.veluna-N1[id='oumkF6g2uR'] .btn-momenu {
  display: none;
}

.veluna-N1[id='oumkF6g2uR'] .btn-moclose {
  display: none;
}

.veluna-N1[id='oumkF6g2uR'] .header-fullmenu {
  position: fixed;
  z-index: 99999;
  padding: 0 2.4rem;
  background: #dc302f;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.veluna-N1[id='oumkF6g2uR'] .header-fullmenu.fullmenu-right {
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
}

.veluna-N1[id='oumkF6g2uR'] .header-fullmenu.fullmenu-left {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
}

.veluna-N1[id='oumkF6g2uR'] .header-fullmenu.fullmenu-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='oumkF6g2uR'] .header-fullmenu.fullmenu-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='oumkF6g2uR'] .header-fullmenu.fullmenu-active {
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible;
}

.veluna-N1[id='oumkF6g2uR'] .fullmenu-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}

.veluna-N1[id='oumkF6g2uR'] .fullmenu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}

.veluna-N1[id='oumkF6g2uR'] .fullmenu-title {
  margin-bottom: 0;
}

.veluna-N1[id='oumkF6g2uR'] .fullmenu-title a {
  height: 4.3rem;
}

.veluna-N1[id='oumkF6g2uR'] .fullmenu-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='oumkF6g2uR'] .fullmenu-gnblist {
  display: flex;
  justify-content: center;
}

.veluna-N1[id='oumkF6g2uR'] .fullmenu-gnbitem {
  flex-grow: 1;
  width: 20%;
}

.veluna-N1[id='oumkF6g2uR'] .fullmenu-gnbitem+.fullmenu-gnbitem {
  margin-left: 4rem;
}

.veluna-N1[id='oumkF6g2uR'] .fullmenu-gnblink {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.veluna-N1[id='oumkF6g2uR'] .fullmenu-gnblink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background: var(--white);
  transition: 0.2s;
}

.veluna-N1[id='oumkF6g2uR'] .fullmenu-gnblink.on::after {
  width: 18rem;
}

.veluna-N1[id='oumkF6g2uR'] .fullmenu-sublist {
  padding-top: 4rem;
}

.veluna-N1[id='oumkF6g2uR'] .fullmenu-subitem+.fullmenu-subitem {
  padding-top: 0.8rem;
}

.veluna-N1[id='oumkF6g2uR'] .fullmenu-sublink {
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  transition: 0.3s;
}

.veluna-N1[id='oumkF6g2uR'] .fullmenu-sublink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 100%;
  right: 0;
  transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.veluna-N1[id='oumkF6g2uR'] .fullmenu-sublink:hover {
  color: var(--white);
}

.veluna-N1[id='oumkF6g2uR'] .fullmenu-sublink:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.veluna-N1[id='oumkF6g2uR'] .fullmenu-close {
  position: fixed;
  right: 8rem;
  top: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.5rem;
  background: transparent;
  border: none;
}

.veluna-N1[id='oumkF6g2uR'] .fullmenu-close img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='oumkF6g2uR'] .header-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: var(--white);
}

.veluna-N1[id='oumkF6g2uR'] .header-search-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2.4rem 0;
}

.veluna-N1[id='oumkF6g2uR'] .header-search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border: none;
  background: none;
  font-size: 2rem;
}

.veluna-N1[id='oumkF6g2uR'] .header-search-close::before {
  color: var(--black);
}

.veluna-N1[id='oumkF6g2uR'] .header-search-body {
  padding: 12rem 0;
}

.veluna-N1[id='oumkF6g2uR'] .header-search-body .textset {
  text-align: center;
}

.veluna-N1[id='oumkF6g2uR'] .header-search-body .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem;
}

.veluna-N1[id='oumkF6g2uR'] .header-search-body .textset-desc {
  font-weight: var(--fw-regular);
  color: var(--text-color2);
}

.veluna-N1[id='oumkF6g2uR'] .header-search-form {
  margin-top: 4rem;
  max-width: 68rem;
  margin: 4rem auto 0 auto;
}

.veluna-N1[id='oumkF6g2uR'] .header-search-form .form-box {
  display: flex;
}

.veluna-N1[id='oumkF6g2uR'] .header-search-form .inputset {
  width: 100%;
}

.veluna-N1[id='oumkF6g2uR'] .header-search-form .search-btn {
  flex-shrink: 0;
  width: 5.6rem;
  background: var(--primary);
}

.veluna-N1[id='oumkF6g2uR'] .header-search-form .search-btn::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--white);
}

.veluna-N1[id='oumkF6g2uR'] .header-search .reco-box {
  margin-top: 4rem;
}

.veluna-N1[id='oumkF6g2uR'] .header-search .reco-tit {
  font-weight: var(--fw-bold);
}

.veluna-N1[id='oumkF6g2uR'] .header-search .reco-tit+.reco-list {
  margin-top: 0.8rem;
}

.veluna-N1[id='oumkF6g2uR'] .header-search .reco-item+.reco-item {
  margin-top: 0.8rem;
}

.veluna-N1[id='oumkF6g2uR'] .header-search .reco-num {
  flex-shrink: 0;
  font-weight: var(--fw-bold);
  color: var(--text-color2);
}

.veluna-N1[id='oumkF6g2uR'] .header-search .co-pri {
  color: var(--primary);
}

.veluna-N1[id='oumkF6g2uR'] .header-search .reco-item button {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  width: 100%;
  background: none;
  border: none;
  color: var(--text-color1);
}

.veluna-N1[id='hcmkF6G2v6'] {
  position: fixed !important;
  top: 0;
  z-index: 99;
  width: 100%;
  background: var(--white);
}

.veluna-N1[id='hcmkF6G2v6']::before {
  content: "";
  position: absolute;
  top: 10rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--border-color);
}

.veluna-N1[id='hcmkF6G2v6'].header-active::before {
  content: none;
  top: 8rem;
}

.veluna-N1[id='hcmkF6G2v6'].header-active .header-container {
  min-height: 8rem;
  padding-top: 0;
}

.veluna-N1[id='hcmkF6G2v6'].header-active .header-top {
  height: 8rem;
}

.veluna-N1[id='hcmkF6G2v6'].header-active .header-gnb {
  opacity: 0;
  visibility: hidden;
}

.veluna-N1[id='hcmkF6G2v6'].header-active .header-title a {
  height: 6.4rem;
}

.veluna-N1[id='hcmkF6G2v6'] .header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding-top: 10rem;
  box-sizing: border-box;
  border-bottom: 1px solid var(--border-color);
  transition: padding-top 0.5s ease;
}

.veluna-N1[id='hcmkF6G2v6'] .header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.veluna-N1[id='hcmkF6G2v6'] .header-top .header-group {
  position: absolute;
  right: 8rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.veluna-N1[id='hcmkF6G2v6'] .user-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0 4rem;
}

.veluna-N1[id='hcmkF6G2v6'] .user-menu li {
  position: relative;
}

.veluna-N1[id='hcmkF6G2v6'] .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: #e5e5e5;
}

.veluna-N1[id='hcmkF6G2v6'] .user-menu li a {
  padding: 2rem 1.2rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='hcmkF6G2v6'] .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem;
}

.veluna-N1[id='hcmkF6G2v6'] .header-left {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.veluna-N1[id='hcmkF6G2v6'] .header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.veluna-N1[id='hcmkF6G2v6'] .header-title a {
  width: auto;
  height: 7.4rem;
  transition: height 0.3s;
}

.veluna-N1[id='hcmkF6G2v6'] .header-title img {
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}

.veluna-N1[id='hcmkF6G2v6'] .header-gnblist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.veluna-N1[id='hcmkF6G2v6'] .header-gnbitem {
  position: relative;
}

.veluna-N1[id='hcmkF6G2v6'] .header-gnblink {
  height: 100%;
  padding: 2rem 5rem;
  text-align: center;
  white-space: nowrap;
}

.veluna-N1[id='hcmkF6G2v6'] .header-gnblink span {
  position: relative;
}

.veluna-N1[id='hcmkF6G2v6'] .header-gnblink span::after {
  content: "";
  height: 0.2rem;
  width: 100%;
  transition: 0.3s;
  transform: scaleX(0);
}

.veluna-N1[id='hcmkF6G2v6'] .header-sublist {
  min-width: 12rem;
  min-height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  transition: opacity 0.3s;
  padding: 1rem;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 0.4rem;
  background: var(--white);
  box-shadow: 1px 1px 3rem 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3rem);
}

.veluna-N1[id='hcmkF6G2v6'] .header-gnbitem:has(.header-sublist .header-subitem):hover .header-sublist {
  min-height: auto;
  opacity: 1;
  overflow: hidden;
  pointer-events: auto;
}

.veluna-N1[id='hcmkF6G2v6'] .header-gnbitem:hover .header-gnblink span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--black);
  transform: scaleX(1);
}

.veluna-N1[id='hcmkF6G2v6'] .header-subitem {
  width: 100%;
  min-width: 10rem;
  overflow: hidden;
}

.veluna-N1[id='hcmkF6G2v6'] .header-sublink {
  width: 100%;
  padding: 1rem 1.4rem;
  transition: color 0.2s, background 0.2s;
  will-change: color, background;
  border-radius: 0.4rem;
  white-space: nowrap;
}

.veluna-N1[id='hcmkF6G2v6'] .header-sublink:hover {
  background: #f8f9fb;
  color: var(--black);
}

.veluna-N1[id='hcmkF6G2v6'] .header-right {
  display: flex;
  align-items: center;
}

.veluna-N1[id='hcmkF6G2v6'] .header-right .header-gnb {
  margin-right: 1.8rem;
}

.veluna-N1[id='hcmkF6G2v6'] .header-lang {
  position: relative;
}

.veluna-N1[id='hcmkF6G2v6'] .header-langbtn {
  position: relative;
  border: none;
  background: none;
}

.veluna-N1[id='hcmkF6G2v6'] .header-langlist {
  position: absolute;
  top: 100%;
  left: -50%;
  z-index: 200;
  background: #111111;
}

.veluna-N1[id='hcmkF6G2v6'] .header-langitem {
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}

.veluna-N1[id='hcmkF6G2v6'] .header-langitem a {
  padding: 0.6rem 1.6rem;
  color: var(--white);
  opacity: 0.7;
}

.veluna-N1[id='hcmkF6G2v6'] .header-langitem a:hover {
  opacity: 1;
}

.veluna-N1[id='hcmkF6G2v6'] .header-lang:hover .header-langbtn::after {
  transform: translateY(-50%) rotate(180deg);
}

.veluna-N1[id='hcmkF6G2v6'] .header-lang:hover .header-langitem {
  max-height: 6.8rem;
}

.veluna-N1[id='hcmkF6G2v6'] .header-utils>ul {
  display: flex;
  align-items: center;
}

.veluna-N1[id='hcmkF6G2v6'] .header-utils>ul>li {
  margin-left: 1.2rem;
}

.veluna-N1[id='hcmkF6G2v6'] .header-utils>ul>li>img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='hcmkF6G2v6'] .header-utils button {
  max-width: 3.2rem;
  background: none;
  border: none;
}

.veluna-N1[id='hcmkF6G2v6'] .header-utils button img {
  width: auto;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='hcmkF6G2v6'] .header-utils .member a {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0;
  display: block;
}

.veluna-N1[id='hcmkF6G2v6'] .header-utils .member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.veluna-N1[id='hcmkF6G2v6'] .header-utils .btn-allmenu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.veluna-N1[id='hcmkF6G2v6'] .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
  width: 2.4rem;
}

.veluna-N1[id='hcmkF6G2v6'] .header-utils .btn-allmenu .ico-hamburger,
.veluna-N1[id='hcmkF6G2v6'] .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: #111;
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s;
  will-change: width, transform, opacity;
}

.veluna-N1[id='hcmkF6G2v6'] .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.veluna-N1[id='hcmkF6G2v6'] .btn-momenu .ico-hamburger:nth-child(2) {
  width: 1.4rem;
}

.veluna-N1[id='hcmkF6G2v6'] .btn-momenu {
  display: none;
}

.veluna-N1[id='hcmkF6G2v6'] .btn-moclose {
  display: none;
}

.veluna-N1[id='hcmkF6G2v6'] .header-fullmenu {
  position: fixed;
  z-index: 99999;
  padding: 0 2.4rem;
  background: #dc302f;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.veluna-N1[id='hcmkF6G2v6'] .header-fullmenu.fullmenu-right {
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
}

.veluna-N1[id='hcmkF6G2v6'] .header-fullmenu.fullmenu-left {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
}

.veluna-N1[id='hcmkF6G2v6'] .header-fullmenu.fullmenu-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='hcmkF6G2v6'] .header-fullmenu.fullmenu-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.veluna-N1[id='hcmkF6G2v6'] .header-fullmenu.fullmenu-active {
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible;
}

.veluna-N1[id='hcmkF6G2v6'] .fullmenu-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}

.veluna-N1[id='hcmkF6G2v6'] .fullmenu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}

.veluna-N1[id='hcmkF6G2v6'] .fullmenu-title {
  margin-bottom: 0;
}

.veluna-N1[id='hcmkF6G2v6'] .fullmenu-title a {
  height: 4.3rem;
}

.veluna-N1[id='hcmkF6G2v6'] .fullmenu-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='hcmkF6G2v6'] .fullmenu-gnblist {
  display: flex;
  justify-content: center;
}

.veluna-N1[id='hcmkF6G2v6'] .fullmenu-gnbitem {
  flex-grow: 1;
  width: 20%;
}

.veluna-N1[id='hcmkF6G2v6'] .fullmenu-gnbitem+.fullmenu-gnbitem {
  margin-left: 4rem;
}

.veluna-N1[id='hcmkF6G2v6'] .fullmenu-gnblink {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.veluna-N1[id='hcmkF6G2v6'] .fullmenu-gnblink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background: var(--white);
  transition: 0.2s;
}

.veluna-N1[id='hcmkF6G2v6'] .fullmenu-gnblink.on::after {
  width: 18rem;
}

.veluna-N1[id='hcmkF6G2v6'] .fullmenu-sublist {
  padding-top: 4rem;
}

.veluna-N1[id='hcmkF6G2v6'] .fullmenu-subitem+.fullmenu-subitem {
  padding-top: 0.8rem;
}

.veluna-N1[id='hcmkF6G2v6'] .fullmenu-sublink {
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  transition: 0.3s;
}

.veluna-N1[id='hcmkF6G2v6'] .fullmenu-sublink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 100%;
  right: 0;
  transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.veluna-N1[id='hcmkF6G2v6'] .fullmenu-sublink:hover {
  color: var(--white);
}

.veluna-N1[id='hcmkF6G2v6'] .fullmenu-sublink:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.veluna-N1[id='hcmkF6G2v6'] .fullmenu-close {
  position: fixed;
  right: 8rem;
  top: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.5rem;
  background: transparent;
  border: none;
}

.veluna-N1[id='hcmkF6G2v6'] .fullmenu-close img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.veluna-N1[id='hcmkF6G2v6'] .header-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: var(--white);
}

.veluna-N1[id='hcmkF6G2v6'] .header-search-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2.4rem 0;
}

.veluna-N1[id='hcmkF6G2v6'] .header-search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border: none;
  background: none;
  font-size: 2rem;
}

.veluna-N1[id='hcmkF6G2v6'] .header-search-close::before {
  color: var(--black);
}

.veluna-N1[id='hcmkF6G2v6'] .header-search-body {
  padding: 12rem 0;
}

.veluna-N1[id='hcmkF6G2v6'] .header-search-body .textset {
  text-align: center;
}

.veluna-N1[id='hcmkF6G2v6'] .header-search-body .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem;
}

.veluna-N1[id='hcmkF6G2v6'] .header-search-body .textset-desc {
  font-weight: var(--fw-regular);
  color: var(--text-color2);
}

.veluna-N1[id='hcmkF6G2v6'] .header-search-form {
  margin-top: 4rem;
  max-width: 68rem;
  margin: 4rem auto 0 auto;
}

.veluna-N1[id='hcmkF6G2v6'] .header-search-form .form-box {
  display: flex;
}

.veluna-N1[id='hcmkF6G2v6'] .header-search-form .inputset {
  width: 100%;
}

.veluna-N1[id='hcmkF6G2v6'] .header-search-form .search-btn {
  flex-shrink: 0;
  width: 5.6rem;
  background: var(--primary);
}

.veluna-N1[id='hcmkF6G2v6'] .header-search-form .search-btn::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--white);
}

.veluna-N1[id='hcmkF6G2v6'] .header-search .reco-box {
  margin-top: 4rem;
}

.veluna-N1[id='hcmkF6G2v6'] .header-search .reco-tit {
  font-weight: var(--fw-bold);
}

.veluna-N1[id='hcmkF6G2v6'] .header-search .reco-tit+.reco-list {
  margin-top: 0.8rem;
}

.veluna-N1[id='hcmkF6G2v6'] .header-search .reco-item+.reco-item {
  margin-top: 0.8rem;
}

.veluna-N1[id='hcmkF6G2v6'] .header-search .reco-num {
  flex-shrink: 0;
  font-weight: var(--fw-bold);
  color: var(--text-color2);
}

.veluna-N1[id='hcmkF6G2v6'] .header-search .co-pri {
  color: var(--primary);
}

.veluna-N1[id='hcmkF6G2v6'] .header-search .reco-item button {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  width: 100%;
  background: none;
  border: none;
  color: var(--text-color1);
}

@media (max-width: 992px) {
  .veluna-N1[id='CVmkF0JV55']::before {
    content: none;
  }

  .veluna-N1[id='CVmkF0JV55'].header-active .header-container {
    min-height: 6rem;
  }

  .veluna-N1[id='CVmkF0JV55'].header-active .header-top {
    height: 6rem;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-top {
    position: static;
    justify-content: space-between;
    height: 6rem;
    z-index: 10;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-top .header-group {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    position: static;
    transform: translate(0);
  }

  .veluna-N1[id='CVmkF0JV55'] .header-gnb {
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    overflow: hidden;
    padding: 0 2.4rem;
    transition: height 0.3s;
    z-index: 9;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-container {
    padding-top: 0;
  }

  .veluna-N1[id='CVmkF0JV55'].block-active .header-gnb {
    height: calc(100vh - 6rem);
    padding-bottom: 19rem;
    overflow-y: auto;
  }

  .veluna-N1[id='CVmkF0JV55'].block-active .header-top {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='CVmkF0JV55'] .user-menu {
    padding: 0 2.2rem;
    justify-content: flex-start;
  }

  .veluna-N1[id='CVmkF0JV55'] .user-menu li a,
  .veluna-N1[id='CVmkF0JV55'] .user-menu li:last-child a {
    padding: 2.4rem 1.2rem;
  }

  .veluna-N1[id='CVmkF0JV55'] .user-menu li:first-child a {
    padding-left: 0;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-title a {
    height: 4rem;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-center {
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    transform: none;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-gnblist {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-gnblink {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 1.8rem 0;
    text-align: left;
    transition: border 0.3s;
    will-change: border;
    border-bottom: 1px solid #e5e5e5;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-gnbitem:hover .header-gnblink span {
    border: none;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-gnbitem:hover .header-gnblink span::after {
    content: none;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-sublist {
    display: none;
    position: relative;
    left: 0;
    transform: none;
    opacity: 1;
    padding: 1.8rem 0 2rem 0;
    box-shadow: none;
    background: none;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid #111111;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-subitem {
    width: 100%;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-subitem+.header-subitem {
    padding-top: 0.8rem;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-sublink {
    padding: 0;
    color: var(--text-color3);
  }

  .veluna-N1[id='CVmkF0JV55'] .header-sublink:active {
    color: #111111;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-sublink:hover {
    background: var(--white) f;
    color: #111111;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-right button,
  .veluna-N1[id='CVmkF0JV55'] .header-utils .member a {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-lang:hover .header-langitem {
    max-height: 0;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-lang.lang-active .header-langitem {
    max-height: 6.8rem;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-lang:hover .header-langbtn::after {
    transform: translateY(-50%) rotate(0);
  }

  .veluna-N1[id='CVmkF0JV55'] .header-lang.lang-active .header-langbtn::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .veluna-N1[id='CVmkF0JV55'] .header-utils>ul>li {
    margin-left: 0.6rem;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-utils button {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-utils .allmenu {
    display: none;
  }

  .veluna-N1[id='CVmkF0JV55'] .btn-momenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin-left: 0;
    background: none;
  }

  .veluna-N1[id='CVmkF0JV55'] .btn-momenu .ico-hamburger {
    width: 2rem;
  }

  .veluna-N1[id='CVmkF0JV55'] .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.2rem;
  }

  .veluna-N1[id='CVmkF0JV55'].block-active .header-center {
    pointer-events: auto;
  }

  .veluna-N1[id='CVmkF0JV55'].block-active .header-title {
    height: 6rem;
    display: flex;
    align-items: center;
  }

  .veluna-N1[id='CVmkF0JV55'].block-active .header-gnblist {
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-gnbitem:has(.header-sublist) .header-gnblink::after {
    content: "";
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../icons/ico_downarrow_black.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transition: transform 0.3s;
    will-change: transform;
  }

  .veluna-N1[id='CVmkF0JV55'].block-active .header-gnblink {
    align-items: center;
    justify-content: space-between;
  }

  .veluna-N1[id='CVmkF0JV55'].block-active .header-gnbitem.item-active .header-gnblink::after {
    content: "";
    transform: rotate(180deg);
  }

  .veluna-N1[id='CVmkF0JV55'].block-active .btn-momenu .ico-hamburger:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg);
  }

  .veluna-N1[id='CVmkF0JV55'].block-active .btn-momenu .ico-hamburger:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg);
  }

  .veluna-N1[id='CVmkF0JV55'].block-active .btn-momenu .ico-hamburger:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-fullmenu {
    display: none;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-search-head {
    padding: 1.6rem 0;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-search-body {
    padding: 6rem 0;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-search-form {
    margin-top: 2.4rem;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-search-form .search-btn {
    width: 4.8rem;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-search-form .search-btn::before {
    font-size: 1.6rem;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-search .reco-box {
    margin-top: 1.2rem;
  }

  .veluna-N1[id='CVmkF0JV55'] .header-search .reco-tit+.reco-list {
    margin-top: 0.4rem;
  }

  :root {
    --icon-fs-mkcawg3p: 2rem;
  }

  .veluna-N1[id='CVmkF0JV55'] {}

  .veluna-N1[id='OumKf6g2q1']::before {
    content: none;
  }

  .veluna-N1[id='OumKf6g2q1'].header-active .header-container {
    min-height: 6rem;
  }

  .veluna-N1[id='OumKf6g2q1'].header-active .header-top {
    height: 6rem;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-top {
    position: static;
    justify-content: space-between;
    height: 6rem;
    z-index: 10;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-top .header-group {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    position: static;
    transform: translate(0);
  }

  .veluna-N1[id='OumKf6g2q1'] .header-gnb {
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    overflow: hidden;
    padding: 0 2.4rem;
    transition: height 0.3s;
    z-index: 9;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-container {
    padding-top: 0;
  }

  .veluna-N1[id='OumKf6g2q1'].block-active .header-gnb {
    height: calc(100vh - 6rem);
    padding-bottom: 19rem;
    overflow-y: auto;
  }

  .veluna-N1[id='OumKf6g2q1'].block-active .header-top {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='OumKf6g2q1'] .user-menu {
    padding: 0 2.2rem;
    justify-content: flex-start;
  }

  .veluna-N1[id='OumKf6g2q1'] .user-menu li a,
  .veluna-N1[id='OumKf6g2q1'] .user-menu li:last-child a {
    padding: 2.4rem 1.2rem;
  }

  .veluna-N1[id='OumKf6g2q1'] .user-menu li:first-child a {
    padding-left: 0;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-title a {
    height: 4rem;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-center {
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    transform: none;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-gnblist {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-gnblink {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 1.8rem 0;
    text-align: left;
    transition: border 0.3s;
    will-change: border;
    border-bottom: 1px solid #e5e5e5;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-gnbitem:hover .header-gnblink span {
    border: none;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-gnbitem:hover .header-gnblink span::after {
    content: none;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-sublist {
    display: none;
    position: relative;
    left: 0;
    transform: none;
    opacity: 1;
    padding: 1.8rem 0 2rem 0;
    box-shadow: none;
    background: none;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid #111111;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-subitem {
    width: 100%;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-subitem+.header-subitem {
    padding-top: 0.8rem;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-sublink {
    padding: 0;
    color: var(--text-color3);
  }

  .veluna-N1[id='OumKf6g2q1'] .header-sublink:active {
    color: #111111;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-sublink:hover {
    background: var(--white) f;
    color: #111111;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-right button,
  .veluna-N1[id='OumKf6g2q1'] .header-utils .member a {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-lang:hover .header-langitem {
    max-height: 0;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-lang.lang-active .header-langitem {
    max-height: 6.8rem;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-lang:hover .header-langbtn::after {
    transform: translateY(-50%) rotate(0);
  }

  .veluna-N1[id='OumKf6g2q1'] .header-lang.lang-active .header-langbtn::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .veluna-N1[id='OumKf6g2q1'] .header-utils>ul>li {
    margin-left: 0.6rem;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-utils button {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-utils .allmenu {
    display: none;
  }

  .veluna-N1[id='OumKf6g2q1'] .btn-momenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin-left: 0;
    background: none;
  }

  .veluna-N1[id='OumKf6g2q1'] .btn-momenu .ico-hamburger {
    width: 2rem;
  }

  .veluna-N1[id='OumKf6g2q1'] .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.2rem;
  }

  .veluna-N1[id='OumKf6g2q1'].block-active .header-center {
    pointer-events: auto;
  }

  .veluna-N1[id='OumKf6g2q1'].block-active .header-title {
    height: 6rem;
    display: flex;
    align-items: center;
  }

  .veluna-N1[id='OumKf6g2q1'].block-active .header-gnblist {
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-gnbitem:has(.header-sublist) .header-gnblink::after {
    content: "";
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../icons/ico_downarrow_black.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transition: transform 0.3s;
    will-change: transform;
  }

  .veluna-N1[id='OumKf6g2q1'].block-active .header-gnblink {
    align-items: center;
    justify-content: space-between;
  }

  .veluna-N1[id='OumKf6g2q1'].block-active .header-gnbitem.item-active .header-gnblink::after {
    content: "";
    transform: rotate(180deg);
  }

  .veluna-N1[id='OumKf6g2q1'].block-active .btn-momenu .ico-hamburger:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg);
  }

  .veluna-N1[id='OumKf6g2q1'].block-active .btn-momenu .ico-hamburger:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg);
  }

  .veluna-N1[id='OumKf6g2q1'].block-active .btn-momenu .ico-hamburger:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-fullmenu {
    display: none;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-search-head {
    padding: 1.6rem 0;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-search-body {
    padding: 6rem 0;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-search-form {
    margin-top: 2.4rem;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-search-form .search-btn {
    width: 4.8rem;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-search-form .search-btn::before {
    font-size: 1.6rem;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-search .reco-box {
    margin-top: 1.2rem;
  }

  .veluna-N1[id='OumKf6g2q1'] .header-search .reco-tit+.reco-list {
    margin-top: 0.4rem;
  }

  .veluna-N1[id='OumKf6g2q1'] {}

  .veluna-N1[id='SxMKf6g2R6']::before {
    content: none;
  }

  .veluna-N1[id='SxMKf6g2R6'].header-active .header-container {
    min-height: 6rem;
  }

  .veluna-N1[id='SxMKf6g2R6'].header-active .header-top {
    height: 6rem;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-top {
    position: static;
    justify-content: space-between;
    height: 6rem;
    z-index: 10;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-top .header-group {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    position: static;
    transform: translate(0);
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-gnb {
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    overflow: hidden;
    padding: 0 2.4rem;
    transition: height 0.3s;
    z-index: 9;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-container {
    padding-top: 0;
  }

  .veluna-N1[id='SxMKf6g2R6'].block-active .header-gnb {
    height: calc(100vh - 6rem);
    padding-bottom: 19rem;
    overflow-y: auto;
  }

  .veluna-N1[id='SxMKf6g2R6'].block-active .header-top {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='SxMKf6g2R6'] .user-menu {
    padding: 0 2.2rem;
    justify-content: flex-start;
  }

  .veluna-N1[id='SxMKf6g2R6'] .user-menu li a,
  .veluna-N1[id='SxMKf6g2R6'] .user-menu li:last-child a {
    padding: 2.4rem 1.2rem;
  }

  .veluna-N1[id='SxMKf6g2R6'] .user-menu li:first-child a {
    padding-left: 0;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-title a {
    height: 4rem;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-center {
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    transform: none;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-gnblist {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-gnblink {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 1.8rem 0;
    text-align: left;
    transition: border 0.3s;
    will-change: border;
    border-bottom: 1px solid #e5e5e5;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-gnbitem:hover .header-gnblink span {
    border: none;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-gnbitem:hover .header-gnblink span::after {
    content: none;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-sublist {
    display: none;
    position: relative;
    left: 0;
    transform: none;
    opacity: 1;
    padding: 1.8rem 0 2rem 0;
    box-shadow: none;
    background: none;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid #111111;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-subitem {
    width: 100%;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-subitem+.header-subitem {
    padding-top: 0.8rem;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-sublink {
    padding: 0;
    color: var(--text-color3);
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-sublink:active {
    color: #111111;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-sublink:hover {
    background: var(--white) f;
    color: #111111;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-right button,
  .veluna-N1[id='SxMKf6g2R6'] .header-utils .member a {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-lang:hover .header-langitem {
    max-height: 0;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-lang.lang-active .header-langitem {
    max-height: 6.8rem;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-lang:hover .header-langbtn::after {
    transform: translateY(-50%) rotate(0);
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-lang.lang-active .header-langbtn::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-utils>ul>li {
    margin-left: 0.6rem;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-utils button {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-utils .allmenu {
    display: none;
  }

  .veluna-N1[id='SxMKf6g2R6'] .btn-momenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin-left: 0;
    background: none;
  }

  .veluna-N1[id='SxMKf6g2R6'] .btn-momenu .ico-hamburger {
    width: 2rem;
  }

  .veluna-N1[id='SxMKf6g2R6'] .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.2rem;
  }

  .veluna-N1[id='SxMKf6g2R6'].block-active .header-center {
    pointer-events: auto;
  }

  .veluna-N1[id='SxMKf6g2R6'].block-active .header-title {
    height: 6rem;
    display: flex;
    align-items: center;
  }

  .veluna-N1[id='SxMKf6g2R6'].block-active .header-gnblist {
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-gnbitem:has(.header-sublist) .header-gnblink::after {
    content: "";
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../icons/ico_downarrow_black.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transition: transform 0.3s;
    will-change: transform;
  }

  .veluna-N1[id='SxMKf6g2R6'].block-active .header-gnblink {
    align-items: center;
    justify-content: space-between;
  }

  .veluna-N1[id='SxMKf6g2R6'].block-active .header-gnbitem.item-active .header-gnblink::after {
    content: "";
    transform: rotate(180deg);
  }

  .veluna-N1[id='SxMKf6g2R6'].block-active .btn-momenu .ico-hamburger:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg);
  }

  .veluna-N1[id='SxMKf6g2R6'].block-active .btn-momenu .ico-hamburger:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg);
  }

  .veluna-N1[id='SxMKf6g2R6'].block-active .btn-momenu .ico-hamburger:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-fullmenu {
    display: none;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-search-head {
    padding: 1.6rem 0;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-search-body {
    padding: 6rem 0;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-search-form {
    margin-top: 2.4rem;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-search-form .search-btn {
    width: 4.8rem;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-search-form .search-btn::before {
    font-size: 1.6rem;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-search .reco-box {
    margin-top: 1.2rem;
  }

  .veluna-N1[id='SxMKf6g2R6'] .header-search .reco-tit+.reco-list {
    margin-top: 0.4rem;
  }

  .veluna-N1[id='SxMKf6g2R6'] {}

  .veluna-N1[id='snmkF6G2RM']::before {
    content: none;
  }

  .veluna-N1[id='snmkF6G2RM'].header-active .header-container {
    min-height: 6rem;
  }

  .veluna-N1[id='snmkF6G2RM'].header-active .header-top {
    height: 6rem;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-top {
    position: static;
    justify-content: space-between;
    height: 6rem;
    z-index: 10;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-top .header-group {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    position: static;
    transform: translate(0);
  }

  .veluna-N1[id='snmkF6G2RM'] .header-gnb {
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    overflow: hidden;
    padding: 0 2.4rem;
    transition: height 0.3s;
    z-index: 9;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-container {
    padding-top: 0;
  }

  .veluna-N1[id='snmkF6G2RM'].block-active .header-gnb {
    height: calc(100vh - 6rem);
    padding-bottom: 19rem;
    overflow-y: auto;
  }

  .veluna-N1[id='snmkF6G2RM'].block-active .header-top {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='snmkF6G2RM'] .user-menu {
    padding: 0 2.2rem;
    justify-content: flex-start;
  }

  .veluna-N1[id='snmkF6G2RM'] .user-menu li a,
  .veluna-N1[id='snmkF6G2RM'] .user-menu li:last-child a {
    padding: 2.4rem 1.2rem;
  }

  .veluna-N1[id='snmkF6G2RM'] .user-menu li:first-child a {
    padding-left: 0;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-title a {
    height: 4rem;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-center {
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    transform: none;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-gnblist {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-gnblink {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 1.8rem 0;
    text-align: left;
    transition: border 0.3s;
    will-change: border;
    border-bottom: 1px solid #e5e5e5;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-gnbitem:hover .header-gnblink span {
    border: none;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-gnbitem:hover .header-gnblink span::after {
    content: none;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-sublist {
    display: none;
    position: relative;
    left: 0;
    transform: none;
    opacity: 1;
    padding: 1.8rem 0 2rem 0;
    box-shadow: none;
    background: none;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid #111111;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-subitem {
    width: 100%;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-subitem+.header-subitem {
    padding-top: 0.8rem;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-sublink {
    padding: 0;
    color: var(--text-color3);
  }

  .veluna-N1[id='snmkF6G2RM'] .header-sublink:active {
    color: #111111;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-sublink:hover {
    background: var(--white) f;
    color: #111111;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-right button,
  .veluna-N1[id='snmkF6G2RM'] .header-utils .member a {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-lang:hover .header-langitem {
    max-height: 0;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-lang.lang-active .header-langitem {
    max-height: 6.8rem;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-lang:hover .header-langbtn::after {
    transform: translateY(-50%) rotate(0);
  }

  .veluna-N1[id='snmkF6G2RM'] .header-lang.lang-active .header-langbtn::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .veluna-N1[id='snmkF6G2RM'] .header-utils>ul>li {
    margin-left: 0.6rem;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-utils button {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-utils .allmenu {
    display: none;
  }

  .veluna-N1[id='snmkF6G2RM'] .btn-momenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin-left: 0;
    background: none;
  }

  .veluna-N1[id='snmkF6G2RM'] .btn-momenu .ico-hamburger {
    width: 2rem;
  }

  .veluna-N1[id='snmkF6G2RM'] .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.2rem;
  }

  .veluna-N1[id='snmkF6G2RM'].block-active .header-center {
    pointer-events: auto;
  }

  .veluna-N1[id='snmkF6G2RM'].block-active .header-title {
    height: 6rem;
    display: flex;
    align-items: center;
  }

  .veluna-N1[id='snmkF6G2RM'].block-active .header-gnblist {
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-gnbitem:has(.header-sublist) .header-gnblink::after {
    content: "";
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../icons/ico_downarrow_black.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transition: transform 0.3s;
    will-change: transform;
  }

  .veluna-N1[id='snmkF6G2RM'].block-active .header-gnblink {
    align-items: center;
    justify-content: space-between;
  }

  .veluna-N1[id='snmkF6G2RM'].block-active .header-gnbitem.item-active .header-gnblink::after {
    content: "";
    transform: rotate(180deg);
  }

  .veluna-N1[id='snmkF6G2RM'].block-active .btn-momenu .ico-hamburger:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg);
  }

  .veluna-N1[id='snmkF6G2RM'].block-active .btn-momenu .ico-hamburger:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg);
  }

  .veluna-N1[id='snmkF6G2RM'].block-active .btn-momenu .ico-hamburger:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-fullmenu {
    display: none;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-search-head {
    padding: 1.6rem 0;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-search-body {
    padding: 6rem 0;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-search-form {
    margin-top: 2.4rem;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-search-form .search-btn {
    width: 4.8rem;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-search-form .search-btn::before {
    font-size: 1.6rem;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-search .reco-box {
    margin-top: 1.2rem;
  }

  .veluna-N1[id='snmkF6G2RM'] .header-search .reco-tit+.reco-list {
    margin-top: 0.4rem;
  }

  .veluna-N1[id='snmkF6G2RM'] {}

  .veluna-N1[id='UlMkF6G2s6']::before {
    content: none;
  }

  .veluna-N1[id='UlMkF6G2s6'].header-active .header-container {
    min-height: 6rem;
  }

  .veluna-N1[id='UlMkF6G2s6'].header-active .header-top {
    height: 6rem;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-top {
    position: static;
    justify-content: space-between;
    height: 6rem;
    z-index: 10;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-top .header-group {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    position: static;
    transform: translate(0);
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-gnb {
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    overflow: hidden;
    padding: 0 2.4rem;
    transition: height 0.3s;
    z-index: 9;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-container {
    padding-top: 0;
  }

  .veluna-N1[id='UlMkF6G2s6'].block-active .header-gnb {
    height: calc(100vh - 6rem);
    padding-bottom: 19rem;
    overflow-y: auto;
  }

  .veluna-N1[id='UlMkF6G2s6'].block-active .header-top {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='UlMkF6G2s6'] .user-menu {
    padding: 0 2.2rem;
    justify-content: flex-start;
  }

  .veluna-N1[id='UlMkF6G2s6'] .user-menu li a,
  .veluna-N1[id='UlMkF6G2s6'] .user-menu li:last-child a {
    padding: 2.4rem 1.2rem;
  }

  .veluna-N1[id='UlMkF6G2s6'] .user-menu li:first-child a {
    padding-left: 0;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-title a {
    height: 4rem;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-center {
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    transform: none;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-gnblist {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-gnblink {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 1.8rem 0;
    text-align: left;
    transition: border 0.3s;
    will-change: border;
    border-bottom: 1px solid #e5e5e5;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-gnbitem:hover .header-gnblink span {
    border: none;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-gnbitem:hover .header-gnblink span::after {
    content: none;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-sublist {
    display: none;
    position: relative;
    left: 0;
    transform: none;
    opacity: 1;
    padding: 1.8rem 0 2rem 0;
    box-shadow: none;
    background: none;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid #111111;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-subitem {
    width: 100%;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-subitem+.header-subitem {
    padding-top: 0.8rem;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-sublink {
    padding: 0;
    color: var(--text-color3);
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-sublink:active {
    color: #111111;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-sublink:hover {
    background: var(--white) f;
    color: #111111;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-right button,
  .veluna-N1[id='UlMkF6G2s6'] .header-utils .member a {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-lang:hover .header-langitem {
    max-height: 0;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-lang.lang-active .header-langitem {
    max-height: 6.8rem;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-lang:hover .header-langbtn::after {
    transform: translateY(-50%) rotate(0);
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-lang.lang-active .header-langbtn::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-utils>ul>li {
    margin-left: 0.6rem;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-utils button {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-utils .allmenu {
    display: none;
  }

  .veluna-N1[id='UlMkF6G2s6'] .btn-momenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin-left: 0;
    background: none;
  }

  .veluna-N1[id='UlMkF6G2s6'] .btn-momenu .ico-hamburger {
    width: 2rem;
  }

  .veluna-N1[id='UlMkF6G2s6'] .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.2rem;
  }

  .veluna-N1[id='UlMkF6G2s6'].block-active .header-center {
    pointer-events: auto;
  }

  .veluna-N1[id='UlMkF6G2s6'].block-active .header-title {
    height: 6rem;
    display: flex;
    align-items: center;
  }

  .veluna-N1[id='UlMkF6G2s6'].block-active .header-gnblist {
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-gnbitem:has(.header-sublist) .header-gnblink::after {
    content: "";
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../icons/ico_downarrow_black.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transition: transform 0.3s;
    will-change: transform;
  }

  .veluna-N1[id='UlMkF6G2s6'].block-active .header-gnblink {
    align-items: center;
    justify-content: space-between;
  }

  .veluna-N1[id='UlMkF6G2s6'].block-active .header-gnbitem.item-active .header-gnblink::after {
    content: "";
    transform: rotate(180deg);
  }

  .veluna-N1[id='UlMkF6G2s6'].block-active .btn-momenu .ico-hamburger:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg);
  }

  .veluna-N1[id='UlMkF6G2s6'].block-active .btn-momenu .ico-hamburger:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg);
  }

  .veluna-N1[id='UlMkF6G2s6'].block-active .btn-momenu .ico-hamburger:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-fullmenu {
    display: none;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-search-head {
    padding: 1.6rem 0;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-search-body {
    padding: 6rem 0;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-search-form {
    margin-top: 2.4rem;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-search-form .search-btn {
    width: 4.8rem;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-search-form .search-btn::before {
    font-size: 1.6rem;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-search .reco-box {
    margin-top: 1.2rem;
  }

  .veluna-N1[id='UlMkF6G2s6'] .header-search .reco-tit+.reco-list {
    margin-top: 0.4rem;
  }

  .veluna-N1[id='UlMkF6G2s6'] {}

  .veluna-N1[id='iIMKf6G2Sl']::before {
    content: none;
  }

  .veluna-N1[id='iIMKf6G2Sl'].header-active .header-container {
    min-height: 6rem;
  }

  .veluna-N1[id='iIMKf6G2Sl'].header-active .header-top {
    height: 6rem;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-top {
    position: static;
    justify-content: space-between;
    height: 6rem;
    z-index: 10;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-top .header-group {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    position: static;
    transform: translate(0);
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-gnb {
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    overflow: hidden;
    padding: 0 2.4rem;
    transition: height 0.3s;
    z-index: 9;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-container {
    padding-top: 0;
  }

  .veluna-N1[id='iIMKf6G2Sl'].block-active .header-gnb {
    height: calc(100vh - 6rem);
    padding-bottom: 19rem;
    overflow-y: auto;
  }

  .veluna-N1[id='iIMKf6G2Sl'].block-active .header-top {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .user-menu {
    padding: 0 2.2rem;
    justify-content: flex-start;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .user-menu li a,
  .veluna-N1[id='iIMKf6G2Sl'] .user-menu li:last-child a {
    padding: 2.4rem 1.2rem;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .user-menu li:first-child a {
    padding-left: 0;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-title a {
    height: 4rem;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-center {
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    transform: none;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-gnblist {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-gnblink {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 1.8rem 0;
    text-align: left;
    transition: border 0.3s;
    will-change: border;
    border-bottom: 1px solid #e5e5e5;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-gnbitem:hover .header-gnblink span {
    border: none;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-gnbitem:hover .header-gnblink span::after {
    content: none;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-sublist {
    display: none;
    position: relative;
    left: 0;
    transform: none;
    opacity: 1;
    padding: 1.8rem 0 2rem 0;
    box-shadow: none;
    background: none;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid #111111;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-subitem {
    width: 100%;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-subitem+.header-subitem {
    padding-top: 0.8rem;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-sublink {
    padding: 0;
    color: var(--text-color3);
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-sublink:active {
    color: #111111;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-sublink:hover {
    background: var(--white) f;
    color: #111111;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-right button,
  .veluna-N1[id='iIMKf6G2Sl'] .header-utils .member a {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-lang:hover .header-langitem {
    max-height: 0;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-lang.lang-active .header-langitem {
    max-height: 6.8rem;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-lang:hover .header-langbtn::after {
    transform: translateY(-50%) rotate(0);
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-lang.lang-active .header-langbtn::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-utils>ul>li {
    margin-left: 0.6rem;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-utils button {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-utils .allmenu {
    display: none;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .btn-momenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin-left: 0;
    background: none;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .btn-momenu .ico-hamburger {
    width: 2rem;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.2rem;
  }

  .veluna-N1[id='iIMKf6G2Sl'].block-active .header-center {
    pointer-events: auto;
  }

  .veluna-N1[id='iIMKf6G2Sl'].block-active .header-title {
    height: 6rem;
    display: flex;
    align-items: center;
  }

  .veluna-N1[id='iIMKf6G2Sl'].block-active .header-gnblist {
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-gnbitem:has(.header-sublist) .header-gnblink::after {
    content: "";
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../icons/ico_downarrow_black.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transition: transform 0.3s;
    will-change: transform;
  }

  .veluna-N1[id='iIMKf6G2Sl'].block-active .header-gnblink {
    align-items: center;
    justify-content: space-between;
  }

  .veluna-N1[id='iIMKf6G2Sl'].block-active .header-gnbitem.item-active .header-gnblink::after {
    content: "";
    transform: rotate(180deg);
  }

  .veluna-N1[id='iIMKf6G2Sl'].block-active .btn-momenu .ico-hamburger:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg);
  }

  .veluna-N1[id='iIMKf6G2Sl'].block-active .btn-momenu .ico-hamburger:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg);
  }

  .veluna-N1[id='iIMKf6G2Sl'].block-active .btn-momenu .ico-hamburger:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-fullmenu {
    display: none;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-search-head {
    padding: 1.6rem 0;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-search-body {
    padding: 6rem 0;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-search-form {
    margin-top: 2.4rem;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-search-form .search-btn {
    width: 4.8rem;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-search-form .search-btn::before {
    font-size: 1.6rem;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-search .reco-box {
    margin-top: 1.2rem;
  }

  .veluna-N1[id='iIMKf6G2Sl'] .header-search .reco-tit+.reco-list {
    margin-top: 0.4rem;
  }

  .veluna-N1[id='iIMKf6G2Sl'] {}

  .veluna-N1[id='UhmKf6g2T3']::before {
    content: none;
  }

  .veluna-N1[id='UhmKf6g2T3'].header-active .header-container {
    min-height: 6rem;
  }

  .veluna-N1[id='UhmKf6g2T3'].header-active .header-top {
    height: 6rem;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-top {
    position: static;
    justify-content: space-between;
    height: 6rem;
    z-index: 10;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-top .header-group {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    position: static;
    transform: translate(0);
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-gnb {
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    overflow: hidden;
    padding: 0 2.4rem;
    transition: height 0.3s;
    z-index: 9;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-container {
    padding-top: 0;
  }

  .veluna-N1[id='UhmKf6g2T3'].block-active .header-gnb {
    height: calc(100vh - 6rem);
    padding-bottom: 19rem;
    overflow-y: auto;
  }

  .veluna-N1[id='UhmKf6g2T3'].block-active .header-top {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='UhmKf6g2T3'] .user-menu {
    padding: 0 2.2rem;
    justify-content: flex-start;
  }

  .veluna-N1[id='UhmKf6g2T3'] .user-menu li a,
  .veluna-N1[id='UhmKf6g2T3'] .user-menu li:last-child a {
    padding: 2.4rem 1.2rem;
  }

  .veluna-N1[id='UhmKf6g2T3'] .user-menu li:first-child a {
    padding-left: 0;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-title a {
    height: 4rem;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-center {
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    transform: none;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-gnblist {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-gnblink {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 1.8rem 0;
    text-align: left;
    transition: border 0.3s;
    will-change: border;
    border-bottom: 1px solid #e5e5e5;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-gnbitem:hover .header-gnblink span {
    border: none;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-gnbitem:hover .header-gnblink span::after {
    content: none;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-sublist {
    display: none;
    position: relative;
    left: 0;
    transform: none;
    opacity: 1;
    padding: 1.8rem 0 2rem 0;
    box-shadow: none;
    background: none;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid #111111;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-subitem {
    width: 100%;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-subitem+.header-subitem {
    padding-top: 0.8rem;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-sublink {
    padding: 0;
    color: var(--text-color3);
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-sublink:active {
    color: #111111;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-sublink:hover {
    background: var(--white) f;
    color: #111111;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-right button,
  .veluna-N1[id='UhmKf6g2T3'] .header-utils .member a {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-lang:hover .header-langitem {
    max-height: 0;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-lang.lang-active .header-langitem {
    max-height: 6.8rem;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-lang:hover .header-langbtn::after {
    transform: translateY(-50%) rotate(0);
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-lang.lang-active .header-langbtn::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-utils>ul>li {
    margin-left: 0.6rem;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-utils button {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-utils .allmenu {
    display: none;
  }

  .veluna-N1[id='UhmKf6g2T3'] .btn-momenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin-left: 0;
    background: none;
  }

  .veluna-N1[id='UhmKf6g2T3'] .btn-momenu .ico-hamburger {
    width: 2rem;
  }

  .veluna-N1[id='UhmKf6g2T3'] .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.2rem;
  }

  .veluna-N1[id='UhmKf6g2T3'].block-active .header-center {
    pointer-events: auto;
  }

  .veluna-N1[id='UhmKf6g2T3'].block-active .header-title {
    height: 6rem;
    display: flex;
    align-items: center;
  }

  .veluna-N1[id='UhmKf6g2T3'].block-active .header-gnblist {
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-gnbitem:has(.header-sublist) .header-gnblink::after {
    content: "";
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../icons/ico_downarrow_black.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transition: transform 0.3s;
    will-change: transform;
  }

  .veluna-N1[id='UhmKf6g2T3'].block-active .header-gnblink {
    align-items: center;
    justify-content: space-between;
  }

  .veluna-N1[id='UhmKf6g2T3'].block-active .header-gnbitem.item-active .header-gnblink::after {
    content: "";
    transform: rotate(180deg);
  }

  .veluna-N1[id='UhmKf6g2T3'].block-active .btn-momenu .ico-hamburger:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg);
  }

  .veluna-N1[id='UhmKf6g2T3'].block-active .btn-momenu .ico-hamburger:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg);
  }

  .veluna-N1[id='UhmKf6g2T3'].block-active .btn-momenu .ico-hamburger:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-fullmenu {
    display: none;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-search-head {
    padding: 1.6rem 0;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-search-body {
    padding: 6rem 0;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-search-form {
    margin-top: 2.4rem;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-search-form .search-btn {
    width: 4.8rem;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-search-form .search-btn::before {
    font-size: 1.6rem;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-search .reco-box {
    margin-top: 1.2rem;
  }

  .veluna-N1[id='UhmKf6g2T3'] .header-search .reco-tit+.reco-list {
    margin-top: 0.4rem;
  }

  .veluna-N1[id='UhmKf6g2T3'] {}

  .veluna-N1[id='qaMKf6G2tG']::before {
    content: none;
  }

  .veluna-N1[id='qaMKf6G2tG'].header-active .header-container {
    min-height: 6rem;
  }

  .veluna-N1[id='qaMKf6G2tG'].header-active .header-top {
    height: 6rem;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-top {
    position: static;
    justify-content: space-between;
    height: 6rem;
    z-index: 10;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-top .header-group {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    position: static;
    transform: translate(0);
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-gnb {
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    overflow: hidden;
    padding: 0 2.4rem;
    transition: height 0.3s;
    z-index: 9;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-container {
    padding-top: 0;
  }

  .veluna-N1[id='qaMKf6G2tG'].block-active .header-gnb {
    height: calc(100vh - 6rem);
    padding-bottom: 19rem;
    overflow-y: auto;
  }

  .veluna-N1[id='qaMKf6G2tG'].block-active .header-top {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='qaMKf6G2tG'] .user-menu {
    padding: 0 2.2rem;
    justify-content: flex-start;
  }

  .veluna-N1[id='qaMKf6G2tG'] .user-menu li a,
  .veluna-N1[id='qaMKf6G2tG'] .user-menu li:last-child a {
    padding: 2.4rem 1.2rem;
  }

  .veluna-N1[id='qaMKf6G2tG'] .user-menu li:first-child a {
    padding-left: 0;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-title a {
    height: 4rem;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-center {
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    transform: none;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-gnblist {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-gnblink {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 1.8rem 0;
    text-align: left;
    transition: border 0.3s;
    will-change: border;
    border-bottom: 1px solid #e5e5e5;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-gnbitem:hover .header-gnblink span {
    border: none;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-gnbitem:hover .header-gnblink span::after {
    content: none;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-sublist {
    display: none;
    position: relative;
    left: 0;
    transform: none;
    opacity: 1;
    padding: 1.8rem 0 2rem 0;
    box-shadow: none;
    background: none;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid #111111;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-subitem {
    width: 100%;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-subitem+.header-subitem {
    padding-top: 0.8rem;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-sublink {
    padding: 0;
    color: var(--text-color3);
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-sublink:active {
    color: #111111;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-sublink:hover {
    background: var(--white) f;
    color: #111111;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-right button,
  .veluna-N1[id='qaMKf6G2tG'] .header-utils .member a {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-lang:hover .header-langitem {
    max-height: 0;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-lang.lang-active .header-langitem {
    max-height: 6.8rem;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-lang:hover .header-langbtn::after {
    transform: translateY(-50%) rotate(0);
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-lang.lang-active .header-langbtn::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-utils>ul>li {
    margin-left: 0.6rem;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-utils button {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-utils .allmenu {
    display: none;
  }

  .veluna-N1[id='qaMKf6G2tG'] .btn-momenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin-left: 0;
    background: none;
  }

  .veluna-N1[id='qaMKf6G2tG'] .btn-momenu .ico-hamburger {
    width: 2rem;
  }

  .veluna-N1[id='qaMKf6G2tG'] .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.2rem;
  }

  .veluna-N1[id='qaMKf6G2tG'].block-active .header-center {
    pointer-events: auto;
  }

  .veluna-N1[id='qaMKf6G2tG'].block-active .header-title {
    height: 6rem;
    display: flex;
    align-items: center;
  }

  .veluna-N1[id='qaMKf6G2tG'].block-active .header-gnblist {
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-gnbitem:has(.header-sublist) .header-gnblink::after {
    content: "";
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../icons/ico_downarrow_black.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transition: transform 0.3s;
    will-change: transform;
  }

  .veluna-N1[id='qaMKf6G2tG'].block-active .header-gnblink {
    align-items: center;
    justify-content: space-between;
  }

  .veluna-N1[id='qaMKf6G2tG'].block-active .header-gnbitem.item-active .header-gnblink::after {
    content: "";
    transform: rotate(180deg);
  }

  .veluna-N1[id='qaMKf6G2tG'].block-active .btn-momenu .ico-hamburger:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg);
  }

  .veluna-N1[id='qaMKf6G2tG'].block-active .btn-momenu .ico-hamburger:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg);
  }

  .veluna-N1[id='qaMKf6G2tG'].block-active .btn-momenu .ico-hamburger:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-fullmenu {
    display: none;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-search-head {
    padding: 1.6rem 0;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-search-body {
    padding: 6rem 0;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-search-form {
    margin-top: 2.4rem;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-search-form .search-btn {
    width: 4.8rem;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-search-form .search-btn::before {
    font-size: 1.6rem;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-search .reco-box {
    margin-top: 1.2rem;
  }

  .veluna-N1[id='qaMKf6G2tG'] .header-search .reco-tit+.reco-list {
    margin-top: 0.4rem;
  }

  .veluna-N1[id='qaMKf6G2tG'] {}

  .veluna-N1[id='EjMkf6G2TW']::before {
    content: none;
  }

  .veluna-N1[id='EjMkf6G2TW'].header-active .header-container {
    min-height: 6rem;
  }

  .veluna-N1[id='EjMkf6G2TW'].header-active .header-top {
    height: 6rem;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-top {
    position: static;
    justify-content: space-between;
    height: 6rem;
    z-index: 10;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-top .header-group {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    position: static;
    transform: translate(0);
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-gnb {
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    overflow: hidden;
    padding: 0 2.4rem;
    transition: height 0.3s;
    z-index: 9;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-container {
    padding-top: 0;
  }

  .veluna-N1[id='EjMkf6G2TW'].block-active .header-gnb {
    height: calc(100vh - 6rem);
    padding-bottom: 19rem;
    overflow-y: auto;
  }

  .veluna-N1[id='EjMkf6G2TW'].block-active .header-top {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='EjMkf6G2TW'] .user-menu {
    padding: 0 2.2rem;
    justify-content: flex-start;
  }

  .veluna-N1[id='EjMkf6G2TW'] .user-menu li a,
  .veluna-N1[id='EjMkf6G2TW'] .user-menu li:last-child a {
    padding: 2.4rem 1.2rem;
  }

  .veluna-N1[id='EjMkf6G2TW'] .user-menu li:first-child a {
    padding-left: 0;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-title a {
    height: 4rem;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-center {
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    transform: none;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-gnblist {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-gnblink {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 1.8rem 0;
    text-align: left;
    transition: border 0.3s;
    will-change: border;
    border-bottom: 1px solid #e5e5e5;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-gnbitem:hover .header-gnblink span {
    border: none;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-gnbitem:hover .header-gnblink span::after {
    content: none;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-sublist {
    display: none;
    position: relative;
    left: 0;
    transform: none;
    opacity: 1;
    padding: 1.8rem 0 2rem 0;
    box-shadow: none;
    background: none;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid #111111;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-subitem {
    width: 100%;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-subitem+.header-subitem {
    padding-top: 0.8rem;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-sublink {
    padding: 0;
    color: var(--text-color3);
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-sublink:active {
    color: #111111;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-sublink:hover {
    background: var(--white) f;
    color: #111111;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-right button,
  .veluna-N1[id='EjMkf6G2TW'] .header-utils .member a {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-lang:hover .header-langitem {
    max-height: 0;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-lang.lang-active .header-langitem {
    max-height: 6.8rem;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-lang:hover .header-langbtn::after {
    transform: translateY(-50%) rotate(0);
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-lang.lang-active .header-langbtn::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-utils>ul>li {
    margin-left: 0.6rem;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-utils button {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-utils .allmenu {
    display: none;
  }

  .veluna-N1[id='EjMkf6G2TW'] .btn-momenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin-left: 0;
    background: none;
  }

  .veluna-N1[id='EjMkf6G2TW'] .btn-momenu .ico-hamburger {
    width: 2rem;
  }

  .veluna-N1[id='EjMkf6G2TW'] .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.2rem;
  }

  .veluna-N1[id='EjMkf6G2TW'].block-active .header-center {
    pointer-events: auto;
  }

  .veluna-N1[id='EjMkf6G2TW'].block-active .header-title {
    height: 6rem;
    display: flex;
    align-items: center;
  }

  .veluna-N1[id='EjMkf6G2TW'].block-active .header-gnblist {
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-gnbitem:has(.header-sublist) .header-gnblink::after {
    content: "";
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../icons/ico_downarrow_black.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transition: transform 0.3s;
    will-change: transform;
  }

  .veluna-N1[id='EjMkf6G2TW'].block-active .header-gnblink {
    align-items: center;
    justify-content: space-between;
  }

  .veluna-N1[id='EjMkf6G2TW'].block-active .header-gnbitem.item-active .header-gnblink::after {
    content: "";
    transform: rotate(180deg);
  }

  .veluna-N1[id='EjMkf6G2TW'].block-active .btn-momenu .ico-hamburger:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg);
  }

  .veluna-N1[id='EjMkf6G2TW'].block-active .btn-momenu .ico-hamburger:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg);
  }

  .veluna-N1[id='EjMkf6G2TW'].block-active .btn-momenu .ico-hamburger:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-fullmenu {
    display: none;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-search-head {
    padding: 1.6rem 0;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-search-body {
    padding: 6rem 0;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-search-form {
    margin-top: 2.4rem;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-search-form .search-btn {
    width: 4.8rem;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-search-form .search-btn::before {
    font-size: 1.6rem;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-search .reco-box {
    margin-top: 1.2rem;
  }

  .veluna-N1[id='EjMkf6G2TW'] .header-search .reco-tit+.reco-list {
    margin-top: 0.4rem;
  }

  .veluna-N1[id='EjMkf6G2TW'] {}

  .veluna-N1[id='rvmkf6g2UA']::before {
    content: none;
  }

  .veluna-N1[id='rvmkf6g2UA'].header-active .header-container {
    min-height: 6rem;
  }

  .veluna-N1[id='rvmkf6g2UA'].header-active .header-top {
    height: 6rem;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-top {
    position: static;
    justify-content: space-between;
    height: 6rem;
    z-index: 10;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-top .header-group {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    position: static;
    transform: translate(0);
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-gnb {
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    overflow: hidden;
    padding: 0 2.4rem;
    transition: height 0.3s;
    z-index: 9;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-container {
    padding-top: 0;
  }

  .veluna-N1[id='rvmkf6g2UA'].block-active .header-gnb {
    height: calc(100vh - 6rem);
    padding-bottom: 19rem;
    overflow-y: auto;
  }

  .veluna-N1[id='rvmkf6g2UA'].block-active .header-top {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='rvmkf6g2UA'] .user-menu {
    padding: 0 2.2rem;
    justify-content: flex-start;
  }

  .veluna-N1[id='rvmkf6g2UA'] .user-menu li a,
  .veluna-N1[id='rvmkf6g2UA'] .user-menu li:last-child a {
    padding: 2.4rem 1.2rem;
  }

  .veluna-N1[id='rvmkf6g2UA'] .user-menu li:first-child a {
    padding-left: 0;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-title a {
    height: 4rem;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-center {
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    transform: none;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-gnblist {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-gnblink {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 1.8rem 0;
    text-align: left;
    transition: border 0.3s;
    will-change: border;
    border-bottom: 1px solid #e5e5e5;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-gnbitem:hover .header-gnblink span {
    border: none;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-gnbitem:hover .header-gnblink span::after {
    content: none;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-sublist {
    display: none;
    position: relative;
    left: 0;
    transform: none;
    opacity: 1;
    padding: 1.8rem 0 2rem 0;
    box-shadow: none;
    background: none;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid #111111;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-subitem {
    width: 100%;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-subitem+.header-subitem {
    padding-top: 0.8rem;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-sublink {
    padding: 0;
    color: var(--text-color3);
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-sublink:active {
    color: #111111;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-sublink:hover {
    background: var(--white) f;
    color: #111111;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-right button,
  .veluna-N1[id='rvmkf6g2UA'] .header-utils .member a {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-lang:hover .header-langitem {
    max-height: 0;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-lang.lang-active .header-langitem {
    max-height: 6.8rem;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-lang:hover .header-langbtn::after {
    transform: translateY(-50%) rotate(0);
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-lang.lang-active .header-langbtn::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-utils>ul>li {
    margin-left: 0.6rem;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-utils button {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-utils .allmenu {
    display: none;
  }

  .veluna-N1[id='rvmkf6g2UA'] .btn-momenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin-left: 0;
    background: none;
  }

  .veluna-N1[id='rvmkf6g2UA'] .btn-momenu .ico-hamburger {
    width: 2rem;
  }

  .veluna-N1[id='rvmkf6g2UA'] .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.2rem;
  }

  .veluna-N1[id='rvmkf6g2UA'].block-active .header-center {
    pointer-events: auto;
  }

  .veluna-N1[id='rvmkf6g2UA'].block-active .header-title {
    height: 6rem;
    display: flex;
    align-items: center;
  }

  .veluna-N1[id='rvmkf6g2UA'].block-active .header-gnblist {
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-gnbitem:has(.header-sublist) .header-gnblink::after {
    content: "";
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../icons/ico_downarrow_black.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transition: transform 0.3s;
    will-change: transform;
  }

  .veluna-N1[id='rvmkf6g2UA'].block-active .header-gnblink {
    align-items: center;
    justify-content: space-between;
  }

  .veluna-N1[id='rvmkf6g2UA'].block-active .header-gnbitem.item-active .header-gnblink::after {
    content: "";
    transform: rotate(180deg);
  }

  .veluna-N1[id='rvmkf6g2UA'].block-active .btn-momenu .ico-hamburger:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg);
  }

  .veluna-N1[id='rvmkf6g2UA'].block-active .btn-momenu .ico-hamburger:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg);
  }

  .veluna-N1[id='rvmkf6g2UA'].block-active .btn-momenu .ico-hamburger:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-fullmenu {
    display: none;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-search-head {
    padding: 1.6rem 0;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-search-body {
    padding: 6rem 0;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-search-form {
    margin-top: 2.4rem;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-search-form .search-btn {
    width: 4.8rem;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-search-form .search-btn::before {
    font-size: 1.6rem;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-search .reco-box {
    margin-top: 1.2rem;
  }

  .veluna-N1[id='rvmkf6g2UA'] .header-search .reco-tit+.reco-list {
    margin-top: 0.4rem;
  }

  .veluna-N1[id='rvmkf6g2UA'] {}

  .veluna-N1[id='oumkF6g2uR']::before {
    content: none;
  }

  .veluna-N1[id='oumkF6g2uR'].header-active .header-container {
    min-height: 6rem;
  }

  .veluna-N1[id='oumkF6g2uR'].header-active .header-top {
    height: 6rem;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-top {
    position: static;
    justify-content: space-between;
    height: 6rem;
    z-index: 10;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-top .header-group {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    position: static;
    transform: translate(0);
  }

  .veluna-N1[id='oumkF6g2uR'] .header-gnb {
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    overflow: hidden;
    padding: 0 2.4rem;
    transition: height 0.3s;
    z-index: 9;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-container {
    padding-top: 0;
  }

  .veluna-N1[id='oumkF6g2uR'].block-active .header-gnb {
    height: calc(100vh - 6rem);
    padding-bottom: 19rem;
    overflow-y: auto;
  }

  .veluna-N1[id='oumkF6g2uR'].block-active .header-top {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='oumkF6g2uR'] .user-menu {
    padding: 0 2.2rem;
    justify-content: flex-start;
  }

  .veluna-N1[id='oumkF6g2uR'] .user-menu li a,
  .veluna-N1[id='oumkF6g2uR'] .user-menu li:last-child a {
    padding: 2.4rem 1.2rem;
  }

  .veluna-N1[id='oumkF6g2uR'] .user-menu li:first-child a {
    padding-left: 0;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-title a {
    height: 4rem;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-center {
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    transform: none;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-gnblist {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-gnblink {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 1.8rem 0;
    text-align: left;
    transition: border 0.3s;
    will-change: border;
    border-bottom: 1px solid #e5e5e5;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-gnbitem:hover .header-gnblink span {
    border: none;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-gnbitem:hover .header-gnblink span::after {
    content: none;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-sublist {
    display: none;
    position: relative;
    left: 0;
    transform: none;
    opacity: 1;
    padding: 1.8rem 0 2rem 0;
    box-shadow: none;
    background: none;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid #111111;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-subitem {
    width: 100%;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-subitem+.header-subitem {
    padding-top: 0.8rem;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-sublink {
    padding: 0;
    color: var(--text-color3);
  }

  .veluna-N1[id='oumkF6g2uR'] .header-sublink:active {
    color: #111111;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-sublink:hover {
    background: var(--white) f;
    color: #111111;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-right button,
  .veluna-N1[id='oumkF6g2uR'] .header-utils .member a {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-lang:hover .header-langitem {
    max-height: 0;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-lang.lang-active .header-langitem {
    max-height: 6.8rem;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-lang:hover .header-langbtn::after {
    transform: translateY(-50%) rotate(0);
  }

  .veluna-N1[id='oumkF6g2uR'] .header-lang.lang-active .header-langbtn::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .veluna-N1[id='oumkF6g2uR'] .header-utils>ul>li {
    margin-left: 0.6rem;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-utils button {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-utils .allmenu {
    display: none;
  }

  .veluna-N1[id='oumkF6g2uR'] .btn-momenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin-left: 0;
    background: none;
  }

  .veluna-N1[id='oumkF6g2uR'] .btn-momenu .ico-hamburger {
    width: 2rem;
  }

  .veluna-N1[id='oumkF6g2uR'] .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.2rem;
  }

  .veluna-N1[id='oumkF6g2uR'].block-active .header-center {
    pointer-events: auto;
  }

  .veluna-N1[id='oumkF6g2uR'].block-active .header-title {
    height: 6rem;
    display: flex;
    align-items: center;
  }

  .veluna-N1[id='oumkF6g2uR'].block-active .header-gnblist {
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-gnbitem:has(.header-sublist) .header-gnblink::after {
    content: "";
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../icons/ico_downarrow_black.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transition: transform 0.3s;
    will-change: transform;
  }

  .veluna-N1[id='oumkF6g2uR'].block-active .header-gnblink {
    align-items: center;
    justify-content: space-between;
  }

  .veluna-N1[id='oumkF6g2uR'].block-active .header-gnbitem.item-active .header-gnblink::after {
    content: "";
    transform: rotate(180deg);
  }

  .veluna-N1[id='oumkF6g2uR'].block-active .btn-momenu .ico-hamburger:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg);
  }

  .veluna-N1[id='oumkF6g2uR'].block-active .btn-momenu .ico-hamburger:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg);
  }

  .veluna-N1[id='oumkF6g2uR'].block-active .btn-momenu .ico-hamburger:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-fullmenu {
    display: none;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-search-head {
    padding: 1.6rem 0;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-search-body {
    padding: 6rem 0;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-search-form {
    margin-top: 2.4rem;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-search-form .search-btn {
    width: 4.8rem;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-search-form .search-btn::before {
    font-size: 1.6rem;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-search .reco-box {
    margin-top: 1.2rem;
  }

  .veluna-N1[id='oumkF6g2uR'] .header-search .reco-tit+.reco-list {
    margin-top: 0.4rem;
  }

  .veluna-N1[id='oumkF6g2uR'] {}

  .veluna-N1[id='hcmkF6G2v6']::before {
    content: none;
  }

  .veluna-N1[id='hcmkF6G2v6'].header-active .header-container {
    min-height: 6rem;
  }

  .veluna-N1[id='hcmkF6G2v6'].header-active .header-top {
    height: 6rem;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-top {
    position: static;
    justify-content: space-between;
    height: 6rem;
    z-index: 10;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-top .header-group {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    position: static;
    transform: translate(0);
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-gnb {
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    overflow: hidden;
    padding: 0 2.4rem;
    transition: height 0.3s;
    z-index: 9;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-container {
    padding-top: 0;
  }

  .veluna-N1[id='hcmkF6G2v6'].block-active .header-gnb {
    height: calc(100vh - 6rem);
    padding-bottom: 19rem;
    overflow-y: auto;
  }

  .veluna-N1[id='hcmkF6G2v6'].block-active .header-top {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='hcmkF6G2v6'] .user-menu {
    padding: 0 2.2rem;
    justify-content: flex-start;
  }

  .veluna-N1[id='hcmkF6G2v6'] .user-menu li a,
  .veluna-N1[id='hcmkF6G2v6'] .user-menu li:last-child a {
    padding: 2.4rem 1.2rem;
  }

  .veluna-N1[id='hcmkF6G2v6'] .user-menu li:first-child a {
    padding-left: 0;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-title a {
    height: 4rem;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-center {
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    transform: none;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-gnblist {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-gnblink {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 1.8rem 0;
    text-align: left;
    transition: border 0.3s;
    will-change: border;
    border-bottom: 1px solid #e5e5e5;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-gnbitem:hover .header-gnblink span {
    border: none;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-gnbitem:hover .header-gnblink span::after {
    content: none;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-sublist {
    display: none;
    position: relative;
    left: 0;
    transform: none;
    opacity: 1;
    padding: 1.8rem 0 2rem 0;
    box-shadow: none;
    background: none;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid #111111;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-subitem {
    width: 100%;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-subitem+.header-subitem {
    padding-top: 0.8rem;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-sublink {
    padding: 0;
    color: var(--text-color3);
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-sublink:active {
    color: #111111;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-sublink:hover {
    background: var(--white) f;
    color: #111111;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-right button,
  .veluna-N1[id='hcmkF6G2v6'] .header-utils .member a {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-lang:hover .header-langitem {
    max-height: 0;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-lang.lang-active .header-langitem {
    max-height: 6.8rem;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-lang:hover .header-langbtn::after {
    transform: translateY(-50%) rotate(0);
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-lang.lang-active .header-langbtn::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-utils>ul>li {
    margin-left: 0.6rem;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-utils button {
    width: 2.8rem;
    height: 2.8rem;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-utils .allmenu {
    display: none;
  }

  .veluna-N1[id='hcmkF6G2v6'] .btn-momenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin-left: 0;
    background: none;
  }

  .veluna-N1[id='hcmkF6G2v6'] .btn-momenu .ico-hamburger {
    width: 2rem;
  }

  .veluna-N1[id='hcmkF6G2v6'] .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.2rem;
  }

  .veluna-N1[id='hcmkF6G2v6'].block-active .header-center {
    pointer-events: auto;
  }

  .veluna-N1[id='hcmkF6G2v6'].block-active .header-title {
    height: 6rem;
    display: flex;
    align-items: center;
  }

  .veluna-N1[id='hcmkF6G2v6'].block-active .header-gnblist {
    opacity: 1;
    visibility: visible;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-gnbitem:has(.header-sublist) .header-gnblink::after {
    content: "";
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../icons/ico_downarrow_black.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transition: transform 0.3s;
    will-change: transform;
  }

  .veluna-N1[id='hcmkF6G2v6'].block-active .header-gnblink {
    align-items: center;
    justify-content: space-between;
  }

  .veluna-N1[id='hcmkF6G2v6'].block-active .header-gnbitem.item-active .header-gnblink::after {
    content: "";
    transform: rotate(180deg);
  }

  .veluna-N1[id='hcmkF6G2v6'].block-active .btn-momenu .ico-hamburger:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg);
  }

  .veluna-N1[id='hcmkF6G2v6'].block-active .btn-momenu .ico-hamburger:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg);
  }

  .veluna-N1[id='hcmkF6G2v6'].block-active .btn-momenu .ico-hamburger:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-fullmenu {
    display: none;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-search-head {
    padding: 1.6rem 0;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-search-body {
    padding: 6rem 0;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-search-form {
    margin-top: 2.4rem;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-search-form .search-btn {
    width: 4.8rem;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-search-form .search-btn::before {
    font-size: 1.6rem;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-search .reco-box {
    margin-top: 1.2rem;
  }

  .veluna-N1[id='hcmkF6G2v6'] .header-search .reco-tit+.reco-list {
    margin-top: 0.4rem;
  }

  .veluna-N1[id='hcmkF6G2v6'] {}
}
/* perfume-N4_copy */
.perfume-N4_copy {
  overflow: hidden;
  position: relative;
  --icon-fs-mkko890t: 1.6rem;
  --icon-fs-mkko8ows: 1.6rem;
  --icon-fs-mkko8qoh: 1.6rem;
  --icon-fs-mkm6nwtl: 1.6rem;
}

.perfume-N4_copy .contents-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.perfume-N4_copy .contents-container:not(.fullscreen) {
  height: 76rem;
}

.perfume-N4_copy .slide-area {
  width: 100vw;
  height: 100%;
}

.perfume-N4_copy .swiper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
}

.perfume-N4_copy .swiper-slide {
  display: flex;
  align-items: flex-end;
  padding: 0 2rem;
}

.perfume-N4_copy .thumb {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.perfume-N4_copy .thumb::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 58%;
  background: linear-gradient(to top, rgba(var(--black-rgb), 0.65), rgba(var(--black-rgb), 0));
  pointer-events: none;
}

.perfume-N4_copy .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.05;
  filter: brightness(0.9);
  transition: scale 1.2s cubic-bezier(0.16, 1, 0.3, 1), filter 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.perfume-N4_copy .swiper-slide-active .thumb img {
  scale: 1;
  filter: brightness(1);
}

.perfume-N4_copy .textset {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-bottom: 22rem;
  width: 100%;
}

.perfume-N4_copy .container-lg .textset {
  max-width: 144rem;
}

.perfume-N4_copy .container-md .textset {
  max-width: 128rem;
}

.perfume-N4_copy .container-sm .textset {
  max-width: 102.4rem;
}

.perfume-N4_copy .textset .textset-subtit,
.perfume-N4_copy .textset .textset-tit,
.perfume-N4_copy .textset .textset-desc {
  translate: 0 6rem;
  opacity: 0;
  filter: blur(4px);
  color: var(--white);
}

.perfume-N4_copy .textset .textset-subtit {
  display: block;
  margin: 0;
}

.perfume-N4_copy .textset .textset-tit,
.perfume-N4_copy .textset .textset-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.perfume-N4_copy .textset .textset-tit {
  margin: 0;
  -webkit-line-clamp: 3;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: -.1rem;
}

.perfume-N4_copy .textset .textset-desc {
  margin-top: 1rem;
  -webkit-line-clamp: 5;
  letter-spacing: -.03rem;
}

.perfume-N4_copy .swiper-slide-active .textset .textset-subtit,
.perfume-N4_copy .swiper-slide-active .textset .textset-tit,
.perfume-N4_copy .swiper-slide-active .textset .textset-desc {
  translate: 0 0;
  opacity: 1;
  filter: blur(0);
}

.perfume-N4_copy .swiper-slide-active .textset .textset-subtit {
  transition: translate 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.3s, opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, filter 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}

.perfume-N4_copy .swiper-slide-active .textset .textset-tit {
  transition: translate 1s cubic-bezier(0.16, 1, 0.3, 1) 0.45s, opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.45s, filter 1s cubic-bezier(0.16, 1, 0.3, 1) 0.45s;
}

.perfume-N4_copy .swiper-slide-active .textset .textset-desc {
  transition: translate 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.6s, opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 0.6s, filter 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
}

.perfume-N4_copy .fixed-area {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  position: absolute;
  bottom: 12rem;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 4rem;
}

.perfume-N4_copy .paging {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.perfume-N4_copy .paging .curr {
  color: var(--white);
  font-weight: var(--fw-bold);
}

.perfume-N4_copy .paging .total {
  color: #ddd;
}

.perfume-N4_copy .paging-wrap {
  display: flex;
  align-items: flex-end;
  gap: 0.8rem;
}

.perfume-N4_copy .paging-item {
  width: 10rem;
}

.perfume-N4_copy .paging-item .bar {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0.2rem;
  background: rgba(var(--white-rgb), 0.5);
}

.perfume-N4_copy .paging-item .bar .progress {
  width: 0%;
  height: 100%;
  background: var(--white);
}

.perfume-N4_copy .paging-item.active .progress.running {
  animation: perfume-N4_copy-progress 5s linear forwards;
}

.perfume-N4_copy .paging-item .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--white);
}

.perfume-N4_copy .paging-item.active .bar::before {
  animation: perfume-N4_copy-progress 5s linear;
}

.perfume-N4_copy .btn-wrap {
  display: flex;
  align-items: center;
}

.perfume-N4_copy .btn-wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 1.6rem;
  background: none;
  border: none;
  color: var(--white);
}

.perfume-N4_copy .swiper-progress button {
  display: none;
}

.perfume-N4_copy .swiper-progress button.active {
  display: flex;
}

@keyframes perfume-N4_copy-progress {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .perfume-N4_copy .slide-area {
    width: 100%;
  }

  .perfume-N4_copy .swiper {
    margin-left: -4rem;
    width: calc(100% + 8rem);
  }
}

@media (max-width: 992px) {
  .perfume-N4_copy .contents-container:not(.fullscreen) {
    height: 60rem;
  }

  .perfume-N4_copy .swiper {
    margin-left: -1.6rem;
    width: calc(100% + 3.2rem);
  }

  .perfume-N4_copy .swiper-slide,
  .perfume-N4_copy .fixed-area {
    padding: 0 4rem;
  }

  .perfume-N4_copy .thumb::before {
    height: 78%;
  }

  .perfume-N4_copy .textset {
    padding-bottom: 12rem;
  }

  .perfume-N4_copy .textset .textset-desc {
    margin-top: 0.8rem;
    font-size: 15px;
  }

  .perfume-N4_copy .fixed-area {
    bottom: 4rem;
  }

  .perfume-N4_copy .paging-wrap {
    gap: 0.4rem;
    padding-bottom: 0.2rem;
  }

  .perfume-N4_copy .paging {
    gap: 0.4rem;
  }

  .perfume-N4_copy .paging-item {
    width: 8rem;
  }

  .perfume-N4_copy .btn-wrap button {
    width: 2.4rem;
    height: 2.8rem;
    font-size: 1.4rem;
  }

  .perfume-N4_copy .btn-wrap .btn-prev {
    order: 1;
  }

  .perfume-N4_copy .btn-wrap .btn-next {
    order: 2;
  }

  .perfume-N4_copy .btn-wrap .swiper-progress {
    order: 3;
  }

  .perfume-N4_copy {
    --icon-fs-mkko890t: 1.4rem;
    --icon-fs-mkko8ows: 1.4rem;
    --icon-fs-mkko8qoh: 1.4rem;
    --icon-fs-mkm6nwtl: 1.4rem;
  }

  .fullscreen {
    height: 80vh !important;
    min-height: 80vh !important;
  }

  .perfume-N4_copy .textset .textset-tit {
    line-height: 1.2;
  }
}
/* opilsol-N22 */
.opilsol-N22 {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 15rem;
}

.opilsol-N22 .contents-inner {
  width: 100%;
}

.opilsol-N22 .title-area {
  margin-bottom: 5rem;
}

.opilsol-N22 .title-area .textset-desc {
  text-align: center;
  color: #767676;
  margin-top: 0.5rem;
}

.opilsol-N22 .title-area h2 {
  margin-bottom: 0em;
  color: var(--primary);
  font-weight: var(--fw-bold);
}

.opilsol-N22 .list-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 4rem;
}

.opilsol-N22 .thumb {
  width: 100%;
  height: 28rem;
}

.opilsol-N22 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.opilsol-N22 .desc strong {
  display: block;
  margin: 2rem 0 0.5rem;
  font-weight: var(--fw-bold);
  text-align: center;
}

.opilsol-N22 .desc p {
  color: #767676;
  text-align: center;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -.05rem;
}

.opilsol-N22 .item a {
  width: 100%;
}

@media (max-width: 992px) {
  .opilsol-N22 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .opilsol-N22 .title-area {
    margin-bottom: 3rem;
  }

  .opilsol-N22 .title-area h2 {
    margin-bottom: 0rem;
  }

  .opilsol-N22 .list-area {
    grid-template-columns: 1fr;
    gap: 5rem;
  }

  .opilsol-N22 .thumb {
    height: 30rem;
  }

  .opilsol-N22 .desc strong {
    margin: 1.6rem 0 0.8rem;
    font-size: 18px;
  }

  .opilsol-N22 .desc p {
    font-size: 14px;
  }
}
/* personal-ckMkdraGNB */
.personal-ckMkdraGNB {
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0rem;
  --icon-fs-mkdk53zf: 1.2rem;
  background: #fafafd;
}

.personal-ckMkdraGNB .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0rem;
  width: 100%;
}

.personal-ckMkdraGNB .textset {
  width: 65.6rem;
}

.personal-ckMkdraGNB .textset .textset-desc {
  margin: 2rem 0 0 1rem;
  color: var(--text-color3);
  font-weight: var(--fw-regular);
  font-size: var(--fs-p1);
  line-height: var(--lh-p1);
  letter-spacing: -.05rem;
}

.personal-ckMkdraGNB .textset .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.personal-ckMkdraGNB .textset .link span {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  font-weight: var(--fw-medium);
}

.personal-ckMkdraGNB .textset .link i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  font-size: 1.2rem;
}

.personal-ckMkdraGNB .imageset {
  flex-shrink: 0;
  margin: 0;
  width: 52rem;
  height: auto;
  display: flex;
  justify-content: flex-end;
}

.personal-ckMkdraGNB .imageset-img {
  height: 70rem;
}

.personal-ckMkdraGNB .imageset figcaption {
  padding: 0.8rem 1.2rem 0;
  text-align: left;
  font-weight: var(--fw-medium);
}

.font-Kotra {
  font-family: 'KotraBold';
}

.comma {
  font-size: 8.5rem;
  color: rgb(220, 48, 47);
  display: flex;
  margin-bottom: -10px;
}

.personal-ckMkdraGNB .contents-inner .textset-tit {
  line-height: 1.2;
  margin-bottom: 5rem;
  font-size: 4.3rem;
}

@font-face {}

@media (max-width: 992px) {
  .personal-ckMkdraGNB {
    padding-top: 7rem;
    padding-bottom: 0rem;
    --icon-fs-mkdk53zf: 1rem;
  }

  .personal-ckMkdraGNB .contents-inner {
    flex-direction: column;
    gap: 1rem;
  }

  .personal-ckMkdraGNB .textset {
    width: 100%;
  }

  .personal-ckMkdraGNB .textset .textset-desc {
    margin: 1.6rem 0 4rem;
    text-align: center;
  }

  .personal-ckMkdraGNB .textset .link {
    gap: 0.4rem;
  }

  .personal-ckMkdraGNB .textset .link i {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }

  .personal-ckMkdraGNB .imageset {
    padding: 0 1.4rem 0 1rem;
    width: auto;
    text-align: center;
  }

  .personal-ckMkdraGNB .imageset-img {
    max-width: 50rem;
    aspect-ratio: 300/400;
    height: auto;
  }

  .comma {
    font-size: 6.5rem !important;
    display: flex;
    justify-content: center;
    margin-bottom: -10px;
  }

  .personal-ckMkdraGNB .contents-inner .textset-tit {
    font-size: 3rem;
    margin-bottom: 3rem;
    text-align: center;
    line-height: 1.1;
  }
}
/* sub_office-N8 */
.sub_office-N8 {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.sub_office-N8 .contents-inner {
  width: 100%;
}

.sub_office-N8 .title-area {
  margin-bottom: 10rem;
}

.sub_office-N8 .title-area h2 {
  color: var(--primary);
}

.sub_office-N8 .title-area strong {
  display: block;
  margin: 0.4rem 0 2rem;
}

.sub_office-N8 .title-area p {
  color: #767676;
  text-align: center;
}

.sub_office-N8 .title-area .h4 {
  color: #111;
}

.sub_office-N8 .list-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0 22rem;
  position: relative;
  padding: 8rem 0rem;
}

.sub_office-N8 .list-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--border-color);
}

.sub_office-N8 .list-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.1rem;
  height: 100%;
  background: var(--border-color);
}

.sub_office-N8 .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  padding: 0rem;
  width: 20rem;
  min-height: 20rem;
  border-radius: 50%;
  background: #dc302f;
}

.sub_office-N8 .logo-item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sub_office-N8 .logo-item span {
  color: var(--white);
  font-weight: var(--fw-bold);
  text-align: center;
}

.sub_office-N8 .item {
  display: flex;
  gap: 0.8rem;
}

.sub_office-N8 .item i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 4.2rem;
  font-style: normal;
  margin-right: 1rem;
}

.sub_office-N8 .item strong {
  font-weight: var(--fw-bold);
  font-size: 24px;
}

.sub_office-N8 .item p {
  color: #767676;
  line-height: 1.7;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -.05rem;
  margin-top: 0.8rem;
}

.sub_office-N8 .item:nth-child(2),
.sub_office-N8 .item:nth-child(3) {
  padding-bottom: 8.4rem;
}

.sub_office-N8 .item:nth-child(4),
.sub_office-N8 .item:nth-child(5) {
  padding-top: 8.4rem;
}

.sub_office-N8 .d-title {
  display: flex;
}

@media (max-width: 992px) {
  .sub_office-N8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sub_office-N8 .title-area {
    margin-bottom: 2rem;
  }

  .sub_office-N8 .title-area strong {
    margin: 0.4rem 0 1.2rem;
  }

  .sub_office-N8 .list-area {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0;
    padding: 0;
  }

  .sub_office-N8 .list-area::before,
  .sub_office-N8 .list-area::after {
    content: none;
  }

  .sub_office-N8 .logo-item {
    gap: 0.4rem;
    position: static;
    transform: none;
    margin: 0 auto 3.2rem;
    padding: 2rem 1rem;
    width: 15rem;
    min-height: 15rem;
    background: #fff;
  }

  .sub_office-N8 .logo-item img {
    height: 13rem;
    object-fit: cover;
    width: 100%;
  }

  .sub_office-N8 .list-area .item {
    gap: 0.4rem;
    padding: 2.4rem 0;
    border-bottom: 1px solid var(--border-color);
  }

  .sub_office-N8 .list-area .item:nth-child(2) {
    padding-top: 0;
  }

  .sub_office-N8 .item i {
    width: 2.2rem;
    height: 3.4rem;
  }

  .sub_office-N8 .item p {
    margin-top: 0.4rem;
    text-align: center;
    font-size: 14px;
  }

  .sub_office-N8 .item {
    justify-content: center;
  }

  .sub_office-N8 .item .desc {
    display: flex;
    flex-direction: column;
  }

  .sub_office-N8 .d-title {
    justify-content: center;
  }

  .sub_office-N8 .item strong {
    font-size: 18px;
  }
}
/* personal-xoMkgIfRjh */
.personal-xoMkgIfRjh {
  position: relative;
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  font-family: 'GMarketSans';
}

.personal-xoMkgIfRjh .contents-inner {
  width: 100%;
}

.personal-xoMkgIfRjh .title-area {
  margin-bottom: 6rem;
  text-align: center;
}

.personal-xoMkgIfRjh .title-area h2 {
  color: var(--text-color3);
  font-weight: var(--fw-medium);
}

.personal-xoMkgIfRjh .title-area p {
  margin-top: 0rem;
}

.personal-xoMkgIfRjh .detail-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
  width: 100%;
}

.personal-xoMkgIfRjh .cardset .cardset-figure {
  height: 40rem;
  overflow: hidden;
}

.personal-xoMkgIfRjh .cardset .cardset-body {
  padding: 2.5rem 0 0;
  text-align: center;
}

.personal-xoMkgIfRjh .cardset .cardset-tit+.cardset-desc,
.personal-xoMkgIfRjh .cardset .cardset-desc+.cardset-txt {
  margin-top: 1rem;
  margin-bottom: 0;
}

.personal-xoMkgIfRjh .cardset .h3 {
  font-weight: var(--fw-bold);
}

.personal-xoMkgIfRjh .cardset .cardset-desc {
  font-size: 15px;
  -webkit-box-orient: horizontal;
  color: #767676;
  display: flex;
  justify-content: center;
  text-align: center;
}

.personal-xoMkgIfRjh .cardset .cardset-tit {
  font-weight: 700;
  letter-spacing: -.1rem;
}

.personal-xoMkgIfRjh .cardset-number {
  width: 50px;
  height: 50px;
  border: 2px solid #e05742;
  border-radius: 50%;
  color: #e05742;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 0 auto 12px auto;
}

@media (max-width: 992px) {
  .personal-xoMkgIfRjh {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .personal-xoMkgIfRjh .contents-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .personal-xoMkgIfRjh .title-area {
    margin-bottom: 3rem;
  }

  .personal-xoMkgIfRjh .title-area p {
    margin-top: 0.8rem;
  }

  .personal-xoMkgIfRjh .detail-area {
    grid-template-columns: 1fr;
    gap: 5rem;
  }

  .personal-xoMkgIfRjh .cardset .cardset-figure {
    height: 30rem;
  }

  .personal-xoMkgIfRjh .cardset .cardset-tit+.cardset-desc,
  .personal-xoMkgIfRjh .cardset .cardset-desc+.cardset-txt {
    margin-top: 0.8rem;
  }

  .personal-xoMkgIfRjh .cardset .cardset-desc {
    font-size: 14px;
  }

  .personal-xoMkgIfRjh .cardset .cardset-tit {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .personal-xoMkgIfRjh .cardset .cardset-figure {
    height: 30rem;
  }
}
/* furniture-N32 */
.furniture-N32 {
  position: relative;
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.furniture-N32 .contents-inner {
  width: 100%;
}

.furniture-N32 .title-area {
  margin-bottom: 6rem;
  text-align: center;
}

.furniture-N32 .title-area h2 {
  color: var(--text-color3);
}

.furniture-N32 .title-area p {
  margin-top: 0rem;
}

.furniture-N32 .swiper-slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.furniture-N32 .thumb {
  position: relative;
  padding-right: 4rem;
  height: 36rem;
  display: flex;
}

.furniture-N32 .thumb img {
  width: 100%;
  object-fit: cover;
}

.furniture-N32 .thumb::before {
  content: "";
  width: calc(100% - 4rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), 30%, rgba(128, 128, 128, 0));
  border-radius: 0.8rem;
}

.furniture-N32 .user-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 2.7rem 2.7rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.furniture-N32 .user-box .user_thumb {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
}

.furniture-N32 .user-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.furniture-N32 .user-box .user_desc {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}

.furniture-N32 .user-box .user_desc em {
  font-weight: var(--fw-bold);
  font-style: normal;
}

.furniture-N32 .user-box .user_desc [class*="p"] {
  color: #fff;
}

.furniture-N32 .desc {
  padding-left: 4.45rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

.furniture-N32 .desc strong {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  font-weight: var(--fw-bold);
  font-size: 23px;
}

.furniture-N32 .desc p {
  -webkit-line-clamp: 10;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #767676;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -.05rem;
}

.furniture-N32 .pagination {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 2.4rem auto 0;
  gap: 1.2rem;
  position: relative;
}

.furniture-N32 .paging {
  width: 100%;
  height: 0.4rem;
  background: #f7f7fb;
  border-radius: 1rem;
  position: relative;
}

.furniture-N32 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #111;
  border-radius: 1rem;
}

.furniture-N32 .pagination .wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.furniture-N32 .pagination [class*="btn"] {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
}

.furniture-N32 .pagination .btn-prev svg {
  transform: rotate(180deg);
}

.furniture-N32 .pagination [class*="btn"] circle,
.furniture-N32 .pagination [class*="btn"] path {
  transition: fill 0.3s;
  will-change: fill;
}

.furniture-N32 .pagination [class*="btn"]:hover circle {
  fill: #e53944;
}

.furniture-N32 .pagination [class*="btn"]:hover path {
  fill: #fff;
}

.product-N7 .swiper-horizontal {
  margin-top: 4.4rem;
}

.furniture-N32 .cardset.cardset-round {
  border-radius: 0;
}

.furniture-N32 h2 {
  font-weight: var(--fw-bold);
}

.furniture-N32 .title-area .textset-desc {
  text-align: center;
  color: #767676;
  margin-top: 0.5rem;
}

@media (max-width: 992px) {
  .furniture-N32 {
    padding-top: 6rem;
    padding-bottom: 0rem;
  }

  .furniture-N32 .title-area {
    margin-bottom: 3rem;
  }

  .furniture-N32 .title-area p {
    margin-top: 0rem;
  }

  .furniture-N32 .swiper-slide {
    grid-template-columns: 1fr;
  }

  .furniture-N32 .thumb {
    padding-right: 0;
  }

  .furniture-N32 .thumb::before {
    width: 100%;
  }

  .furniture-N32 .user-box {
    padding: 1.4rem;
  }

  .furniture-N32 .desc p {
    min-height: 18rem;
    font-size: 14px;
  }

  .furniture-N32 .btn-prev {
    left: -1.5rem;
  }

  .furniture-N32 .btn-next {
    right: -1.5rem;
  }

  .furniture-N32 .desc {
    width: 100%;
    gap: 1.6rem;
    margin-top: 2rem;
    padding-left: 0;
  }

  .furniture-N32 .pagination {
    margin-top: 2rem;
  }

  .furniture-N32 .desc strong {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .furniture-N32 .thumb {
    height: 30rem;
  }

  .furniture-N32 [class*="btn"] {
    width: 2.4rem;
    height: 2.4rem;
  }
}
/* portcard-N20 */
.portcard-N20 {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
}

.portcard-N20 .contents-inner {
  width: 100%;
}

.portcard-N20 .contents-tit {
  margin-bottom: 6rem;
  text-align: center;
}

.portcard-N20 .cardset {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.portcard-N20 .cardset:hover .cardset-body {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.portcard-N20 .cardset .cardset-figure {
  height: 45rem;
  margin: 0;
}

.portcard-N20 .cardset .cardset-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.4rem;
  background: rgba(var(--black-rgb), 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.portcard-N20 .cardset .cardset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
}

.portcard-N20 .cardset .cardset-tit+.cardset-desc {
  margin-top: 2.4rem;
}

.portcard-N20 .cardset .cardset-desc {
  margin: 0;
  color: var(--white);
}

.portcard-N20 .swiper-controls {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 3.4rem;
}

.portcard-N20 .swiper-pagination {
  height: 0.4rem;
  position: static;
  background: #e8e8e8;
}

.portcard-N20 .swiper-btnarea {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.portcard-N20 .swiper-paging {
  display: flex;
  align-items: center;
}

.portcard-N20 .swiper-button-prev,
.portcard-N20 .swiper-button-next {
  position: static;
  width: 2.8rem;
  height: 2.8rem;
  margin: 0;
}

.portcard-N20 .swiper-button-prev::after,
.portcard-N20 .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../icons/ico_basic_arrow_black.svg) no-repeat center/contain;
}

.portcard-N20 .swiper-button-prev::after {
  transform: rotate(180deg);
}

.portcard-N20 .swiper-paging-total,
.portcard-N20 .swiper-paging-text {
  color: #666666;
}

.portcard-N20 .swiper-pagination-progressbar-fill {
  background: #111;
}

.portcard-N20 .title-area .textset-desc {
  text-align: center;
  color: #767676;
  margin-top: 0.5rem;
}

.portcard-N20 .swiper-horizontal {
  margin-top: 4.4rem;
}

.portcard-N20 .p1 {
  font-weight: var(--fw-bold);
}

.portcard-N20 .swiper-slide {
  width: 50% !important;
}

.btn-area {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.portcard-N20 .btnset-dark {
  border-radius: 0;
  background-color: rgb(220, 48, 47);
  min-width: 15rem;
  height: 5rem;
}

@media (max-width: 992px) {
  .portcard-N20 {
    padding-top: 6rem;
    padding-bottom: 0rem;
  }

  .portcard-N20 .contents-tit {
    margin-bottom: 3rem;
  }

  .portcard-N20 .cardset .cardset-figure {
    height: 30rem;
  }

  .portcard-N20 .cardset .cardset-tit+.cardset-desc {
    margin-top: 1.4rem;
  }

  .portcard-N20 .swiper-controls {
    gap: 0.8rem;
    margin-top: 2.4rem;
  }

  .portcard-N20 .swiper-btnarea {
    gap: 0.8rem;
  }

  .portcard-N20 .swiper-button-prev,
  .portcard-N20 .swiper-button-next {
    width: 2rem;
    height: 2rem;
  }

  .portcard-N20 .swiper-pagination {
    height: 4px;
  }

  .portcard-N20 .swiper-slide {
    width: 100% !important;
  }

  .portcard-N20 .swiper-horizontal {
    margin-top: 3rem;
  }

  .btn-area {
    margin-top: 2rem;
  }

  .portcard-N20 .btnset-dark {
    font-size: 12px;
    min-width: 13rem;
    height: 4rem;
  }
}
/* education-N5 */
.education-N5 {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
  --icon-fs-mkdf7lgl: 1.6rem;
  --icon-fs-mkdm7qdz: 1.6rem;
  --icon-fs-mkdm8gd3: 1.6rem;
  --icon-fs-mkdmguap: 1.6rem;
  --icon-fs-mkdmlj3j: 1.6rem;
}

.education-N5 .contents-inner {
  width: 100%;
}

.education-N5 .list-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  margin-top: 4.4rem;
}

.education-N5 .textset {
  padding: 2rem;
  border: 1px solid var(--border-color);
  transition: border-color 0.3s;
}

.education-N5 .textset::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  border: 2px solid var(--primary);
  transition: opacity 0.3s;
  pointer-events: none;
}

.education-N5 .textset:hover {
  border-color: transparent;
}

.education-N5 .textset:hover::before {
  opacity: 1;
}

.education-N5 .textset .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.6rem;
  max-width: 100%;
  height: 2.8rem;
  font-weight: var(--fw-medium);
}

.education-N5 .textset .textset-tit {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 1.6rem 0 2.4rem;
  font-weight: var(--fw-medium);
}

.education-N5 .textset .textset-desc {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  color: var(--text-color3);
}

.education-N5 .title-area .textset-desc {
  text-align: center;
  color: #767676;
  margin-top: 0.5rem;
}

.education-N5 .p1 {
  font-weight: var(--fw-bold);
}

@media (max-width: 992px) {
  .education-N5 {
    padding-top: 6rem;
    padding-bottom: 0rem;
    --icon-fs-mkdf7lgl: 1.4rem;
    --icon-fs-mkdm7qdz: 1.4rem;
    --icon-fs-mkdm8gd3: 1.4rem;
    --icon-fs-mkdmguap: 1.4rem;
    --icon-fs-mkdmlj3j: 1.4rem;
  }

  .education-N5 .list-area {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-top: 2.4rem;
  }

  .education-N5 .textsest {
    padding: 2rem;
    border-radius: 0rem;
  }

  .education-N5 .textset::before {
    border-radius: 0rem;
  }

  .education-N5 .textset .badge {
    padding: 0 1.2rem;
    height: 2.6rem;
  }

  .education-N5 .textset .textset-tit {
    margin: 1.2rem 0 2rem;
  }

  .education-N5 .textset .textset-desc {
    gap: 0.4rem;
  }
}
/* opilsol-N16 */
.opilsol-N16 {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 20rem;
}

.opilsol-N16 .contents-inner {
  width: 100%;
  display: flex;
  justify-content: center;
}

.opilsol-N16 .wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.opilsol-N16 .map-area {
  width: 100vw;
}

.opilsol-N16 .map-area iframe {
  width: 100vw;
  height: 65rem;
}

.opilsol-N16 .contents-info-wrap {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  padding: 4rem 7rem;
  width: calc(100% - 16rem);
  height: 18rem;
  background-color: var(--primary);
}

.opilsol-N16 .contents-info-wrap .info-tit {
  flex: 1 1 0;
  max-width: 50%;
}

.opilsol-N16 .contents-info-wrap .info-tit img {
  width: auto;
  height: 4.5rem;
}

.opilsol-N16 .addr .wrap {
  display: flex;
  gap: 4rem;
}

.opilsol-N16 .addr .wrap+.wrap {
  margin-top: 2rem;
}

.opilsol-N16 .item {
  flex: 1;
  display: flex;
  gap: 0.4rem;
}

.opilsol-N16 .icons {
  display: block;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
}

.opilsol-N16 .icons img {
  width: 100%;
  height: 100%;
}

.opilsol-N16 .item dl {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.8rem 1.6rem;
}

.opilsol-N16 .item dl+dl {
  margin-top: 0.8rem;
}

.opilsol-N16 .item dd,
.opilsol-N16 .item dt {
  margin: 0;
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.1rem;
}

address {
  width: 50%;
}

@media (max-width: 1200px) {
  .opilsol-N16 .contents-info-wrap {
    width: calc(100% - 8rem);
  }
}

@media (max-width: 992px) {
  .opilsol-N16 {
    padding-top: 6rem;
    padding-bottom: 20rem;
  }

  .opilsol-N16 .map-area {
    width: calc(100% + 3.2rem);
  }

  .opilsol-N16 .contents-info-wrap {
    width: calc(100% - 3.2rem);
    max-width: 76.7rem;
    gap: 2.6rem;
  }

  .opilsol-N16 .contents-info-wrap .info-tit {
    flex: none;
  }
}

@media (max-width: 576px) {
  .opilsol-N16 .contents-info-wrap {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
    bottom: -10rem;
    transform: none;
    padding: 1.6rem;
    max-width: 43rem;
    height: auto;
    min-height: 25rem;
  }

  .opilsol-N16 .contents-info-wrap .info-tit {
    flex: none;
    max-width: 100%;
  }

  .opilsol-N16 .addr .wrap {
    flex-direction: column;
    gap: 2rem;
  }

  .opilsol-N16 .item dl {
    grid-template-columns: auto;
  }

  .opilsol-N16 .addr .tel dt:nth-of-type(1) {
    grid-column: 1;
  }

  .opilsol-N16 .addr .tel dd:nth-of-type(1) {
    grid-column: 1;
  }

  .opilsol-N16 .addr .tel dt:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .opilsol-N16 .addr .tel dd:nth-of-type(2) {
    grid-column: 2;
  }

  address {
    width: 100%;
  }
}
/* personal-FXMHLQIOLZ */
:root {
  --icon-fs-mkgf2by2: 2rem;
  --icon-fs-mkgf34cb: 2rem;
}

.personal-FXMHLQIOLZ {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 50;
}

.personal-FXMHLQIOLZ .contents-container {
  max-width: 100%;
}

.personal-FXMHLQIOLZ .menu-list {
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.2rem);
}

.personal-FXMHLQIOLZ .menu-list li+li {
  margin-top: 0.8rem;
}

.personal-FXMHLQIOLZ .menu-list a,
.personal-FXMHLQIOLZ .menu-list button {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 5.6rem;
  height: 5.6rem;
  color: var(--black);
  background: var(--white);
  border-radius: 10rem;
  box-shadow: 0 0.4rem 2rem 0 rgba(var(--black-rgb), 0.1);
  transition: width 0.3s, padding 0.3s, gap 0.3s 0.3s;
}

.personal-FXMHLQIOLZ .menu-list a:hover {
  width: 100%;
  padding: 1.5rem 1.8rem;
  gap: 0.8rem;
}

.personal-FXMHLQIOLZ .menu-list a:hover,
.personal-FXMHLQIOLZ .menu-list button:hover {
  background: var(--primary);
}

.personal-FXMHLQIOLZ .menu-list a:hover span {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

.personal-FXMHLQIOLZ .menu-list span {
  width: 0;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  font-weight: var(--fw-medium);
  color: var(--white);
}

.personal-FXMHLQIOLZ .menu-list a i,
.personal-FXMHLQIOLZ .menu-list button i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  transition: color 0.3s;
}

.personal-FXMHLQIOLZ .menu-list a:hover i,
.personal-FXMHLQIOLZ .menu-list button:hover i {
  color: var(--white);
}

.ti-shop:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/b-icon-b.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.menu-list a:hover .ti-shop:before {
  background-image: url(../images/b-icon-w.png);
  transition: 0.2s;
}

.ti-location:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/i-icon-blog.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.menu-list a:hover .ti-location:before {
  transition: 0.2s;
  background: url(../images/i-icon-w.png) no-repeat center / cover !important;
}

.ti-headphone-alt:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/p-icon-b.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.menu-list a:hover .ti-headphone-alt:before {
  background-image: url(../images/p-icon-w2.png);
  transition: 0.2s;
}

@media (max-width: 992px) {
  .personal-FXMHLQIOLZ {
    right: 1.6rem;
    bottom: 1.6rem;
  }

  .personal-FXMHLQIOLZ .menu-list a,
  .personal-FXMHLQIOLZ .menu-list button {
    width: 4rem;
    height: 4rem;
  }

  .personal-FXMHLQIOLZ .menu-list a i,
  .personal-FXMHLQIOLZ .menu-list button i {
    width: 2.5rem;
    height: 2.5rem;
  }

  .personal-FXMHLQIOLZ .menu-list a:hover,
  .personal-FXMHLQIOLZ .menu-list button:hover {
    gap: 0.4rem;
    padding: 0.8rem 1.2rem;
  }

  .personal-FXMHLQIOLZ .menu-list a i::before,
  .personal-FXMHLQIOLZ .menu-list button i::before {
    font-size: 1.6rem;
  }

  .personal-FXMHLQIOLZ .menu-list li+li {
    margin-top: 0.4rem;
  }

  .ti-shop:before,
  .ti-location:before {
    width: 20px;
    height: 20px;
  }

  .ti-headphone-alt:before {
    width: 20px;
    height: 20px;
  }

  :root {
    --icon-fs-mkgf2by2: 2rem;
    --icon-fs-mkgf34cb: 2rem;
  }
}
/* basic-N4 */
.basic-N4[id='FEmkdOdq3D'] {
  position: relative;
  background: #111;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  overflow: hidden;
}

.basic-N4[id='FEmkdOdq3D'] .footer-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1.6rem;
}

.basic-N4[id='FEmkdOdq3D'] .footer-logo {
  text-align: center;
  margin-bottom: 0;
}

.basic-N4[id='FEmkdOdq3D'] .footer-logo img {
  height: 3.3rem;
  object-fit: contain;
}

.basic-N4[id='FEmkdOdq3D'] .footer-menulist {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--fs-p2);
}

.basic-N4[id='FEmkdOdq3D'] .footer-menulink a {
  padding-right: 1.2rem;
  color: var(--white);
}

.basic-N4[id='FEmkdOdq3D'] .footer-menulink+.footer-menulink a {
  padding-left: 1.2rem;
}

.basic-N4[id='FEmkdOdq3D'] .footer-menulink {
  position: relative;
}

.basic-N4[id='FEmkdOdq3D'] .footer-menulink+.footer-menulink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background: rgba(var(--white-rgb), 0.1);
}

.basic-N4[id='FEmkdOdq3D'] .footer-snslist {
  display: flex;
  align-items: center;
}

.basic-N4[id='FEmkdOdq3D'] .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem;
}

.basic-N4[id='FEmkdOdq3D'] .footer-snslink {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.6rem;
}

.basic-N4[id='FEmkdOdq3D'] .footer-snslink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.basic-N4[id='FEmkdOdq3D'] .footer-bottom {
  padding-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.basic-N4[id='FEmkdOdq3D'] .footer-txt {
  display: flex;
  justify-content: center;
  width: 100%;
}

.basic-N4[id='FEmkdOdq3D'] .footer-txt+.footer-txt {
  margin-top: 0.3rem;
}

.basic-N4[id='FEmkdOdq3D'] .footer-txt p,
.basic-N4[id='FEmkdOdq3D'] .footer-txt span {
  margin-bottom: 0;
  color: var(--text-color3);
}

.basic-N4[id='FEmkdOdq3D'] .footer-txt p+p {
  margin-left: 0.8rem;
}

.basic-N4[id='FEmkdOdq3D'] .footer-txt p span+span {
  margin-left: 0.8rem;
}

.basic-N4[id='FEmkdOdq3D'] .info-area {
  overflow-y: auto;
}

.basic-N4[id='FEmkdOdq3D'] .info-group+.info-group {
  margin-top: 2.4rem;
}

.basic-N4[id='FEmkdOdq3D'] .info-group strong {
  padding-bottom: 1.2rem;
  display: block;
}

.basic-N4[id='FEmkdOdq3D'] .info-desc {
  max-height: 20.7rem;
  padding: 1.6rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
  overflow-y: auto;
  scrollbar-width: none;
}

.basic-N4[id='FEmkdOdq3D'] .info-desc p.fw-medium {
  font-weight: var(--fw-medium);
}

.basic-N4[id='FEmkdOdq3D'] .info-desc .mtb {
  margin: 2.4rem 0;
}

.basic-N4[id='FEmkdOdq3D'] .info-desc em {
  font-style: normal;
  font-weight: 600;
  margin: 2.4rem 0 1rem;
  position: relative;
  display: flex;
  align-items: center;
}

.basic-N4[id='FEmkdOdq3D'] .info-list em::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%;
  margin-right: 0.8rem;
}

.basic-N4[id='FEmkdOdq3D'] .info-list p {
  padding-left: 1.2rem;
}

.basic-N4[id='nVMkg7RCKD'] {
  position: relative;
  background: #111;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  overflow: hidden;
}

.basic-N4[id='nVMkg7RCKD'] .footer-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1.6rem;
}

.basic-N4[id='nVMkg7RCKD'] .footer-logo {
  text-align: center;
  margin-bottom: 0;
}

.basic-N4[id='nVMkg7RCKD'] .footer-logo img {
  height: 3.3rem;
  object-fit: contain;
}

.basic-N4[id='nVMkg7RCKD'] .footer-menulist {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--fs-p2);
}

.basic-N4[id='nVMkg7RCKD'] .footer-menulink a {
  padding-right: 1.2rem;
  color: var(--white);
}

.basic-N4[id='nVMkg7RCKD'] .footer-menulink+.footer-menulink a {
  padding-left: 1.2rem;
}

.basic-N4[id='nVMkg7RCKD'] .footer-menulink {
  position: relative;
}

.basic-N4[id='nVMkg7RCKD'] .footer-menulink+.footer-menulink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background: rgba(var(--white-rgb), 0.1);
}

.basic-N4[id='nVMkg7RCKD'] .footer-snslist {
  display: flex;
  align-items: center;
}

.basic-N4[id='nVMkg7RCKD'] .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem;
}

.basic-N4[id='nVMkg7RCKD'] .footer-snslink {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.6rem;
}

.basic-N4[id='nVMkg7RCKD'] .footer-snslink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.basic-N4[id='nVMkg7RCKD'] .footer-bottom {
  padding-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.basic-N4[id='nVMkg7RCKD'] .footer-txt {
  display: flex;
  justify-content: center;
  width: 100%;
}

.basic-N4[id='nVMkg7RCKD'] .footer-txt+.footer-txt {
  margin-top: 0.3rem;
}

.basic-N4[id='nVMkg7RCKD'] .footer-txt p,
.basic-N4[id='nVMkg7RCKD'] .footer-txt span {
  margin-bottom: 0;
  color: var(--text-color3);
}

.basic-N4[id='nVMkg7RCKD'] .footer-txt p+p {
  margin-left: 0.8rem;
}

.basic-N4[id='nVMkg7RCKD'] .footer-txt p span+span {
  margin-left: 0.8rem;
}

.basic-N4[id='nVMkg7RCKD'] .info-area {
  overflow-y: auto;
}

.basic-N4[id='nVMkg7RCKD'] .info-group+.info-group {
  margin-top: 2.4rem;
}

.basic-N4[id='nVMkg7RCKD'] .info-group strong {
  padding-bottom: 1.2rem;
  display: block;
}

.basic-N4[id='nVMkg7RCKD'] .info-desc {
  max-height: 20.7rem;
  padding: 1.6rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
  overflow-y: auto;
  scrollbar-width: none;
}

.basic-N4[id='nVMkg7RCKD'] .info-desc p.fw-medium {
  font-weight: var(--fw-medium);
}

.basic-N4[id='nVMkg7RCKD'] .info-desc .mtb {
  margin: 2.4rem 0;
}

.basic-N4[id='nVMkg7RCKD'] .info-desc em {
  font-style: normal;
  font-weight: 600;
  margin: 2.4rem 0 1rem;
  position: relative;
  display: flex;
  align-items: center;
}

.basic-N4[id='nVMkg7RCKD'] .info-list em::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%;
  margin-right: 0.8rem;
}

.basic-N4[id='nVMkg7RCKD'] .info-list p {
  padding-left: 1.2rem;
}

.basic-N4[id='DjmKg7RcLl'] {
  position: relative;
  background: #111;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  overflow: hidden;
}

.basic-N4[id='DjmKg7RcLl'] .footer-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1.6rem;
}

.basic-N4[id='DjmKg7RcLl'] .footer-logo {
  text-align: center;
  margin-bottom: 0;
}

.basic-N4[id='DjmKg7RcLl'] .footer-logo img {
  height: 3.3rem;
  object-fit: contain;
}

.basic-N4[id='DjmKg7RcLl'] .footer-menulist {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--fs-p2);
}

.basic-N4[id='DjmKg7RcLl'] .footer-menulink a {
  padding-right: 1.2rem;
  color: var(--white);
}

.basic-N4[id='DjmKg7RcLl'] .footer-menulink+.footer-menulink a {
  padding-left: 1.2rem;
}

.basic-N4[id='DjmKg7RcLl'] .footer-menulink {
  position: relative;
}

.basic-N4[id='DjmKg7RcLl'] .footer-menulink+.footer-menulink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background: rgba(var(--white-rgb), 0.1);
}

.basic-N4[id='DjmKg7RcLl'] .footer-snslist {
  display: flex;
  align-items: center;
}

.basic-N4[id='DjmKg7RcLl'] .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem;
}

.basic-N4[id='DjmKg7RcLl'] .footer-snslink {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.6rem;
}

.basic-N4[id='DjmKg7RcLl'] .footer-snslink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.basic-N4[id='DjmKg7RcLl'] .footer-bottom {
  padding-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.basic-N4[id='DjmKg7RcLl'] .footer-txt {
  display: flex;
  justify-content: center;
  width: 100%;
}

.basic-N4[id='DjmKg7RcLl'] .footer-txt+.footer-txt {
  margin-top: 0.3rem;
}

.basic-N4[id='DjmKg7RcLl'] .footer-txt p,
.basic-N4[id='DjmKg7RcLl'] .footer-txt span {
  margin-bottom: 0;
  color: var(--text-color3);
}

.basic-N4[id='DjmKg7RcLl'] .footer-txt p+p {
  margin-left: 0.8rem;
}

.basic-N4[id='DjmKg7RcLl'] .footer-txt p span+span {
  margin-left: 0.8rem;
}

.basic-N4[id='DjmKg7RcLl'] .info-area {
  overflow-y: auto;
}

.basic-N4[id='DjmKg7RcLl'] .info-group+.info-group {
  margin-top: 2.4rem;
}

.basic-N4[id='DjmKg7RcLl'] .info-group strong {
  padding-bottom: 1.2rem;
  display: block;
}

.basic-N4[id='DjmKg7RcLl'] .info-desc {
  max-height: 20.7rem;
  padding: 1.6rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
  overflow-y: auto;
  scrollbar-width: none;
}

.basic-N4[id='DjmKg7RcLl'] .info-desc p.fw-medium {
  font-weight: var(--fw-medium);
}

.basic-N4[id='DjmKg7RcLl'] .info-desc .mtb {
  margin: 2.4rem 0;
}

.basic-N4[id='DjmKg7RcLl'] .info-desc em {
  font-style: normal;
  font-weight: 600;
  margin: 2.4rem 0 1rem;
  position: relative;
  display: flex;
  align-items: center;
}

.basic-N4[id='DjmKg7RcLl'] .info-list em::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%;
  margin-right: 0.8rem;
}

.basic-N4[id='DjmKg7RcLl'] .info-list p {
  padding-left: 1.2rem;
}

.basic-N4[id='Sumkg7rcM5'] {
  position: relative;
  background: #111;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  overflow: hidden;
}

.basic-N4[id='Sumkg7rcM5'] .footer-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1.6rem;
}

.basic-N4[id='Sumkg7rcM5'] .footer-logo {
  text-align: center;
  margin-bottom: 0;
}

.basic-N4[id='Sumkg7rcM5'] .footer-logo img {
  height: 3.3rem;
  object-fit: contain;
}

.basic-N4[id='Sumkg7rcM5'] .footer-menulist {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--fs-p2);
}

.basic-N4[id='Sumkg7rcM5'] .footer-menulink a {
  padding-right: 1.2rem;
  color: var(--white);
}

.basic-N4[id='Sumkg7rcM5'] .footer-menulink+.footer-menulink a {
  padding-left: 1.2rem;
}

.basic-N4[id='Sumkg7rcM5'] .footer-menulink {
  position: relative;
}

.basic-N4[id='Sumkg7rcM5'] .footer-menulink+.footer-menulink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background: rgba(var(--white-rgb), 0.1);
}

.basic-N4[id='Sumkg7rcM5'] .footer-snslist {
  display: flex;
  align-items: center;
}

.basic-N4[id='Sumkg7rcM5'] .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem;
}

.basic-N4[id='Sumkg7rcM5'] .footer-snslink {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.6rem;
}

.basic-N4[id='Sumkg7rcM5'] .footer-snslink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.basic-N4[id='Sumkg7rcM5'] .footer-bottom {
  padding-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.basic-N4[id='Sumkg7rcM5'] .footer-txt {
  display: flex;
  justify-content: center;
  width: 100%;
}

.basic-N4[id='Sumkg7rcM5'] .footer-txt+.footer-txt {
  margin-top: 0.3rem;
}

.basic-N4[id='Sumkg7rcM5'] .footer-txt p,
.basic-N4[id='Sumkg7rcM5'] .footer-txt span {
  margin-bottom: 0;
  color: var(--text-color3);
}

.basic-N4[id='Sumkg7rcM5'] .footer-txt p+p {
  margin-left: 0.8rem;
}

.basic-N4[id='Sumkg7rcM5'] .footer-txt p span+span {
  margin-left: 0.8rem;
}

.basic-N4[id='Sumkg7rcM5'] .info-area {
  overflow-y: auto;
}

.basic-N4[id='Sumkg7rcM5'] .info-group+.info-group {
  margin-top: 2.4rem;
}

.basic-N4[id='Sumkg7rcM5'] .info-group strong {
  padding-bottom: 1.2rem;
  display: block;
}

.basic-N4[id='Sumkg7rcM5'] .info-desc {
  max-height: 20.7rem;
  padding: 1.6rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
  overflow-y: auto;
  scrollbar-width: none;
}

.basic-N4[id='Sumkg7rcM5'] .info-desc p.fw-medium {
  font-weight: var(--fw-medium);
}

.basic-N4[id='Sumkg7rcM5'] .info-desc .mtb {
  margin: 2.4rem 0;
}

.basic-N4[id='Sumkg7rcM5'] .info-desc em {
  font-style: normal;
  font-weight: 600;
  margin: 2.4rem 0 1rem;
  position: relative;
  display: flex;
  align-items: center;
}

.basic-N4[id='Sumkg7rcM5'] .info-list em::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%;
  margin-right: 0.8rem;
}

.basic-N4[id='Sumkg7rcM5'] .info-list p {
  padding-left: 1.2rem;
}

.basic-N4[id='jemkG7RCmJ'] {
  position: relative;
  background: #111;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  overflow: hidden;
}

.basic-N4[id='jemkG7RCmJ'] .footer-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1.6rem;
}

.basic-N4[id='jemkG7RCmJ'] .footer-logo {
  text-align: center;
  margin-bottom: 0;
}

.basic-N4[id='jemkG7RCmJ'] .footer-logo img {
  height: 3.3rem;
  object-fit: contain;
}

.basic-N4[id='jemkG7RCmJ'] .footer-menulist {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--fs-p2);
}

.basic-N4[id='jemkG7RCmJ'] .footer-menulink a {
  padding-right: 1.2rem;
  color: var(--white);
}

.basic-N4[id='jemkG7RCmJ'] .footer-menulink+.footer-menulink a {
  padding-left: 1.2rem;
}

.basic-N4[id='jemkG7RCmJ'] .footer-menulink {
  position: relative;
}

.basic-N4[id='jemkG7RCmJ'] .footer-menulink+.footer-menulink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background: rgba(var(--white-rgb), 0.1);
}

.basic-N4[id='jemkG7RCmJ'] .footer-snslist {
  display: flex;
  align-items: center;
}

.basic-N4[id='jemkG7RCmJ'] .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem;
}

.basic-N4[id='jemkG7RCmJ'] .footer-snslink {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.6rem;
}

.basic-N4[id='jemkG7RCmJ'] .footer-snslink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.basic-N4[id='jemkG7RCmJ'] .footer-bottom {
  padding-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.basic-N4[id='jemkG7RCmJ'] .footer-txt {
  display: flex;
  justify-content: center;
  width: 100%;
}

.basic-N4[id='jemkG7RCmJ'] .footer-txt+.footer-txt {
  margin-top: 0.3rem;
}

.basic-N4[id='jemkG7RCmJ'] .footer-txt p,
.basic-N4[id='jemkG7RCmJ'] .footer-txt span {
  margin-bottom: 0;
  color: var(--text-color3);
}

.basic-N4[id='jemkG7RCmJ'] .footer-txt p+p {
  margin-left: 0.8rem;
}

.basic-N4[id='jemkG7RCmJ'] .footer-txt p span+span {
  margin-left: 0.8rem;
}

.basic-N4[id='jemkG7RCmJ'] .info-area {
  overflow-y: auto;
}

.basic-N4[id='jemkG7RCmJ'] .info-group+.info-group {
  margin-top: 2.4rem;
}

.basic-N4[id='jemkG7RCmJ'] .info-group strong {
  padding-bottom: 1.2rem;
  display: block;
}

.basic-N4[id='jemkG7RCmJ'] .info-desc {
  max-height: 20.7rem;
  padding: 1.6rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
  overflow-y: auto;
  scrollbar-width: none;
}

.basic-N4[id='jemkG7RCmJ'] .info-desc p.fw-medium {
  font-weight: var(--fw-medium);
}

.basic-N4[id='jemkG7RCmJ'] .info-desc .mtb {
  margin: 2.4rem 0;
}

.basic-N4[id='jemkG7RCmJ'] .info-desc em {
  font-style: normal;
  font-weight: 600;
  margin: 2.4rem 0 1rem;
  position: relative;
  display: flex;
  align-items: center;
}

.basic-N4[id='jemkG7RCmJ'] .info-list em::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%;
  margin-right: 0.8rem;
}

.basic-N4[id='jemkG7RCmJ'] .info-list p {
  padding-left: 1.2rem;
}

.basic-N4[id='lmmKg7rcn5'] {
  position: relative;
  background: #111;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  overflow: hidden;
}

.basic-N4[id='lmmKg7rcn5'] .footer-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1.6rem;
}

.basic-N4[id='lmmKg7rcn5'] .footer-logo {
  text-align: center;
  margin-bottom: 0;
}

.basic-N4[id='lmmKg7rcn5'] .footer-logo img {
  height: 3.3rem;
  object-fit: contain;
}

.basic-N4[id='lmmKg7rcn5'] .footer-menulist {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--fs-p2);
}

.basic-N4[id='lmmKg7rcn5'] .footer-menulink a {
  padding-right: 1.2rem;
  color: var(--white);
}

.basic-N4[id='lmmKg7rcn5'] .footer-menulink+.footer-menulink a {
  padding-left: 1.2rem;
}

.basic-N4[id='lmmKg7rcn5'] .footer-menulink {
  position: relative;
}

.basic-N4[id='lmmKg7rcn5'] .footer-menulink+.footer-menulink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background: rgba(var(--white-rgb), 0.1);
}

.basic-N4[id='lmmKg7rcn5'] .footer-snslist {
  display: flex;
  align-items: center;
}

.basic-N4[id='lmmKg7rcn5'] .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem;
}

.basic-N4[id='lmmKg7rcn5'] .footer-snslink {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.6rem;
}

.basic-N4[id='lmmKg7rcn5'] .footer-snslink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.basic-N4[id='lmmKg7rcn5'] .footer-bottom {
  padding-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.basic-N4[id='lmmKg7rcn5'] .footer-txt {
  display: flex;
  justify-content: center;
  width: 100%;
}

.basic-N4[id='lmmKg7rcn5'] .footer-txt+.footer-txt {
  margin-top: 0.3rem;
}

.basic-N4[id='lmmKg7rcn5'] .footer-txt p,
.basic-N4[id='lmmKg7rcn5'] .footer-txt span {
  margin-bottom: 0;
  color: var(--text-color3);
}

.basic-N4[id='lmmKg7rcn5'] .footer-txt p+p {
  margin-left: 0.8rem;
}

.basic-N4[id='lmmKg7rcn5'] .footer-txt p span+span {
  margin-left: 0.8rem;
}

.basic-N4[id='lmmKg7rcn5'] .info-area {
  overflow-y: auto;
}

.basic-N4[id='lmmKg7rcn5'] .info-group+.info-group {
  margin-top: 2.4rem;
}

.basic-N4[id='lmmKg7rcn5'] .info-group strong {
  padding-bottom: 1.2rem;
  display: block;
}

.basic-N4[id='lmmKg7rcn5'] .info-desc {
  max-height: 20.7rem;
  padding: 1.6rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
  overflow-y: auto;
  scrollbar-width: none;
}

.basic-N4[id='lmmKg7rcn5'] .info-desc p.fw-medium {
  font-weight: var(--fw-medium);
}

.basic-N4[id='lmmKg7rcn5'] .info-desc .mtb {
  margin: 2.4rem 0;
}

.basic-N4[id='lmmKg7rcn5'] .info-desc em {
  font-style: normal;
  font-weight: 600;
  margin: 2.4rem 0 1rem;
  position: relative;
  display: flex;
  align-items: center;
}

.basic-N4[id='lmmKg7rcn5'] .info-list em::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%;
  margin-right: 0.8rem;
}

.basic-N4[id='lmmKg7rcn5'] .info-list p {
  padding-left: 1.2rem;
}

.basic-N4[id='PNMKG7RcnK'] {
  position: relative;
  background: #111;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  overflow: hidden;
}

.basic-N4[id='PNMKG7RcnK'] .footer-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1.6rem;
}

.basic-N4[id='PNMKG7RcnK'] .footer-logo {
  text-align: center;
  margin-bottom: 0;
}

.basic-N4[id='PNMKG7RcnK'] .footer-logo img {
  height: 3.3rem;
  object-fit: contain;
}

.basic-N4[id='PNMKG7RcnK'] .footer-menulist {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--fs-p2);
}

.basic-N4[id='PNMKG7RcnK'] .footer-menulink a {
  padding-right: 1.2rem;
  color: var(--white);
}

.basic-N4[id='PNMKG7RcnK'] .footer-menulink+.footer-menulink a {
  padding-left: 1.2rem;
}

.basic-N4[id='PNMKG7RcnK'] .footer-menulink {
  position: relative;
}

.basic-N4[id='PNMKG7RcnK'] .footer-menulink+.footer-menulink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background: rgba(var(--white-rgb), 0.1);
}

.basic-N4[id='PNMKG7RcnK'] .footer-snslist {
  display: flex;
  align-items: center;
}

.basic-N4[id='PNMKG7RcnK'] .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem;
}

.basic-N4[id='PNMKG7RcnK'] .footer-snslink {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.6rem;
}

.basic-N4[id='PNMKG7RcnK'] .footer-snslink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.basic-N4[id='PNMKG7RcnK'] .footer-bottom {
  padding-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.basic-N4[id='PNMKG7RcnK'] .footer-txt {
  display: flex;
  justify-content: center;
  width: 100%;
}

.basic-N4[id='PNMKG7RcnK'] .footer-txt+.footer-txt {
  margin-top: 0.3rem;
}

.basic-N4[id='PNMKG7RcnK'] .footer-txt p,
.basic-N4[id='PNMKG7RcnK'] .footer-txt span {
  margin-bottom: 0;
  color: var(--text-color3);
}

.basic-N4[id='PNMKG7RcnK'] .footer-txt p+p {
  margin-left: 0.8rem;
}

.basic-N4[id='PNMKG7RcnK'] .footer-txt p span+span {
  margin-left: 0.8rem;
}

.basic-N4[id='PNMKG7RcnK'] .info-area {
  overflow-y: auto;
}

.basic-N4[id='PNMKG7RcnK'] .info-group+.info-group {
  margin-top: 2.4rem;
}

.basic-N4[id='PNMKG7RcnK'] .info-group strong {
  padding-bottom: 1.2rem;
  display: block;
}

.basic-N4[id='PNMKG7RcnK'] .info-desc {
  max-height: 20.7rem;
  padding: 1.6rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
  overflow-y: auto;
  scrollbar-width: none;
}

.basic-N4[id='PNMKG7RcnK'] .info-desc p.fw-medium {
  font-weight: var(--fw-medium);
}

.basic-N4[id='PNMKG7RcnK'] .info-desc .mtb {
  margin: 2.4rem 0;
}

.basic-N4[id='PNMKG7RcnK'] .info-desc em {
  font-style: normal;
  font-weight: 600;
  margin: 2.4rem 0 1rem;
  position: relative;
  display: flex;
  align-items: center;
}

.basic-N4[id='PNMKG7RcnK'] .info-list em::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%;
  margin-right: 0.8rem;
}

.basic-N4[id='PNMKG7RcnK'] .info-list p {
  padding-left: 1.2rem;
}

.basic-N4[id='qBMKg7Rcnx'] {
  position: relative;
  background: #111;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  overflow: hidden;
}

.basic-N4[id='qBMKg7Rcnx'] .footer-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1.6rem;
}

.basic-N4[id='qBMKg7Rcnx'] .footer-logo {
  text-align: center;
  margin-bottom: 0;
}

.basic-N4[id='qBMKg7Rcnx'] .footer-logo img {
  height: 3.3rem;
  object-fit: contain;
}

.basic-N4[id='qBMKg7Rcnx'] .footer-menulist {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--fs-p2);
}

.basic-N4[id='qBMKg7Rcnx'] .footer-menulink a {
  padding-right: 1.2rem;
  color: var(--white);
}

.basic-N4[id='qBMKg7Rcnx'] .footer-menulink+.footer-menulink a {
  padding-left: 1.2rem;
}

.basic-N4[id='qBMKg7Rcnx'] .footer-menulink {
  position: relative;
}

.basic-N4[id='qBMKg7Rcnx'] .footer-menulink+.footer-menulink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background: rgba(var(--white-rgb), 0.1);
}

.basic-N4[id='qBMKg7Rcnx'] .footer-snslist {
  display: flex;
  align-items: center;
}

.basic-N4[id='qBMKg7Rcnx'] .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem;
}

.basic-N4[id='qBMKg7Rcnx'] .footer-snslink {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.6rem;
}

.basic-N4[id='qBMKg7Rcnx'] .footer-snslink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.basic-N4[id='qBMKg7Rcnx'] .footer-bottom {
  padding-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.basic-N4[id='qBMKg7Rcnx'] .footer-txt {
  display: flex;
  justify-content: center;
  width: 100%;
}

.basic-N4[id='qBMKg7Rcnx'] .footer-txt+.footer-txt {
  margin-top: 0.3rem;
}

.basic-N4[id='qBMKg7Rcnx'] .footer-txt p,
.basic-N4[id='qBMKg7Rcnx'] .footer-txt span {
  margin-bottom: 0;
  color: var(--text-color3);
}

.basic-N4[id='qBMKg7Rcnx'] .footer-txt p+p {
  margin-left: 0.8rem;
}

.basic-N4[id='qBMKg7Rcnx'] .footer-txt p span+span {
  margin-left: 0.8rem;
}

.basic-N4[id='qBMKg7Rcnx'] .info-area {
  overflow-y: auto;
}

.basic-N4[id='qBMKg7Rcnx'] .info-group+.info-group {
  margin-top: 2.4rem;
}

.basic-N4[id='qBMKg7Rcnx'] .info-group strong {
  padding-bottom: 1.2rem;
  display: block;
}

.basic-N4[id='qBMKg7Rcnx'] .info-desc {
  max-height: 20.7rem;
  padding: 1.6rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
  overflow-y: auto;
  scrollbar-width: none;
}

.basic-N4[id='qBMKg7Rcnx'] .info-desc p.fw-medium {
  font-weight: var(--fw-medium);
}

.basic-N4[id='qBMKg7Rcnx'] .info-desc .mtb {
  margin: 2.4rem 0;
}

.basic-N4[id='qBMKg7Rcnx'] .info-desc em {
  font-style: normal;
  font-weight: 600;
  margin: 2.4rem 0 1rem;
  position: relative;
  display: flex;
  align-items: center;
}

.basic-N4[id='qBMKg7Rcnx'] .info-list em::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%;
  margin-right: 0.8rem;
}

.basic-N4[id='qBMKg7Rcnx'] .info-list p {
  padding-left: 1.2rem;
}

.basic-N4[id='tlMKG7rcOA'] {
  position: relative;
  background: #111;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  overflow: hidden;
}

.basic-N4[id='tlMKG7rcOA'] .footer-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1.6rem;
}

.basic-N4[id='tlMKG7rcOA'] .footer-logo {
  text-align: center;
  margin-bottom: 0;
}

.basic-N4[id='tlMKG7rcOA'] .footer-logo img {
  height: 3.3rem;
  object-fit: contain;
}

.basic-N4[id='tlMKG7rcOA'] .footer-menulist {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--fs-p2);
}

.basic-N4[id='tlMKG7rcOA'] .footer-menulink a {
  padding-right: 1.2rem;
  color: var(--white);
}

.basic-N4[id='tlMKG7rcOA'] .footer-menulink+.footer-menulink a {
  padding-left: 1.2rem;
}

.basic-N4[id='tlMKG7rcOA'] .footer-menulink {
  position: relative;
}

.basic-N4[id='tlMKG7rcOA'] .footer-menulink+.footer-menulink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background: rgba(var(--white-rgb), 0.1);
}

.basic-N4[id='tlMKG7rcOA'] .footer-snslist {
  display: flex;
  align-items: center;
}

.basic-N4[id='tlMKG7rcOA'] .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem;
}

.basic-N4[id='tlMKG7rcOA'] .footer-snslink {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.6rem;
}

.basic-N4[id='tlMKG7rcOA'] .footer-snslink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.basic-N4[id='tlMKG7rcOA'] .footer-bottom {
  padding-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.basic-N4[id='tlMKG7rcOA'] .footer-txt {
  display: flex;
  justify-content: center;
  width: 100%;
}

.basic-N4[id='tlMKG7rcOA'] .footer-txt+.footer-txt {
  margin-top: 0.3rem;
}

.basic-N4[id='tlMKG7rcOA'] .footer-txt p,
.basic-N4[id='tlMKG7rcOA'] .footer-txt span {
  margin-bottom: 0;
  color: var(--text-color3);
}

.basic-N4[id='tlMKG7rcOA'] .footer-txt p+p {
  margin-left: 0.8rem;
}

.basic-N4[id='tlMKG7rcOA'] .footer-txt p span+span {
  margin-left: 0.8rem;
}

.basic-N4[id='tlMKG7rcOA'] .info-area {
  overflow-y: auto;
}

.basic-N4[id='tlMKG7rcOA'] .info-group+.info-group {
  margin-top: 2.4rem;
}

.basic-N4[id='tlMKG7rcOA'] .info-group strong {
  padding-bottom: 1.2rem;
  display: block;
}

.basic-N4[id='tlMKG7rcOA'] .info-desc {
  max-height: 20.7rem;
  padding: 1.6rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
  overflow-y: auto;
  scrollbar-width: none;
}

.basic-N4[id='tlMKG7rcOA'] .info-desc p.fw-medium {
  font-weight: var(--fw-medium);
}

.basic-N4[id='tlMKG7rcOA'] .info-desc .mtb {
  margin: 2.4rem 0;
}

.basic-N4[id='tlMKG7rcOA'] .info-desc em {
  font-style: normal;
  font-weight: 600;
  margin: 2.4rem 0 1rem;
  position: relative;
  display: flex;
  align-items: center;
}

.basic-N4[id='tlMKG7rcOA'] .info-list em::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%;
  margin-right: 0.8rem;
}

.basic-N4[id='tlMKG7rcOA'] .info-list p {
  padding-left: 1.2rem;
}

.basic-N4[id='DNMKG7RcoO'] {
  position: relative;
  background: #111;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  overflow: hidden;
}

.basic-N4[id='DNMKG7RcoO'] .footer-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1.6rem;
}

.basic-N4[id='DNMKG7RcoO'] .footer-logo {
  text-align: center;
  margin-bottom: 0;
}

.basic-N4[id='DNMKG7RcoO'] .footer-logo img {
  height: 3.3rem;
  object-fit: contain;
}

.basic-N4[id='DNMKG7RcoO'] .footer-menulist {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--fs-p2);
}

.basic-N4[id='DNMKG7RcoO'] .footer-menulink a {
  padding-right: 1.2rem;
  color: var(--white);
}

.basic-N4[id='DNMKG7RcoO'] .footer-menulink+.footer-menulink a {
  padding-left: 1.2rem;
}

.basic-N4[id='DNMKG7RcoO'] .footer-menulink {
  position: relative;
}

.basic-N4[id='DNMKG7RcoO'] .footer-menulink+.footer-menulink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background: rgba(var(--white-rgb), 0.1);
}

.basic-N4[id='DNMKG7RcoO'] .footer-snslist {
  display: flex;
  align-items: center;
}

.basic-N4[id='DNMKG7RcoO'] .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem;
}

.basic-N4[id='DNMKG7RcoO'] .footer-snslink {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.6rem;
}

.basic-N4[id='DNMKG7RcoO'] .footer-snslink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.basic-N4[id='DNMKG7RcoO'] .footer-bottom {
  padding-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.basic-N4[id='DNMKG7RcoO'] .footer-txt {
  display: flex;
  justify-content: center;
  width: 100%;
}

.basic-N4[id='DNMKG7RcoO'] .footer-txt+.footer-txt {
  margin-top: 0.3rem;
}

.basic-N4[id='DNMKG7RcoO'] .footer-txt p,
.basic-N4[id='DNMKG7RcoO'] .footer-txt span {
  margin-bottom: 0;
  color: var(--text-color3);
}

.basic-N4[id='DNMKG7RcoO'] .footer-txt p+p {
  margin-left: 0.8rem;
}

.basic-N4[id='DNMKG7RcoO'] .footer-txt p span+span {
  margin-left: 0.8rem;
}

.basic-N4[id='DNMKG7RcoO'] .info-area {
  overflow-y: auto;
}

.basic-N4[id='DNMKG7RcoO'] .info-group+.info-group {
  margin-top: 2.4rem;
}

.basic-N4[id='DNMKG7RcoO'] .info-group strong {
  padding-bottom: 1.2rem;
  display: block;
}

.basic-N4[id='DNMKG7RcoO'] .info-desc {
  max-height: 20.7rem;
  padding: 1.6rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
  overflow-y: auto;
  scrollbar-width: none;
}

.basic-N4[id='DNMKG7RcoO'] .info-desc p.fw-medium {
  font-weight: var(--fw-medium);
}

.basic-N4[id='DNMKG7RcoO'] .info-desc .mtb {
  margin: 2.4rem 0;
}

.basic-N4[id='DNMKG7RcoO'] .info-desc em {
  font-style: normal;
  font-weight: 600;
  margin: 2.4rem 0 1rem;
  position: relative;
  display: flex;
  align-items: center;
}

.basic-N4[id='DNMKG7RcoO'] .info-list em::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%;
  margin-right: 0.8rem;
}

.basic-N4[id='DNMKG7RcoO'] .info-list p {
  padding-left: 1.2rem;
}

.basic-N4[id='OiMkg7rcp4'] {
  position: relative;
  background: #111;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  overflow: hidden;
}

.basic-N4[id='OiMkg7rcp4'] .footer-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1.6rem;
}

.basic-N4[id='OiMkg7rcp4'] .footer-logo {
  text-align: center;
  margin-bottom: 0;
}

.basic-N4[id='OiMkg7rcp4'] .footer-logo img {
  height: 3.3rem;
  object-fit: contain;
}

.basic-N4[id='OiMkg7rcp4'] .footer-menulist {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--fs-p2);
}

.basic-N4[id='OiMkg7rcp4'] .footer-menulink a {
  padding-right: 1.2rem;
  color: var(--white);
}

.basic-N4[id='OiMkg7rcp4'] .footer-menulink+.footer-menulink a {
  padding-left: 1.2rem;
}

.basic-N4[id='OiMkg7rcp4'] .footer-menulink {
  position: relative;
}

.basic-N4[id='OiMkg7rcp4'] .footer-menulink+.footer-menulink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background: rgba(var(--white-rgb), 0.1);
}

.basic-N4[id='OiMkg7rcp4'] .footer-snslist {
  display: flex;
  align-items: center;
}

.basic-N4[id='OiMkg7rcp4'] .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem;
}

.basic-N4[id='OiMkg7rcp4'] .footer-snslink {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.6rem;
}

.basic-N4[id='OiMkg7rcp4'] .footer-snslink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.basic-N4[id='OiMkg7rcp4'] .footer-bottom {
  padding-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.basic-N4[id='OiMkg7rcp4'] .footer-txt {
  display: flex;
  justify-content: center;
  width: 100%;
}

.basic-N4[id='OiMkg7rcp4'] .footer-txt+.footer-txt {
  margin-top: 0.3rem;
}

.basic-N4[id='OiMkg7rcp4'] .footer-txt p,
.basic-N4[id='OiMkg7rcp4'] .footer-txt span {
  margin-bottom: 0;
  color: var(--text-color3);
}

.basic-N4[id='OiMkg7rcp4'] .footer-txt p+p {
  margin-left: 0.8rem;
}

.basic-N4[id='OiMkg7rcp4'] .footer-txt p span+span {
  margin-left: 0.8rem;
}

.basic-N4[id='OiMkg7rcp4'] .info-area {
  overflow-y: auto;
}

.basic-N4[id='OiMkg7rcp4'] .info-group+.info-group {
  margin-top: 2.4rem;
}

.basic-N4[id='OiMkg7rcp4'] .info-group strong {
  padding-bottom: 1.2rem;
  display: block;
}

.basic-N4[id='OiMkg7rcp4'] .info-desc {
  max-height: 20.7rem;
  padding: 1.6rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
  overflow-y: auto;
  scrollbar-width: none;
}

.basic-N4[id='OiMkg7rcp4'] .info-desc p.fw-medium {
  font-weight: var(--fw-medium);
}

.basic-N4[id='OiMkg7rcp4'] .info-desc .mtb {
  margin: 2.4rem 0;
}

.basic-N4[id='OiMkg7rcp4'] .info-desc em {
  font-style: normal;
  font-weight: 600;
  margin: 2.4rem 0 1rem;
  position: relative;
  display: flex;
  align-items: center;
}

.basic-N4[id='OiMkg7rcp4'] .info-list em::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%;
  margin-right: 0.8rem;
}

.basic-N4[id='OiMkg7rcp4'] .info-list p {
  padding-left: 1.2rem;
}

.basic-N4[id='ogMkG7RcpJ'] {
  position: relative;
  background: #111;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  overflow: hidden;
}

.basic-N4[id='ogMkG7RcpJ'] .footer-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1.6rem;
}

.basic-N4[id='ogMkG7RcpJ'] .footer-logo {
  text-align: center;
  margin-bottom: 0;
}

.basic-N4[id='ogMkG7RcpJ'] .footer-logo img {
  height: 3.3rem;
  object-fit: contain;
}

.basic-N4[id='ogMkG7RcpJ'] .footer-menulist {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--fs-p2);
}

.basic-N4[id='ogMkG7RcpJ'] .footer-menulink a {
  padding-right: 1.2rem;
  color: var(--white);
}

.basic-N4[id='ogMkG7RcpJ'] .footer-menulink+.footer-menulink a {
  padding-left: 1.2rem;
}

.basic-N4[id='ogMkG7RcpJ'] .footer-menulink {
  position: relative;
}

.basic-N4[id='ogMkG7RcpJ'] .footer-menulink+.footer-menulink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background: rgba(var(--white-rgb), 0.1);
}

.basic-N4[id='ogMkG7RcpJ'] .footer-snslist {
  display: flex;
  align-items: center;
}

.basic-N4[id='ogMkG7RcpJ'] .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem;
}

.basic-N4[id='ogMkG7RcpJ'] .footer-snslink {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.6rem;
}

.basic-N4[id='ogMkG7RcpJ'] .footer-snslink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.basic-N4[id='ogMkG7RcpJ'] .footer-bottom {
  padding-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.basic-N4[id='ogMkG7RcpJ'] .footer-txt {
  display: flex;
  justify-content: center;
  width: 100%;
}

.basic-N4[id='ogMkG7RcpJ'] .footer-txt+.footer-txt {
  margin-top: 0.3rem;
}

.basic-N4[id='ogMkG7RcpJ'] .footer-txt p,
.basic-N4[id='ogMkG7RcpJ'] .footer-txt span {
  margin-bottom: 0;
  color: var(--text-color3);
}

.basic-N4[id='ogMkG7RcpJ'] .footer-txt p+p {
  margin-left: 0.8rem;
}

.basic-N4[id='ogMkG7RcpJ'] .footer-txt p span+span {
  margin-left: 0.8rem;
}

.basic-N4[id='ogMkG7RcpJ'] .info-area {
  overflow-y: auto;
}

.basic-N4[id='ogMkG7RcpJ'] .info-group+.info-group {
  margin-top: 2.4rem;
}

.basic-N4[id='ogMkG7RcpJ'] .info-group strong {
  padding-bottom: 1.2rem;
  display: block;
}

.basic-N4[id='ogMkG7RcpJ'] .info-desc {
  max-height: 20.7rem;
  padding: 1.6rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
  overflow-y: auto;
  scrollbar-width: none;
}

.basic-N4[id='ogMkG7RcpJ'] .info-desc p.fw-medium {
  font-weight: var(--fw-medium);
}

.basic-N4[id='ogMkG7RcpJ'] .info-desc .mtb {
  margin: 2.4rem 0;
}

.basic-N4[id='ogMkG7RcpJ'] .info-desc em {
  font-style: normal;
  font-weight: 600;
  margin: 2.4rem 0 1rem;
  position: relative;
  display: flex;
  align-items: center;
}

.basic-N4[id='ogMkG7RcpJ'] .info-list em::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%;
  margin-right: 0.8rem;
}

.basic-N4[id='ogMkG7RcpJ'] .info-list p {
  padding-left: 1.2rem;
}

@media (max-width: 992px) {
  .basic-N4[id='FEmkdOdq3D'] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .basic-N4[id='FEmkdOdq3D'] .footer-top {
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }

  .basic-N4[id='FEmkdOdq3D'] .footer-logo a {
    height: 2.6rem;
  }

  .basic-N4[id='FEmkdOdq3D'] .footer-menulist {
    justify-content: flex-start;
    position: relative;
    left: 0;
    transform: translate(0);
    margin-top: 1.3rem;
  }

  .basic-N4[id='FEmkdOdq3D'] .footer-menulink a {
    padding-right: 0.8rem;
  }

  .basic-N4[id='FEmkdOdq3D'] .footer-menulink+.footer-menulink a {
    padding-left: 0.8rem;
  }

  .basic-N4[id='FEmkdOdq3D'] .footer-snslist {
    margin: 2.4rem 0 1.6rem 0;
    justify-content: center;
  }

  .basic-N4[id='FEmkdOdq3D'] .footer-bottom {
    text-align: center;
  }

  .basic-N4[id='FEmkdOdq3D'] .footer-txt {
    flex-direction: column;
  }

  .basic-N4[id='FEmkdOdq3D'] .footer-txt p+p {
    margin-left: 0;
  }

  .basic-N4[id='FEmkdOdq3D'] .footer-txt+.footer-txt {
    margin-top: 0.6rem;
  }

  .basic-N4[id='nVMkg7RCKD'] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .basic-N4[id='nVMkg7RCKD'] .footer-top {
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }

  .basic-N4[id='nVMkg7RCKD'] .footer-logo a {
    height: 2.6rem;
  }

  .basic-N4[id='nVMkg7RCKD'] .footer-menulist {
    justify-content: flex-start;
    position: relative;
    left: 0;
    transform: translate(0);
    margin-top: 1.3rem;
  }

  .basic-N4[id='nVMkg7RCKD'] .footer-menulink a {
    padding-right: 0.8rem;
  }

  .basic-N4[id='nVMkg7RCKD'] .footer-menulink+.footer-menulink a {
    padding-left: 0.8rem;
  }

  .basic-N4[id='nVMkg7RCKD'] .footer-snslist {
    margin: 2.4rem 0 1.6rem 0;
    justify-content: center;
  }

  .basic-N4[id='nVMkg7RCKD'] .footer-bottom {
    text-align: center;
  }

  .basic-N4[id='nVMkg7RCKD'] .footer-txt {
    flex-direction: column;
  }

  .basic-N4[id='nVMkg7RCKD'] .footer-txt p+p {
    margin-left: 0;
  }

  .basic-N4[id='nVMkg7RCKD'] .footer-txt+.footer-txt {
    margin-top: 0.6rem;
  }

  .basic-N4[id='DjmKg7RcLl'] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .basic-N4[id='DjmKg7RcLl'] .footer-top {
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }

  .basic-N4[id='DjmKg7RcLl'] .footer-logo a {
    height: 2.6rem;
  }

  .basic-N4[id='DjmKg7RcLl'] .footer-menulist {
    justify-content: flex-start;
    position: relative;
    left: 0;
    transform: translate(0);
    margin-top: 1.3rem;
  }

  .basic-N4[id='DjmKg7RcLl'] .footer-menulink a {
    padding-right: 0.8rem;
  }

  .basic-N4[id='DjmKg7RcLl'] .footer-menulink+.footer-menulink a {
    padding-left: 0.8rem;
  }

  .basic-N4[id='DjmKg7RcLl'] .footer-snslist {
    margin: 2.4rem 0 1.6rem 0;
    justify-content: center;
  }

  .basic-N4[id='DjmKg7RcLl'] .footer-bottom {
    text-align: center;
  }

  .basic-N4[id='DjmKg7RcLl'] .footer-txt {
    flex-direction: column;
  }

  .basic-N4[id='DjmKg7RcLl'] .footer-txt p+p {
    margin-left: 0;
  }

  .basic-N4[id='DjmKg7RcLl'] .footer-txt+.footer-txt {
    margin-top: 0.6rem;
  }

  .basic-N4[id='Sumkg7rcM5'] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .basic-N4[id='Sumkg7rcM5'] .footer-top {
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }

  .basic-N4[id='Sumkg7rcM5'] .footer-logo a {
    height: 2.6rem;
  }

  .basic-N4[id='Sumkg7rcM5'] .footer-menulist {
    justify-content: flex-start;
    position: relative;
    left: 0;
    transform: translate(0);
    margin-top: 1.3rem;
  }

  .basic-N4[id='Sumkg7rcM5'] .footer-menulink a {
    padding-right: 0.8rem;
  }

  .basic-N4[id='Sumkg7rcM5'] .footer-menulink+.footer-menulink a {
    padding-left: 0.8rem;
  }

  .basic-N4[id='Sumkg7rcM5'] .footer-snslist {
    margin: 2.4rem 0 1.6rem 0;
    justify-content: center;
  }

  .basic-N4[id='Sumkg7rcM5'] .footer-bottom {
    text-align: center;
  }

  .basic-N4[id='Sumkg7rcM5'] .footer-txt {
    flex-direction: column;
  }

  .basic-N4[id='Sumkg7rcM5'] .footer-txt p+p {
    margin-left: 0;
  }

  .basic-N4[id='Sumkg7rcM5'] .footer-txt+.footer-txt {
    margin-top: 0.6rem;
  }

  .basic-N4[id='jemkG7RCmJ'] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .basic-N4[id='jemkG7RCmJ'] .footer-top {
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }

  .basic-N4[id='jemkG7RCmJ'] .footer-logo a {
    height: 2.6rem;
  }

  .basic-N4[id='jemkG7RCmJ'] .footer-menulist {
    justify-content: flex-start;
    position: relative;
    left: 0;
    transform: translate(0);
    margin-top: 1.3rem;
  }

  .basic-N4[id='jemkG7RCmJ'] .footer-menulink a {
    padding-right: 0.8rem;
  }

  .basic-N4[id='jemkG7RCmJ'] .footer-menulink+.footer-menulink a {
    padding-left: 0.8rem;
  }

  .basic-N4[id='jemkG7RCmJ'] .footer-snslist {
    margin: 2.4rem 0 1.6rem 0;
    justify-content: center;
  }

  .basic-N4[id='jemkG7RCmJ'] .footer-bottom {
    text-align: center;
  }

  .basic-N4[id='jemkG7RCmJ'] .footer-txt {
    flex-direction: column;
  }

  .basic-N4[id='jemkG7RCmJ'] .footer-txt p+p {
    margin-left: 0;
  }

  .basic-N4[id='jemkG7RCmJ'] .footer-txt+.footer-txt {
    margin-top: 0.6rem;
  }

  .basic-N4[id='lmmKg7rcn5'] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .basic-N4[id='lmmKg7rcn5'] .footer-top {
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }

  .basic-N4[id='lmmKg7rcn5'] .footer-logo a {
    height: 2.6rem;
  }

  .basic-N4[id='lmmKg7rcn5'] .footer-menulist {
    justify-content: flex-start;
    position: relative;
    left: 0;
    transform: translate(0);
    margin-top: 1.3rem;
  }

  .basic-N4[id='lmmKg7rcn5'] .footer-menulink a {
    padding-right: 0.8rem;
  }

  .basic-N4[id='lmmKg7rcn5'] .footer-menulink+.footer-menulink a {
    padding-left: 0.8rem;
  }

  .basic-N4[id='lmmKg7rcn5'] .footer-snslist {
    margin: 2.4rem 0 1.6rem 0;
    justify-content: center;
  }

  .basic-N4[id='lmmKg7rcn5'] .footer-bottom {
    text-align: center;
  }

  .basic-N4[id='lmmKg7rcn5'] .footer-txt {
    flex-direction: column;
  }

  .basic-N4[id='lmmKg7rcn5'] .footer-txt p+p {
    margin-left: 0;
  }

  .basic-N4[id='lmmKg7rcn5'] .footer-txt+.footer-txt {
    margin-top: 0.6rem;
  }

  .basic-N4[id='PNMKG7RcnK'] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .basic-N4[id='PNMKG7RcnK'] .footer-top {
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }

  .basic-N4[id='PNMKG7RcnK'] .footer-logo a {
    height: 2.6rem;
  }

  .basic-N4[id='PNMKG7RcnK'] .footer-menulist {
    justify-content: flex-start;
    position: relative;
    left: 0;
    transform: translate(0);
    margin-top: 1.3rem;
  }

  .basic-N4[id='PNMKG7RcnK'] .footer-menulink a {
    padding-right: 0.8rem;
  }

  .basic-N4[id='PNMKG7RcnK'] .footer-menulink+.footer-menulink a {
    padding-left: 0.8rem;
  }

  .basic-N4[id='PNMKG7RcnK'] .footer-snslist {
    margin: 2.4rem 0 1.6rem 0;
    justify-content: center;
  }

  .basic-N4[id='PNMKG7RcnK'] .footer-bottom {
    text-align: center;
  }

  .basic-N4[id='PNMKG7RcnK'] .footer-txt {
    flex-direction: column;
  }

  .basic-N4[id='PNMKG7RcnK'] .footer-txt p+p {
    margin-left: 0;
  }

  .basic-N4[id='PNMKG7RcnK'] .footer-txt+.footer-txt {
    margin-top: 0.6rem;
  }

  .basic-N4[id='qBMKg7Rcnx'] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .basic-N4[id='qBMKg7Rcnx'] .footer-top {
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }

  .basic-N4[id='qBMKg7Rcnx'] .footer-logo a {
    height: 2.6rem;
  }

  .basic-N4[id='qBMKg7Rcnx'] .footer-menulist {
    justify-content: flex-start;
    position: relative;
    left: 0;
    transform: translate(0);
    margin-top: 1.3rem;
  }

  .basic-N4[id='qBMKg7Rcnx'] .footer-menulink a {
    padding-right: 0.8rem;
  }

  .basic-N4[id='qBMKg7Rcnx'] .footer-menulink+.footer-menulink a {
    padding-left: 0.8rem;
  }

  .basic-N4[id='qBMKg7Rcnx'] .footer-snslist {
    margin: 2.4rem 0 1.6rem 0;
    justify-content: center;
  }

  .basic-N4[id='qBMKg7Rcnx'] .footer-bottom {
    text-align: center;
  }

  .basic-N4[id='qBMKg7Rcnx'] .footer-txt {
    flex-direction: column;
  }

  .basic-N4[id='qBMKg7Rcnx'] .footer-txt p+p {
    margin-left: 0;
  }

  .basic-N4[id='qBMKg7Rcnx'] .footer-txt+.footer-txt {
    margin-top: 0.6rem;
  }

  .basic-N4[id='tlMKG7rcOA'] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .basic-N4[id='tlMKG7rcOA'] .footer-top {
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }

  .basic-N4[id='tlMKG7rcOA'] .footer-logo a {
    height: 2.6rem;
  }

  .basic-N4[id='tlMKG7rcOA'] .footer-menulist {
    justify-content: flex-start;
    position: relative;
    left: 0;
    transform: translate(0);
    margin-top: 1.3rem;
  }

  .basic-N4[id='tlMKG7rcOA'] .footer-menulink a {
    padding-right: 0.8rem;
  }

  .basic-N4[id='tlMKG7rcOA'] .footer-menulink+.footer-menulink a {
    padding-left: 0.8rem;
  }

  .basic-N4[id='tlMKG7rcOA'] .footer-snslist {
    margin: 2.4rem 0 1.6rem 0;
    justify-content: center;
  }

  .basic-N4[id='tlMKG7rcOA'] .footer-bottom {
    text-align: center;
  }

  .basic-N4[id='tlMKG7rcOA'] .footer-txt {
    flex-direction: column;
  }

  .basic-N4[id='tlMKG7rcOA'] .footer-txt p+p {
    margin-left: 0;
  }

  .basic-N4[id='tlMKG7rcOA'] .footer-txt+.footer-txt {
    margin-top: 0.6rem;
  }

  .basic-N4[id='DNMKG7RcoO'] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .basic-N4[id='DNMKG7RcoO'] .footer-top {
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }

  .basic-N4[id='DNMKG7RcoO'] .footer-logo a {
    height: 2.6rem;
  }

  .basic-N4[id='DNMKG7RcoO'] .footer-menulist {
    justify-content: flex-start;
    position: relative;
    left: 0;
    transform: translate(0);
    margin-top: 1.3rem;
  }

  .basic-N4[id='DNMKG7RcoO'] .footer-menulink a {
    padding-right: 0.8rem;
  }

  .basic-N4[id='DNMKG7RcoO'] .footer-menulink+.footer-menulink a {
    padding-left: 0.8rem;
  }

  .basic-N4[id='DNMKG7RcoO'] .footer-snslist {
    margin: 2.4rem 0 1.6rem 0;
    justify-content: center;
  }

  .basic-N4[id='DNMKG7RcoO'] .footer-bottom {
    text-align: center;
  }

  .basic-N4[id='DNMKG7RcoO'] .footer-txt {
    flex-direction: column;
  }

  .basic-N4[id='DNMKG7RcoO'] .footer-txt p+p {
    margin-left: 0;
  }

  .basic-N4[id='DNMKG7RcoO'] .footer-txt+.footer-txt {
    margin-top: 0.6rem;
  }

  .basic-N4[id='OiMkg7rcp4'] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .basic-N4[id='OiMkg7rcp4'] .footer-top {
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }

  .basic-N4[id='OiMkg7rcp4'] .footer-logo a {
    height: 2.6rem;
  }

  .basic-N4[id='OiMkg7rcp4'] .footer-menulist {
    justify-content: flex-start;
    position: relative;
    left: 0;
    transform: translate(0);
    margin-top: 1.3rem;
  }

  .basic-N4[id='OiMkg7rcp4'] .footer-menulink a {
    padding-right: 0.8rem;
  }

  .basic-N4[id='OiMkg7rcp4'] .footer-menulink+.footer-menulink a {
    padding-left: 0.8rem;
  }

  .basic-N4[id='OiMkg7rcp4'] .footer-snslist {
    margin: 2.4rem 0 1.6rem 0;
    justify-content: center;
  }

  .basic-N4[id='OiMkg7rcp4'] .footer-bottom {
    text-align: center;
  }

  .basic-N4[id='OiMkg7rcp4'] .footer-txt {
    flex-direction: column;
  }

  .basic-N4[id='OiMkg7rcp4'] .footer-txt p+p {
    margin-left: 0;
  }

  .basic-N4[id='OiMkg7rcp4'] .footer-txt+.footer-txt {
    margin-top: 0.6rem;
  }

  .basic-N4[id='ogMkG7RcpJ'] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .basic-N4[id='ogMkG7RcpJ'] .footer-top {
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }

  .basic-N4[id='ogMkG7RcpJ'] .footer-logo a {
    height: 2.6rem;
  }

  .basic-N4[id='ogMkG7RcpJ'] .footer-menulist {
    justify-content: flex-start;
    position: relative;
    left: 0;
    transform: translate(0);
    margin-top: 1.3rem;
  }

  .basic-N4[id='ogMkG7RcpJ'] .footer-menulink a {
    padding-right: 0.8rem;
  }

  .basic-N4[id='ogMkG7RcpJ'] .footer-menulink+.footer-menulink a {
    padding-left: 0.8rem;
  }

  .basic-N4[id='ogMkG7RcpJ'] .footer-snslist {
    margin: 2.4rem 0 1.6rem 0;
    justify-content: center;
  }

  .basic-N4[id='ogMkG7RcpJ'] .footer-bottom {
    text-align: center;
  }

  .basic-N4[id='ogMkG7RcpJ'] .footer-txt {
    flex-direction: column;
  }

  .basic-N4[id='ogMkG7RcpJ'] .footer-txt p+p {
    margin-left: 0;
  }

  .basic-N4[id='ogMkG7RcpJ'] .footer-txt+.footer-txt {
    margin-top: 0.6rem;
  }
}

@media (max-width: 375px) {
  .basic-N4[id='FEmkdOdq3D'] .footer-menulist {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .basic-N4[id='FEmkdOdq3D'] .footer-menulink {
    flex-shrink: 0;
  }

  .basic-N4[id='nVMkg7RCKD'] .footer-menulist {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .basic-N4[id='nVMkg7RCKD'] .footer-menulink {
    flex-shrink: 0;
  }

  .basic-N4[id='DjmKg7RcLl'] .footer-menulist {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .basic-N4[id='DjmKg7RcLl'] .footer-menulink {
    flex-shrink: 0;
  }

  .basic-N4[id='Sumkg7rcM5'] .footer-menulist {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .basic-N4[id='Sumkg7rcM5'] .footer-menulink {
    flex-shrink: 0;
  }

  .basic-N4[id='jemkG7RCmJ'] .footer-menulist {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .basic-N4[id='jemkG7RCmJ'] .footer-menulink {
    flex-shrink: 0;
  }

  .basic-N4[id='lmmKg7rcn5'] .footer-menulist {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .basic-N4[id='lmmKg7rcn5'] .footer-menulink {
    flex-shrink: 0;
  }

  .basic-N4[id='PNMKG7RcnK'] .footer-menulist {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .basic-N4[id='PNMKG7RcnK'] .footer-menulink {
    flex-shrink: 0;
  }

  .basic-N4[id='qBMKg7Rcnx'] .footer-menulist {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .basic-N4[id='qBMKg7Rcnx'] .footer-menulink {
    flex-shrink: 0;
  }

  .basic-N4[id='tlMKG7rcOA'] .footer-menulist {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .basic-N4[id='tlMKG7rcOA'] .footer-menulink {
    flex-shrink: 0;
  }

  .basic-N4[id='DNMKG7RcoO'] .footer-menulist {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .basic-N4[id='DNMKG7RcoO'] .footer-menulink {
    flex-shrink: 0;
  }

  .basic-N4[id='OiMkg7rcp4'] .footer-menulist {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .basic-N4[id='OiMkg7rcp4'] .footer-menulink {
    flex-shrink: 0;
  }

  .basic-N4[id='ogMkG7RcpJ'] .footer-menulist {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .basic-N4[id='ogMkG7RcpJ'] .footer-menulink {
    flex-shrink: 0;
  }
}
/* sub_office-N4 */
.sub_office-N4 {
  overflow: hidden;
  position: relative;
  padding-top: 25rem;
  padding-bottom: 8rem;
}

.sub_office-N4 .contents-inner {
  width: 100%;
}

.sub_office-N4 .title-area {
  margin-bottom: 6rem;
  text-align: center;
}

.sub_office-N4 .title-area h2 {
  margin-bottom: -.5rem;
  color: var(--primary);
  text-align: center;
  font-size: 2rem;
}

.sub_office-N4 .title-area p {
  margin-top: 0.4rem;
  color: var(--text-color3);
}

.sub_office-N4 .tabset.tabset-brick .tabset-item {
  flex: 1;
}

.sub_office-N4 .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
  padding: 1.9rem 3.2rem;
  height: 100%;
  font-weight: 400;
  letter-spacing: -.1rem;
}

@media (max-width: 992px) {
  .sub_office-N4 {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }

  .sub_office-N4 .title-area {
    margin-bottom: 3rem;
  }

  .sub_office-N4 .tabset.tabset-brick .tabset-list {
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0;
    border: 1px solid var(--border-color);
  }

  .sub_office-N4 .tabset.tabset-brick .tabset-item {
    margin: 0;
    width: 100%;
    border: none;
  }

  .sub_office-N4 .tabset.tabset-brick .tabset-item:nth-child(odd) {
    border-right: 1px solid var(--border-color);
  }

  .sub_office-N4 .tabset.tabset-brick .tabset-item:nth-child(n + 3) {
    border-top: 1px solid var(--border-color);
  }

  .sub_office-N4 .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
    padding: 1.2rem 2.4rem;
    border: none;
    min-height: var(--ht-lg);
  }

  .sub_office-N4 .title-area h2 {
    font-size: 1.5rem;
  }
}
/* personal-aSMKgHq21P */
.personal-aSMKgHq21P {
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0rem;
  --icon-fs-mkdk53zf: 1.2rem;
  background: #fafafd;
}

.personal-aSMKgHq21P .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0rem;
  width: 100%;
}

.personal-aSMKgHq21P .textset {
  width: 65.6rem;
}

.personal-aSMKgHq21P .textset .textset-desc {
  margin: 2rem 0 0 1rem;
  color: var(--text-color3);
  font-weight: var(--fw-regular);
  font-size: var(--fs-p1);
  line-height: var(--lh-p1);
  letter-spacing: -.05rem;
}

.personal-aSMKgHq21P .textset .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.personal-aSMKgHq21P .textset .link span {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  font-weight: var(--fw-medium);
}

.personal-aSMKgHq21P .textset .link i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  font-size: 1.2rem;
}

.personal-aSMKgHq21P .imageset {
  flex-shrink: 0;
  margin: 0;
  width: 52rem;
  height: auto;
  display: flex;
  justify-content: flex-end;
}

.personal-aSMKgHq21P .imageset-img {
  height: 70rem;
}

.personal-aSMKgHq21P .imageset figcaption {
  padding: 0.8rem 1.2rem 0;
  text-align: left;
  font-weight: var(--fw-medium);
}

.font-Kotra {
  font-family: 'KotraBold';
}

.comma {
  font-size: 8.5rem;
  color: rgb(220, 48, 47);
  display: flex;
  margin-bottom: -10px;
}

.personal-aSMKgHq21P .contents-inner .textset-tit {
  line-height: 1.2;
  margin-bottom: 5rem;
  font-size: 4.3rem;
}

@font-face {}

@media (max-width: 992px) {
  .personal-aSMKgHq21P {
    padding-top: 7rem;
    padding-bottom: 0rem;
    --icon-fs-mkdk53zf: 1rem;
  }

  .personal-aSMKgHq21P .contents-inner {
    flex-direction: column;
    gap: 1rem;
  }

  .personal-aSMKgHq21P .textset {
    width: 100%;
  }

  .personal-aSMKgHq21P .textset .textset-desc {
    margin: 1.6rem 0 4rem;
    text-align: center;
  }

  .personal-aSMKgHq21P .textset .link {
    gap: 0.4rem;
  }

  .personal-aSMKgHq21P .textset .link i {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }

  .personal-aSMKgHq21P .imageset {
    padding: 0 1.4rem 0 1rem;
    width: auto;
    text-align: center;
  }

  .personal-aSMKgHq21P .imageset-img {
    max-width: 50rem;
    aspect-ratio: 300/400;
    height: auto;
  }

  .comma {
    font-size: 6.5rem !important;
    display: flex;
    justify-content: center;
    margin-bottom: -10px;
  }

  .personal-aSMKgHq21P .contents-inner .textset-tit {
    font-size: 3rem;
    margin-bottom: 3rem;
    text-align: center;
    line-height: 1.1;
  }
}
/* personal-aPmkGFA3hs */
:root {
  --icon-fs-mkgf2by2: 2rem;
  --icon-fs-mkgf34cb: 2rem;
}

.personal-aPmkGFA3hs[id='LomKGFaCEH'] {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 50;
}

.personal-aPmkGFA3hs[id='LomKGFaCEH'] .contents-container {
  max-width: 100%;
}

.personal-aPmkGFA3hs[id='LomKGFaCEH'] .menu-list {
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.2rem);
}

.personal-aPmkGFA3hs[id='LomKGFaCEH'] .menu-list li+li {
  margin-top: 0.8rem;
}

.personal-aPmkGFA3hs[id='LomKGFaCEH'] .menu-list a,
.personal-aPmkGFA3hs[id='LomKGFaCEH'] .menu-list button {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 5.6rem;
  height: 5.6rem;
  color: var(--black);
  background: var(--white);
  border-radius: 10rem;
  box-shadow: 0 0.4rem 2rem 0 rgba(var(--black-rgb), 0.1);
  transition: width 0.3s, padding 0.3s, gap 0.3s 0.3s;
}

.personal-aPmkGFA3hs[id='LomKGFaCEH'] .menu-list a:hover {
  width: 100%;
  padding: 1.5rem 1.8rem;
  gap: 0.8rem;
}

.personal-aPmkGFA3hs[id='LomKGFaCEH'] .menu-list a:hover,
.personal-aPmkGFA3hs[id='LomKGFaCEH'] .menu-list button:hover {
  background: var(--primary);
}

.personal-aPmkGFA3hs[id='LomKGFaCEH'] .menu-list a:hover span {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

.personal-aPmkGFA3hs[id='LomKGFaCEH'] .menu-list span {
  width: 0;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  font-weight: var(--fw-medium);
  color: var(--white);
}

.personal-aPmkGFA3hs[id='LomKGFaCEH'] .menu-list a i,
.personal-aPmkGFA3hs[id='LomKGFaCEH'] .menu-list button i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  transition: color 0.3s;
}

.personal-aPmkGFA3hs[id='LomKGFaCEH'] .menu-list a:hover i,
.personal-aPmkGFA3hs[id='LomKGFaCEH'] .menu-list button:hover i {
  color: var(--white);
}

.ti-shop:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/b-icon-b.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.menu-list a:hover .ti-shop:before {
  background-image: url(../images/b-icon-w.png);
  transition: 0.2s;
}

.ti-location:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/i-icon-blog.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.menu-list a:hover .ti-location:before {
  transition: 0.2s;
  background: url(../images/i-icon-w.png) no-repeat center / cover !important;
}

.ti-headphone-alt:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/p-icon-b.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.menu-list a:hover .ti-headphone-alt:before {
  background-image: url(../images/p-icon-w2.png);
  transition: 0.2s;
}

.personal-aPmkGFA3hs[id='EYmkGFaq95'] {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 50;
}

.personal-aPmkGFA3hs[id='EYmkGFaq95'] .contents-container {
  max-width: 100%;
}

.personal-aPmkGFA3hs[id='EYmkGFaq95'] .menu-list {
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.2rem);
}

.personal-aPmkGFA3hs[id='EYmkGFaq95'] .menu-list li+li {
  margin-top: 0.8rem;
}

.personal-aPmkGFA3hs[id='EYmkGFaq95'] .menu-list a,
.personal-aPmkGFA3hs[id='EYmkGFaq95'] .menu-list button {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 5.6rem;
  height: 5.6rem;
  color: var(--black);
  background: var(--white);
  border-radius: 10rem;
  box-shadow: 0 0.4rem 2rem 0 rgba(var(--black-rgb), 0.1);
  transition: width 0.3s, padding 0.3s, gap 0.3s 0.3s;
}

.personal-aPmkGFA3hs[id='EYmkGFaq95'] .menu-list a:hover {
  width: 100%;
  padding: 1.5rem 1.8rem;
  gap: 0.8rem;
}

.personal-aPmkGFA3hs[id='EYmkGFaq95'] .menu-list a:hover,
.personal-aPmkGFA3hs[id='EYmkGFaq95'] .menu-list button:hover {
  background: var(--primary);
}

.personal-aPmkGFA3hs[id='EYmkGFaq95'] .menu-list a:hover span {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

.personal-aPmkGFA3hs[id='EYmkGFaq95'] .menu-list span {
  width: 0;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  font-weight: var(--fw-medium);
  color: var(--white);
}

.personal-aPmkGFA3hs[id='EYmkGFaq95'] .menu-list a i,
.personal-aPmkGFA3hs[id='EYmkGFaq95'] .menu-list button i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  transition: color 0.3s;
}

.personal-aPmkGFA3hs[id='EYmkGFaq95'] .menu-list a:hover i,
.personal-aPmkGFA3hs[id='EYmkGFaq95'] .menu-list button:hover i {
  color: var(--white);
}

.personal-aPmkGFA3hs[id='HqMkgFD1xl'] {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 50;
}

.personal-aPmkGFA3hs[id='HqMkgFD1xl'] .contents-container {
  max-width: 100%;
}

.personal-aPmkGFA3hs[id='HqMkgFD1xl'] .menu-list {
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.2rem);
}

.personal-aPmkGFA3hs[id='HqMkgFD1xl'] .menu-list li+li {
  margin-top: 0.8rem;
}

.personal-aPmkGFA3hs[id='HqMkgFD1xl'] .menu-list a,
.personal-aPmkGFA3hs[id='HqMkgFD1xl'] .menu-list button {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 5.6rem;
  height: 5.6rem;
  color: var(--black);
  background: var(--white);
  border-radius: 10rem;
  box-shadow: 0 0.4rem 2rem 0 rgba(var(--black-rgb), 0.1);
  transition: width 0.3s, padding 0.3s, gap 0.3s 0.3s;
}

.personal-aPmkGFA3hs[id='HqMkgFD1xl'] .menu-list a:hover {
  width: 100%;
  padding: 1.5rem 1.8rem;
  gap: 0.8rem;
}

.personal-aPmkGFA3hs[id='HqMkgFD1xl'] .menu-list a:hover,
.personal-aPmkGFA3hs[id='HqMkgFD1xl'] .menu-list button:hover {
  background: var(--primary);
}

.personal-aPmkGFA3hs[id='HqMkgFD1xl'] .menu-list a:hover span {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

.personal-aPmkGFA3hs[id='HqMkgFD1xl'] .menu-list span {
  width: 0;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  font-weight: var(--fw-medium);
  color: var(--white);
}

.personal-aPmkGFA3hs[id='HqMkgFD1xl'] .menu-list a i,
.personal-aPmkGFA3hs[id='HqMkgFD1xl'] .menu-list button i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  transition: color 0.3s;
}

.personal-aPmkGFA3hs[id='HqMkgFD1xl'] .menu-list a:hover i,
.personal-aPmkGFA3hs[id='HqMkgFD1xl'] .menu-list button:hover i {
  color: var(--white);
}

.personal-aPmkGFA3hs[id='gRmKgFDcc9'] {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 50;
}

.personal-aPmkGFA3hs[id='gRmKgFDcc9'] .contents-container {
  max-width: 100%;
}

.personal-aPmkGFA3hs[id='gRmKgFDcc9'] .menu-list {
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.2rem);
}

.personal-aPmkGFA3hs[id='gRmKgFDcc9'] .menu-list li+li {
  margin-top: 0.8rem;
}

.personal-aPmkGFA3hs[id='gRmKgFDcc9'] .menu-list a,
.personal-aPmkGFA3hs[id='gRmKgFDcc9'] .menu-list button {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 5.6rem;
  height: 5.6rem;
  color: var(--black);
  background: var(--white);
  border-radius: 10rem;
  box-shadow: 0 0.4rem 2rem 0 rgba(var(--black-rgb), 0.1);
  transition: width 0.3s, padding 0.3s, gap 0.3s 0.3s;
}

.personal-aPmkGFA3hs[id='gRmKgFDcc9'] .menu-list a:hover {
  width: 100%;
  padding: 1.5rem 1.8rem;
  gap: 0.8rem;
}

.personal-aPmkGFA3hs[id='gRmKgFDcc9'] .menu-list a:hover,
.personal-aPmkGFA3hs[id='gRmKgFDcc9'] .menu-list button:hover {
  background: var(--primary);
}

.personal-aPmkGFA3hs[id='gRmKgFDcc9'] .menu-list a:hover span {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

.personal-aPmkGFA3hs[id='gRmKgFDcc9'] .menu-list span {
  width: 0;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  font-weight: var(--fw-medium);
  color: var(--white);
}

.personal-aPmkGFA3hs[id='gRmKgFDcc9'] .menu-list a i,
.personal-aPmkGFA3hs[id='gRmKgFDcc9'] .menu-list button i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  transition: color 0.3s;
}

.personal-aPmkGFA3hs[id='gRmKgFDcc9'] .menu-list a:hover i,
.personal-aPmkGFA3hs[id='gRmKgFDcc9'] .menu-list button:hover i {
  color: var(--white);
}

.personal-aPmkGFA3hs[id='JumKGfdmNC'] {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 50;
}

.personal-aPmkGFA3hs[id='JumKGfdmNC'] .contents-container {
  max-width: 100%;
}

.personal-aPmkGFA3hs[id='JumKGfdmNC'] .menu-list {
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.2rem);
}

.personal-aPmkGFA3hs[id='JumKGfdmNC'] .menu-list li+li {
  margin-top: 0.8rem;
}

.personal-aPmkGFA3hs[id='JumKGfdmNC'] .menu-list a,
.personal-aPmkGFA3hs[id='JumKGfdmNC'] .menu-list button {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 5.6rem;
  height: 5.6rem;
  color: var(--black);
  background: var(--white);
  border-radius: 10rem;
  box-shadow: 0 0.4rem 2rem 0 rgba(var(--black-rgb), 0.1);
  transition: width 0.3s, padding 0.3s, gap 0.3s 0.3s;
}

.personal-aPmkGFA3hs[id='JumKGfdmNC'] .menu-list a:hover {
  width: 100%;
  padding: 1.5rem 1.8rem;
  gap: 0.8rem;
}

.personal-aPmkGFA3hs[id='JumKGfdmNC'] .menu-list a:hover,
.personal-aPmkGFA3hs[id='JumKGfdmNC'] .menu-list button:hover {
  background: var(--primary);
}

.personal-aPmkGFA3hs[id='JumKGfdmNC'] .menu-list a:hover span {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

.personal-aPmkGFA3hs[id='JumKGfdmNC'] .menu-list span {
  width: 0;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  font-weight: var(--fw-medium);
  color: var(--white);
}

.personal-aPmkGFA3hs[id='JumKGfdmNC'] .menu-list a i,
.personal-aPmkGFA3hs[id='JumKGfdmNC'] .menu-list button i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  transition: color 0.3s;
}

.personal-aPmkGFA3hs[id='JumKGfdmNC'] .menu-list a:hover i,
.personal-aPmkGFA3hs[id='JumKGfdmNC'] .menu-list button:hover i {
  color: var(--white);
}

.personal-aPmkGFA3hs[id='mnMKGfDswo'] {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 50;
}

.personal-aPmkGFA3hs[id='mnMKGfDswo'] .contents-container {
  max-width: 100%;
}

.personal-aPmkGFA3hs[id='mnMKGfDswo'] .menu-list {
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.2rem);
}

.personal-aPmkGFA3hs[id='mnMKGfDswo'] .menu-list li+li {
  margin-top: 0.8rem;
}

.personal-aPmkGFA3hs[id='mnMKGfDswo'] .menu-list a,
.personal-aPmkGFA3hs[id='mnMKGfDswo'] .menu-list button {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 5.6rem;
  height: 5.6rem;
  color: var(--black);
  background: var(--white);
  border-radius: 10rem;
  box-shadow: 0 0.4rem 2rem 0 rgba(var(--black-rgb), 0.1);
  transition: width 0.3s, padding 0.3s, gap 0.3s 0.3s;
}

.personal-aPmkGFA3hs[id='mnMKGfDswo'] .menu-list a:hover {
  width: 100%;
  padding: 1.5rem 1.8rem;
  gap: 0.8rem;
}

.personal-aPmkGFA3hs[id='mnMKGfDswo'] .menu-list a:hover,
.personal-aPmkGFA3hs[id='mnMKGfDswo'] .menu-list button:hover {
  background: var(--primary);
}

.personal-aPmkGFA3hs[id='mnMKGfDswo'] .menu-list a:hover span {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

.personal-aPmkGFA3hs[id='mnMKGfDswo'] .menu-list span {
  width: 0;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  font-weight: var(--fw-medium);
  color: var(--white);
}

.personal-aPmkGFA3hs[id='mnMKGfDswo'] .menu-list a i,
.personal-aPmkGFA3hs[id='mnMKGfDswo'] .menu-list button i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  transition: color 0.3s;
}

.personal-aPmkGFA3hs[id='mnMKGfDswo'] .menu-list a:hover i,
.personal-aPmkGFA3hs[id='mnMKGfDswo'] .menu-list button:hover i {
  color: var(--white);
}

.personal-aPmkGFA3hs[id='jZMKGFE0eG'] {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 50;
}

.personal-aPmkGFA3hs[id='jZMKGFE0eG'] .contents-container {
  max-width: 100%;
}

.personal-aPmkGFA3hs[id='jZMKGFE0eG'] .menu-list {
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.2rem);
}

.personal-aPmkGFA3hs[id='jZMKGFE0eG'] .menu-list li+li {
  margin-top: 0.8rem;
}

.personal-aPmkGFA3hs[id='jZMKGFE0eG'] .menu-list a,
.personal-aPmkGFA3hs[id='jZMKGFE0eG'] .menu-list button {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 5.6rem;
  height: 5.6rem;
  color: var(--black);
  background: var(--white);
  border-radius: 10rem;
  box-shadow: 0 0.4rem 2rem 0 rgba(var(--black-rgb), 0.1);
  transition: width 0.3s, padding 0.3s, gap 0.3s 0.3s;
}

.personal-aPmkGFA3hs[id='jZMKGFE0eG'] .menu-list a:hover {
  width: 100%;
  padding: 1.5rem 1.8rem;
  gap: 0.8rem;
}

.personal-aPmkGFA3hs[id='jZMKGFE0eG'] .menu-list a:hover,
.personal-aPmkGFA3hs[id='jZMKGFE0eG'] .menu-list button:hover {
  background: var(--primary);
}

.personal-aPmkGFA3hs[id='jZMKGFE0eG'] .menu-list a:hover span {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

.personal-aPmkGFA3hs[id='jZMKGFE0eG'] .menu-list span {
  width: 0;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  font-weight: var(--fw-medium);
  color: var(--white);
}

.personal-aPmkGFA3hs[id='jZMKGFE0eG'] .menu-list a i,
.personal-aPmkGFA3hs[id='jZMKGFE0eG'] .menu-list button i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  transition: color 0.3s;
}

.personal-aPmkGFA3hs[id='jZMKGFE0eG'] .menu-list a:hover i,
.personal-aPmkGFA3hs[id='jZMKGFE0eG'] .menu-list button:hover i {
  color: var(--white);
}

.personal-aPmkGFA3hs[id='LLMKGfe6Vc'] {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 50;
}

.personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .contents-container {
  max-width: 100%;
}

.personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .menu-list {
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.2rem);
}

.personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .menu-list li+li {
  margin-top: 0.8rem;
}

.personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .menu-list a,
.personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .menu-list button {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 5.6rem;
  height: 5.6rem;
  color: var(--black);
  background: var(--white);
  border-radius: 10rem;
  box-shadow: 0 0.4rem 2rem 0 rgba(var(--black-rgb), 0.1);
  transition: width 0.3s, padding 0.3s, gap 0.3s 0.3s;
}

.personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .menu-list a:hover {
  width: 100%;
  padding: 1.5rem 1.8rem;
  gap: 0.8rem;
}

.personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .menu-list a:hover,
.personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .menu-list button:hover {
  background: var(--primary);
}

.personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .menu-list a:hover span {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

.personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .menu-list span {
  width: 0;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  font-weight: var(--fw-medium);
  color: var(--white);
}

.personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .menu-list a i,
.personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .menu-list button i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  transition: color 0.3s;
}

.personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .menu-list a:hover i,
.personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .menu-list button:hover i {
  color: var(--white);
}

.personal-aPmkGFA3hs[id='XVMKgFeHrs'] {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 50;
}

.personal-aPmkGFA3hs[id='XVMKgFeHrs'] .contents-container {
  max-width: 100%;
}

.personal-aPmkGFA3hs[id='XVMKgFeHrs'] .menu-list {
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.2rem);
}

.personal-aPmkGFA3hs[id='XVMKgFeHrs'] .menu-list li+li {
  margin-top: 0.8rem;
}

.personal-aPmkGFA3hs[id='XVMKgFeHrs'] .menu-list a,
.personal-aPmkGFA3hs[id='XVMKgFeHrs'] .menu-list button {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 5.6rem;
  height: 5.6rem;
  color: var(--black);
  background: var(--white);
  border-radius: 10rem;
  box-shadow: 0 0.4rem 2rem 0 rgba(var(--black-rgb), 0.1);
  transition: width 0.3s, padding 0.3s, gap 0.3s 0.3s;
}

.personal-aPmkGFA3hs[id='XVMKgFeHrs'] .menu-list a:hover {
  width: 100%;
  padding: 1.5rem 1.8rem;
  gap: 0.8rem;
}

.personal-aPmkGFA3hs[id='XVMKgFeHrs'] .menu-list a:hover,
.personal-aPmkGFA3hs[id='XVMKgFeHrs'] .menu-list button:hover {
  background: var(--primary);
}

.personal-aPmkGFA3hs[id='XVMKgFeHrs'] .menu-list a:hover span {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

.personal-aPmkGFA3hs[id='XVMKgFeHrs'] .menu-list span {
  width: 0;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  font-weight: var(--fw-medium);
  color: var(--white);
}

.personal-aPmkGFA3hs[id='XVMKgFeHrs'] .menu-list a i,
.personal-aPmkGFA3hs[id='XVMKgFeHrs'] .menu-list button i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  transition: color 0.3s;
}

.personal-aPmkGFA3hs[id='XVMKgFeHrs'] .menu-list a:hover i,
.personal-aPmkGFA3hs[id='XVMKgFeHrs'] .menu-list button:hover i {
  color: var(--white);
}

.personal-aPmkGFA3hs[id='MFmkgfBEWI'] {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 50;
}

.personal-aPmkGFA3hs[id='MFmkgfBEWI'] .contents-container {
  max-width: 100%;
}

.personal-aPmkGFA3hs[id='MFmkgfBEWI'] .menu-list {
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.2rem);
}

.personal-aPmkGFA3hs[id='MFmkgfBEWI'] .menu-list li+li {
  margin-top: 0.8rem;
}

.personal-aPmkGFA3hs[id='MFmkgfBEWI'] .menu-list a,
.personal-aPmkGFA3hs[id='MFmkgfBEWI'] .menu-list button {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 5.6rem;
  height: 5.6rem;
  color: var(--black);
  background: var(--white);
  border-radius: 10rem;
  box-shadow: 0 0.4rem 2rem 0 rgba(var(--black-rgb), 0.1);
  transition: width 0.3s, padding 0.3s, gap 0.3s 0.3s;
}

.personal-aPmkGFA3hs[id='MFmkgfBEWI'] .menu-list a:hover {
  width: 100%;
  padding: 1.5rem 1.8rem;
  gap: 0.8rem;
}

.personal-aPmkGFA3hs[id='MFmkgfBEWI'] .menu-list a:hover,
.personal-aPmkGFA3hs[id='MFmkgfBEWI'] .menu-list button:hover {
  background: var(--primary);
}

.personal-aPmkGFA3hs[id='MFmkgfBEWI'] .menu-list a:hover span {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

.personal-aPmkGFA3hs[id='MFmkgfBEWI'] .menu-list span {
  width: 0;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  font-weight: var(--fw-medium);
  color: var(--white);
}

.personal-aPmkGFA3hs[id='MFmkgfBEWI'] .menu-list a i,
.personal-aPmkGFA3hs[id='MFmkgfBEWI'] .menu-list button i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  transition: color 0.3s;
}

.personal-aPmkGFA3hs[id='MFmkgfBEWI'] .menu-list a:hover i,
.personal-aPmkGFA3hs[id='MFmkgfBEWI'] .menu-list button:hover i {
  color: var(--white);
}

.personal-aPmkGFA3hs[id='aymKgfB6kG'] {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 50;
}

.personal-aPmkGFA3hs[id='aymKgfB6kG'] .contents-container {
  max-width: 100%;
}

.personal-aPmkGFA3hs[id='aymKgfB6kG'] .menu-list {
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.2rem);
}

.personal-aPmkGFA3hs[id='aymKgfB6kG'] .menu-list li+li {
  margin-top: 0.8rem;
}

.personal-aPmkGFA3hs[id='aymKgfB6kG'] .menu-list a,
.personal-aPmkGFA3hs[id='aymKgfB6kG'] .menu-list button {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 5.6rem;
  height: 5.6rem;
  color: var(--black);
  background: var(--white);
  border-radius: 10rem;
  box-shadow: 0 0.4rem 2rem 0 rgba(var(--black-rgb), 0.1);
  transition: width 0.3s, padding 0.3s, gap 0.3s 0.3s;
}

.personal-aPmkGFA3hs[id='aymKgfB6kG'] .menu-list a:hover {
  width: 100%;
  padding: 1.5rem 1.8rem;
  gap: 0.8rem;
}

.personal-aPmkGFA3hs[id='aymKgfB6kG'] .menu-list a:hover,
.personal-aPmkGFA3hs[id='aymKgfB6kG'] .menu-list button:hover {
  background: var(--primary);
}

.personal-aPmkGFA3hs[id='aymKgfB6kG'] .menu-list a:hover span {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

.personal-aPmkGFA3hs[id='aymKgfB6kG'] .menu-list span {
  width: 0;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  font-weight: var(--fw-medium);
  color: var(--white);
}

.personal-aPmkGFA3hs[id='aymKgfB6kG'] .menu-list a i,
.personal-aPmkGFA3hs[id='aymKgfB6kG'] .menu-list button i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  transition: color 0.3s;
}

.personal-aPmkGFA3hs[id='aymKgfB6kG'] .menu-list a:hover i,
.personal-aPmkGFA3hs[id='aymKgfB6kG'] .menu-list button:hover i {
  color: var(--white);
}

@media (max-width: 992px) {
  .personal-aPmkGFA3hs[id='LomKGFaCEH'] {
    right: 1.6rem;
    bottom: 1.6rem;
  }

  .personal-aPmkGFA3hs[id='LomKGFaCEH'] .menu-list a,
  .personal-aPmkGFA3hs[id='LomKGFaCEH'] .menu-list button {
    width: 4rem;
    height: 4rem;
  }

  .personal-aPmkGFA3hs[id='LomKGFaCEH'] .menu-list a i,
  .personal-aPmkGFA3hs[id='LomKGFaCEH'] .menu-list button i {
    width: 2.5rem;
    height: 2.5rem;
  }

  .personal-aPmkGFA3hs[id='LomKGFaCEH'] .menu-list a:hover,
  .personal-aPmkGFA3hs[id='LomKGFaCEH'] .menu-list button:hover {
    gap: 0.4rem;
    padding: 0.8rem 1.2rem;
  }

  .personal-aPmkGFA3hs[id='LomKGFaCEH'] .menu-list a i::before,
  .personal-aPmkGFA3hs[id='LomKGFaCEH'] .menu-list button i::before {
    font-size: 1.6rem;
  }

  .personal-aPmkGFA3hs[id='LomKGFaCEH'] .menu-list li+li {
    margin-top: 0.4rem;
  }

  .ti-shop:before,
  .ti-location:before {
    width: 20px;
    height: 20px;
  }

  .ti-headphone-alt:before {
    width: 20px;
    height: 20px;
  }

  :root {
    --icon-fs-mkgf2by2: 2rem;
    --icon-fs-mkgf34cb: 2rem;
  }

  .personal-aPmkGFA3hs[id='EYmkGFaq95'] {
    right: 1.6rem;
    bottom: 1.6rem;
  }

  .personal-aPmkGFA3hs[id='EYmkGFaq95'] .menu-list a,
  .personal-aPmkGFA3hs[id='EYmkGFaq95'] .menu-list button {
    width: 4rem;
    height: 4rem;
  }

  .personal-aPmkGFA3hs[id='EYmkGFaq95'] .menu-list a i,
  .personal-aPmkGFA3hs[id='EYmkGFaq95'] .menu-list button i {
    width: 2.5rem;
    height: 2.5rem;
  }

  .personal-aPmkGFA3hs[id='EYmkGFaq95'] .menu-list a:hover,
  .personal-aPmkGFA3hs[id='EYmkGFaq95'] .menu-list button:hover {
    gap: 0.4rem;
    padding: 0.8rem 1.2rem;
  }

  .personal-aPmkGFA3hs[id='EYmkGFaq95'] .menu-list a i::before,
  .personal-aPmkGFA3hs[id='EYmkGFaq95'] .menu-list button i::before {
    font-size: 1.6rem;
  }

  .personal-aPmkGFA3hs[id='EYmkGFaq95'] .menu-list li+li {
    margin-top: 0.4rem;
  }

  .personal-aPmkGFA3hs[id='HqMkgFD1xl'] {
    right: 1.6rem;
    bottom: 1.6rem;
  }

  .personal-aPmkGFA3hs[id='HqMkgFD1xl'] .menu-list a,
  .personal-aPmkGFA3hs[id='HqMkgFD1xl'] .menu-list button {
    width: 4rem;
    height: 4rem;
  }

  .personal-aPmkGFA3hs[id='HqMkgFD1xl'] .menu-list a i,
  .personal-aPmkGFA3hs[id='HqMkgFD1xl'] .menu-list button i {
    width: 2.5rem;
    height: 2.5rem;
  }

  .personal-aPmkGFA3hs[id='HqMkgFD1xl'] .menu-list a:hover,
  .personal-aPmkGFA3hs[id='HqMkgFD1xl'] .menu-list button:hover {
    gap: 0.4rem;
    padding: 0.8rem 1.2rem;
  }

  .personal-aPmkGFA3hs[id='HqMkgFD1xl'] .menu-list a i::before,
  .personal-aPmkGFA3hs[id='HqMkgFD1xl'] .menu-list button i::before {
    font-size: 1.6rem;
  }

  .personal-aPmkGFA3hs[id='HqMkgFD1xl'] .menu-list li+li {
    margin-top: 0.4rem;
  }

  .personal-aPmkGFA3hs[id='gRmKgFDcc9'] {
    right: 1.6rem;
    bottom: 1.6rem;
  }

  .personal-aPmkGFA3hs[id='gRmKgFDcc9'] .menu-list a,
  .personal-aPmkGFA3hs[id='gRmKgFDcc9'] .menu-list button {
    width: 4rem;
    height: 4rem;
  }

  .personal-aPmkGFA3hs[id='gRmKgFDcc9'] .menu-list a i,
  .personal-aPmkGFA3hs[id='gRmKgFDcc9'] .menu-list button i {
    width: 2.5rem;
    height: 2.5rem;
  }

  .personal-aPmkGFA3hs[id='gRmKgFDcc9'] .menu-list a:hover,
  .personal-aPmkGFA3hs[id='gRmKgFDcc9'] .menu-list button:hover {
    gap: 0.4rem;
    padding: 0.8rem 1.2rem;
  }

  .personal-aPmkGFA3hs[id='gRmKgFDcc9'] .menu-list a i::before,
  .personal-aPmkGFA3hs[id='gRmKgFDcc9'] .menu-list button i::before {
    font-size: 1.6rem;
  }

  .personal-aPmkGFA3hs[id='gRmKgFDcc9'] .menu-list li+li {
    margin-top: 0.4rem;
  }

  .personal-aPmkGFA3hs[id='JumKGfdmNC'] {
    right: 1.6rem;
    bottom: 1.6rem;
  }

  .personal-aPmkGFA3hs[id='JumKGfdmNC'] .menu-list a,
  .personal-aPmkGFA3hs[id='JumKGfdmNC'] .menu-list button {
    width: 4rem;
    height: 4rem;
  }

  .personal-aPmkGFA3hs[id='JumKGfdmNC'] .menu-list a i,
  .personal-aPmkGFA3hs[id='JumKGfdmNC'] .menu-list button i {
    width: 2.5rem;
    height: 2.5rem;
  }

  .personal-aPmkGFA3hs[id='JumKGfdmNC'] .menu-list a:hover,
  .personal-aPmkGFA3hs[id='JumKGfdmNC'] .menu-list button:hover {
    gap: 0.4rem;
    padding: 0.8rem 1.2rem;
  }

  .personal-aPmkGFA3hs[id='JumKGfdmNC'] .menu-list a i::before,
  .personal-aPmkGFA3hs[id='JumKGfdmNC'] .menu-list button i::before {
    font-size: 1.6rem;
  }

  .personal-aPmkGFA3hs[id='JumKGfdmNC'] .menu-list li+li {
    margin-top: 0.4rem;
  }

  .personal-aPmkGFA3hs[id='mnMKGfDswo'] {
    right: 1.6rem;
    bottom: 1.6rem;
  }

  .personal-aPmkGFA3hs[id='mnMKGfDswo'] .menu-list a,
  .personal-aPmkGFA3hs[id='mnMKGfDswo'] .menu-list button {
    width: 4rem;
    height: 4rem;
  }

  .personal-aPmkGFA3hs[id='mnMKGfDswo'] .menu-list a i,
  .personal-aPmkGFA3hs[id='mnMKGfDswo'] .menu-list button i {
    width: 2.5rem;
    height: 2.5rem;
  }

  .personal-aPmkGFA3hs[id='mnMKGfDswo'] .menu-list a:hover,
  .personal-aPmkGFA3hs[id='mnMKGfDswo'] .menu-list button:hover {
    gap: 0.4rem;
    padding: 0.8rem 1.2rem;
  }

  .personal-aPmkGFA3hs[id='mnMKGfDswo'] .menu-list a i::before,
  .personal-aPmkGFA3hs[id='mnMKGfDswo'] .menu-list button i::before {
    font-size: 1.6rem;
  }

  .personal-aPmkGFA3hs[id='mnMKGfDswo'] .menu-list li+li {
    margin-top: 0.4rem;
  }

  .personal-aPmkGFA3hs[id='jZMKGFE0eG'] {
    right: 1.6rem;
    bottom: 1.6rem;
  }

  .personal-aPmkGFA3hs[id='jZMKGFE0eG'] .menu-list a,
  .personal-aPmkGFA3hs[id='jZMKGFE0eG'] .menu-list button {
    width: 4rem;
    height: 4rem;
  }

  .personal-aPmkGFA3hs[id='jZMKGFE0eG'] .menu-list a i,
  .personal-aPmkGFA3hs[id='jZMKGFE0eG'] .menu-list button i {
    width: 2.5rem;
    height: 2.5rem;
  }

  .personal-aPmkGFA3hs[id='jZMKGFE0eG'] .menu-list a:hover,
  .personal-aPmkGFA3hs[id='jZMKGFE0eG'] .menu-list button:hover {
    gap: 0.4rem;
    padding: 0.8rem 1.2rem;
  }

  .personal-aPmkGFA3hs[id='jZMKGFE0eG'] .menu-list a i::before,
  .personal-aPmkGFA3hs[id='jZMKGFE0eG'] .menu-list button i::before {
    font-size: 1.6rem;
  }

  .personal-aPmkGFA3hs[id='jZMKGFE0eG'] .menu-list li+li {
    margin-top: 0.4rem;
  }

  .personal-aPmkGFA3hs[id='LLMKGfe6Vc'] {
    right: 1.6rem;
    bottom: 1.6rem;
  }

  .personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .menu-list a,
  .personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .menu-list button {
    width: 4rem;
    height: 4rem;
  }

  .personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .menu-list a i,
  .personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .menu-list button i {
    width: 2.5rem;
    height: 2.5rem;
  }

  .personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .menu-list a:hover,
  .personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .menu-list button:hover {
    gap: 0.4rem;
    padding: 0.8rem 1.2rem;
  }

  .personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .menu-list a i::before,
  .personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .menu-list button i::before {
    font-size: 1.6rem;
  }

  .personal-aPmkGFA3hs[id='LLMKGfe6Vc'] .menu-list li+li {
    margin-top: 0.4rem;
  }

  .personal-aPmkGFA3hs[id='XVMKgFeHrs'] {
    right: 1.6rem;
    bottom: 1.6rem;
  }

  .personal-aPmkGFA3hs[id='XVMKgFeHrs'] .menu-list a,
  .personal-aPmkGFA3hs[id='XVMKgFeHrs'] .menu-list button {
    width: 4rem;
    height: 4rem;
  }

  .personal-aPmkGFA3hs[id='XVMKgFeHrs'] .menu-list a i,
  .personal-aPmkGFA3hs[id='XVMKgFeHrs'] .menu-list button i {
    width: 2.5rem;
    height: 2.5rem;
  }

  .personal-aPmkGFA3hs[id='XVMKgFeHrs'] .menu-list a:hover,
  .personal-aPmkGFA3hs[id='XVMKgFeHrs'] .menu-list button:hover {
    gap: 0.4rem;
    padding: 0.8rem 1.2rem;
  }

  .personal-aPmkGFA3hs[id='XVMKgFeHrs'] .menu-list a i::before,
  .personal-aPmkGFA3hs[id='XVMKgFeHrs'] .menu-list button i::before {
    font-size: 1.6rem;
  }

  .personal-aPmkGFA3hs[id='XVMKgFeHrs'] .menu-list li+li {
    margin-top: 0.4rem;
  }

  .personal-aPmkGFA3hs[id='MFmkgfBEWI'] {
    right: 1.6rem;
    bottom: 1.6rem;
  }

  .personal-aPmkGFA3hs[id='MFmkgfBEWI'] .menu-list a,
  .personal-aPmkGFA3hs[id='MFmkgfBEWI'] .menu-list button {
    width: 4rem;
    height: 4rem;
  }

  .personal-aPmkGFA3hs[id='MFmkgfBEWI'] .menu-list a i,
  .personal-aPmkGFA3hs[id='MFmkgfBEWI'] .menu-list button i {
    width: 2.5rem;
    height: 2.5rem;
  }

  .personal-aPmkGFA3hs[id='MFmkgfBEWI'] .menu-list a:hover,
  .personal-aPmkGFA3hs[id='MFmkgfBEWI'] .menu-list button:hover {
    gap: 0.4rem;
    padding: 0.8rem 1.2rem;
  }

  .personal-aPmkGFA3hs[id='MFmkgfBEWI'] .menu-list a i::before,
  .personal-aPmkGFA3hs[id='MFmkgfBEWI'] .menu-list button i::before {
    font-size: 1.6rem;
  }

  .personal-aPmkGFA3hs[id='MFmkgfBEWI'] .menu-list li+li {
    margin-top: 0.4rem;
  }

  .personal-aPmkGFA3hs[id='aymKgfB6kG'] {
    right: 1.6rem;
    bottom: 1.6rem;
  }

  .personal-aPmkGFA3hs[id='aymKgfB6kG'] .menu-list a,
  .personal-aPmkGFA3hs[id='aymKgfB6kG'] .menu-list button {
    width: 4rem;
    height: 4rem;
  }

  .personal-aPmkGFA3hs[id='aymKgfB6kG'] .menu-list a i,
  .personal-aPmkGFA3hs[id='aymKgfB6kG'] .menu-list button i {
    width: 2.5rem;
    height: 2.5rem;
  }

  .personal-aPmkGFA3hs[id='aymKgfB6kG'] .menu-list a:hover,
  .personal-aPmkGFA3hs[id='aymKgfB6kG'] .menu-list button:hover {
    gap: 0.4rem;
    padding: 0.8rem 1.2rem;
  }

  .personal-aPmkGFA3hs[id='aymKgfB6kG'] .menu-list a i::before,
  .personal-aPmkGFA3hs[id='aymKgfB6kG'] .menu-list button i::before {
    font-size: 1.6rem;
  }

  .personal-aPmkGFA3hs[id='aymKgfB6kG'] .menu-list li+li {
    margin-top: 0.4rem;
  }
}
/* personal-WImkdoEhfD */
.personal-WImkdoEhfD {
  overflow: hidden;
  position: relative;
  padding-top: 25rem;
  padding-bottom: 8rem;
}

.personal-WImkdoEhfD .contents-inner {
  width: 100%;
}

.personal-WImkdoEhfD .title-area {
  margin-bottom: 6rem;
  text-align: center;
}

.personal-WImkdoEhfD .title-area h2 {
  margin-bottom: -.5rem;
  color: var(--primary);
  text-align: center;
  font-size: 2rem;
}

.personal-WImkdoEhfD .title-area p {
  margin-top: 0.4rem;
  color: var(--text-color3);
}

.personal-WImkdoEhfD .tabset.tabset-brick .tabset-item {
  flex: 1;
}

.personal-WImkdoEhfD .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
  padding: 1.9rem 3.2rem;
  height: 100%;
  font-weight: 400;
  letter-spacing: -.1rem;
}

@media (max-width: 992px) {
  .personal-WImkdoEhfD {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }

  .personal-WImkdoEhfD .title-area {
    margin-bottom: 3rem;
  }

  .personal-WImkdoEhfD .tabset.tabset-brick .tabset-list {
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0;
    border: 1px solid var(--border-color);
  }

  .personal-WImkdoEhfD .tabset.tabset-brick .tabset-item {
    margin: 0;
    width: 100%;
    border: none;
  }

  .personal-WImkdoEhfD .tabset.tabset-brick .tabset-item:nth-child(odd) {
    border-right: 1px solid var(--border-color);
  }

  .personal-WImkdoEhfD .tabset.tabset-brick .tabset-item:nth-child(n + 3) {
    border-top: 1px solid var(--border-color);
  }

  .personal-WImkdoEhfD .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
    padding: 1.2rem 2.4rem;
    border: none;
    min-height: var(--ht-lg);
  }

  .personal-WImkdoEhfD .title-area h2 {
    font-size: 1.5rem;
  }
}
/* sub_office-N6 */
.sub_office-N6 {
  overflow: hidden;
  position: relative;
  padding-top: 0rem;
  padding-bottom: 10rem;
}

.sub_office-N6 .contents-inner {
  width: 100%;
}

.sub_office-N6 .title-area {
  margin-bottom: 4rem;
}

.sub_office-N6 .title-area h2 {
  color: var(--primary);
  margin-bottom: 0.4rem;
}

.sub_office-N6 .thumb-area {
  margin-bottom: 3rem;
  width: 100%;
  height: 60rem;
}

.sub_office-N6 .thumb-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub_office-N6 .desc-area p {
  margin-top: 2rem;
  color: var(--text-color3);
}

.sub_office-N6 .h3 {
  letter-spacing: -.1rem;
  display: inline;
  background: linear-gradient(to top, #fddede 40%, transparent 40%);
  font-weight: bold;
}

.sub_office-N6 .desc-area {
  text-align: center;
}

@media (max-width: 992px) {
  .sub_office-N6 {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }

  .sub_office-N6 .title-area {
    margin-bottom: 2rem;
  }

  .sub_office-N6 .thumb-area {
    margin-bottom: 3rem;
    height: auto;
    aspect-ratio: 328/220;
  }

  .sub_office-N6 .desc-area p {
    margin-top: 1.2rem;
  }

  .sub_office-N6 .h3 {
    font-size: 24px;
  }
}
/* furniture-N26 */
.furniture-N26 {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 10rem;
  font-family: 'GMarketSans';
}

.furniture-N26 .contents-inner {
  width: 100%;
}

.furniture-N26 .title-area {
  margin-bottom: 6rem;
  text-align: center;
}

.furniture-N26 .title-area h2 {
  color: var(--text-color3);
  font-weight: var(--fw-medium);
}

.furniture-N26 .title-area p {
  margin-top: 1.2rem;
}

.furniture-N26 .detail-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
  width: 100%;
}

.furniture-N26 .cardset .cardset-figure {
  height: 40rem;
  overflow: hidden;
}

.furniture-N26 .cardset .cardset-body {
  padding: 2.5rem 0 0;
  text-align: center;
}

.furniture-N26 .cardset .cardset-tit+.cardset-desc,
.furniture-N26 .cardset .cardset-desc+.cardset-txt {
  margin-top: 1rem;
  margin-bottom: 0;
}

.furniture-N26 .cardset .h3 {
  font-weight: var(--fw-bold);
}

.furniture-N26 .cardset .cardset-desc {
  font-size: 15px;
  -webkit-box-orient: horizontal;
  color: #767676;
  display: flex;
  justify-content: center;
  text-align: center;
}

.furniture-N26 .cardset .cardset-tit {
  font-weight: 700;
  letter-spacing: -.1rem;
}

.furniture-N26 .cardset-number {
  width: 50px;
  height: 50px;
  border: 2px solid #e05742;
  border-radius: 50%;
  color: #e05742;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 0 auto 12px auto;
}

@media (max-width: 992px) {
  .furniture-N26 {
    padding-top: 0rem;
    padding-bottom: 7rem;
  }

  .furniture-N26 .contents-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .furniture-N26 .title-area {
    margin-bottom: 3rem;
  }

  .furniture-N26 .title-area p {
    margin-top: 0.8rem;
  }

  .furniture-N26 .detail-area {
    grid-template-columns: 1fr;
    gap: 5rem;
  }

  .furniture-N26 .cardset .cardset-figure {
    height: 38rem;
  }

  .furniture-N26 .cardset .cardset-tit+.cardset-desc,
  .furniture-N26 .cardset .cardset-desc+.cardset-txt {
    margin-top: 0.8rem;
  }

  .furniture-N26 .cardset .cardset-desc {
    font-size: 14px;
  }

  .furniture-N26 .cardset .cardset-tit {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .furniture-N26 .cardset .cardset-figure {
    height: 18rem;
  }
}
/* personal-nrMKf00a66 */
.personal-nrMKf00a66[id='RImKF00ShQ'] {
  overflow: hidden;
  position: relative;
  padding-top: 25rem;
  padding-bottom: 0rem;
}

.personal-nrMKf00a66[id='RImKF00ShQ'] .contents-inner {
  width: 100%;
}

.personal-nrMKf00a66[id='RImKF00ShQ'] .title-area {
  margin-bottom: 6rem;
  text-align: center;
}

.personal-nrMKf00a66[id='RImKF00ShQ'] .title-area h2 {
  margin-bottom: -.5rem;
  color: var(--primary);
  text-align: center;
  font-size: 2rem;
}

.personal-nrMKf00a66[id='RImKF00ShQ'] .title-area p {
  margin-top: 0.4rem;
  color: var(--text-color3);
}

.personal-nrMKf00a66[id='RImKF00ShQ'] .tabset.tabset-brick .tabset-item {
  flex: 1;
}

.personal-nrMKf00a66[id='RImKF00ShQ'] .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
  padding: 1.9rem 3.2rem;
  height: 100%;
  font-weight: 400;
  letter-spacing: -.1rem;
}

.personal-nrMKf00a66[id='THMKF0uTf1'] {
  overflow: hidden;
  position: relative;
  padding-top: 25rem;
}

.personal-nrMKf00a66[id='THMKF0uTf1'] .contents-inner {
  width: 100%;
}

.personal-nrMKf00a66[id='THMKF0uTf1'] .title-area {
  margin-bottom: 6rem;
  text-align: center;
}

.personal-nrMKf00a66[id='THMKF0uTf1'] .title-area h2 {
  margin-bottom: -.5rem;
  color: var(--primary);
  text-align: center;
  font-size: 2rem;
}

.personal-nrMKf00a66[id='THMKF0uTf1'] .title-area p {
  margin-top: 0.4rem;
  color: var(--text-color3);
}

.personal-nrMKf00a66[id='THMKF0uTf1'] .tabset.tabset-brick .tabset-item {
  flex: 1;
}

.personal-nrMKf00a66[id='THMKF0uTf1'] .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
  padding: 1.9rem 3.2rem;
  height: 100%;
  text-align: center;
}

.personal-nrMKf00a66[id='fOmKF0v3hr'] {
  overflow: hidden;
  position: relative;
  padding-top: 25rem;
}

.personal-nrMKf00a66[id='fOmKF0v3hr'] .contents-inner {
  width: 100%;
}

.personal-nrMKf00a66[id='fOmKF0v3hr'] .title-area {
  margin-bottom: 6rem;
  text-align: center;
}

.personal-nrMKf00a66[id='fOmKF0v3hr'] .title-area h2 {
  margin-bottom: -.5rem;
  color: var(--primary);
  text-align: center;
  font-size: 2rem;
}

.personal-nrMKf00a66[id='fOmKF0v3hr'] .title-area p {
  margin-top: 0.4rem;
  color: var(--text-color3);
}

.personal-nrMKf00a66[id='fOmKF0v3hr'] .tabset.tabset-brick .tabset-item {
  flex: 1;
}

.personal-nrMKf00a66[id='fOmKF0v3hr'] .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
  padding: 1.9rem 3.2rem;
  height: 100%;
  font-weight: 400;
  letter-spacing: -.1rem;
  text-align: center;
}

.personal-nrMKf00a66[id='YuMkf0VACt'] {
  overflow: hidden;
  position: relative;
  padding-top: 25rem;
}

.personal-nrMKf00a66[id='YuMkf0VACt'] .contents-inner {
  width: 100%;
}

.personal-nrMKf00a66[id='YuMkf0VACt'] .title-area {
  margin-bottom: 6rem;
  text-align: center;
}

.personal-nrMKf00a66[id='YuMkf0VACt'] .title-area h2 {
  margin-bottom: -.5rem;
  color: var(--primary);
  text-align: center;
  font-size: 2rem;
}

.personal-nrMKf00a66[id='YuMkf0VACt'] .title-area p {
  margin-top: 0.4rem;
  color: var(--text-color3);
}

.personal-nrMKf00a66[id='YuMkf0VACt'] .tabset.tabset-brick .tabset-item {
  flex: 1;
}

.personal-nrMKf00a66[id='YuMkf0VACt'] .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
  padding: 1.9rem 3.2rem;
  height: 100%;
  font-weight: 400;
  letter-spacing: -.1rem;
  text-align: center;
}

.personal-nrMKf00a66[id='moMkf0VJxA'] {
  overflow: hidden;
  position: relative;
  padding-top: 25rem;
}

.personal-nrMKf00a66[id='moMkf0VJxA'] .contents-inner {
  width: 100%;
}

.personal-nrMKf00a66[id='moMkf0VJxA'] .title-area {
  margin-bottom: 6rem;
  text-align: center;
}

.personal-nrMKf00a66[id='moMkf0VJxA'] .title-area h2 {
  margin-bottom: -.5rem;
  color: var(--primary);
  text-align: center;
  font-size: 2rem;
}

.personal-nrMKf00a66[id='moMkf0VJxA'] .title-area p {
  margin-top: 0.4rem;
  color: var(--text-color3);
}

.personal-nrMKf00a66[id='moMkf0VJxA'] .tabset.tabset-brick .tabset-item {
  flex: 1;
}

.personal-nrMKf00a66[id='moMkf0VJxA'] .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
  padding: 1.9rem 3.2rem;
  height: 100%;
  font-weight: 400;
  letter-spacing: -.1rem;
  text-align: center;
}

.personal-nrMKf00a66[id='eyMkF0Wta5'] {
  overflow: hidden;
  position: relative;
  padding-top: 25rem;
}

.personal-nrMKf00a66[id='eyMkF0Wta5'] .contents-inner {
  width: 100%;
}

.personal-nrMKf00a66[id='eyMkF0Wta5'] .title-area {
  margin-bottom: 6rem;
  text-align: center;
}

.personal-nrMKf00a66[id='eyMkF0Wta5'] .title-area h2 {
  margin-bottom: -.5rem;
  color: var(--primary);
  text-align: center;
  font-size: 2rem;
}

.personal-nrMKf00a66[id='eyMkF0Wta5'] .title-area p {
  margin-top: 0.4rem;
  color: var(--text-color3);
}

.personal-nrMKf00a66[id='eyMkF0Wta5'] .tabset.tabset-brick .tabset-item {
  flex: 1;
}

.personal-nrMKf00a66[id='eyMkF0Wta5'] .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
  padding: 1.9rem 3.2rem;
  height: 100%;
  font-weight: 400;
  letter-spacing: -.1rem;
  text-align: center;
}

.personal-nrMKf00a66[id='IYMKF0x1Xy'] {
  overflow: hidden;
  position: relative;
  padding-top: 25rem;
}

.personal-nrMKf00a66[id='IYMKF0x1Xy'] .contents-inner {
  width: 100%;
}

.personal-nrMKf00a66[id='IYMKF0x1Xy'] .title-area {
  margin-bottom: 6rem;
  text-align: center;
}

.personal-nrMKf00a66[id='IYMKF0x1Xy'] .title-area h2 {
  margin-bottom: -.5rem;
  color: var(--primary);
  text-align: center;
  font-size: 2rem;
}

.personal-nrMKf00a66[id='IYMKF0x1Xy'] .title-area p {
  margin-top: 0.4rem;
  color: var(--text-color3);
}

.personal-nrMKf00a66[id='IYMKF0x1Xy'] .tabset.tabset-brick .tabset-item {
  flex: 1;
}

.personal-nrMKf00a66[id='IYMKF0x1Xy'] .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
  padding: 1.9rem 3.2rem;
  height: 100%;
  font-weight: 400;
  letter-spacing: -.1rem;
  text-align: center;
}

.personal-nrMKf00a66[id='WSMKF0X9v1'] {
  overflow: hidden;
  position: relative;
  padding-top: 25rem;
  padding-bottom: 8rem;
}

.personal-nrMKf00a66[id='WSMKF0X9v1'] .contents-inner {
  width: 100%;
}

.personal-nrMKf00a66[id='WSMKF0X9v1'] .title-area {
  margin-bottom: 6rem;
  text-align: center;
}

.personal-nrMKf00a66[id='WSMKF0X9v1'] .title-area h2 {
  margin-bottom: -.5rem;
  color: var(--primary);
  text-align: center;
  font-size: 2rem;
}

.personal-nrMKf00a66[id='WSMKF0X9v1'] .title-area p {
  margin-top: 0.4rem;
  color: var(--text-color3);
}

.personal-nrMKf00a66[id='WSMKF0X9v1'] .tabset.tabset-brick .tabset-item {
  flex: 1;
}

.personal-nrMKf00a66[id='WSMKF0X9v1'] .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
  padding: 1.9rem 3.2rem;
  height: 100%;
}

.personal-nrMKf00a66[id='TQmKf0XfUe'] {
  overflow: hidden;
  position: relative;
  padding-top: 25rem;
  padding-bottom: 8rem;
}

.personal-nrMKf00a66[id='TQmKf0XfUe'] .contents-inner {
  width: 100%;
}

.personal-nrMKf00a66[id='TQmKf0XfUe'] .title-area {
  margin-bottom: 6rem;
  text-align: center;
}

.personal-nrMKf00a66[id='TQmKf0XfUe'] .title-area h2 {
  margin-bottom: -.5rem;
  color: var(--primary);
  text-align: center;
  font-size: 2rem;
}

.personal-nrMKf00a66[id='TQmKf0XfUe'] .title-area p {
  margin-top: 0.4rem;
  color: var(--text-color3);
}

.personal-nrMKf00a66[id='TQmKf0XfUe'] .tabset.tabset-brick .tabset-item {
  flex: 1;
}

.personal-nrMKf00a66[id='TQmKf0XfUe'] .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
  padding: 1.9rem 3.2rem;
  height: 100%;
}

@media (max-width: 992px) {
  .personal-nrMKf00a66[id='RImKF00ShQ'] {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }

  .personal-nrMKf00a66[id='RImKF00ShQ'] .title-area {
    margin-bottom: 3rem;
  }

  .personal-nrMKf00a66[id='RImKF00ShQ'] .tabset.tabset-brick .tabset-list {
    overflow: visible;
    display: flex;
    padding-bottom: 0;
    border: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='RImKF00ShQ'] .tabset.tabset-brick .tabset-item {
    margin: 0;
    width: 100%;
    border: none;
  }

  .personal-nrMKf00a66[id='RImKF00ShQ'] .tabset.tabset-brick .tabset-item:nth-child(odd) {
    border-right: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='RImKF00ShQ'] .tabset.tabset-brick .tabset-item:nth-child(n + 3) {
    border-top: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='RImKF00ShQ'] .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
    padding: 1.2rem 2.4rem;
    border: none;
    min-height: var(--ht-lg);
  }

  .personal-nrMKf00a66[id='RImKF00ShQ'] .title-area h2 {
    font-size: 1.5rem;
  }

  .personal-nrMKf00a66[id='THMKF0uTf1'] {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }

  .personal-nrMKf00a66[id='THMKF0uTf1'] .title-area {
    margin-bottom: 3rem;
  }

  .personal-nrMKf00a66[id='THMKF0uTf1'] .tabset.tabset-brick .tabset-list {
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0;
    border: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='THMKF0uTf1'] .tabset.tabset-brick .tabset-item {
    margin: 0;
    width: 100%;
    border: none;
  }

  .personal-nrMKf00a66[id='THMKF0uTf1'] .tabset.tabset-brick .tabset-item:nth-child(odd) {
    border-right: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='THMKF0uTf1'] .tabset.tabset-brick .tabset-item:nth-child(n + 3) {
    border-top: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='THMKF0uTf1'] .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
    padding: 1.2rem 2.4rem;
    border: none;
    min-height: var(--ht-lg);
  }

  .personal-nrMKf00a66[id='THMKF0uTf1'] .title-area h2 {
    font-size: 1.5rem;
  }

  .personal-nrMKf00a66[id='fOmKF0v3hr'] {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }

  .personal-nrMKf00a66[id='fOmKF0v3hr'] .title-area {
    margin-bottom: 3rem;
  }

  .personal-nrMKf00a66[id='fOmKF0v3hr'] .tabset.tabset-brick .tabset-list {
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0;
    border: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='fOmKF0v3hr'] .tabset.tabset-brick .tabset-item {
    margin: 0;
    width: 100%;
    border: none;
  }

  .personal-nrMKf00a66[id='fOmKF0v3hr'] .tabset.tabset-brick .tabset-item:nth-child(odd) {
    border-right: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='fOmKF0v3hr'] .tabset.tabset-brick .tabset-item:nth-child(n + 3) {
    border-top: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='fOmKF0v3hr'] .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
    padding: 1.2rem 2.4rem;
    border: none;
    min-height: var(--ht-lg);
  }

  .personal-nrMKf00a66[id='fOmKF0v3hr'] .title-area h2 {
    font-size: 1.5rem;
  }

  .personal-nrMKf00a66[id='YuMkf0VACt'] {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }

  .personal-nrMKf00a66[id='YuMkf0VACt'] .title-area {
    margin-bottom: 3rem;
  }

  .personal-nrMKf00a66[id='YuMkf0VACt'] .tabset.tabset-brick .tabset-list {
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0;
    border: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='YuMkf0VACt'] .tabset.tabset-brick .tabset-item {
    margin: 0;
    width: 100%;
    border: none;
  }

  .personal-nrMKf00a66[id='YuMkf0VACt'] .tabset.tabset-brick .tabset-item:nth-child(odd) {
    border-right: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='YuMkf0VACt'] .tabset.tabset-brick .tabset-item:nth-child(n + 3) {
    border-top: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='YuMkf0VACt'] .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
    padding: 1.2rem 2.4rem;
    border: none;
    min-height: var(--ht-lg);
  }

  .personal-nrMKf00a66[id='YuMkf0VACt'] .title-area h2 {
    font-size: 1.5rem;
  }

  .personal-nrMKf00a66[id='moMkf0VJxA'] {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }

  .personal-nrMKf00a66[id='moMkf0VJxA'] .title-area {
    margin-bottom: 3rem;
  }

  .personal-nrMKf00a66[id='moMkf0VJxA'] .tabset.tabset-brick .tabset-list {
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0;
    border: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='moMkf0VJxA'] .tabset.tabset-brick .tabset-item {
    margin: 0;
    width: 100%;
    border: none;
  }

  .personal-nrMKf00a66[id='moMkf0VJxA'] .tabset.tabset-brick .tabset-item:nth-child(odd) {
    border-right: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='moMkf0VJxA'] .tabset.tabset-brick .tabset-item:nth-child(n + 3) {
    border-top: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='moMkf0VJxA'] .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
    padding: 1.2rem 2.4rem;
    border: none;
    min-height: var(--ht-lg);
  }

  .personal-nrMKf00a66[id='moMkf0VJxA'] .title-area h2 {
    font-size: 1.5rem;
  }

  .personal-nrMKf00a66[id='eyMkF0Wta5'] {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }

  .personal-nrMKf00a66[id='eyMkF0Wta5'] .title-area {
    margin-bottom: 3rem;
  }

  .personal-nrMKf00a66[id='eyMkF0Wta5'] .tabset.tabset-brick .tabset-list {
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0;
    border: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='eyMkF0Wta5'] .tabset.tabset-brick .tabset-item {
    margin: 0;
    width: 100%;
    border: none;
  }

  .personal-nrMKf00a66[id='eyMkF0Wta5'] .tabset.tabset-brick .tabset-item:nth-child(odd) {
    border-right: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='eyMkF0Wta5'] .tabset.tabset-brick .tabset-item:nth-child(n + 3) {
    border-top: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='eyMkF0Wta5'] .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
    padding: 1.2rem 2.4rem;
    border: none;
    min-height: var(--ht-lg);
  }

  .personal-nrMKf00a66[id='eyMkF0Wta5'] .title-area h2 {
    font-size: 1.5rem;
  }

  .personal-nrMKf00a66[id='IYMKF0x1Xy'] {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }

  .personal-nrMKf00a66[id='IYMKF0x1Xy'] .title-area {
    margin-bottom: 3rem;
  }

  .personal-nrMKf00a66[id='IYMKF0x1Xy'] .tabset.tabset-brick .tabset-list {
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0;
    border: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='IYMKF0x1Xy'] .tabset.tabset-brick .tabset-item {
    margin: 0;
    width: 100%;
    border: none;
  }

  .personal-nrMKf00a66[id='IYMKF0x1Xy'] .tabset.tabset-brick .tabset-item:nth-child(odd) {
    border-right: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='IYMKF0x1Xy'] .tabset.tabset-brick .tabset-item:nth-child(n + 3) {
    border-top: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='IYMKF0x1Xy'] .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
    padding: 1.2rem 2.4rem;
    border: none;
    min-height: var(--ht-lg);
  }

  .personal-nrMKf00a66[id='IYMKF0x1Xy'] .title-area h2 {
    font-size: 1.5rem;
  }

  .personal-nrMKf00a66[id='WSMKF0X9v1'] {
    padding-top: 12rem;
    padding-bottom: 4rem !important;
  }

  .personal-nrMKf00a66[id='WSMKF0X9v1'] .title-area {
    margin-bottom: 3rem;
  }

  .personal-nrMKf00a66[id='WSMKF0X9v1'] .tabset.tabset-brick .tabset-list {
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0;
    border: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='WSMKF0X9v1'] .tabset.tabset-brick .tabset-item {
    margin: 0;
    width: 100%;
    border: none;
  }

  .personal-nrMKf00a66[id='WSMKF0X9v1'] .tabset.tabset-brick .tabset-item:nth-child(odd) {
    border-right: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='WSMKF0X9v1'] .tabset.tabset-brick .tabset-item:nth-child(n + 3) {
    border-top: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='WSMKF0X9v1'] .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
    padding: 1.2rem 2.4rem;
    border: none;
    min-height: var(--ht-lg);
  }

  .personal-nrMKf00a66[id='WSMKF0X9v1'][id='TQmKf0XfUe'] {
    padding-bottom: 4rem;
  }

  .personal-nrMKf00a66[id='WSMKF0X9v1'] .title-area h2 {
    font-size: 1.5rem;
  }

  .personal-nrMKf00a66[id='TQmKf0XfUe'] {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }

  .personal-nrMKf00a66[id='TQmKf0XfUe'] .title-area {
    margin-bottom: 3rem;
  }

  .personal-nrMKf00a66[id='TQmKf0XfUe'] .tabset.tabset-brick .tabset-list {
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0;
    border: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='TQmKf0XfUe'] .tabset.tabset-brick .tabset-item {
    margin: 0;
    width: 100%;
    border: none;
  }

  .personal-nrMKf00a66[id='TQmKf0XfUe'] .tabset.tabset-brick .tabset-item:nth-child(odd) {
    border-right: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='TQmKf0XfUe'] .tabset.tabset-brick .tabset-item:nth-child(n + 3) {
    border-top: 1px solid var(--border-color);
  }

  .personal-nrMKf00a66[id='TQmKf0XfUe'] .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
    padding: 1.2rem 2.4rem;
    border: none;
    min-height: var(--ht-lg);
  }

  .personal-nrMKf00a66[id='TQmKf0XfUe'] .title-area h2 {
    font-size: 1.5rem;
  }
}
/* personal-tZMHoEn0l8 */
.personal-tZMHoEn0l8 {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.personal-tZMHoEn0l8 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 67rem;
}

.personal-tZMHoEn0l8 .iconset {
  width: 8rem;
  height: 8rem;
  text-align: center;
}

.personal-tZMHoEn0l8 .iconset .iconset-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.personal-tZMHoEn0l8 .textset {
  margin-top: 5rem;
  text-align: center;
  margin-bottom: 7rem;
}

.personal-tZMHoEn0l8 .textset .textset-tit {
  font-weight: var(--fw-bold);
  color: var(--primary);
  font-size: 40px;
  letter-spacing: -2px;
}

.personal-tZMHoEn0l8 .textset .textset-tit+.textset-desc {
  margin-top: 2.8rem;
}

.personal-tZMHoEn0l8 .textset-tit+.textset-desc {
  margin-top: 2rem;
}

.personal-tZMHoEn0l8 .btnset {
  margin-top: 6rem;
  font-weight: var(--fw-medium);
}

@media (max-width: 992px) {
  .personal-tZMHoEn0l8 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .personal-tZMHoEn0l8 .contents-inner {
    height: 36rem;
  }

  .personal-tZMHoEn0l8 .iconset {
    width: 5.2rem;
    height: 5.2rem;
  }

  .personal-tZMHoEn0l8 .textset-tit+.textset-desc {
    margin-top: 1.6rem;
  }

  .personal-tZMHoEn0l8 .btnset {
    margin-top: 4rem;
  }

  .personal-tZMHoEn0l8 .textset {
    margin-top: 1rem;
  }

  .personal-tZMHoEn0l8 .textset .textset-tit {
    font-size: 21px;
  }
}
/* personal-eemkF0tR0d */
.personal-eemkF0tR0d[id='zVmkF0uUIE'] {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.personal-eemkF0tR0d[id='zVmkF0uUIE'] .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 67rem;
}

.personal-eemkF0tR0d[id='zVmkF0uUIE'] .iconset {
  width: 8rem;
  height: 8rem;
  text-align: center;
}

.personal-eemkF0tR0d[id='zVmkF0uUIE'] .iconset .iconset-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.personal-eemkF0tR0d[id='zVmkF0uUIE'] .textset {
  margin-top: 5rem;
  text-align: center;
  margin-bottom: 5rem;
}

.personal-eemkF0tR0d[id='zVmkF0uUIE'] .textset .textset-tit {
  font-weight: var(--fw-bold);
  color: var(--primary);
  font-size: 40px;
  letter-spacing: -2px;
}

.personal-eemkF0tR0d[id='zVmkF0uUIE'] .textset .textset-tit+.textset-desc {
  margin-top: 2.8rem;
}

.personal-eemkF0tR0d[id='zVmkF0uUIE'] .textset-tit+.textset-desc {
  margin-top: 2rem;
}

.personal-eemkF0tR0d[id='zVmkF0uUIE'] .btnset {
  margin-top: 6rem;
  font-weight: var(--fw-medium);
}

.personal-eemkF0tR0d[id='ovmKF0v47H'] {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.personal-eemkF0tR0d[id='ovmKF0v47H'] .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 67rem;
}

.personal-eemkF0tR0d[id='ovmKF0v47H'] .iconset {
  width: 8rem;
  height: 8rem;
  text-align: center;
}

.personal-eemkF0tR0d[id='ovmKF0v47H'] .iconset .iconset-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.personal-eemkF0tR0d[id='ovmKF0v47H'] .textset {
  margin-top: 5rem;
  text-align: center;
  margin-bottom: 5rem;
}

.personal-eemkF0tR0d[id='ovmKF0v47H'] .textset .textset-tit {
  font-weight: var(--fw-bold);
  color: var(--primary);
  font-size: 40px;
  letter-spacing: -2px;
}

.personal-eemkF0tR0d[id='ovmKF0v47H'] .textset .textset-tit+.textset-desc {
  margin-top: 2.8rem;
}

.personal-eemkF0tR0d[id='ovmKF0v47H'] .textset-tit+.textset-desc {
  margin-top: 2rem;
}

.personal-eemkF0tR0d[id='ovmKF0v47H'] .btnset {
  margin-top: 6rem;
  font-weight: var(--fw-medium);
}

.personal-eemkF0tR0d[id='sbMKF0vB1b'] {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.personal-eemkF0tR0d[id='sbMKF0vB1b'] .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 67rem;
}

.personal-eemkF0tR0d[id='sbMKF0vB1b'] .iconset {
  width: 8rem;
  height: 8rem;
  text-align: center;
}

.personal-eemkF0tR0d[id='sbMKF0vB1b'] .iconset .iconset-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.personal-eemkF0tR0d[id='sbMKF0vB1b'] .textset {
  margin-top: 5rem;
  text-align: center;
  margin-bottom: 5rem;
}

.personal-eemkF0tR0d[id='sbMKF0vB1b'] .textset .textset-tit {
  font-weight: var(--fw-bold);
  color: var(--primary);
  font-size: 40px;
  letter-spacing: -2px;
}

.personal-eemkF0tR0d[id='sbMKF0vB1b'] .textset .textset-tit+.textset-desc {
  margin-top: 2.8rem;
}

.personal-eemkF0tR0d[id='sbMKF0vB1b'] .textset-tit+.textset-desc {
  margin-top: 2rem;
}

.personal-eemkF0tR0d[id='sbMKF0vB1b'] .btnset {
  margin-top: 6rem;
  font-weight: var(--fw-medium);
}

.personal-eemkF0tR0d[id='BPMkF0vkM0'] {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.personal-eemkF0tR0d[id='BPMkF0vkM0'] .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 67rem;
}

.personal-eemkF0tR0d[id='BPMkF0vkM0'] .iconset {
  width: 8rem;
  height: 8rem;
  text-align: center;
}

.personal-eemkF0tR0d[id='BPMkF0vkM0'] .iconset .iconset-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.personal-eemkF0tR0d[id='BPMkF0vkM0'] .textset {
  margin-top: 5rem;
  text-align: center;
  margin-bottom: 5rem;
}

.personal-eemkF0tR0d[id='BPMkF0vkM0'] .textset .textset-tit {
  font-weight: var(--fw-bold);
  color: var(--primary);
  font-size: 40px;
  letter-spacing: -2px;
}

.personal-eemkF0tR0d[id='BPMkF0vkM0'] .textset .textset-tit+.textset-desc {
  margin-top: 2.8rem;
}

.personal-eemkF0tR0d[id='BPMkF0vkM0'] .textset-tit+.textset-desc {
  margin-top: 2rem;
}

.personal-eemkF0tR0d[id='BPMkF0vkM0'] .btnset {
  margin-top: 6rem;
  font-weight: var(--fw-medium);
}

.personal-eemkF0tR0d[id='HzMKf0wU0W'] {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.personal-eemkF0tR0d[id='HzMKf0wU0W'] .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 67rem;
}

.personal-eemkF0tR0d[id='HzMKf0wU0W'] .iconset {
  width: 8rem;
  height: 8rem;
  text-align: center;
}

.personal-eemkF0tR0d[id='HzMKf0wU0W'] .iconset .iconset-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.personal-eemkF0tR0d[id='HzMKf0wU0W'] .textset {
  margin-top: 5rem;
  text-align: center;
  margin-bottom: 5rem;
}

.personal-eemkF0tR0d[id='HzMKf0wU0W'] .textset .textset-tit {
  font-weight: var(--fw-bold);
  color: var(--primary);
  font-size: 40px;
  letter-spacing: -2px;
}

.personal-eemkF0tR0d[id='HzMKf0wU0W'] .textset .textset-tit+.textset-desc {
  margin-top: 2.8rem;
}

.personal-eemkF0tR0d[id='HzMKf0wU0W'] .textset-tit+.textset-desc {
  margin-top: 2rem;
}

.personal-eemkF0tR0d[id='HzMKf0wU0W'] .btnset {
  margin-top: 6rem;
  font-weight: var(--fw-medium);
}

.personal-eemkF0tR0d[id='gvmkF0x2oN'] {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.personal-eemkF0tR0d[id='gvmkF0x2oN'] .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 67rem;
}

.personal-eemkF0tR0d[id='gvmkF0x2oN'] .iconset {
  width: 8rem;
  height: 8rem;
  text-align: center;
}

.personal-eemkF0tR0d[id='gvmkF0x2oN'] .iconset .iconset-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.personal-eemkF0tR0d[id='gvmkF0x2oN'] .textset {
  margin-top: 5rem;
  text-align: center;
  margin-bottom: 5rem;
}

.personal-eemkF0tR0d[id='gvmkF0x2oN'] .textset .textset-tit {
  font-weight: var(--fw-bold);
  color: var(--primary);
  font-size: 40px;
  letter-spacing: -2px;
}

.personal-eemkF0tR0d[id='gvmkF0x2oN'] .textset .textset-tit+.textset-desc {
  margin-top: 2.8rem;
}

.personal-eemkF0tR0d[id='gvmkF0x2oN'] .textset-tit+.textset-desc {
  margin-top: 2rem;
}

.personal-eemkF0tR0d[id='gvmkF0x2oN'] .btnset {
  margin-top: 6rem;
  font-weight: var(--fw-medium);
}

@media (max-width: 992px) {
  .personal-eemkF0tR0d[id='zVmkF0uUIE'] {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .personal-eemkF0tR0d[id='zVmkF0uUIE'] .contents-inner {
    height: 36rem;
  }

  .personal-eemkF0tR0d[id='zVmkF0uUIE'] .iconset {
    width: 5.2rem;
    height: 5.2rem;
  }

  .personal-eemkF0tR0d[id='zVmkF0uUIE'] .textset-tit+.textset-desc {
    margin-top: 1.6rem;
  }

  .personal-eemkF0tR0d[id='zVmkF0uUIE'] .btnset {
    margin-top: 4rem;
  }

  .personal-eemkF0tR0d[id='zVmkF0uUIE'] .textset {
    margin-top: 1rem;
  }

  .personal-eemkF0tR0d[id='zVmkF0uUIE'] .textset .textset-tit {
    font-size: 21px;
  }

  .personal-eemkF0tR0d[id='ovmKF0v47H'] {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .personal-eemkF0tR0d[id='ovmKF0v47H'] .contents-inner {
    height: 36rem;
  }

  .personal-eemkF0tR0d[id='ovmKF0v47H'] .iconset {
    width: 5.2rem;
    height: 5.2rem;
  }

  .personal-eemkF0tR0d[id='ovmKF0v47H'] .textset-tit+.textset-desc {
    margin-top: 1.6rem;
  }

  .personal-eemkF0tR0d[id='ovmKF0v47H'] .btnset {
    margin-top: 4rem;
  }

  .personal-eemkF0tR0d[id='ovmKF0v47H'] .textset {
    margin-top: 1rem;
  }

  .personal-eemkF0tR0d[id='ovmKF0v47H'] .textset .textset-tit {
    font-size: 21px;
  }

  .personal-eemkF0tR0d[id='sbMKF0vB1b'] {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .personal-eemkF0tR0d[id='sbMKF0vB1b'] .contents-inner {
    height: 36rem;
  }

  .personal-eemkF0tR0d[id='sbMKF0vB1b'] .iconset {
    width: 5.2rem;
    height: 5.2rem;
  }

  .personal-eemkF0tR0d[id='sbMKF0vB1b'] .textset-tit+.textset-desc {
    margin-top: 1.6rem;
  }

  .personal-eemkF0tR0d[id='sbMKF0vB1b'] .btnset {
    margin-top: 4rem;
  }

  .personal-eemkF0tR0d[id='sbMKF0vB1b'] .textset {
    margin-top: 1rem;
  }

  .personal-eemkF0tR0d[id='sbMKF0vB1b'] .textset .textset-tit {
    font-size: 21px;
  }

  .personal-eemkF0tR0d[id='BPMkF0vkM0'] {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .personal-eemkF0tR0d[id='BPMkF0vkM0'] .contents-inner {
    height: 36rem;
  }

  .personal-eemkF0tR0d[id='BPMkF0vkM0'] .iconset {
    width: 5.2rem;
    height: 5.2rem;
  }

  .personal-eemkF0tR0d[id='BPMkF0vkM0'] .textset-tit+.textset-desc {
    margin-top: 1.6rem;
  }

  .personal-eemkF0tR0d[id='BPMkF0vkM0'] .btnset {
    margin-top: 4rem;
  }

  .personal-eemkF0tR0d[id='BPMkF0vkM0'] .textset {
    margin-top: 1rem;
  }

  .personal-eemkF0tR0d[id='BPMkF0vkM0'] .textset .textset-tit {
    font-size: 21px;
  }

  .personal-eemkF0tR0d[id='HzMKf0wU0W'] {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .personal-eemkF0tR0d[id='HzMKf0wU0W'] .contents-inner {
    height: 36rem;
  }

  .personal-eemkF0tR0d[id='HzMKf0wU0W'] .iconset {
    width: 5.2rem;
    height: 5.2rem;
  }

  .personal-eemkF0tR0d[id='HzMKf0wU0W'] .textset-tit+.textset-desc {
    margin-top: 1.6rem;
  }

  .personal-eemkF0tR0d[id='HzMKf0wU0W'] .btnset {
    margin-top: 4rem;
  }

  .personal-eemkF0tR0d[id='HzMKf0wU0W'] .textset {
    margin-top: 1rem;
  }

  .personal-eemkF0tR0d[id='HzMKf0wU0W'] .textset .textset-tit {
    font-size: 21px;
  }

  .personal-eemkF0tR0d[id='gvmkF0x2oN'] {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .personal-eemkF0tR0d[id='gvmkF0x2oN'] .contents-inner {
    height: 36rem;
  }

  .personal-eemkF0tR0d[id='gvmkF0x2oN'] .iconset {
    width: 5.2rem;
    height: 5.2rem;
  }

  .personal-eemkF0tR0d[id='gvmkF0x2oN'] .textset-tit+.textset-desc {
    margin-top: 1.6rem;
  }

  .personal-eemkF0tR0d[id='gvmkF0x2oN'] .btnset {
    margin-top: 4rem;
  }

  .personal-eemkF0tR0d[id='gvmkF0x2oN'] .textset {
    margin-top: 1rem;
  }

  .personal-eemkF0tR0d[id='gvmkF0x2oN'] .textset .textset-tit {
    font-size: 21px;
  }
}
/* campland-N12 */
.campland-N12 {
  overflow: hidden;
  position: relative;
  padding-top: 0rem;
  padding-bottom: 10rem;
}

.campland-N12 .textset {
  margin-bottom: 4rem;
}

.campland-N12 .textset .textset-tit {
  font-weight: var(--fw-bold);
}

.campland-N12 .tableset {
  text-align: center;
}

.campland-N12 .tableset .tableset-table>thead.thead-border-top>*>* {
  border-top: 1px solid var(--primary);
  border-bottom: 0;
}

.campland-N12 .tableset .tableset-table>tbody>*>td.text-left {
  text-align: left;
}

.campland-N12 .pagiset {
  margin-top: 8rem;
}

@media (max-width: 992px) {
  .campland-N12 {
    padding-top: 0rem;
    padding-bottom: 7rem;
  }

  .campland-N12 .textset {
    margin-bottom: 2rem;
  }

  .campland-N12 .tableset-table {
    min-width: auto;
  }

  .campland-N12 .tableset-table .tableset-tit a {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .campland-N12 .tableset.tableset-fract .tableset-table {
    display: block;
  }

  .campland-N12 .tableset.tableset-fract thead {
    display: none;
  }

  .campland-N12 .tableset.tableset-fract tbody {
    display: block;
    border-top: 1px solid var(--primary);
  }

  .campland-N12 .tableset.tableset-fract tbody tr {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1.6rem 0.8rem;
    gap: 0.8rem;
    border-bottom: 1px solid var(--border-color);
  }

  .campland-N12 .tableset.tableset-fract tbody tr td {
    padding: 0 !important;
    border: 0 !important;
  }

  .campland-N12 .tableset.tableset-fract .tableset-table td.tableset-mobile {
    display: none;
  }

  .campland-N12 .tableset.tableset-fract .tableset-table td.tableset-tit {
    width: 100%;
    max-width: 100%;
    max-height: 2.4rem;
  }

  .campland-N12 .tableset.tableset-fract .tableset-table td.tableset-order01 {
    order: 1;
  }

  .campland-N12 .tableset.tableset-fract .tableset-table td.tableset-order02 {
    order: 2;
  }

  .campland-N12 .tableset.tableset-fract .tableset-table td.tableset-order03 {
    order: 3;
  }

  .campland-N12 .tableset.tableset-fract .tableset-table td.tableset-order04 {
    order: 4;
  }

  .campland-N12 .tableset.tableset-fract .tableset-table td.tableset-order05 {
    order: 5;
  }

  .campland-N12 .tableset.tableset-fract .tableset-table td.tableset-order06 {
    order: 6;
  }

  .campland-N12 .pagiset {
    margin-top: 4rem;
  }
}
/* butti-N26 */
.butti-N26 {
  overflow: hidden;
  position: relative;
  padding-top: 0rem;
  padding-bottom: 10rem;
}

.butti-N26 .contents-inner {
  width: 100%;
}

.butti-N26 .list-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 2rem;
}

.butti-N26 .thumb {
  height: 25rem;
}

.butti-N26 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.butti-N26 .desc {
  text-align: center;
}

.butti-N26 .desc strong {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin: 2.4rem 0 1.2rem;
  font-weight: var(--fw-bold);
}

.butti-N26 .desc span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  color: #777;
}

.butti-N26 .pagiset {
  margin-top: 8rem;
}

@media (max-width: 1200px) {
  .butti-N26 .list-area {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .butti-N26 {
    padding-top: 0rem;
    padding-bottom: 7rem;
  }

  .butti-N26 .list-area {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .butti-N26 .thumb {
    height: 30rem;
  }

  .butti-N26 .desc strong {
    margin: 2rem 0 0.7rem;
  }

  .butti-N26 .pagiset {
    margin-top: 4rem;
  }
}

@media (max-width: 576px) {
  .butti-N26 .list-area {
    grid-template-columns: 1fr;
  }
}