
/* Pretendard Regular (400) */
@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Pretendard Medium (500) */
@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

/* Pretendard SemiBold (600) */
@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

/* Pretendard Bold (700) */
@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* Pretendard Black (900) */
@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
/* @font-face {
  font-family: 'SUITE';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'SUITE';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'SUITE';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Heavy.woff2') format('woff2');
  font-weight: 900; font-style: normal; font-display: swap;
} */

:root {
  --primary-50:  #F1F4FB;
  --primary-100: #D7DEF4;
  --primary-200: #A8B7EA;
  --primary-300: #7A90DF;
  --primary-400: #4E6AD6;
  --primary-500: #2E47C7;
  --primary-600: #2437A4;
  --primary-700: #1D2C82;
  --primary-800: #171C61;
  --primary-900: #000333;
  
  /* Sub 컬러 계열 */
  --sub-50:  #E6F9F6;
  --sub-100: #B3EFE6;
  --sub-200: #80E5D6;
  --sub-300: #4DDBC6;
  --sub-400: #26CFB7;
  --sub-500: #00A998; /* 요청하신 메인값 */
  --sub-600: #008574;
  --sub-700: #006259;
  --sub-800: #00413D;
  --sub-900: #002124;

  --skyblue-50:  #E6F7FA;   /* 더 옅게 (이전 #B9EFF7 보다 훨씬 연함) */
  --skyblue-100: #8FE5F3;
  --skyblue-200: #66DBEE;
  --skyblue-300: #3CD1E9;
  --skyblue-400: #19C2DE;
  --skyblue-500: #00ACC8; /* base (unchanged) */
  --skyblue-600: #118699;
  --skyblue-700: #0E6E7E;
  --skyblue-800: #0B5763;
  --skyblue-900: #083F48;

  --violet-50:  #F9E6F9;
  --violet-100: #F2CCF2;
  --violet-200: #E699E6;
  --violet-300: #D966D9;
  --violet-400: #CC33CC;
  --violet-500: #8B288A; /* 기준 */
  --violet-600: #741F73;
  --violet-700: #5C185C;
  --violet-800: #441144;
  --violet-900: #2D0B2D;
  --violet-500: #8B288A;

  --red-500: #963D4F;


    --point_color: #F18B25;
    --font_color: #333;
    --hover_color: #171C61;
    --icon_hover_color: #21AD4C;

}




		

html { font-size: 62.5%;
  font-family: 'Pretendard', sans-serif;
  scroll-behavior: smooth;
  word-break: keep-all;        /* 핵심: CJK 글자 단위 줄바꿈 금지 */
  color: var(--font_color);
}
body {
  overflow-x: hidden;
  overflow-wrap: break-word;   /* 너무 긴 단어/URL은 끝에서 안전하게 줄바꿈 */
  word-wrap: break-word;       /* 구형 브라우저 보강 */
  hyphens: auto;               /* 영어는 하이픈 분리 허용(한글엔 영향 거의 없음) */
}  
img {
  width: 100%;
}
.logo img,
.Flogo img {
  max-width: 260px;
  min-width: 180px;
  max-height: 70px;
}

/* Header 헤더 */
header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: transparent;
  transition: all 0.3s ease;
}

.header_container {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
  gap: 20px;
}

.menu_mo {
  display: none;
}

.menu_web .depth_1 {
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  width: 100%;
  /* gap: 20px; */
  justify-content: space-between;
}
.menu_web .depth_1 > li a{
  /* padding: 32px 70px; */
  color: white;
}
.menu_web .depth_1 > li a:hover{
  color: var(--hover_color);
}

