.elementor-kit-2885{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-2885 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:730px;}.e-con{--container-max-width:730px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:-10px;}}/* Start custom CSS */header {
      display: none;
            background-color: #fff;
      padding: 0;
      text-align: center;
    }

  html, body {
  overflow-x: hidden;
}

.toggle-button:hover,
.toggle-button:active,
.toggle-button:focus {
  background-color: #fff; /* 기본 배경색 유지 */
  color: #6244BB; /* 기본 글자색 유지 */
  border-color: #6244BB; /* 기본 테두리 색 유지 */
  outline: none; /* 포커스 아웃라인 제거 (원치 않는 경우) */
}

.bottom-info {
  display: flex;             /* 가로 배치 */
  justify-content: flex-start;
  align-items: center;       /* 수직 중앙 정렬 */
  gap: 1rem; /* div 사이 간격(원하면 조정) */
}

.bottom-info div {
  /* 각 섹션(왼/오른쪽)도 가로로 하고 싶다면 inline-flex 등 */
  display: inline-flex;
  align-items: center;
}

/* 숏코드 부분 강제 인라인 */
.credit {
  display: inline-block;   /* 또는 inline */
  white-space: nowrap;     /* 줄바꿈 방지 */
}

/* GamiPress가 블록 요소를 뿌리는 경우 대비 */
.credit * {
  display: inline !important; 
  vertical-align: middle;
}/* End custom CSS */