/*
 * Photogenic by FreeHTML5.co
 * URL: https://freehtml5.co
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

/* 최상위 요소에 overflow-x 제어 추가 */
html, body {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

@font-face {
  font-family: "Gotham-Narrow-Book";
  src: url(../fonts/gotham-narrow-book.otf);
}
@font-face {
  font-family: "Gotham-Narrow-Black";
  src: url(../fonts/gotham-narrow-black.otf);
}
@font-face {
  font-family: "Gotham-Narrow-Light";
  src: url(../fonts/gotham-narrow-light.otf);
}
@font-face {
  font-family: "Larsseit";
  src: url(../fonts/Larsseit.ttf);
}
@font-face {
  font-family: "Larsseit-Bold";
  src: url(../fonts/Larsseit-Bold.ttf);
}
@font-face {
  font-family: "Larsseit-Light";
  src: url(../fonts/Larsseit-Light.ttf);
}
@font-face {
  font-family: "Larsseit-Medium";
  src: url(../fonts/Larsseit-Medium.ttf);
}
@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url(../fonts/Gilroy-ExtraBold.otf);
}
@font-face {
  font-family: "Gilroy-Light";
  src: url(../fonts/Gilroy-Light.otf);
}
@font-face {
  font-family: "segoeui";
  src: url(../fonts/segoeui.ttf);
}
@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
  }
}
body {
  font-family: "Larsseit";
  color: #aeafb9;
}

.container-fluid {
  padding: 100px 0;
}

h2::before, h2::after, .fh5co-about-us .owl-carousel1 .owl-dots .active span, .read-more, .fh5co-news .owl-carousel2 .owl-dots .active span, .form-box h4::after, .form-box button {
  background-image: -moz-linear-gradient(0deg, #1270e4 0%, #58c0ff 100%);
  background-image: -webkit-linear-gradient(0deg, #1270e4 0%, #58c0ff 100%);
  background-image: -ms-linear-gradient(0deg, #1270e4 0%, #58c0ff 100%);
}

nav.fixed-top {
  padding-top: 0;
}

.header .fixed-top {
  position: absolute;
}
.header .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.341);
}
.header .container p.follow {
  color: #ffffff;
  font-family: 'NPSfontBold';;
  margin-bottom: 10px;
}
.header .home-bg {
  min-height: initial;
  max-height: initial;
}
.header .carousel-caption {
  bottom: 0;
  top: 383px;
}
.header .frst-hrd {
  font-family: 'NPSfontBold';
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  max-width: 352px;
  margin: 0 auto;
  padding: 5px;
  font-size: 24px;
  color: #1a1a1a;
  margin-bottom: 10px; /* 추가된 부분 - 문구 사이 간격 */
}
.header h5 {
  font-size: 70px;
  font-family: 'NPSfontBold';;
  text-transform: uppercase;
  max-width: 600px;
  margin: 10px auto;
  text-align: center;
}
.header h5 + p {
  font-family: 'NPSfontBold';;
  font-size: 20px;
  color: #ffffff;
}
.header ul.carousel-indicators {
  bottom: 280px;
  position: absolute;
  z-index: 55;
}
.header ul.carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.349);
  display: inline-block;
  list-style-type: none;
  width: 12px;
  height: 7px;
  border-radius: 10px;
  margin: 0 3px;
  cursor: pointer;
}
.header ul.carousel-indicators li.active {
  width: 35px;
  background: #ffffff;
}
@media (max-width: 1199px) {
  .header ul.carousel-indicators {
    bottom: 200px;
  }
}
@media (max-width: 738px) {
  .header ul.carousel-indicators {
    bottom: 110px;
  }
}
@media (max-width: 1199px) {
  .header .carousel-caption {
    top: 200px;
  }
}
@media (max-width: 991px) {
  .header h5 {
    font-size: 50px;
  }
  .header .carousel-caption {
    top: 200px;
  }
}
@media (max-width: 767px) {
  .header h5 {
    font-size: 36px;
    max-width: 300px;
  }
  .header h5 + p {
    font-size: 16px;
  }
  .header .carousel-caption {
    top: 250px;
  }
  .header .carousel-caption ul {
    margin-top: 20px;
  }
}

/*네비바 상단 고정*/
.navbar.fixed-top {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(43, 43, 43, 0.3); /* 배경색 추가 (선택사항) */
  transition: 0.3s; /* 부드러운 전환 효과 */
}


@media (max-width: 768px) {
  .navbar {
    background: rgba(43, 43, 43, 0.952);
    font-weight: 700;
    width: 100%;
    max-width: 100vw;
  }
  
  /* 토글 버튼 위치 조정 추가 */
  .navbar-toggler {
    margin-right: 0;
    position: relative;
    right: 15px;
  }

  /* 모바일에서 불필요한 마진/패딩 제거 */
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  
  /* 모든 섹션의 좌우 패딩 통일 */
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}


/* 스크롤시 로고와 메뉴 항목들이 더 잘 보이도록 padding 조정 */
.navbar.fixed-top .navbar-nav {
  padding: 0px 0;
}
/*네비바 상단 고정 여기까지*/

.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
  display: block;
  position: relative;
}