.menu_web .depth_1 > li{
  position: relative;
  width: 100%;
  /* text-align: center; */
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header.scrolled {
background-color: white;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}

header.scrolled .menu_web .depth_1 > li a {
color: var(--font_color);
}
header.scrolled .menu_web .depth_1 > li a:hover {
color: var(--hover_color);
}


.menu_web .depth_1 .depth_2 {
  display: none;
  font-size: 1.6rem;
  font-weight: 500;
}

.menu_web .depth_1 li:hover .depth_2 {
  display: block;
}
.menu_web .depth_1 li .depth_2:hover {
  display: block;
}

.menu_web .depth_1 .depth_2 {
  position: absolute;
  top: 80px;
  left: 0;
  background-color: white;
  z-index: 10;
  width: 100%;
}
.menu_web .depth_1 .depth_2 li a{
  display: block;
  padding: 20px;
  text-align: center;
  color: var(--font_color);
}
.menu_web .depth_1 .depth_2 li a:hover{
  color: var(--hover_color);
}





header.active{background-color: #fff; transition: all 0.4s;}

/* 햄버거 버튼 기본 스타일 */
.btn_ham {
  position: relative;
  width: 30px;
  height: 23px;
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  z-index: 99;
}
.btn_ham span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  transition: all 0.4s;
}
.btn_ham span:nth-child(1) { top: 0; }
.btn_ham span:nth-child(2) { top: 11px; }
.btn_ham span:nth-child(3) { bottom: 0; }

/* 햄버거 → X 변신 */
.btn_ham.active_1 span:nth-child(1) {
  transform: translateY(11px) rotate(-45deg);
}
.btn_ham.active_1 span:nth-child(2) {
  opacity: 0;
}
.btn_ham.active_1 span:nth-child(3) {
  transform: translateY(-11px) rotate(45deg);
}


.depth_1_mo_btn {
  width: 100%;
  font-size: 1.5em;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center; /* ← 수직 정렬 */
  gap: 10px;
  background: none;
  border: none;
  color: #000;
  padding: 10px 0;
  white-space: nowrap; /* 줄바꿈 방지 */
}

.depth_1_mo_btn img {
  width: 16px;
  height: auto;
  display: inline-block;
}
  
@media (max-width: 1320px) {
  .header_container {
    padding: 0 5%;
}
  .menu_web .depth_1 > li a{
    color: white;
}
}
@media (max-width: 1199px) {
  html, body {
    max-width: 100%;
    overflow-x: hidden;
  }


  /* 헤더 스타일 */
  .header {
    background-color: #fff;
    position: fixed;
  }

  .header_container {
    width: 80%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* PC 메뉴 숨김 */
  .menu_web {
    display: none;
  }

  /* 로고 교체 */
  /* .logo {
    display: none !important;
  }
 */
  .logo2 {
    width: 200px;
    display: block;
  }

  /* 햄버거 버튼 보이기 */
  .btn_ham {
    display: block;
  }

  /* 모바일 메뉴 */
  .menu_mo {
    display: block;
    position: absolute;
    top: 100%;
    left: 100%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: all 0.8s;
    z-index: 90;
    padding: 20px;
    box-sizing: border-box;
  }

  .menu_mo.active {
    left: 0;
  }

  /* 메뉴 리스트 */
  .depth_1_mo {
    width: 80%;
    margin: 20px auto 0;
    list-style: none;
  }
  

  .depth_1_mo li {
    margin-bottom: 20px;
    cursor: pointer;
  }

  .depth_1_mo_btn {
    width: 100%;
    font-size: 2em;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    color: #000;
  }
  .depth_1_mo_btn .border {
      width: 80%;
      height: 1px;
      background-color: #d4d4d4;
      padding: 0 20px;
  }

  .depth_1_mo_btn img {
    width: 15px;
    transition: all 0.5s;
  }

  .depth_1_mo li.open .depth_1_mo_btn img {
    transform: rotate(-180deg);
  }

  .depth_2_mo {
      margin: 0;
      padding: 0 0 0 30px; /* 왼쪽 들여쓰기만 */
      overflow: hidden; /* 애니메이션 부드럽게 */
      display: none;
  }

  .depth_2_mo li {
    color: #777;
    line-height: 1.5;
    font-size: 1.6rem;
    margin-top: 10px;
  }

  .depth_2_mo li:hover {
    color: var(--primary-700);
  }
}

@media (max-width: 768px) {
  .logo img {
    width: 160px;
  }
}

section:last-of-type {
margin-bottom: 6rem;
}

.header .menu_web{display: flex;/* gap: 20px; */width: 100%;}
.header .lang {position:relative;/* float:left; */margin:0 0 0 3rem;}
.header .lang > a {display:block;position:relative;text-transform:uppercase;font-weight:600;padding:0 3rem 0 0;font-size:1.6rem;color: #fff;}
.header.scrolled .lang > a {
  color: #333;
}
.header .lang > a::before {content:'';position:absolute;left:auto;right:0;top: 0rem;width:2rem;height:2rem;border-radius:50%;background: #fff;z-index:10;}
.header .lang > a::after {content:'';position:absolute;right:0.7rem;top: 0.5rem;width:0.5rem;height:0.5rem;border-right: 2px solid #333;border-bottom: 2px solid #333;z-index:20;transform:rotate(45deg);}
.header .lang div { display:none; position:absolute; left:0; top:3.5rem; width:100%; background:#fff; border-radius:1rem; border:1px solid #ddd; overflow:hidden; z-index:300; }
.header .lang div a { display:block; text-align:center; padding:1rem; border-top:1px dashed #eee; font-size:1.5rem; }
.header .lang div a:hover {background:#f6f6f6; }
.header .lang div a:first-of-type {border-top:0;}
.header .lang > div {display: none;}
/*헤더 호버 시 lang 버튼 색상 반전*/
.header:hover .lang > a { color: #333; }
.header:hover .lang > a::before { background: #333; }
.header:hover .lang > a::after { border-right-color: #fff; border-bottom-color: #fff; }
.header .ham_wrap{display: flex;gap: 50px;}
@media(max-width:1199px){
  .header .lang > a { color: #333; }
.header .lang > a::before { background: #333; }
.header .lang > a::after { border-right-color: #fff; border-bottom-color: #fff; }
.header .menu_web{display: none;}
}
@media(max-width:580px){
  .header .lang{display: none;}
}



.header .ham_wrap{display: flex;gap: 50px;}


/* =========================
   Footer
========================= */
footer {
  width: 100%;
  padding: 42px 0 24px;
  background-color: #222;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

footer section {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto !important;
  padding: 0 !important;
}

footer .wrap {
  width: 100%;
}

/* 상단 전체 */
footer .footer_inner {
  display: flex;
  align-items: center;
  gap: 12rem;
}

/* 로고 */
footer .Flogo {
  flex: 0 0 260px;
  margin: 0;
}

footer .Flogo img {
  max-height: 50px;
  width: auto;
  display: block;
}

/* 주소 + 연락처 묶음 */
footer .footer_info {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}

/* 주소 / 메일 */
footer .footer_address {
  flex: 1;
  color: #d8d8d8;
  font-size: 1.5rem;
  line-height: 1.65;
}

footer .footer_address p {
  margin: 0;
}

/* Tel / FAX */
footer .footer_contact {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.4rem;

  color: #d8d8d8;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.45;
  white-space: nowrap;
}

footer .footer_contact p {
  margin: 0;
}

/* 카피라이트 */
footer .footer_bottom {
  margin-top: 26px;
  text-align: center;
  color: #999;
  font-size: 1.3rem;
  line-height: 1.4;
}

footer .footer_bottom p {
  margin: 0;
}


/* =========================
   1200px 이하
   Tel / FAX 세로 전환
========================= */
@media (max-width: 1200px) {
  footer .footer_inner {
    gap: 4rem;
  }

  footer .Flogo {
    flex: 0 0 230px;
  }

  footer .footer_info {
    gap: 3rem;
  }

  footer .footer_contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    font-size: 1.7rem;
  }
}


/* =========================
   1024px 이하
   정보 영역 세로 정렬
========================= */
@media (max-width: 1024px) {
  .section.fp-auto-height {
    height: auto !important;
    padding-bottom: 0 !important;
  }

  footer {
    padding: 40px 0 24px;
  }

  footer .footer_inner {
    align-items: flex-start;
    gap: 3rem;
  }

  footer .Flogo {
    flex: 0 0 210px;
  }

  footer .footer_info {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }

  footer .footer_contact {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.6rem;
    font-size: 1.6rem;
  }

  footer .footer_bottom {
    margin-top: 24px;
  }
}


/* =========================
   768px 이하
   전체 세로 정렬
========================= */
@media (max-width: 768px) {
  footer {
    padding: 36px 0 22px;
  }

  footer section {
    width: 90%;
  }

  footer .footer_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.2rem;
  }

  footer .Flogo {
    flex: none;
  }

  footer .Flogo img {
    max-height: 42px;
  }

  footer .footer_info {
    width: 100%;
    gap: 1.5rem;
  }

  footer .footer_address {
    font-size: 1.4rem;
    line-height: 1.75;
  }

  footer .footer_contact {
    width: 100%;
    font-size: 1.5rem;
    gap: 1.4rem;
  }

  footer .footer_bottom {
    margin-top: 24px;
    font-size: 1.2rem;
    line-height: 1.4;
    word-break: keep-all;
  }
}


/* =========================
   480px 이하
========================= */
@media (max-width: 480px) {
  footer .footer_contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }

  footer .footer_address {
    word-break: keep-all;
  }
}