/* VAR */
:root {

  /* color : 아래 5개만 사용합니다. 그 이상 넘어갈 경우 디자이너에게 수정 요청해주세요. */
  --colorUtilBackground: #f2c1bd;
  --colorUtilText: #444;
  --colorMenuBackground: #fff;
  --colorMenuText: #111;
  --colorMenuTextActive: #ffe5c9;
}



/* header */
header.forTemplate .header-top-search {height: 2.5rem; border: 2px solid #cdd1d5; background-color: #fff; padding-right: 0.2rem;}
header.forTemplate .header-top-search button {width: 1.5rem; height: 1.5rem; border-radius: 0.15rem; background-color: var(--colorUtilBackground); font-size: 0.75rem; color: var(--colorUtilText); margin-left: 0.5rem;}
header.forTemplate .header-top-util button {border-radius: 0.25rem; background-color: var(--colorUtilBackground); color: var(--colorUtilText);}
header.forTemplate .header-bottom {border-top-color: #eeeff1; border-bottom-color: #eeeff1; background-color: var(--colorMenuBackground);}
header.forTemplate .header-bottom-menu .depth-01 > li > a {color: var(--colorMenuText);}
header.forTemplate .header-bottom-menu .depth-01 > li > a span {padding: 0 2px; position: relative; z-index: 0;}
header.forTemplate .header-bottom-menu .depth-01 > li > a span::after {content: ""; display: block; width: 0; height: 0.45em; border-radius: 0.225em; background-color: var(--colorMenuTextActive); position: absolute; right: 0; bottom: 0; z-index: -1; transition: 0.3s;}
/* header : active */
header.forTemplate .header-bottom-menu .depth-01 > li.on > a,
header.forTemplate .header-bottom-menu .depth-01 > li.active > a span::after {width: 100%; left: 0; right: unset;}

/* section */
#section01::before {content: ""; display: block; width: 188px; height: 191px; background: url('/static/builder/Templates/T05_B1/image/background_section01_01.png') no-repeat; position: absolute; left: 0; top: 0; transform: translateX(calc(-100% + var(--container-gap) - 2rem));}


/* footer */
footer .footer-info-top::after {background-color: var(--colorUtilBackground); opacity: 0.5;}



@media (max-width: 1280px) {

  /* header */
  header.forTemplate .header-util .btn-menu {background-color: var(--colorUtilBackground); color: var(--colorUtilText);}
}