/* * 좌측 사이드 메뉴 */
@charset "UTF-8";

.content_nav_wrap {
  background-color: #F8F8F8;
  overflow-y: scroll;
  position: fixed;
  /* 메뉴 fixed 반응형 위치 content_wrap 1600px기준 */
  /* 좁게보기 기준 */
  left: calc(50% - 800px);
  top: 67px; 
  z-index: 99;
  width: 100%;
  max-width: 303px;
  /* height: calc(100vh - 66px);
  min-height: 2000px; */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  transition: .5s;
  @media (max-width : 1615px) {
    left: 0 !important;
    transition: none !important;
  }
  @media (max-width : 992px) {
    top: 64px;
    left: -100% !important;
    transition: left 0.3s;
  }
}
/* 넓게 보기 */
.content_nav_wrap.wide {
  left: 0;
}

@media (max-width : 992px) {
  .content_nav_wrap.show {
    left: 0 !important;
    transition: .3s !important; 
    /* top: 42px; */
  }
}

.content_nav {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  background-color: #F8F8F8;
  /* min-height: 2000px; */
}
.content_nav::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

/* * 좌측 메뉴 레이아웃 */

/* 1depth */
.nav_depth_1 {
  position: relative;
  width: 85px;
  background-color: #222;
  height: calc(100vh - 66px);
  /* min-height: 1800px; */
  height: 100vh;
}

/* 인하우스, VPN 추가시 */
.nav_depth_1_policy {
  /* height: calc(117vh); */
}

.lang-ja .nav_depth_1 {
  /* min-height: 1200px; */
}
.nav_depth_1 > li {
  background-color: #222;
}
.nav_depth_1 > li:last-child {
  background-color: #222;
}
.nav_depth_1 > li > a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 15px 0;
  opacity: .5;
  transition: opacity .3s;
  font-size: 10pt;
  /* font-weight: 600; */
}
.nav_depth_1::after {
  content: '';
  display: block;
  width: 100%;
  height: 1000px;
  background-color: #222;
}
.lang-ja .nav_depth_1 > li > a {
  font-size: 12px;
}
.lang-ja .nav_depth_1 > li > a > p {
  padding-top: 5px;

}
/* * 투명도 해제 */
.nav_depth_1 > li > a:hover,
.nav_depth_1 > li.menu_on > a,
.nav_depth_1 > li.hover_on > a {
  opacity: 1;
}

/* * menu_on 투명도 적용 */
.nav_depth_1 > li.menu_on.no_op > ul {
  opacity: 0;
}

.nav_depth_1 > li.menu_on > a {
  background-color: #4A4A4A;
}

.lang-ko .nav_depth_1 > li > a > p {
  margin-top: 8px;
  height: 20px;
  padding: 3px;
}

.lang-en .nav_depth_1 > li > a > p {
  margin-top: 8px;
  padding: 3px;
  letter-spacing: -0.5px;
}

/* 2depth */
.nav_depth_2 {
  /* 인하우스, VPN 추가시 */
  /* visibility: hidden; */
  position: absolute;
  top: 0;
  left: 85px;
  width: 218px;
  /* height: 100vh; */
  /* min-height: 1200px; */
  background-color: #F8F8F8;
  transition: opacity .5s;
  opacity: 0;
  padding-top: 20px;
}
.nav_depth_2::after {
  position: absolute;
  top: 100%;
  content: '';
  display: block;
  width: 100%;
  height: calc(100vh - 100%);
  min-height: 200px;
  background-color: #F8F8F8;
  z-index: 1;
}
.lang-ja .nav_depth_2 {
  min-height: 1200px;
}
.content_nav_wrap::-webkit-scrollbar {
  display: none; /* Safari /Chrome 스크롤 숨김 */
}

a[lab_value="LOG"] + .nav_depth_2.hover_menu,
a[lab_value="LOG"] + .nav_depth_2.active_menu,
a[lab_value="POLICY"] + .nav_depth_2.hover_menu,
a[lab_value="POLICY"] + .nav_depth_2.active_menu{
  /* 인하우스, VPN 추가시 */
  /* min-height: 117vh; */
  /* min-height: 1200px; */
}

