@charset "utf-8";

/* CSS 변수 정의 */
:root { --white: #ffffff; --primary: #99815f; --text-color5: #ffffff; --fs-p3: 16px; --lh-p3: 1.5; }
* { margin: 0; padding: 0; box-sizing: border-box; }

/* basic-N1 [SDm3E2tokm] */
.basic-N1 { position: relative; top: -100%; left: 0; width: 100%; z-index: 200; transition: 0.3s; background-color: var(--white); }
.basic-N1.header-top-active { position: fixed; top: 0; }
.basic-N1.header-menuactive .header-inner { z-index: 200; }
.basic-N1.header-menuactive .header-inner::before { height: 37.3rem; }
.basic-N1.header-menuactive .header-center { top: calc(100% + 12rem); }
.basic-N1.header-menuactive .header-gnblink { font-size: var(--fs-h4); line-height: var(--lh-h4); }
.basic-N1.header-menuactive .header-utils .btn-allmenu { display: none; }
.basic-N1.header-menuactive .header-utils .btn-close,.basic-N1.momenu-active .header-utils .btn-close { display: block; }
.basic-N1.header-menuactive .header-lang { display: none; }
.basic-N1 .header-inner { position: relative; width: 100%; height: 8rem; background-color: var(--white); }
.basic-N1 .header-inner::before { content: ''; position: absolute; top: 0; left: 0; height: 8rem; width: 100%; background-color: var(--white); z-index: -1; transition: 0.3s; }
.basic-N1 .header-container { display: flex; justify-content: space-between; height: 100%; padding: 2.4rem 8rem; }
.basic-N1 .header-title a { width: 10.6rem; height: 3.3rem; }
.basic-N1 .header-title img { width: 100%; height: 100%; object-fit: contain; }
.basic-N1 .header-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.basic-N1 .header-mobile-top { display: none; }
.basic-N1 .header-gnblist { display: flex; }
.basic-N1 .header-gnbitem:hover .header-gnblink span::after,.basic-N1 .header-gnbitem.item-active .header-gnblink span::after { content: ''; display: inline-block; position: absolute; left: 0; top: 100%; background-color: var(--primary); transform: scaleX(1); }
.basic-N1 .header-gnbitem+.header-gnbitem .header-gnblink { padding-left: 3rem; }
.basic-N1 .header-gnbitem:last-child .header-gnblink { padding-right: 0; }
.basic-N1 .header-gnblink { padding-right: 3rem; font-size: var(--fs-p3); line-height: var(--lh-p3); font-weight: 500; text-align: center; white-space: nowrap; }
.basic-N1 .header-gnblink span { position: relative; }
.basic-N1 .header-gnblink span::after { content: ''; height: 0.2rem; width: 100%; transition: 0.3s; transform: scaleX(0); }
.basic-N1 .header-right { display: flex; align-items: center; }
.basic-N1 .header-lang { position: relative; font-size: var(--fs-p4); }
.basic-N1 .header-langbtn { padding: 0 2rem 0 0.8rem; position: relative; border: none; background: none; font-weight: 500; }
.basic-N1 .header-langbtn::after { content: ''; position: absolute; top: 0.4rem; right: 0; width: 1.6rem; height: 1.6rem; background: url("../2025_medias/icons/ico_downarrow_black.svg") no-repeat top right/cover; }
.basic-N1 .header-langlist { position: absolute; top: 3rem; left: 0; z-index: 200; border-radius: 0.6rem; background-color: var(--primary); }
.basic-N1 .header-langitem { max-height: 0; transition: all 0.5s; overflow: hidden; }
.basic-N1 .header-langitem+.header-langitem a { padding-top: 0; }
.basic-N1 .header-langitem a { padding: 0.4rem 1.6rem; color: var(--text-color5); opacity: 0.7; }
.basic-N1 .header-langitem a:hover { opacity: 1; }
.basic-N1 .header-lang:hover .header-langbtn::after { transform: rotate(180deg); }
.basic-N1 .header-lang:hover .header-langitem { max-height: 6.8rem; }
.basic-N1 .header-utils { display: flex; }
.basic-N1 .header-utils button { margin-left: 1.2rem; width: 3.2rem; height: 3.2rem; background: none; border: none; }
.basic-N1 .header-utils button img { width: 100%; height: 100%; object-fit: cover; vertical-align: top; }
.basic-N1 .header-utils .btn-close { display: none; position: relative; z-index: 200; }
.basic-N1 .header-utils .btn-momenu { display: none; }
.basic-N1 .header-dim { display: none; position: fixed; top: 0; left: 0; z-index: 10; width: 100%; height: 100%; background-color: rgba(17, 17, 17, 0.7); }


/* basic-N2 [eRM3E35mi7] - 로고 상단 배치 수정 */
/* 마우스 오버 시 트랜지션 제거를 위한 클래스 */
.basic-N2.no-transition {
  transition: none !important;
  animation: none !important;
}

/* 기존 트랜지션은 유지 (스크롤 시 적용됨) */
.basic-N2 { position: relative; left: 0; width: 100%; z-index: 200; transition: 0.3s; background-color: none; }

.basic-N2.header-top-active { position: sticky; top: 0; }
.basic-N2.header-top-active .header-inner { height: auto; background: #fff}
/* 
.basic-N2.header-top-active .header-container { flex-direction: row; align-items: center; }
 */
.basic-N2.header-top-active a { color: #333 !important;}

/* 헤더 구조 변경 - 로고를 상단에 배치 */
.basic-N2 .header-inner {
  position: absolute;
  min-width: 1400px;
  width: 100%;
  height: auto; /* auto로 변경하여 내용에 따라 높이 조정 */
}

.basic-N2 .header-container { 
  display: flex; 
  flex-direction: column; /* 세로 배치로 변경 */
  align-items: center; /* 중앙 정렬 */
  height: 100%; 
  padding: 0 8rem; 
}

/* 로고를 최상단에 배치 */
.basic-N2 .header-title { 
  order: 1; /* 첫 번째 순서 */
  margin-bottom: 1rem; /* 로고와 메뉴 사이 간격 */
}

.basic-N2 .header-title a { 
  display: block;
  width: 20.6rem; 
  min-height: 3.8rem; 
  padding-top: 2.4rem;
  padding-bottom: 1rem; /* 하단 패딩 줄임 */
  text-align: center;
}

/* 메뉴를 두 번째 줄에 배치 */
.basic-N2 .header-right { 
  order: 2; /* 두 번째 순서 */
  width: 100%; /* 전체 너비 사용 */
  display: flex;
  justify-content: center; /* 메뉴 중앙 정렬 */
}

.basic-N2 .header-title img {
  max-width: 100%; 
  height: 100%; 
  object-fit: contain; 
}

.basic-N2:not(.header-top-active) .header-title img { 
  filter: brightness(0) invert(1); 
}

.basic-N2:not(.header-top-active) .btn-momenu img { 
  filter: brightness(0) invert(1); 
}

.basic-N2 .header-mobile-top { 
  display: none; 
}

.basic-N2 .header-gnblist { 
  display: flex; 
  margin-top: 0; 
  margin-bottom: 0; 
  padding-bottom: 2.4rem; /* 하단 패딩 추가 */
}

.basic-N2 .header-gnbitem:hover .header-gnblink span::after,
.basic-N2 .header-gnbitem.item-active .header-gnblink span::after {
  content: ''; 
  display: inline-block; 
  position: absolute; 
  left: 0; 
  top: 120%; 
  background-color: #99815f; 
  transform: scaleX(1); 
}

.basic-N2 .header-gnblink { 
  padding-left: 2rem;
  padding-right: 2rem; 
  padding-top: 1rem; /* 상단 패딩 줄임 */
  padding-bottom: 1rem; /* 하단 패딩 줄임 */
  font-size: 1em; 
  line-height: var(--lh-p3); 
  font-weight: 500; 
  text-align: center; 
  white-space: nowrap; 
  color: #fff;
}

.basic-N2 .header-gnbitem:last-child .header-gnblink { 
  padding-right: 0; 
}

.basic-N2 .header-gnblink span { 
  position: relative; 
}

.basic-N2 .header-gnblink span::after { 
  content: ''; 
  height: 0.2rem; 
  width: 100%; 
  transition: 0.3s; 
  transform: scaleX(0); 
}

.basic-N2 .header-utils { 
  display: none; 
}

.basic-N2 .header-utils button { 
  width: 3.2rem; 
  height: 3.2rem; 
  background: none; 
  border: none; 
}

.basic-N2 .header-utils button img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  vertical-align: top; 
}

.basic-N2 .header-utils .btn-close { 
  display: none; 
  position: relative; 
  z-index: 200; 
}

.basic-N2 .header-utils .btn-momenu { 
  display: none; 
}

.basic-N2 .header-dim { 
  display: none; 
  position: fixed; 
  top: 0; 
  left: 0; 
  z-index: 10; 
  width: 100%; 
  height: 100%; 
  background-color: rgba(17, 17, 17, 0.7); 
}

/* basic-N2 [qKm3E3565E] : 편집됨 */
.basic-N2[data-bid=qKm3E3565E] { 
  background-color: var(--white); 
}

.basic-N2[data-bid=qKm3E3565E] .header-inner { 
  background-color: var(--white); 
}

.basic-N2[data-bid=qKm3E3565E] .header-title a { 
  width: 10.6rem; 
}

/* 서브메뉴 위치 조정 */
.snb_wrap {
  position: absolute;
  top: 140px; /* 로고가 상단에 있으므로 위치 조정 */
  left: 0;
  width: 100%;
  height: 280px;
  z-index: 9999;
  display: none;
}

.snb_wrap.active {
  display: block;
}

.snb_wrap .snb_thumb {
  float: left;
  width: calc(40% - 220px);
  height: 100%;
  padding-left: 30px;
  padding-top: 25px;
  background: #f6f1eb;
  text-align: right;
}

.snb_wrap .snb_thumb img {
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.snb_wrap .snb_left {
  float: left;
  width: 500px;
  height: 100%;
  padding-left: 70px;
  padding-top: 40px;
  background: #f6f1eb;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

.snb_wrap .snb_txt * {
  font-weight: 100;
}

.snb_wrap .snb_txt .small {
  margin-bottom: 2em;
  font-size: .8em;
  color: #99815f;
  line-height: 1.4em;
}

.snb_wrap .snb_txt h5 {
  font-size: 2.4em;
}

.snb_wrap .snb_txt .txt {
  margin-top: 2rem;
  opacity: .8;
}

.snb_wrap .snb_right {
  display: flex;
  align-items: flex-start;
  float: left;
  width: calc(60% - 280px);
  height: 100%;
  padding-left: 70px;
  padding-top: 40px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

.snb_wrap:after {
  content: "";
  display: block;
  clear: both;
}

.snb {
  display: block;
  position: static;
  top: 45px;
  width: 100%;
  background: #ededed;
  font-size: .9rem;
  text-indent: 20px;
  color: #777;
  vertical-align: top;
}

.snb ul {
  display: inline-block;
  width: auto;
  padding-right: 70px;
}

.snb li {
  margin-bottom: 1em;
  font-size: 1.6em;
}

.snb li:hover a {
  color: #99815f
}