.logo a {   }
.scrolled .logo a {  }
 /* #pc-nav > ul > li > a { color: #000; font-weight: 500;font-size: 18px;}
 #pc-nav > ul > li > a:hover { opacity: 1; color: #000; } */
/* .scrolled  #pc-nav > ul > li > a { color: #000; font-weight: 500;font-size: 18px;}
.scrolled  #pc-nav > ul > li > a:hover { opacity: 1; color: #000; } */

 /* #mobile-menu-btn span { background-color: #000 } */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.navigation nav { max-width: 1600px; margin: 0 auto; display: flex; align-items: center; height: 60px; }
.home-icon { text-decoration: none; font-size: 24px; margin-right: 20px; }
.nav-links { display: flex; align-items: center; }
.nav-links a { margin-right: 20px; text-decoration: none; color: #333; }
.breadcrumb-separator { margin: 0 10px; color: #333; }
.sub-nav-container {position:relative; width: 100%;  transition: top 0.3s ease-in-out; z-index:11;  margin-top: 200px; padding: 0 20px; }
.sub-nav-container.fixed {  top: 0; left: 0; right: 0; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.sub-nav-container { width: 100%;}
.sub-nav-container .sub_wrap { max-width: 1600px; margin: 0 auto; }
.sub-nav-container h2 {  font-size: 48px;
  margin: 30px 0 165px 0;
  text-align: center;
  color: #fff;
  display: block;
  font-weight: bold !important;

  opacity: 0;
  animation: fadeInUp 1s ease-out forwards; }
.sub-nav { max-width: 1600px; margin: 0 auto; position: relative; }
.sub-nav ul { display: flex; padding: 0; margin: 0; list-style-type: none; justify-content:center;}
.sub-nav li { margin-right: 20px; position: relative;opacity: 0;
  animation: fadeInUp 1s ease-out forwards; }
.sub-nav a { display:block; padding: 20px 0; text-decoration: none; color: #fff; font-size: 17px; letter-spacing: -0.5px; font-weight: 400; white-space:nowrap;}
.sub-nav a.active { color: var(--c1); border-bottom: 4px solid var(--c1); }
.sub-nav .has-submenu > a::after { content: '\f0d7'; font-family: 'Font Awesome 6 Free'; font-weight: 900; margin-left: 5px; }
.sub-nav .submenu { display: none; position: absolute; top: 100%; left: 0; background-color: #fff;  z-index: 1000; min-width: 150px; border: 1px solid #ddd}
.sub-nav .submenu li { margin-right: 0; }
.sub-nav .submenu a { padding: 10px 15px; display: block; white-space: nowrap; coloR:#111;}
.sub-nav .has-submenu > a::after { content: '\25BC';  margin-left: 5px; font-size: 0.7em;vertical-align: middle; }
/* .sub-nav .submenu a:hover { background-color: #f0f0f0; } */
/* 서브메뉴 스타일 */
.sub-nav .has_submenu { position: relative; /* display: flex; */ /* align-items: center; */ }
.sub-nav .has_submenu > a { padding-right: 25px; /* 화살표를 위한 공간 확보 */ }
.sub-nav .submenu-toggle i { transition: transform 0.3s ease; display: inline-block; color:#fff; }
.sub-nav .submenu-toggle.open i { transform: rotate(180deg); }
.sub-nav .submenu-toggle { cursor: pointer; position: absolute; right: 0; top: 50%; transform: translateY(-50%); padding: 5px; }
.sub-nav .submenu.show {display: block;}
.dropdown-button { display: none; width: 100%; padding: 15px; background-color: #f8f8f8; border: none; text-align: left; font-size: 17px; cursor: pointer; }
.dropdown-icon { float: right; }
.content { max-width: 1400px;  margin: 0 auto; width: 100%;  padding: 50px 0px;}
.content h2 { font-size: 18px; margin-bottom: 10px; color: #000; font-weight: 500 }
.content h3 { font-size: 40px; margin-bottom: 20px; color: #1a1a1a;  text-align: center; opacity: 0;
  animation: fadeInUp 1s ease-out forwards; }
.content p { line-height: 1.6; font-size: 18px; color: #666; opacity: 0.8; word-wrap: break-word;}
.inquiry-button { position: fixed; bottom: 130px; right: 30px; z-index: 2 }
.inquiry-button button { background-color: var(--c1); color:#fff; border: none; padding: 15px 30px; border-radius: 30px; cursor: pointer; font-weight: bold; z-index: 2 }
.bg_fix {position:absolute; top:0; left:0;  width: 100%; height: 500px; margin-bottom: 100px; background-repeat: no-repeat; background-attachment: fixed; background-position: center; background-size: cover;  z-index: -1;  display: flex; align-items: center; justify-content: center; }
.bg_fix::before { content: ""; position: absolute;  top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: -1; }
.container {max-width: 1400px; margin: 0 auto; padding: 0 20px;}

/* 메뉴버튼 */
#profileButton { display: flex; position: absolute; top: 0; right: 50px; z-index: 101; height: 90px; cursor: pointer; transition: all 0.2s; }
#profileButton span { display: block; position: relative; width: 24px; height: 2px; margin: auto; background: #000; transition: all 0.2s; }
#profileButton span:before, #profileButton span:after { display: block; content: ""; position: absolute; top: 0; width: 100%; height: 2px; background: #000; transition: all 0.2s; }
#profileButton span:before { top: -6px; }
#profileButton span:after { top: 6px; }
#profileButton.active { position: fixed; }
#profileButton.active span { border: none; background: transparent; }
#profileButton.active span:before { top: 0; transform: rotate(45deg); background: #fff; }
#profileButton.active span:after { top: 0; transform: rotate(-45deg); background: #fff; }






@media (max-width: 768px) {
	.sub-nav-container .sub_wrap h3 { font-size: 24px; }
    .sub-nav-container h2 { font-size: 32px; margin: 30px 0 50px 0;}
	p br { display: none; }
	.bg_fix {height: 300px}
    .content p { padding-bottom: 30px }
	.content h3 { font-size: 28px}
	.sub-nav-container {border-bottom: none; margin-top: 143px; }
   }

@media (max-width: 480px) {
    .sub-nav ul { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; width: 100%; background-color: #f8f8f8; box-shadow: 0 2px 5px rgba(0,0,0,0.1); z-index: 1000; }
    .sub-nav ul.show { display: flex !important; }
    .sub-nav li { margin-right: 0; border-bottom: 1px solid #eee; }
    .sub-nav .has_submenu { flex-direction: column; align-items: flex-start; display: block; position: relative; }
    .sub-nav .has_submenu > a { display: inline-block; padding: 15px; padding-right: 40px; width: calc(100% - 40px); }
    .sub-nav .submenu-toggle { position: absolute; right: 0; top: 0; transform: translateY(0); height: 50px; width: 50px; display: flex; align-items: center; justify-content: center; background: transparent; border: none; cursor: pointer; }
    .sub-nav .submenu { position: static; display: none; width: 100%; }
    .sub-nav .submenu.show { display: block; }
    .sub-nav .submenu a { padding: 12px 15px; display: block; }
    .sub-nav a { display: block;  font-size:14px;}
    .dropdown-button { display: block; margin-bottom: 30px; }
  }




















  /*  */