.change .bar1 {
  -webkit-transform: rotate(-42deg) translate(-2px, 6px);
  transform: rotate(-42deg) translate(-2px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(46deg) translate(-4px, -8px);
  transform: rotate(46deg) translate(-4px, -8px);
}

.scroll-button {
  text-align: center;
}
.scroll-button p {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -50px;
  color: #fff;
  font-size: 16px;
  font-family: 'NPSfontBold';
}
.scroll-button a {
  background: #abd0fd;
  border-radius: 50%;
  display: block;
  width: 82px;
  height: 82px;
  box-shadow: 0px 11px 10px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
  padding-top: 30px;
  margin: 0 auto;
  margin-top: -45px;
  z-index: 55;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}

.social-links {
  width: 430px;
}
.social-links li {
  border: 1px solid #ffffff;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;
  margin: 0 3px;
}
.social-links li a {
  color: #ffffff;
  padding: 5px;
}
@media (max-width: 1199px) {
  .social-links {
    float: left !important;
    display: block;
  }
  .social-links li {
    float: left;
  }
}

/* 메뉴 자체 넓이 및 간격 */
.menu-links {
  width: 460px; /* 560px에서 460px로 조정 */
  margin-left: auto; /* 추가: 오른쪽 정렬을 위해 */
  padding-right: 50px; /* 추가: 오른쪽 여백 */
}
.menu-links li {
  margin: 0px;
}
.menu-links li a {
  color: #ffffff;
  font-family: 'NPSfontBold';
  padding: 40px 27px !important; /* 20px에서 15px로 조정 */
  border-top: 5px solid transparent;
  white-space: nowrap; /* 텍스트가 한 줄로 유지되도록 설정 */
}
@media (max-width: 1199px) {
  .menu-links {
    float: left !important;
    margin-top: 20px;
    margin-left: 0; /* 추가: 모바일에서는 왼쪽 정렬 */
    padding-right: 0; /* 추가: 모바일에서는 패딩 제거 */
  }
  .menu-links li a {
    padding: 10px 15px !important;
  }
}

.mobile-logo {
  display: none;
}
@media (max-width: 1199px) {
  .mobile-logo {
    display: block;
    margin: 20px 0;
  }
}

@media (max-width: 1199px) {
  .logo-desktop {
    display: none;
  }
}

h2 {
  font-family: 'NPSfontBold';
  font-size: 33px;
  color: #1e1f29;
}
h2::before {
  position: absolute;
  content: "";
  width: 118px;
  height: 2px;
  margin-top: 18px;
  margin-left: -140px;
}
h2::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  margin-top: 20px;
  margin-left: 10px;
}

p {
  font-family: 'NPSfontBold';
  color: #aeafb9;
  font-size: 14.583px;
  line-height: 1.143;
}

