.elementor-17 .elementor-element.elementor-element-20ac5f5f{--display:flex;--justify-content:space-evenly;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:999;}.elementor-17 .elementor-element.elementor-element-20ac5f5f:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-20ac5f5f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-17 .elementor-element.elementor-element-2c35e9fd{--display:flex;}.elementor-17 .elementor-element.elementor-element-2c35e9fd:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-2c35e9fd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-17 .elementor-element.elementor-element-2c35e9fd{--min-height:80px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:999;}}/* Start custom CSS for html, class: .elementor-element-2bb449be */.mega-menu-container {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
  }

  .mega-menu-top {
    display: flex;
    align-items: center;
    background: white;
    border-bottom: 2px solid #f0f0f0;
    height: 80px;
  }

  .logo-container {
    padding: 0 25px;
    display: flex;
    align-items: center;
    border-right: 1px solid #f0f0f0;
  }

  .logo-container img {
    height: 50px;
    width: auto;
  }

  .menu-items-container {
    display: flex;
    flex: 1;
    justify-content: space-around;
    height: 100%;
    background-color: white;
    z-index: 999;
  }

  .mega-menu-item {
    padding: 0 15px;
    cursor: pointer;
    transition: all 0.3s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    font-weight: 600;
  }

  .mega-menu-item:hover {
    color: #173B65;
    background-color: #f8f9fa;
  }

  .mega-menu-item::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #173B65;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }

  .mega-menu-item:hover::after {
    transform: scaleX(1);
  }

  .mega-menu-content {
    position: absolute;
    top: 100%;
    left: 15.2%;
    right: 11.3%;
    background: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all 0.3s ease;
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    border-radius: 0 0 8px 8px;
    margin-top: 2px;
  }

  .mega-menu-container:hover .mega-menu-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .menu-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-column h3 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
    width: 100%;
    white-space: nowrap;
  }

  .menu-column a {
    color: #666;
    text-decoration: none;
    padding: 8px 0;
    font-size: 14px;
    transition: all 0.2s;
    position: relative;
    display: inline-block;
    white-space: nowrap;
  }

  .menu-column a:hover {
    color: #173B65;
    transform: translateX(5px);
  }

  .menu-column a::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: #173B65;
    border-radius: 50%;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.2s;
  }

  .menu-column a:hover::before {
    opacity: 1;
    left: -15px;
  }

  .language-dropdown {
    position: relative;
    display: inline-block;
    z-index: 1000;
  }

  .dropdown-button {
    background-color: transparent;
    color: #333;
    padding: 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    height: 100%;
    display: flex;
    align-items: center;
  }

#bewteen-span {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 16px;
}

#login-box:hover, #login-box:active {
    padding: 5px 8px;
    background-color: #173B65;
    margin: 0px 5px;
    border-radius: 5px;
    color: white;
}

#login-box a:hover {
    color: white;
}

#blank-in-a {
    margin-left: 2.5%;
}

#blank-in-a-sub {
    margin-left: 22%;
}

#blank-in-a-sub1 {
    margin-left: 52%;
}

#blank-in-a-sub2 {
    margin-left: 79%;
}

#blank-in-a-sub3 {
    margin-left: 95%;
}


  .dropdown-button:hover {
    background-color: #f8f9fa;
    color: #173B65;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    min-width: 160px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    z-index: 1001;
    border: 1px solid #f0f0f0;
    padding-top: 10px;
  }

  .dropdown-content a {
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    transition: background-color 0.2s;
  }

  .dropdown-content a:hover {
    background-color: #f8f9fa;
    color: #173B65;
  }

  .dropdown-button:focus + .dropdown-content,
  .dropdown-button:active + .dropdown-content {
    display: block;
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-66611bc4 *//* 모바일 전용 CSS - 화면 너비 768px 이하에서만 적용 */
@media only screen and (max-width: 768px) {
  /* 상단 메뉴 레이아웃 재정의: 로고는 왼쪽, 햄버거 아이콘은 오른쪽에 위치 */
  .mega-menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px; /* 데스크탑보다 낮은 높이 */
    padding: 0 15px;
    border-bottom: 1px solid #e0e0e0;
  }

  /* 로고 영역은 패딩이나 border 없이 깔끔하게 표시 */
  .logo-container {
    margin: 0;
    padding: 0;
    border-right: none;
  }

  /* 데스크탑용 가로 메뉴는 모바일에서 숨김 */
  .menu-items-container {
    display: none;
  }

  /* 모바일 햄버거 메뉴 버튼 영역 - HTML에 별도 추가 필요 */
  .mobile-menu-toggle {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
  }
  
  /* 햄버거 아이콘 내부 스타일 */
  .mobile-menu-toggle .hamburger-menu {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .mobile-menu-toggle .hamburger-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #333;
    border-radius: 2px;
    transition: all 0.3s;
  }
  
  .mobile-menu-toggle .hamburger-menu span:nth-child(1) {
    top: 0;
  }
  
  .mobile-menu-toggle .hamburger-menu span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  
  .mobile-menu-toggle .hamburger-menu span:nth-child(3) {
    bottom: 0;
  }
  
  /* 모바일 메뉴 전체 영역 - 햄버거 클릭 시 펼쳐짐 */
  .mobile-menu {
    display: none; /* 기본은 숨김 */
    position: absolute;
    top: 60px; /* 상단 메뉴 바로 아래 */
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    padding: 10px 15px;
  }
  
  /* 모바일 메뉴 항목 스타일 (세로 리스트) */
  .mobile-menu a,
  .mobile-menu div {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    color: #333;
    font-size: 16px;
  }
  
  .mobile-menu a:last-child,
  .mobile-menu div:last-child {
    border-bottom: none;
  }
  
  /* 데스크탑용 mega-menu-content는 모바일에서 보이지 않음 */
  .mega-menu-content {
    display: none;
  }
}/* End custom CSS */