.page-id-14 .custom-navbar-pc,
.page-id-485 .custom-navbar-pc {
  position: fixed;
}

.custom-navbar-pc {
  /* width: 100%; */
  width: auto;
  right: 0;
  position: absolute;
  z-index: 2;
  padding: 10px 70px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.main-menu2 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  flex: 6;
}

.main-menu2 li {
  position: relative;
}

.active-txt-black {
  color: #000000 !important;
}

.active-white-bg {
  background: #ffffff;
}

.sub-menu2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 10px 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  margin: 0 !important;
  border-top: 1px solid #dddddd;
}

.sub-menu2 > li:nth-child(1),
.sub-menu2 > li:nth-child(2),
.sub-menu2 > li:nth-child(3),
.sub-menu2 > li:nth-child(4),
.sub-menu2 > li:nth-child(7) {
  width: 86px;
  margin-left: 5px;
  margin-right: 12px;
}

.sub-menu2 > li:nth-child(5) {
  width: 110px;
}

.sub-menu2 > li:nth-child(6) {
  width: 120px;
}

/* .sub-menu2 .child-group {
    width: 95px;
    overflow-wrap: break-word;
} */

.child-group a {
  display: block;
  padding: 11px 0px;
  color: #444444;
  text-decoration: none;
  font-size: 13px;
  text-align: center;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: keep-all;
  line-height: 16px;
}

.child-group a:hover {
  font-weight: 500;
}

.navbar-logo {
  width: 250px;
  flex: 2;
}

.parent-menu-mo {
  line-height: normal;
  text-align: center;
}

.parent-menu-mo > a {
  color: #fff;
  font-size: 24px;
  line-height: 70px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}

.sub-menu-mo {
  display: none;
  list-style: none;
  margin: 0 !important;
}

.sub-menu-mo > li {
  padding: 10px 18px;
  margin: 0 !important;
}

.child-menu-mo > a {
  display: block;
  padding: 8px;
  font-size: 18px;
  color: #fff;
}

.parent-mo-active > a {
  color: #2c9dc7 !important;
  font-weight: 700;
  font-size: 26px;
}

.custom-navbar-pc.active {
  background-color: #fff;
}

.custom-navbar-pc.active .active-menu-txt {
  color: #000000;
}

.custom-navbar-pc.active .right-menu > div:first-child span {
  border-color: #000 !important;
  color: #000;
}

.custom-navbar-pc.active .right-menu > div:last-child {
  color: #000;
}

.pc-log-img {
  background: url(/wp-content/uploads/2025/09/리셀-로고-화이트-scaled.png)
    no-repeat;
  background-size: contain;
  height: 50px;
  width: 250px;
}

.custom-navbar-pc.active .parent-menu .active-menu-txt {
  color: #000 !important;
}

/* 햄버거 메뉴 아이콘 스타일 */

.mo-main-logo {
  width: 246px;
  padding: 18px;
  position: absolute;
  display: none;
  z-index: 101;
  display: none;
}

.custom-navbar-mo,
.hamburger-menu,
.tel-menu {
  display: none;
}

.hamburger-menu {
  /* cursor: pointer;
    width: 30px;
    height: 25px;
    right: 10px;
    top: 10px;
    position: absolute;
    z-index: 1000; */
  cursor: pointer;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 25px;
  position: absolute;
  z-index: 1000;
  border: 1px solid #ffffff;
  padding: 3px 7px;
}

.tel-menu {
  cursor: pointer;
  width: 30px;
  height: 25px;
  right: 60px;
  top: 16px;
  position: absolute;
  z-index: 1000;
}

.hide-tel {
  display: none;
}

.custom-navbar-mo-active {
  z-index: 999;
}

.hamburger-menu span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin: 5px 0;
  transition: 0.3s;
  transition: 0.3s ease;
}

.hamburger-menu.active-menu {
  padding: 0;
}