.fh5co-about-us {
  padding: 50px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.fh5co-about-us h2 {
  margin-left: 20px;
}
.fh5co-about-us p {
  margin: 20px 0;
}
.fh5co-about-us .owl-carousel1 {
  margin-left: 40px;
  margin-top: -80px;
  width: 480px;
}
.fh5co-about-us .owl-carousel1 img {
  border-radius: 10px;
}
.fh5co-about-us .owl-carousel1 .owl-nav {
  display: none;
}
.fh5co-about-us .owl-carousel1 .owl-dots {
  text-align: left;
  margin-left: 30px;
  margin-top: -60px;
}
.fh5co-about-us .owl-carousel1 .owl-dots span {
  position: relative;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: block;
  background: #ffffff;
  margin: 0 5px;
}

.fh5co-about-us .owl-carousel1 .owl-dots .active {
  box-shadow: none;
}
.fh5co-about-us .owl-carousel1 .owl-dots .active span {
  box-shadow: none;
  margin-bottom: -1px;
}


/*.carousel-code {
  position: fixed;
  top: 0;
  left: 0;
  background-image: url('https://jgrace.co.kr/cuotomer/helpme/pilot.png');
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}*/

.onecode {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: fadeIn 0.5s ease-in forwards;
}

.onecode img {
  max-width: 100%;
  height: auto;
  will-change: transform; /* GPU 가속 활성화 */
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 1199px) {
  .fh5co-about-us .owl-carousel1 {
    width: 350px;
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .fh5co-about-us .col-lg-4 {
    margin-bottom: 100px;
  }
  .fh5co-about-us .owl-carousel1 {
    margin-top: -70px;
  }
}
@media (max-width: 450px) {
  .fh5co-about-us .owl-carousel1 {
    width: 100%;
    margin: 0;
    padding: 30px;
    margin-top: -100px;
  }
}

.about-us-content {
  box-shadow: 0px 34px 57px 0px rgba(0, 0, 0, 0.04);
  background: #ffffff;
  position: relative; /* absolute에서 relative로 변경 */
  padding: 30px 50px;
  margin: 20px 0; /* 마진 추가 */
  border-radius: 15px; /* 모서리 둥글게 */
}

a {
  text-decoration: none !important;
}

.read-more {
  color: #fff !important;
  font-family: 'NPSfontBold';
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 20px;
  display: inline-block;
}
.read-more:hover {
  box-shadow: 0px 2px 5px #cccccc;
  transition: all 0.3s;
}

.back-bg {
  position: absolute;
  min-height: 600px;
}
@media (max-width: 1199px) {
  .back-bg {
    height: 100%;
    min-height: 400px;
    margin-bottom: 100px;
  }
}
@media (max-width: 450px) {
  .back-bg {
    width: 100%;
    min-height: 320px;
    margin-left: -30px;
  }
}

.fh5co-portfolio {
  padding-bottom: 0;
}
.fh5co-portfolio h3 {
  font-family: 'NPSfontBold';
  color: #1e1f29;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 20px 0;
}
.fh5co-portfolio p {
  max-width: 512px;
  margin-top: 20px;
}

.portfolio-tab {
  background-color: #ffffff;
  box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.04);
}
.portfolio-tab ul {
  margin-bottom: 30px;
}
.portfolio-tab ul li {
  list-style-type: none;
  display: inline-block;
}
.portfolio-tab ul li a {
  color: #aeafb9;
  padding: 15px 5px;
  font-size: 13px;
  display: block;
}
.portfolio-tab ul li a.active {
  background-image: linear-gradient(to bottom, rgba(18, 112, 228, 0.071), rgba(18, 112, 228, 0.071), transparent);
  background-image: -moz-linear-gradient(to bottom, rgba(18, 112, 228, 0.071), rgba(18, 112, 228, 0.071), transparent);
  background-image: -webkit-linear-gradient(to bottom, rgba(18, 112, 228, 0.071), rgba(18, 112, 228, 0.071), transparent);
  background-image: -ms-linear-gradient(to bottom, rgba(18, 112, 228, 0.071), rgba(18, 112, 228, 0.071), transparent);
  border-top: 5px solid #1270e4;
  color: #1270e4;
}

.portfolioFilter {
  padding: 15px 0 5px 0;
  width: 100%;
}

.portfolioContainer {
  border-radius: 3px;
  width: 100%;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.gallary {
  width: 25%;
  padding: 7px;
}
.gallary img {
  width: 100%;
  height: 600px;
}
.gallary img.half-height {
  height: 293px;
}
.gallary .card-img-overlay {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: none;
}
.gallary:hover .card-img-overlay {
  display: block;
}
@media (max-width: 991px) {
  .gallary {
    width: 50%;
  }
  .gallary img {
    height: auto;
  }
  .gallary img.half-height {
    height: auto;
  }
}
@media (max-width: 450px) {
  .gallary {
    width: 100%;
  }
}

.center-img {
  width: 50%;
}
@media (max-width: 450px) {
  .center-img {
    width: 100%;
  }
}

.top-buttons .img-icon {
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.23);
  width: 42px;
  height: 42px;
  display: block;
  text-align: center;
  float: left;
  margin-right: 10px;
}
.top-buttons .img-icon img {
  height: auto;
  max-width: 20px;
  margin-top: 12px;
}
.top-buttons .txt {
  top: 8px;
  position: relative;
}
.top-buttons a {
  color: #fff;
  float: left;
}
.top-buttons a:nth-child(2) {
  float: right;
}

.bottom-buttons {
  position: absolute;
  bottom: 20px;
  display: block !important;
  left: 20px;
  right: 20px;
}
.bottom-buttons a {
  font-size: 14.583px;
  font-family: 'NPSfontBold';
  background: #ffffff;
  display: block;
  padding: 8px 20px 20px 20px;
  border-radius: 30px;
  height: 50px;
}
.bottom-buttons a .txt {
  background: -webkit-linear-gradient(left, #1270e4, #58c0ff);
  background: -ms-linear-gradient(left, #1270e4, #58c0ff);
  background: -moz-linear-gradient(left, #1270e4, #58c0ff);
  background: -o-linear-gradient(left, #1270e4, #58c0ff);
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
}
.bottom-buttons .img-icon {
  box-shadow: none;
  background: transparent;
  height: auto;
  width: auto;
}

.indicators {
  margin: 50px auto;
}
.indicators li {
  display: inline-block;
  list-style-type: none;
  margin: 0 4px;
}
.indicators li a {
  border-radius: 50%;
  background-color: #ebebeb;
  width: 16px;
  height: 16px;
  display: block;
}
.indicators li a.active {
  border-width: 0.8px;
  border: 1px solid #1270e4;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.indicators li a.active::after {
  position: absolute;
  content: "";
  background-image: -moz-linear-gradient(-11deg, #1270e4 0%, #58c0ff 100%);
  background-image: -webkit-linear-gradient(-11deg, #1270e4 0%, #58c0ff 100%);
  background-image: -ms-linear-gradient(-11deg, #1270e4 0%, #58c0ff 100%);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-top: 4px;
  margin-left: 4px;
}

.card {
  border: none;
}

.fh5co-news {
  background: #fdfdfd;
  padding-top: 50px;
  padding-bottom: 0;
}
.fh5co-news .row {
  padding: 0 80px;
}
@media (max-width: 767px) {
  .fh5co-news .row {
    padding: 0;
  }
}
.fh5co-news h2 {
  text-align: center;
  margin-bottom: 50px;
}
.fh5co-news h5 {
  font-family: 'NPSfontBold';
  color: #1e1f29;
  font-size: 21px;
}
.fh5co-news p {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 20px;
}
.fh5co-news .card {
  box-shadow: 0px 8px 29px 0px rgba(23, 23, 23, 0.03);
}
.fh5co-news .card-body {
  padding: 30px 40px !important;
}
.fh5co-news .owl-nav {
  display: none;
}
.fh5co-news .owl-carousel2 .owl-dots {
  text-align: center;
  margin: 20px auto;
  display: block;
}
.fh5co-news .owl-carousel2 .owl-dots button {
  outline: none !important;
}
.fh5co-news .owl-carousel2 .owl-dots span {
  position: relative;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: block;
  background: #ebebeb;
  margin: 0 5px;
}
.fh5co-news .owl-carousel2 .owl-dots .active {
  box-shadow: none;
}
.fh5co-news .owl-carousel2 .owl-dots .active span {
  box-shadow: none;
  margin-bottom: -1px;
}
.fh5co-news .owl-carousel2 .owl-item {
  margin-bottom: 20px;
}
.fh5co-news .owl-carousel2 .owl-nav {
  display: block !important;
  position: absolute;
  top: 25%;
  width: 100%;
}
.fh5co-news .owl-carousel2 .owl-prev,
.fh5co-news .owl-carousel2 .owl-next {
  font-size: 50px !important;
  color: #666666;
  position: absolute;
  outline: none;
  background: #f4f5f6 !important;
  border-radius: 50%;
  height: 68px;
  width: 68px;
}
.fh5co-news .owl-carousel2 .owl-prev span,
.fh5co-news .owl-carousel2 .owl-next span {
  position: relative;
  top: -7px;
}
.fh5co-news .owl-carousel2 .owl-prev:hover,
.fh5co-news .owl-carousel2 .owl-next:hover {
  color: #1270e4;
  background: #ffffff !important;
  box-shadow: 0px 11px 10px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 767px) {
  .fh5co-news .owl-carousel2 .owl-prev,
  .fh5co-news .owl-carousel2 .owl-next {
    display: none !important;
  }
}
.fh5co-news .owl-carousel2 .owl-prev {
  left: -100px;
}
.fh5co-news .owl-carousel2 .owl-next {
  right: -100px;
}

footer.fh5co-footer h2 {
  margin-top: 80px;
}
footer.fh5co-footer .light {
  font-family: 'NPSfontBold';
  font-size: 18px;
}
footer.fh5co-footer p {
  margin: 20px 0;
}
footer.fh5co-footer p span {
  margin-right: 10px;
}
footer.fh5co-footer p span.phone {
  top: -2px;
  position: relative;
}
footer.fh5co-footer p b {
  color: #1e1f29;
  font-family: 'NPSfontBold';
  font-weight: 700;
  font-size: 16px;
}
footer.fh5co-footer h3 {
  font-family: 'NPSfontBold';
  font-size: 33px;
  color: #1e1f29;
  text-transform: uppercase;
}
footer.fh5co-footer .social-links {
  display: inline-block !important;
  margin-top: 20px;
}
footer.fh5co-footer .social-links li {
  border-color: #1e1f29;
  float: left;
}
footer.fh5co-footer .social-links li a {
  color: #1e1f29;
}
@media (max-width: 991px) {
  footer.fh5co-footer .col-lg-5 {
    text-align: center;
    margin-bottom: 50px;
  }
  footer.fh5co-footer .social-links {
    display: inline-block !important;
    margin-top: 20px;
    float: none !important;
    width: auto;
  }
}

.form-box {
  border-radius: 3px;
  background-color: white;
  box-shadow: 0px 29px 57px 0px rgba(22, 20, 24, 0.06);
  padding: 50px;
}
.form-box h4 {
  font-family: 'NPSfontBold';
  font-size: 33px;
  color: #1e1f29;
  text-transform: uppercase;
}
.form-box h4::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  margin-top: 20px;
  margin-left: 10px;
}
.form-box p {
  font-size: 18px;
}
.form-box hr {
  border: none;
  border-top: 1px solid #f7f7f7;
}
.form-box input[type="text"],
.form-box input[type="email"],
.form-box textarea,
.modern-input,
.modern-textarea {
  border: 2px solid #eee;
  background-color: #e3f1ff !important; /* 모든 입력창 배경색 통일 */
  padding: 15px 20px;
  border-radius: 15px;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 100%;
}

.form-box input[type="text"]:focus,
.form-box input[type="email"]:focus,
.form-box textarea:focus,
.modern-input:focus,
.modern-textarea:focus {
  border-color: #1270e4 !important;
  box-shadow: 0 0 0 3px rgba(18,112,228,0.1) !important;
  outline: none !important;
}
.form-box button {
  color: #fff;
  font-size: 14px;
  font-family: 'NPSfontBold';
  padding: 13px 35px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}
@media (max-width: 550px) {
  .form-box {
    padding: 20px;
  }
}

.copy {
  text-align: center;
  background: #f7f7f7;
  padding: 40px 0;
  display: block;
  font-family: 'NPSfontBold';
}

.parallax-window {
  min-height: 1027px;
  position: relative;
  z-index: 55;
  top: 0;
  left: 0;
  right: 0;
  min-height: 1027px;
}

.carousel-item {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.carousel-item img.home-bg {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 60% center; /* 오른쪽으로 20% 이동 (50% + 10%) */


  /* Owl Carousel 네비게이션 스타일 */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
}

.owl-prev,
.owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.owl-prev {
    left: 20px;
}

.owl-next {
    right: 20px;
}

.owl-prev i,
.owl-next i {
    color: #333;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-prev:hover,
.owl-next:hover {
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Owl Carousel 컨테이너 스타일 */
#fh5co-hero-carousel {
    overflow: hidden;
    position: relative;
}

#fh5co-hero-carousel .owl-stage-outer {
    overflow: hidden;
}
}

    /*섹션 1*/

    .fh5co-greeting {
      padding: 120px 0;
      background: linear-gradient(145deg, #f8f9fa 0%, #ffffff 100%);
      overflow: hidden;
  }
  
    /*섹션 2*/
  
  .greeting-image .image-box {
      width: 30%;
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 15px 30px rgba(0,0,0,0.1);
      transition: all 0.3s ease;
  }
  
  .greeting-image .image-box:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  }
  
  .greeting-image img {
      width: 100%;
      height: auto;
      border-radius: 20px;
  }
  
  .greeting-content {
      padding-left: 30px;
  }
  
  .greeting-content .greeting-subtitle {
      display: inline-block;
      font-family: 'NPSfontBold';
      font-size: 18px;
      color: #1270e4;
      margin-bottom: 15px;
      position: relative;
      padding-left: 50px;
  }
  
  .greeting-content .greeting-subtitle:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 40px;
      height: 2px;
      background: #1270e4;
      transform: translateY(-50%);
  }
  
  .greeting-content h2 {
      font-size: 42px;
      margin-bottom: 10px;
      color: #1e1f29;
  }
  
  .greeting-content h2:before,
  .greeting-content h2:after {
      display: none;
  }
  
  .greeting-content h3 {
    font-family: 'NPSfontBold';
      font-size: 28px;
      color: #1e1f29;
      margin-bottom: 30px;
      line-height: 1.4;
  }
  
  .greeting-text {
      font: 1.3rem; 
      font-family: 'NPSfontBold';
      position: relative;
      padding: 30px;
      background: white;
      border-radius: 15px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  }
  
  .greeting-text p {
      color: #666;
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 20px;
  }
  
  .greeting-text .greeting-signature {
    font-family: 'NPSfontBold';
      color: #1e1f29;
      font-size: 18px;
      text-align: right;
      margin-top: 30px;
      margin-bottom: 0;
  }
  
  @media (max-width: 991px) {
      .greeting-content {
          padding-left: 0;
          margin-top: 40px;
      }
      
      .greeting-image {
          padding-right: 0;
      }
  }
  
  @media (max-width: 767px) {
      .greeting-content h2 {
          font-size: 32px;
      }
      
      .greeting-content h3 {
          font-size: 24px;
      }
      
      .greeting-text {
          padding: 20px;
      }
  }
      /*섹션 1* 여기까지*/



      .business-card {
          background: white;
          padding: 16px;
          border-radius: 15px;
          box-shadow: 0 5px 15px rgba(0,0,0,0.08);
          transition: all 0.3s ease;
          height: 100%;
          position: relative;
          overflow: hidden;
      }

      .business-card:hover {
          transform: translateY(-5px);
          box-shadow: 0 8px 25px rgba(0,0,0,0.1);
      }

      .business-card .number {
          color: #698efd;
          font-family: 'NPSfontBold';
          font-weight: bold;
          font-size: 0.9rem;
          display: block;
          margin-bottom: 8px;
      }

      .business-card p {
          color: #4c4c4c;
          font-family: 'NPSfontBold';
          font-size: 1.1rem;
          margin: 0;
          line-height: 1.5;
      }

      .row.g-4 {
          --bs-gutter-x: 1.5rem;
          --bs-gutter-y: 1.5rem;
          margin-right: calc(var(--bs-gutter-x) * -.5);
          margin-left: calc(var(--bs-gutter-x) * -.5);
      }

      .row.g-4 > * {
          padding-right: calc(var(--bs-gutter-x) * .5);
          padding-left: calc(var(--bs-gutter-x) * .5);
          margin-bottom: var(--bs-gutter-y);
      }

      @media (max-width: 768px) {
          .business-card {
              padding: 20px;
          }
          
          .business-card p {
              font-size: 1rem;
          }
      }



      /*섹션 3*/


      .process-flow {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap;
          gap: 20px;
      }

      .process-item {
          display: flex;
          align-items: center;
          gap: 20px;
      }

      .process-circle {
          width: 180px;
          height: 180px;
          border-radius: 50%;
          background: white;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          box-shadow: 0 5px 15px rgba(0,0,0,0.08);
          transition: all 0.3s ease;
          position: relative;
          border: 2px solid #e6e6e6;
      }

      .process-circle:hover {
          transform: translateY(-5px);
          box-shadow: 0 8px 25px rgba(0,0,0,0.1);
      }

      .process-circle.complete {
          background: linear-gradient(145deg, #1270e4 0%, #58c0ff 100%);
          border: none;
      }

      .process-circle.complete .number,
      .process-circle.complete p,
      .process-circle.complete small {
          color: white;
      }

      .process-circle .number {
          color: #1270e4;
          font-size: 1.5rem;
          font-weight: bold;
          margin-bottom: 5px;
          position: relative; /* 추가 */
          padding-bottom: 12px; /* 추가 */
      }

      .process-circle .number:after { /* 추가된 부분 */
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 30px;
          height: 2px;
          background: #698efd;
          margin-bottom: 5px;
      }

      /* 마지막 단계(파란 배경)에서는 흰색 선으로 변경 */
      .process-circle.complete .number:after {
          background: white;
      }

      .process-circle p {
          color: #4c4c4c;
          font-size: 1.1rem;
          margin: 0;
          text-align: center;
          font-family: 'NPSfontBold';
      }

      .process-circle small {
          color: #698efd;
          font-size: 0.9rem;
          margin-top: 5px;
          font-family: 'NPSfontBold';
      }

      .arrow {
          color: #1270e4;
          font-size: 1.5rem;
      }

      @media (max-width: 1200px) {
          .process-circle {
              width: 150px;
              height: 150px;
          }
          
          .arrow {
              font-size: 1.2rem;
          }
      }

      @media (max-width: 768px) {
          .process-flow {
              flex-direction: column;
          }

          .process-item {
              flex-direction: column;
          }

          .arrow {
              transform: rotate(90deg);
          }

          .process-circle {
              width: 140px;
              height: 140px;
          }

          .process-circle p {
              font-size: 1rem;
          }
      }



/* Footer1 */

#footer1 {
	color: #ffffff;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	background-color: #f5f5f5;
	color: #909498;
	cursor: default;
	position: relative;
	margin: 0 auto;
	/* width: calc(100% - 4rem);
	max-width: 72rem; */
	z-index: 2;
}

	#footer1 input, #footer select, #footer textarea {
		color: #717981;
	}

	#footer1 a {
		color: #717981;
		border-bottom-color: rgba(113, 121, 129, 0.5);
	}

		#footer1 a:hover {
			border-bottom-color: transparent;
			color: #18bfef !important;
		}

	#footer1 strong, #footer b {
		color: #717981;
	}

	#footer1 h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
		color: #717981;
	}

	#footer1 blockquote {
		border-left-color: #e2e2e2;
	}

	#footer1 code {
		background: rgba(220, 220, 220, 0.5);
		border-color: #e2e2e2;
	}

	#footer1 hr {
		border-bottom-color: #e2e2e2;
	}

	#footer1 .box {
		border-color: #e2e2e2;
	}

	#footer1 input[type="submit"],
	#footer1 input[type="reset"],
	#footer1 input[type="button"],
	#footer1 button,
	#footer1 .button {
		background-color: transparent;
		box-shadow: inset 0 0 0 2px #717981;
		color: #717981 !important;
	}

		#footer1 input[type="submit"]:hover,
		#footer1 input[type="reset"]:hover,
		#footer1 input[type="button"]:hover,
		#footer1 button:hover,
		#footer1 .button:hover {
			box-shadow: inset 0 0 0 2px #18bfef;
			color: #18bfef !important;
		}

		#footer1 input[type="submit"].primary,
		#footer1 input[type="reset"].primary,
		#footer1 input[type="button"].primary,
		#footer1 button.primary,
		#footer1 .button.primary {
			background-color: #717981;
			box-shadow: none;
			color: #f5f5f5 !important;
		}

			#footer1 input[type="submit"].primary:hover,
			#footer1 input[type="reset"].primary:hover,
			#footer1 input[type="button"].primary:hover,
			#footer1 button.primary:hover,
			#footer1 .button.primary:hover {
				background-color: #18bfef;
			}

	#footer1 label {
		color: #717981;
	}

	#footer1 input[type="text"],
	#footer1 input[type="password"],
	#footer1 input[type="email"],
	#footer1 select,
	#footer1 textarea {
		border-color: #e2e2e2;
	}

		#footer1 input[type="text"]:focus,
		#footer1 input[type="password"]:focus,
		#footer1 input[type="email"]:focus,
		#footer1 select:focus,
		#footer1 textarea:focus {
			border-color: #18bfef;
		}

	#footer1 select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23e2e2e2' /%3E%3C/svg%3E");
	}

		#footer1 select option {
			background-color: #f5f5f5;
			color: #717981;
		}

	#foote1r .select-wrapper:before {
		color: #e2e2e2;
	}

	#footer1 input[type="checkbox"] + label,
	#footer1 input[type="radio"] + label {
		color: #717981;
	}

		#footer1 input[type="checkbox"] + label:before,
		#footer1 input[type="radio"] + label:before {
			border-color: #e2e2e2;
		}

	#footer1 input[type="checkbox"]:checked + label:before,
	#footer1 input[type="radio"]:checked + label:before {
		background-color: #717981;
		border-color: #717981;
		color: #f5f5f5;
	}

	#footer1 input[type="checkbox"]:focus + label:before,
	#footer input[type="radio"]:focus + label:before {
		border-color: #18bfef;
	}

	#footer1 ::-webkit-input-placeholder {
		color: #b3b7bb !important;
	}

	#footer1 :-moz-placeholder {
		color: #b3b7bb !important;
	}

	#footer1 ::-moz-placeholder {
		color: #b3b7bb !important;
	}

	#footer1 :-ms-input-placeholder {
		color: #b3b7bb !important;
	}

	#footer1 .formerize-placeholder {
		color: #b3b7bb !important;
	}

	#footer1 ul.divided li {
		border-top-color: #e2e2e2;
	}

	#footer1 ul.icons li a.icon:hover:before {
		color: #18bfef;
	}

	#footer1 ul.icons.alt li .icon:before {
		box-shadow: inset 0 0 0 2px #e2e2e2;
	}

	#footer1 ul.icons.alt li a.icon:hover:before {
		box-shadow: inset 0 0 0 2px #18bfef;
	}

	#footer1 header.major .date:before, #footer header.major .date:after {
		border-top-color: #e2e2e2;
	}

	#footer1 table tbody tr {
		border-color: #e2e2e2;
	}

		#footer1 table tbody tr:nth-child(2n + 1) {
			background-color: rgba(220, 220, 220, 0.5);
		}

	#footer1 table th {
		color: #717981;
	}

	#footer1 table thead {
		border-bottom-color: #e2e2e2;
	}

	#footer1 table tfoot {
		border-top-color: #e2e2e2;
	}

	#footer1 table.alt tbody tr td {
		border-color: #e2e2e2;
	}

	#footer1 .pagination a, #footer .pagination span {
		border-color: #e2e2e2;
	}

	#footer1 .pagination a {
		color: #717981 !important;
	}

		#footer1 .pagination a:hover {
			color: #18bfef !important;
			border-color: #18bfef;
			z-index: 1;
		}

			#footer1 .pagination a:hover + a,
			#footer .pagination a:hover + span {
				border-left-color: #18bfef;
			}

		#footer1 .pagination a.active {
			background-color: #e2e2e2;
		}

	#footer1 .pagination span {
		color: #e2e2e2;
	}

	#footer1 > section {
		-moz-flex-basis: 50%;
		-webkit-flex-basis: 50%;
		-ms-flex-basis: 50%;
		flex-basis: 50%;
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		padding: 4rem 4rem 2rem 4rem ;
		border-left: solid 2px #e2e2e2;
	}

		#footer1 > section:first-child {
			border-left: 0;
		}

		#footer1 > section.split {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			padding: 0;
		}

			#footer1 > section.split > section {
				padding: 3rem 4rem 1rem 4rem ;
				border-top: solid 2px #e2e2e2;
			}

				#footer1 > section.split > section:first-child {
					padding: 5rem 4rem 1rem 4rem ;
					border-top: 0;
				}

				#footer1 > section.split > section:last-child {
					padding: 3rem 4rem 3rem 4rem ;
				}

			#footer1 > section.split.contact > section {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				padding: 3.15rem 4rem;
			}

				#footer1 > section.split.contact > section > * {
					margin-bottom: 0;
				}

				#footer1 > section.split.contact > section > :first-child {
					-moz-flex-shrink: 0;
					-webkit-flex-shrink: 0;
					-ms-flex-shrink: 0;
					flex-shrink: 0;
					-moz-flex-grow: 0;
					-webkit-flex-grow: 0;
					-ms-flex-grow: 0;
					flex-grow: 0;
					width: 6rem;
				}

				#footer1 > section.split.contact > section > :last-child {
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
				}

				#footer1 > section.split.contact > section:first-child {
					padding: 4rem 4rem 3rem 4rem;
				}

				#footer1 > section.split.contact > section:last-child {
					padding: 3rem 4rem 4rem 4rem;
				}

				#footer1 > section.split.contact > section.alt {
					-moz-align-items: -moz-flex-start;
					-webkit-align-items: -webkit-flex-start;
					-ms-align-items: -ms-flex-start;
					align-items: flex-start;
				}

					#footer1 > section.split.contact > section.alt > :last-child {
						margin-top: -0.325rem;
					}

	#footer1 form label,
	#footer1 h3,
	#footer1 p {
		font-size: 0.8rem;
	}

	@media screen and (max-width: 980px) {

		#footer1 {
			display: block;
		}

			#footer1 > section {
				border-top: solid 2px #e2e2e2;
			}

				#footer1 > section:first-child {
					border-top: 0;
				}

				#footer1 > section.split > section {
					padding: 4rem 4rem 2rem 4rem ;
				}

					#footer1 > section.split > section:first-child {
						padding: 4rem 4rem 2rem 4rem ;
					}

					#footer1 > section.split > section:last-child {
						padding: 4rem 4rem 2rem 4rem ;
					}

				#footer1 > section.split.contact > section {
					padding: 4rem;
				}

					#footer1 > section.split.contact > section:first-child {
						padding: 4rem;
					}

					#footer1 > section.split.contact > section:last-child {
						padding: 4rem;
					}

			#footer form label,
			#footer h3,
			#footer p {
				font-size: 0.9rem;
			}

	}

	@media screen and (max-width: 736px) {

		#footer1 > section {
			padding: 2rem 2rem 0.1rem 2rem ;
		}

			#footer1 > section.split > section {
				padding: 2rem 2rem 0.1rem 2rem ;
			}

				#footer1 > section.split > section:first-child {
					padding: 2rem 2rem 0.1rem 2rem ;
				}

				#footer1 > section.split > section:last-child {
					padding: 2rem 2rem 0.1rem 2rem ;
				}

			#footer1 > section.split.contact > section {
				padding: 2rem;
			}

				#foote1r > section.split.contact > section:first-child {
					padding: 2rem;
				}

				#footer1 > section.split.contact > section:last-child {
					padding: 2rem;
				}

	}

	@media screen and (max-width: 479px) {

		#footer1 {
			width: 100%;
		}
		#footer1 > section {
			padding: 2rem 2rem 0.1rem 2rem ;
		}

			#footer1 > section.split > section {
				padding: 2rem 2rem 0.1rem 2rem ;
			}

				#footer1 > section.split > section:first-child {
					padding: 2rem 2rem 0.1rem 2rem ;
				}

				#footer1 > section.split > section:last-child {
					padding: 2rem 2rem 0.1rem 2rem ;
				}

			#footer1 > section.split.contact > section {
				padding: 2rem;
			}

				#footer1 > section.split.contact > section:first-child {
					padding: 2rem;
				}

				#footer1 > section.split.contact > section:last-child {
					padding: 2rem;
				}
	}



  /* Modern Form Styles */