.nav_depth_2.active_menu {
  opacity: 1;
  z-index: 900;
  /* 인하우스, VPN 추가시 */
  /* visibility: visible; */
}
.nav_depth_2.hover_menu {
  display: block !important;
  z-index: 901;
  opacity: 1;
  /* 인하우스, VPN 추가시 */
  /* visibility: visible; */
}
.nav_depth_2 > li {
  margin-bottom: 15px;
}

/* * 3dpeth */
.nav_depth_3 > li > .nav_depth_3_title {
  border-top: 1px solid rgba(170, 170, 170, 0.4);
}
li:first-child > .nav_depth_3 > li > .nav_depth_3_title {
  border-top: none;
}

.nav_depth_3 > li > p {
  font-weight: 600;
  color: var(--text-gray-color);
  font-size: 12px;
  margin: 0 23px 12px;
  padding-top: 14px;
}
.nav_depth_3 > li > a > img {
  margin-right: 5px;
  width: 18px;
  margin-bottom: 2px;
}

/* * 4depth */
ul.nav_depth_4 {
  margin-bottom: 8px;
}
.nav_depth_4 .nav_depth_4_title {
  font-weight: 600;
  color: var(--text-gray-color);
  font-size: 12px;
  margin: 0 23px 12px;
  padding-top: 20px;
}
.nav_depth_4 .nav_depth_4_title.non_margin {
  margin-bottom: 0;
}
.nav_depth_4 > li >.nav_depth_4_title {
  border-top: 1px solid rgba(170, 170, 170, 0.4);
}
.nav_depth_4 > li > a {
  display: block;
  margin-bottom: 3px;
  margin-top: 13px;
  padding: 0 0 0px 12px;
  font-size: 15px;
  color: #222;
  font-family: 'Pretendard-SemiBold';
  pointer-events: none;
}
.nav_depth_4 > li > a > img {
  margin-right: 8px;
  margin-left: 5px;
  width: 18px;
  margin-bottom: 2px;
}
.nav_depth_4 > li > a > img[src*="menu_open_api"] {
  width: 16px;
  margin-right: 10px;
}
.nav_depth_5 > li a:hover,
.nav_depth_6 > li a:hover {
  background-color: #EDEDEB;
  color: #222;
}
.nav_depth_5 > li.menu_on a,
.nav_depth_6 > li.menu_on a {
  background-color: #EDEDEB;
  color: #222;
  font-weight: 600;
}

/* * 5depth */
.nav_depth_5 > li > a {
  display: block;
  padding: 5px 0 5px 32px;
  font-size: 15px;
  color: #aaa;
  transition: .3s;
  font-weight: 500;

}
/* .nav_depth_5 > li > a::before {
  content: ' · ';
} */
.nav_depth_5 > li:last-child > a:last-child {
  min-height: 32px;
  line-height: 21px;
  letter-spacing: -0.5px;
}

/* * 6depth */
.nav_depth_6 > li > a {
  display: block;
  padding: 5px 0 5px 50px;
  font-size: 13px;
  color: #aaa;
  transition: .3s;
}
.nav_depth_6 > li > a::before {
  content: ' - ';
}
.nav_depth_6 > li:last-child > a:last-child {
  min-height: 32px;
  line-height: 21px;
}
.mb_menu_show svg { /* 첫화면 로드 시 확대 방지 */
  max-width: 20px;
}
/* * 모바일 시 메뉴 보기 버튼 */
@media (max-width : 992px) {
  .mb_menu_show {
    display: inline-block;
    position: fixed;
    top: 170px;
    left: 0;
    z-index: 990;
    width: 45px;
    height:56px;
    border-radius: 0 20px 20px 0;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    border: none;
  }
  .mb_menu_show svg {
    color: #fff;
    font-size: 30px;
    margin-top: 12px;
    margin-left: 10px;  
    width: 19px;
  }
}


/* * 좌측 메뉴 베타, 유료 벳지 */

.numBadge {
  color:#FFFFFF;
  background:#4FADFF;
  margin-left:3px;
  padding:2px 4px;
  border-radius: 4px;
  font-size: 8px;
  text-align:center;
}