.elementor-kit-83{--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-83 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//***** 헤더 다국어 바 (MYKOT) *****/

/* 헤더 바 레이아웃 */
.header-lang-bar{
  display:flex;
  align-items:center;
  gap:12px;
  padding:6px 0;
}

/* 다국어 메뉴: 가로 정렬 + 간격 */
.header-lang-bar .lang-nav{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;           /* 좁은 화면에서 자동 줄바꿈 */
}

/* 개별 언어 링크 스타일(기본) */
.header-lang-bar .lang-nav a{
  font-size:14px;
  line-height:1;
  text-decoration:none;
  color:#1f2937;            /* 글자색(어두운 회색) */
  padding:8px 10px;
  border-radius:9999px;     /* 알약 모양 */
  background:transparent;
  transition:background .2s ease, color .2s ease, transform .12s ease;
  white-space:nowrap;
}

/* 호버 효과 */
.header-lang-bar .lang-nav a:hover{
  background:#f3f4f6;       /* 옅은 회색 배경 */
  transform:translateY(-1px);
}

/* 현재 언어 강조(Polylang/WPML/워드프레스 공통 케이스 모두 대응) */
.header-lang-bar .lang-nav .current-lang > a,
.header-lang-bar .lang-nav .current-menu-item > a,
.header-lang-bar .lang-nav a[aria-current="page"]{
  background:#111827;       /* 진한 배경 */
  color:#ffffff;
  font-weight:600;
}

/* 선택적으로 점 구분자 추가(원하면 주석 해제)
.header-lang-bar .lang-nav li + li a::before{
  content:"•";
  margin-right:10px;
  opacity:.35;
}
*/

/* 우측 Contact Us 버튼 정렬(같은 줄에서 오른쪽으로 띄우기) */
.header-lang-bar .lang-cta{
  margin-left:auto;         /* 메뉴 오른쪽 끝으로 이동 */
}

/* Contact Us 버튼 살짝 통일감 부여(선택) */
.header-lang-bar .lang-cta a,
.header-lang-bar .lang-cta button{
  border-radius:9999px;
}

/* 모바일(좁은 화면)에서 가로 스크롤로 자연스럽게 넘기기 */
@media (max-width: 768px){
  .header-lang-bar{
    gap:8px;
  }
  .header-lang-bar .lang-nav{
    gap:10px;
    flex-wrap:nowrap;
    overflow-x:auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width:none;
  }
  .header-lang-bar .lang-nav::-webkit-scrollbar{ display:none; }
}/* End custom CSS */