.form-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.modern-form {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.modern-form h2 {
  color: #1270e4;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}

.form-description {
  text-align: center;
  color: #666;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.0rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.modern-input, .modern-textarea {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #eee;
  border-radius: 15px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #e3f1ff;
}

.modern-input:focus, .modern-textarea:focus {
  border-color: #1270e4;
  box-shadow: 0 0 0 3px rgba(18,112,228,0.1);
  outline: none;
}

.modern-textarea {
  min-height: 150px;
  resize: vertical;
}

.submit-btn {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(145deg, #1270e4, #58c0ff);
  color: white;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(18,112,228,0.2);
}

.success-message {
  text-align: center;
  padding: 40px 20px;
}

.success-message i {
  font-size: 4rem;
  color: #28a745;
  margin-bottom: 1rem;
}

.success-message h2 {
  color: #28a745;
  margin-bottom: 0.5rem;
}

.success-message p {
  color: #666;
  font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .modern-form {
      padding: 30px 20px;
  }

  .modern-form h2 {
      font-size: 1.5rem;
  }

  .form-description {
      font-size: 1rem;
  }

  .modern-input, .modern-textarea {
      padding: 12px 15px;
  }

  .submit-btn {
      padding: 12px;
      font-size: 1rem;
  }
}


/* Privacy Agreement Styles */
.privacy-agreement {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 10px;
  margin: 20px 0;
}

.agreement-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
}

.agreement-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.agreement-text {
  color: #4a4a4a;
  font-size: 0.95rem;
}

.privacy-details-btn {
  background: none;
  border: none;
  color: #1270e4;
  text-decoration: underline;
  font-size: 0.85rem;
  padding: 5px;
  margin-top: 8px;
  cursor: pointer;
}

.privacy-details-btn:hover {
  color: #58c0ff;
}


/* Modal Styles */
.modal-content {
  border-radius: 15px;
  border: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.modal-header {
  background: linear-gradient(145deg, #1270e4, #58c0ff);
  color: white;
  border-radius: 15px 15px 0 0;
  padding: 20px;
}

.modal-title {
  font-family: 'NPSfontBold';
  font-weight: bold;
}

.modal-header .close {
  color: white;
  opacity: 1;
}

.modal-body {
  padding: 0;
  background: #f8f9fa;
}

.modal-footer {
  border-top: none;
  padding: 15px;
}

.modal-footer .btn-secondary {
  background: linear-gradient(145deg, #1270e4, #58c0ff);
  border: none;
  padding: 8px 25px;
  border-radius: 8px;
  font-family: 'NPSfontBold';
}

.form-row {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

.form-row > .form-group {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 1.5rem;
}

@media (min-width: 991px) {
  .board1 {
    width: 70%;
    text-align: center;
  }
}
@media (min-width: 451px) {
  .board1 {
    width: 84%;;
    text-align: center;
  }

}
@media (max-width: 450px) {
  .board1 {
    width: 100%;
    text-align: center;
  }
}

.board1 {
  width: 76%;
  margin: 0 auto; /* 중앙 정렬을 위해 추가 */
  display: block; /* 블록 레벨 요소로 설정 */
}

@media (max-width: 1199px) {
  .board1 {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .board1 {
    width: 84%;
    margin: 0 auto;
  }
}
@media (max-width: 680px) {
  .board1 {
    width: 100%;
    margin: 0 auto;
  }
}

/* 캐러셀 “정의가 사라지고 있고, 약자가 살아가기 힘든 세상” 이 문구가 2초에 걸쳐서 천천히 나타나게 하는 효과 */
@media (min-width: 681px) {
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in-text {
  opacity: 0;
  animation: fadeIn 2.5s ease-in forwards;
  font-size: 2.4rem; 
  font-weight: 800;
}
}

@media (max-width: 680px) {
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .fade-in-text {
    opacity: 0;
    animation: fadeIn 2.5s ease-in forwards;
    font-size: 1.6rem; 
    font-weight: 800;
  }
  }


  /*사업분야관련*/
  .business-category {
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.category-title {
    font-family: 'NPSfontBold';
    margin-bottom: 20px;
    font-size: 1.5rem;
    text-align: center;
}

.business-item {
    padding: 15px;
    margin: 10px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 5px;
    text-align: center;
    font-family: 'NPSfontBold';
    transition: all 0.3s ease;
}

.business-item:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .business-category {
        padding: 20px;
    }
    
    .business-item {
        font-size: 0.9rem;
    }
    
    .follow01 {
        display: NONE;
    }
}


  @font-face {
  font-family: 'RIDIBatang';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/RIDIBatang.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'NPSfontBold';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2310@1.0/NPSfontBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

/* 모바일 환경의 Follow Us 스타일 */
.mobile-kakao-container {
    position: absolute;
    top: 160px;
    left: 20px;
    z-index: 1001;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    border-radius: 20px;
    display: none;
}

.mobile-kakao-container .mobile-kakao-text {
    color: #333;
    font-family: 'NPSfontBold';
    font-size: 0.9rem;
    margin-right: 5px;
}

.mobile-kakao-container img {
    height: 34px;
    width: auto;
    vertical-align: middle;
}

/* 모바일 환경에서 네비게이션 바의 Follow Us 숨기기 */
@media (max-width: 479px) {
    .navbar-collapse .social-links {
        display: none !important;
    }
    
    .mobile-kakao-container {
        display: flex;
        align-items: center;
    }
}

/* 데스크톱 환경에서 모바일 Follow Us 숨기기 */
@media (min-width: 470px) {
    .mobile-kakao-container {
        display: none !important;
    }
}

/* 푸터 디자인 크레딧 스타일 */
.design-credit {
    text-align: right;
    font-size: 0.85rem;
    color: #999;
    padding-right: 20px;
}

.design-credit a {
    color: #265cfd;
    font-size: 0.85rem;
}
#hello1 {
  margin-top: 30px !important;
  z-index: 1;
  position: relative;
}