@charset "utf-8";

.gnb-navi{
  width: 100%;
  height: 80px;
  position: fixed;
  margin: auto;
  background-color:var(--grayscale-0);
  z-index: 100;
  border-bottom: 0.5px solid var(--Grayscale-10, #F0F0F0);
  z-index: 40;
}

header{
  width: 100%;
  left: 0;
  top: 0;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.gnb_wrap {
  width: 100%;
  max-width: 1280px;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bg {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 1200px;
  height: 249px;
  z-index: 1;
  display: none;
  background: #ffffff;
  border-radius: 12px;
  padding: 2px 5px 2px 10px;
  display: flex;
  flex-direction: row;
  gap: 7px;
  row-gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  box-shadow: var(
    --m3-elevation-light-5-box-shadow,
    0px 4px 4px 0px rgba(0, 0, 0, 0.3),
    0px 8px 12px 6px rgba(0, 0, 0, 0.15)
  );
}

/*gnb menu*/
.gnb_menuLayout {
  width: 100%;
  max-width: 746px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.gnb_logoWrap {
  display: flex;
  flex-direction: row;
  row-gap: 0px;
  align-items: center;
  justify-content: space-between;
  width: 149px;
  position: relative;
}

.gnb_logo {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  object-fit: cover;
}

.gnb_logInfo,
.gnb_logInfo * {
  box-sizing: border-box;
}
.gnb_logInfo {
  color: #ffffff;
  text-align: left;
  font-family: "Pretendard-Medium", sans-serif;
  font-size: 22px;
  line-height: 150%;
  font-weight: 500;
  position: relative;
  width: 110px;
  height: 31.96px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-text-stroke: 1px var(--primary-black, #000000);
}


.gnb_menuLayout > li {
  width: auto;
  height: 40px;
  position: relative;
  margin: auto 50px auto 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.gnb_menuLayout > li:nth-child(5){
  margin-right: 40px;
}

.gnb_menuLayout > li:last-child{
  margin: auto 0px;
}

.gnb_menuLayout > li:last-child button{
  padding-top: 2px;
}



.gnb_menuLayout > li a {
  color: var(--primary-Black);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
}



.gnb_menuLayout > li a.selected {
  color:var(--primary-50);
}

.gnb_menuLayout > li a:hover {
  color: var(--primary-50);
}
.gnb_menuLayout > li:last-child a:hover,
.gnb_menuLayout > li:last-child,
.gnb_menuLayout > li:last-child:hover {
  justify-content: center;
}

.gnb_menuLayout > li:last-child a {
  background: none;
}

.gnb_subMenubar_none {
  display: none;
}

.gnb_subMenubar_btn {
  background: none;
  border: none;
}

/*.gnb_menuLogin_Layou Status*/

.gnb_menuLogin_Layout {
  display: flex;
  flex-direction: row;
  gap: 4px;
  row-gap: 0px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.gnb_menuLogin_Layout > li:first-child {
  color: var(--grayscale-80);
  text-align: left;
  font-family: "Pretendard-Regular", sans-serif;
  font-size: 15px;
  letter-spacing: -0.02em;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.gnb_menuLogin_Layout > :nth-child(2) {
  color: var(--Grayscale-80, #4a4b4c);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
}

.gnb_menuLogin_Layout > li:last-child > a {
  color: var(--primary-Black);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  text-decoration-line: underline;
}

.gnb_menuLogin_Layout > li > span{
  display: block;
  padding-bottom: 2px;
}

.gnb_default_Sub {
  width: 576px;
  height: 249px;
  position: absolute;
  top: 74px;
  left: 627px;
  display: flex;
  padding: 5px 5px 2px 10px;
  align-items: flex-start;
  gap: 7px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 0px solid #4a4b4c;
  background: #fff;
  z-index: 0;

  /* M3/Elevation Light/5 */
  box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15),
    0px 4px 4px 0px rgba(0, 0, 0, 0.3);
}

.gnb_default_Sub > ul:nth-child(3) > li:nth-child(2) {
  width: 124px;
}

.gnb_default_Sub > ul:nth-child(3) {
  padding-left: 3px;
  box-sizing: border-box;
}

.gnb_default_Sub > ul:last-child {
  padding-left: 12px;
  box-sizing: border-box;
}

.gnb_default_Sub_none {
  display: none;
}

/*gnb_sub*/
.gnb_sub {
  width: 186px;
  height: auto;
  display: flex;
  align-items: center;
  position: absolute;
  top: 32px;
  border-radius: 4px;
  z-index: 200;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  background-size: cover;
  background-repeat: round; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}


.gnb_sub > li {
  width: 100%;
  padding: 0px 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-self: center;
  flex-shrink: 0;
  height: 40px;
  z-index: 60;
}

.gnb_sub > li > a {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;

  
  color: var(--Grayscale-60, #717171);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
}

.gnb_sub > li a:hover,
.gnb_sub > li a:focus{
   display: flex;
  height: 37px;
  padding: 12px;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background-color: var(--primary-5);
  border-radius: 4px;
  text-align: left;

  font-family: Pretendard;
  color: var(--primary-50);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
}

.gnb_all_SubWrap {
  padding: 10px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  row-gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 651px;
  position: relative;
}

/*gnb_all_Sub Modal*/

.gnb_all_Sub {
  width: 664px;
  /*height: 928px;*/
  background: var(--grayscale-white, #ffffff);
  border-radius: 12px;
  padding: 15px 14px 17px 14px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  row-gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  top: 80px;
  left: 646px;
  box-shadow: var(
    --m3-elevation-light-5-box-shadow,
    0px 4px 4px 0px rgba(0, 0, 0, 0.3),
    0px 8px 12px 6px rgba(0, 0, 0, 0.15)
  );
}

/*gnb_all_MenuWrap - 전체 메뉴*/

.gnb_all_layoutWrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.gnb_all_MenuWrap {
  padding: 7px 10px;
  box-sizing: border-box;
}

.gnb_all_MenuGnbText {
  color: var(--Grayscale-90, #121315);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.34px;
}

.gnb_all_MenuGnbWrap {
  display: flex;
  width: 651px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.gnb_all_MenuLineWrap {
  width: 93%;
  height: 2px;
  background: var(--secondary-90, #000b17);
  margin: 15px 0px;
}

/*================================================================================*/
/*Layout*/

.gnb_all_layout01 {
  width: 100%;
}

/*gnb_all_LcaManager - LCA 등록/관리*/

.gnb_all_Contents_flewRow {
  width: 100%;
  height: 347px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
}

.gnb_all_LcaManager {
  width: 161px;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 4px;
  box-sizing: border-box;
}

.gnb_all_LcaManager_img {
  width: 32px;
  height: 32px;
  padding: 4px;
  box-sizing: border-box;
  /* border-radius: 50%; */
  border-radius: 20px;
  background: var(--primary-5, #eff5ff);
  margin-right: 4px;
}

.gnb_all_LcaManager_text {
  color: var(--Grayscale-90, #121315);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
}

/*================================================================================*/
/*gnb_all_LcaManager - 프로젝트 등록/변경*/
.gnb_all_Contents {
  width: 140px;
  margin-left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.gnb_all_ContentsWrap {
  width: 161px;
  height: 40px;
}

.gnb_all_Contents_Title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.gnb_all_Contents_TitleText {
  width: 110%;
  height: 36px;
  padding: 14px 4px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--grayscale-90);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
}

/*empty start*/
.gnb_all_Contents_subTitle_imageWrap {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-left: 2px;
}
.gnb_all_Contents_subTitle_imageWrap > img {
  width: 100%;
  height: 100%;
}

.gnb_all_Contents_subTitle_imageWrap:hover {
  cursor: pointer;
}

.nb_all_Contents_subTitle_text {
  color: var(--grayscale-60);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
  letter-spacing: -0.28px;
  cursor: pointer;
}

.gnb_all_Contents_subTitleWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.gnb_all_bar02 {
  width: 650px;
  height: 1px;
  flex-shrink: 0;
  align-self: stretch;
  background: var(--Secondary-5, #edf1f5);
}

.gnb_all_layout02 {
  height: 240px;
}

/*gnb_all_SubModal_control*/
.gnb_all_SubModal_control {
  display: none;
}

.gnb_all_layout03 {
  display: none;
  height: 185px;
}


/* 기본적으로 .gnb_sub는 숨김 처리 */
.gnb_sub {
  display: hidden;
  position: absolute; /* 서브 메뉴가 기본 메뉴 아래에 나타나도록 */
  z-index: 34; /* 서브 메뉴가 다른 요소들 위에 나타나도록 */
}

/* .gnb_menuLayout > li > a에 마우스를 올렸을 때, 서브 메뉴 표시 */
.gnb_menuLayout > li:hover > .gnb_sub.border,
.gnb_menuLayout > li:hover > .gnb_sub.line {
  display: block;
}

/* .gnb_sub에 마우스가 올라가 있을 때 서브 메뉴가 사라지지 않도록 */
.gnb_sub:hover {
  display: block;
}

/* .gnb_menuLayout > li에 position: relative를 추가하여 서브 메뉴 위치 제어 */
.gnb_menuLayout > li {
  position: relative;
}

.gnb_sub > li:first-child > .arrow{
  width: 32px;
  height: 28px;
}

.gnb_sub.line{
  display: none;
  justify-content: flex-start;
  align-items: center;
}
.gnb_sub .arrow  { z-index : 60} 


.gnb_sub.border{
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 20px 4px;
}

/*allMenu*/

.allMenu{
  width: 100%;
  height: 100%; 
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  /*layout*/
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.allMenu-bar-wrap{
  width: 100%;
  height: 54px;
  background-color: var(--grayscale-0);
  border-bottom: 1px solid var(--grayscale-40);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 30px;
}

.allMenu .allMenu-bar{
  width: 100%;
  max-width: 1862px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.allMenu .allMenu-text-bar span{
  color: var(--grayscale-90);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.36px;
} 

.allSubMenu-wrap{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.allSubMenu-row{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.allSubMenu > .allSubMenu-row:nth-child(2) > .allSubMenu-link-container{
  margin-right: 40px;
}
.allMenu-navi{
  width: 100%;
  position: fixed;
  top: 50px;
}

.allMenu-navi-layout{
  width: 100%;
  min-width: 1400px;
  height: 100%;
  margin: auto;
  background-color: var(--primary-50);
  display: flex;
  justify-content: center;
  align-items: flex-start ;
  padding: 54px 0px 49px;
}

.allMenu-navi-layout .allSubMenu-wrap:first-child{
  margin-right: 30px;
}

.allMenu-navi-layout .allSubMenu-wrap:not(:first-child) {

  margin-right: 60px;

}

.allSubMenu{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}


.allSubMenu-wrap .allSubMenu > li:first-child{
  margin-bottom: 30px;
}

.allSubMenu-wrap .allSubMenu > li:first-child{
  color: var(--grayscale-0);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: -0.48px;
  text-decoration-line: underline;
}

.allMenu-navi-layout >.allSubMenu-wrap:first-child .allSubMenu-link-container > li:nth-child(1),
.allMenu-navi-layout >.allSubMenu-wrap:first-child .allSubMenu-link-container > li:nth-child(1) a{
  color: var(--grayscale-0);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
}

.allMenu-navi-layout .allSubMenu-wrap:first-child a{
  color: var(--grayscale-0);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.3px;
  padding: 6px 0px 6px 10px;
  margin-top: 10px;
}

.allMenu-btn-bar > button{
  background-color: initial;
}

.allMenu {
  opacity: 1;
  transition: opacity 0.5s ease; /* 부드러운 전환 효과 */
}

.allMenu.none {
  opacity: 0;
  pointer-events: none; /* 숨긴 상태일 때 클릭 방지 */
}

/* 처음에는 메뉴가 숨겨져 있음 */
.gnb-navi.none {
  display: none;
}

/* 메뉴가 부드럽게 보이도록 transition 추가 */
.gnb-navi {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.gnb-navi.none {
  opacity: 0;
  pointer-events: none;
}

.gnb_subMenubar_new_btn{
  background-color: initial;
}

.allSubMenu-row li:hover a,
.allSubMenu-row li:active a,
.allSubMenu-link-container > li:hover,
.allSubMenu-link-container > li:active {
  color: var(--secondary-50)!important;
 /*font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.3px;*/
}

.allSubMenu-row li:hover::before,
.allSubMenu-row li:active::before {
  background-color: var(--secondary-50); /* 원하는 색상으로 변경 */
}
