/* VAR */
:root {

  /* color : 아래 5개만 사용합니다. 그 이상 넘어갈 경우 디자이너에게 수정 요청해주세요. */
  --colorUtilBackground: #252977;
  --colorUtilText: #fff;
  --colorMenuBackground: #fff;
  --colorMenuText: #111;
  --colorMenuTextActive: #252977;
}



/* header */
header.forGoverment .header-top-search {display: flex; width: 25rem; height: 3rem; border-radius: 1.5rem; border-width: 2px; border-style: solid; border-top-color: var(--colorUtilBackground); border-right-color: var(--colorUtilBackground); border-bottom-color: var(--colorUtilBackground); border-left-color: var(--colorUtilBackground); padding: 0.3rem; padding-left: 1.5rem;}
header.forGoverment .header-top-search input {flex: 1;}
header.forGoverment .header-top-search button {flex-shrink: 0; width: 2.3rem; height: 100%; font-size: 1.2rem; color: var(--colorUtilBackground);}
header.forGoverment .header-bottom {background-color: var(--colorMenuBackground);}
header.forGoverment .header-bottom-menu .depth-01 > li > a {color: var(--colorMenuText); transition: 0.3s;}
header.forGoverment .btn-fullMenu-open {background-color: var(--colorMenuTextActive);}

/* header : active */
header.forGoverment .header-bottom-menu .depth-01 > li.on > a,
header.forGoverment .header-bottom-menu .depth-01 > li.active > a {color: var(--colorMenuTextActive); font-weight: 700;}

/* main */
main::before,
main::after { position: absolute; content: ""; z-index: -1; }
main::before { background: url('/static/builder/Templates/G06/image/mainBg.png')no-repeat; right: 0; top: -2rem; width: 96rem; height: 30rem; background-size: contain; }

main::after { background: url('/static/builder/Templates/G06/image/galleryBg.png')no-repeat; background-size: contain; bottom: -2rem; left: 0; width: 82.35rem; height: 21.85rem; }

@media (max-width: 1280px) {

  /* header */
  header.forGoverment .header-util .btn-menu {background-color: var(--colorUtilBackground); color: var(--colorUtilText);}
}

@media (max-width: 1280px) {
  main::before { top: 0; width: 78vw; }
}