/* Shared layout primitives reused across multiple pages */
.header-include {
  width: 100%;
  border: none;
  display: block;
  pointer-events: auto;
  padding: 0;
  height: 68px;
}

.header-overlay {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 0;
  pointer-events: none;
  height: 68px;
}

.header-overlay .header-wrapper {
  pointer-events: auto;
}

body.mega-open .header-overlay,
body.mega-open .header-include {
  height: 100%;
}

body.mega-closed .header-overlay,
body.mega-closed .header-include {
  height: 68px;
}

.footer-include {
  width: 100%;
  height: 222px;
  margin: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  border: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1299px) {
  body.mega-mobile-lock {
    overflow: hidden;
    height: 100vh;
    overscroll-behavior: none;
  }

  .footer-include {
    width: 100%;
    height: 390px;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
    border: none;
  }
}

/* ========================================== eg메뉴 */
/* eg 로고 */ /* 260224 KRDS 수정 */
.eg{background: #eef2f7;}
.eg .egBar{max-width: 2500px;margin: 0 auto;padding: 0.3rem 0;}
.eg .egBar p{color: #1d1d1d;font-size: 0.9rem;line-height: 1rem;display:inline-block;}
.eg .egBar p img{margin: -3px 0.5rem -3px 0;}

@media screen and (max-width: 1400px){
	.eg .egBar{padding: 0.3rem 0 0.3rem 2rem;}
}

@media screen and (max-width: 1280px){
	.eg .egBar{padding: 0.3rem 0 0.3rem 1rem;}	
}

@media screen and (max-width: 1024px){
	.eg .egBar{padding: 0.3rem 0 0.3rem 0.85rem;}
}

@media screen and (max-width: 768px){
	.eg .egBar{padding: 0.3rem 0 0.3rem 0.5rem;}
}

@media screen and (max-width: 480px){
	/* 전자정부 */
	.eg .egBar p{font-size: 0.8rem;line-height: 1rem;}
	.eg .egBar img{width:8%;}
}