/*
	SALIENT CUSTOM MEGAMENU(IF HOVER ALL CHILD VIEW FULLWIDTH MEGAMENU)
	Tong Company - JYJ - http://tongcompany.co.kr/ - ynng3@design8.kr
*/
.megamenu-trigger{
  width: 44px; height: 44px; position: relative;
  cursor: pointer;
}
.megamenu-trigger .blind{
  display:block; width: 26px; height: 1px;
	background:#fff;
	position:absolute; left:50%; top: 50%; border: 0;
  transform: translate(-50%, -50%);
	z-index: -1;
	transition:0.3s ease-out;
}
.megamenu-trigger .blind::after{
	content:""; display:block;
	width:26px; height:1px;
	background:#fff;
	position:absolute;
	left:0; top:-10px;
	transition:0.3s ease-out;
}
.megamenu-trigger .blind::before{
	content:""; display:block;
	width:26px; height:1px;
	background:#fff;
	position:absolute;
	left:0; bottom:-10px;
	transition:0.3s ease-out;
}
.megamenu-open .megamenu-trigger .blind{
	background:rgba(0,0,0,0) !important;
}
.megamenu-open .megamenu-trigger .blind::before{
	transform: rotate(-45deg);
	top:0;
}
.megamenu-open .megamenu-trigger .blind::after{
	transform: rotate(45deg);
	top:0;
}

.custom-sub-menu-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* z-index: -1; */
  padding: 80px 0;
  background: linear-gradient(90deg, rgba(250, 250, 250, 0) 0%, #1B1B36 100%);
  /* -webkit-backdrop-filter: blur(30px) brightness(83%);
  backdrop-filter: blur(30px) brightness(83%); */
  display: none;
}
.custom-sub-menu-wrap > div {
  width: 100%;
  height: 100%;
  padding: 80px 0;
  overflow-y: auto;
}
.custom-sub-menu {
  display: flex;
  flex-direction: column;
  justify-content: center; align-items: center;
  min-height: 100%;
  height: 100%;
  text-align: right;
}
.custom-sub-menu ul,
.custom-sub-menu li {
  list-style: none;
}
#main-header.megamenu-open #top-menu li:not(.lang, .megamenu-trigger) {
  
}
#main-header.megamenu-open .custom-sub-menu-list li a {
  color: #fff !important;
}
.custom-sub-menu-list li.lang,
.custom-sub-menu-list li.megamenu-trigger {
  display: none;
}
.custom-sub-menu a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
  display: block; line-height: 1.3;
}
.custom-sub-menu > ul {
  max-width: 1524px;
  width: 90%;
  margin: 0 auto;
}
.custom-sub-menu > ul > li > a{
  font-size: 40px; margin: 18px 0;
}
.custom-sub-menu > ul > li ul a{
  font-size: 18px; font-weight: 500;
}
.custom-sub-menu > ul > li ul li:not(:last-child),
.custom-sub-menu-list > .wpml-ls-menu-item ul li{
  margin-bottom: 22px;
}
.custom-sub-menu > ul:after {
  display: block;
  content: '';
  clear: both;
}
.custom-sub-menu-list > .ss-mall, 
.custom-sub-menu-list > .centered-inline-logo-wrap,
.custom-sub-menu-list > .wpml-ls-menu-item{
	display:none;
}
.custom-sub-menu-list > .wpml-ls-menu-item > a > .wpml-ls-display{
  display: block; width: 44px; height: 44px; 
  background: url(/wp-content/uploads/2025/07/icon-lang.svg) no-repeat center/contain;
}

@media screen and (max-width:980px){
  .custom-sub-menu-list > .ss-mall, 
  .custom-sub-menu-list > .wpml-ls-menu-item{
    display:block;
  }
  .custom-sub-menu-list > .ss-mall a{
    display: inline-block; border: 1px solid #fff;
    border-radius: 50px; padding: 10px 15px;
    font-size: 14px; margin: 0;
  }
  .wpml-ls-menu-item a{
    justify-content: flex-end;
  }
}
@media screen and (max-width:640px){
  .custom-sub-menu-wrap{
    background: linear-gradient(90deg, rgba(25, 24, 52, 0.5) 0%, #1B1B36 100%);
  }
  .custom-sub-menu-list > .wpml-ls-menu-item .sub-menu a{
    padding-right: 10px;
  }
  .custom-sub-menu > ul > li > a{
    font-size:28px;
  }
  .custom-sub-menu > ul > li ul a{
    font-size: 14px;
  }
}