.hamburger-menu.active-menu span:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 7px;
  background-color: #fff;
  height: 2px;
}

.hamburger-menu.active-menu span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active-menu span:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: -7px;
  background-color: #fff;
  height: 2px;
}

.custom-navbar-mo {
  position: fixed;
  width: 100%;
  height: 100%;
}

.mobile-menu {
  height: 100%;
  background: #02243f;
  margin: 0 !important;
  width: 100%;
  float: right;
  padding: 110px 0 130px;
  overflow-y: auto;
}

.mobile-menu > li:last-child {
  padding-bottom: 0;
}

.mo-back {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  transition: right 0.5s ease, opacity 0.5s ease;
}

.mo-back.show-menu {
  right: 0;
}

.background {
  opacity: 0;
  width: 100%;
  height: 1000vh;
  position: absolute;
  z-index: -10;
  top: -98px;
}

.background.show-back {
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.logo-li {
  padding: 16px 96px 10px 26px;
  border-bottom: 1px solid #cccccc;
  position: absolute;
  top: 0;
  width: 100%;
}

.logo-li a img {
  width: 180px;
}

.hamburger-menu.active-menu {
  border: none;
}

/* 헤더 오른쪽 요소 */
.right-menu {
  display: flex;
  flex: 2;
  color: #ffffff;
  justify-content: flex-end;
  align-items: center;
}

.right-menu > div {
  display: flex;
  /* background-color: #fff;
    padding: 5px 10px; */
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin: 5px 10px;
}

.right-menu > div > div {
  font-size: 20px;
  padding: 13px 23px;
  border-radius: 10px;
  cursor: pointer;
}

.right-menu > div > div:first-child {
  color: #0c2544;
  background-color: #fff;
}

.right-menu > div > div:first-child a {
  color: #0c2544;
}

.right-menu > div > div:last-child {
  color: #fff;
  background-color: #074ffb;
}

.leecell-wpml {
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-size: 20px;
  color: #0c2544;
  font-weight: 700;
}

.leecell-wpml img {
  width: 20px;
  margin-right: 6px;
}

/* full-menu */
.full-menu {
  width: 100%;
  height: 100vh;
  position: absolute;
  background-color: rgb(0 0 0 / 95%);
  z-index: 999;
  position: fixed;
}

.full-menu .full-top {
  padding: 10px 70px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  height: 83px;
}

.full-menu .close-full-menu {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.full-menu-content a {
  color: #fff;
  font-size: 20px;
}

.full-menu-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}

.full-menu-content > div:last-child {
  margin-bottom: 0;
}

.parent-menu {
  width: 50%;
  display: flex;
  margin-bottom: 50px;
}

.full-menu-content > div:last-child {
  display: none;
}

.parent-menu > a {
  width: 20%;
  font-size: 32px;
  line-height: normal;
  font-weight: 600;
}

.parent-menu > a:hover,
.child-menu > a:hover {
  color: #2c9dc7;
}

.child-menu {
  display: flex;
  gap: 30px;
  width: 80%;
  flex-wrap: wrap;
}

.child-menu > a {
  display: flex;
  font-size: 28px;
  font-weight: 500;
  align-items: center;
  width: 30%;
  line-height: normal;
}

.full-menu {
  display: none;
}

html.active-menu,
body.active-menu {
  overflow-y: hidden;
}

@media screen and (max-width: 1635px) {
  .sub-menu2 .child-group {
    width: 99.84px;
    margin: 0;
  }

  .sub-menu2 > li:last-child {
    width: 125.8px;
  }
}

/* 해상도 1440px */
@media screen and (max-width: 1635px) {
  .custom-navbar-pc {
    padding: 10px 25px;
  }

  .navbar-logo {
    flex: 3;
  }

  .main-menu2 {
    flex: 6;
  }

  .right-menu {
    flex: 3;
  }

  .child-group a {
    font-size: 12px;
    padding: 11px 0px;
  }

  .navbar-logo,
  .right-menu {
    flex: 2;
  }

  .right-menu > div:first-child {
    font-size: 20px;
  }

  .right-menu > div:last-child {
    font-size: 20px;
  }

  .sub-menu2 > li:nth-child(1),
  .sub-menu2 > li:nth-child(2),
  .sub-menu2 > li:nth-child(3),
  .sub-menu2 > li:nth-child(4),
  .sub-menu2 > li:nth-child(7) {
    width: 65px;
    margin-left: 6px;
    margin-right: 20px;
  }

  .sub-menu2 > li:nth-child(5) {
    width: 95px;
  }

  .sub-menu2 > li:nth-child(6) {
    width: 116px;
  }
}

@media screen and (max-width: 1405px) {
  /* .sub-menu2 .child-group {
        width: 82.8px;
        padding: 0px 5px;
        margin: 0;
    }

    .sub-menu2>li:last-child {
        width: 109.8px;
    } */

  .navbar-logo,
  .right-menu {
    flex: 3;
  }

  .sub-menu2 > li:nth-child(1),
  .sub-menu2 > li:nth-child(2),
  .sub-menu2 > li:nth-child(3),
  .sub-menu2 > li:nth-child(4),
  .sub-menu2 > li:nth-child(7) {
    width: 63px;
    margin-left: 6px;
    margin-right: 15px;
  }

  .sub-menu2 > li:nth-child(5) {
    width: 80px;
  }

  .sub-menu2 > li:nth-child(6) {
    width: 105px;
  }

  .right-menu > div:first-child {
    margin-right: 3px;
  }

  .parent-menu {
    width: 65%;
  }
}

@media screen and (max-width: 1350px) {
  :lang(en) .main_menu .avia-menu > ul > li > a .avia-menu-text {
    /* font-size: 15px; */
    font-size: 12px;
  }
}

@media screen and (max-width: 1293px) {
  .navbar-logo,
  .right-menu {
    flex: 2;
  }

  .main-menu2 {
    flex: 5;
  }

  .right-menu > div:first-child {
    font-size: 10px;
  }

  .right-menu > div:last-child {
    font-size: 15px;
  }
}

@media screen and (max-width: 1175px) {
  .pc-log-img,
  .custom-navbar-pc.active .pc-log-img {
    width: 200px;
  }

  .sub-menu2 > li:nth-child(1),
  .sub-menu2 > li:nth-child(2),
  .sub-menu2 > li:nth-child(3),
  .sub-menu2 > li:nth-child(4),
  .sub-menu2 > li:nth-child(7) {
    width: 63px;
    margin-left: 6px;
    margin-right: 2px;
  }

  .sub-menu2 > li:nth-child(5) {
    width: 76px;
  }

  .sub-menu2 > li:nth-child(6) {
    width: 105px;
  }

  .right-menu > div:first-child span {
    padding: 7px 20px;
  }

  .right-menu > div:last-child {
    font-size: 16px;
  }

  .parent-menu {
    width: 80%;
    margin-bottom: 35px;
  }

  .parent-menu > a {
    font-size: 20px;
  }

  .child-menu > a {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  /* .custom-navbar-pc {
        display: none;
    } */

  .custom-navbar-mo,
  .hamburger-menu,
  .mo-main-logo,
  .tel-menu {
    display: block !important;
  }
}

@media screen and (max-width: 985px) {
  .custom-navbar-pc {
    display: none;
  }

  .main_menu {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 880px) {
  .main_menu .avia-menu > ul > li {
    margin: 0 5px;
  }
}

@media screen and (max-width: 805px) {
  .main_menu .avia-menu > ul > li > a .avia-menu-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 425px) {
}

/* 푸터 */
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 0 !important;
  background-color: #000 !important;
}

.wpml-ls-link {
  background-color: #000 !important;
  color: #fff !important;
}
