@charset "UTF-8";

#wrapper {
  line-height: 1;
  scroll-behavior: smooth;
}

/* header */
#header {
  padding: 0 4rem 0 5rem;
  position: fixed;
  top: 2.25rem;
  max-width: 64rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 7.5rem;
  transition: all 0.5s ease;
  z-index: 500;
}
#header.active {
  top: 0;
}
#nav {
  max-width: 64rem;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.logo a {
  display: flex;
  align-items: center;
  font-family: 'FuturaPT';
  font-weight: 500;
  font-size: 3rem;
  color: #fff;
  gap: 1rem
}
.logo-tit {
  height: 3rem;
  overflow: hidden;
}
.logo-tit.tit1 ul li:nth-of-type(1),
.logo-tit.tit2 ul li:nth-of-type(2),
.logo-tit.tit3 ul li:nth-of-type(3),
.logo-tit.tit4 ul li:nth-of-type(4),
.logo-tit.tit5 ul li:nth-of-type(5) {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.logo-tit ul li {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: 0.2s ease-out;
}

#header.active .nav{
  opacity: 1;
  visibility: visible;
}
.nav {
  display: flex;
  gap: 2rem;
  transition: 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.nav li a {
  font-family: 'FuturaPT';
  font-weight: 500;
  font-size: 1.3rem;
  color: #fff;
}
.fixed-nav {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #000 url(../images/bg_nav.png) center center / cover no-repeat;
  transition: 0.3s ease-in-out;
  z-index: -999;
  touch-action:none;
}
.fixed-nav.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.fixed-inner {
  position: relative;
  padding: 0 4rem 0 5rem;
  top: 5rem;
  max-width: 64rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 7.5rem;
  transition: all 0.5s ease;
  z-index: 500;
}
.fixed-nav .nav {
  max-width: 64rem;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 999;
  gap: 0;
  opacity: 1;
  visibility: visible;
}
.fixed-nav .nav .logo {
  font-family: 'FuturaPT';
  font-weight: 500;
  font-size: 3.5rem;
  color: #fff;
}
.fixed-nav .bg-blur {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 50, 0.5);
  z-index: 1;
}
.fixed-nav .main-visual ul {
  padding: 0 0;
}
.fixed-nav .main-visual ul li {
  padding-left: 0;
}
.fixed-nav .main-visual ul li a:hover::before {
  width: 0;
}
.fixed-nav .main-visual ul li.active a::before {
  width: 100%;
}
.fixed-nav__close {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
/* //header */

/* container */
#container {
  position: relative;
  background: #000 url(../images/logo_big.png) ;
  background-position: -4.68vw calc(100vh - 35.39vw);
  background-size: 81.79vw 70.78vw;
  background-repeat: no-repeat;
}
.section {
  height: 100vh;
}

.main-visual .bg-blur {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 50, 0.5);
  z-index: 1;
}
.main-visual ul {
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 5rem;
  position: relative;
  z-index: 10;
}
.main-visual ul li {
  padding-left: 4.5rem;
}
.main-visual ul li a {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  height: 4.5rem;
  font-family: 'FuturaPT';
  font-size: 3.2rem;
  color: #fff;
}
.main-visual ul li a:hover::before {
  width: 100%;
}
.main-visual ul li a::before {
  position: absolute;
  bottom: 0.5rem;
  content: '';
  display: block;
  width: 0;
  height: 0.15rem;
  background: #fff;
  transition: 0.25s ease-out;
}
.main-visual .scroll {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  z-index: 10;
}
.main-visual .scroll a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  color: #fff;
}
.main-visual .scroll img {
  width: 1.1rem;
}

.about-info__content {
  padding: 4rem 0 6rem;
  color: #fff;
  text-align: center;
}
.about-info__title {
  font-family: 'FuturaPT';
  font-weight: 500;
  font-size: 3rem;
}
.about-info__text {
  margin-top: 2rem;
  font-family: 'Pretendard';
  font-size: 1rem;
  line-height: 2.1rem;
}

.service-info__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.service-info__content ul {
  display: flex;
  gap: 1rem;
}
.service-info__circle {
  padding-bottom: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 9rem;
  border: 0.1rem solid #003DFF;
  border-radius: 100%;
  gap: 0.25rem;
}
.service-info__circle > span {
  font-family: 'FuturaPT';
  font-weight: 500;
  font-size: 1rem;
  color: #003DFF;
}
.service-info__circle > div {
  font-family: 'FuturaPT';
  font-weight: 500;
  font-size: 1.3rem;
  color: #fff;
}
.service-info__text {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  line-height: 1.3rem;
  color: #74798A;
  text-align: center;
}

.portfolio-info {
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 4.2rem
}
.portfolio-info .swiper-wrapper {
  align-items: flex-end;
}
.portfolio-info .swiper-slide img {
  width: 100%;
}
.portfolio-info__content {
  padding: 0.5rem;
  text-align: left;
}
.portfolio-info__title {
  line-height: 1.3rem;
  font-size: 1.1rem;
  color: #fff;
}
.portfolio-info__date {
  line-height: 1.3rem;
  font-size: 0.8rem;
  color: #74798A;
}
.swiper-button-wrapper {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
.portfolio-info .swiper-button-prev,
.portfolio-info .swiper-button-next {
  margin-top: 0;
  position: relative;
  left: 0;
  top: 0;
  background: url(../images/slide_prev.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.7rem 1.2rem;
  border: 2px solid #003DFF;
  width: 3rem;
  height: 3rem;
  transition: 0.2s ease;
}
.portfolio-info .swiper-button-prev {
  border-width: 2px 1px 2px 2px;
}
.portfolio-info .swiper-button-next {
  border-width: 2px 2px 2px 1px;
  background: url(../images/slide_next.svg) center center no-repeat;
}
.portfolio-info .swiper-button-prev::after,
.portfolio-info .swiper-button-next::after {
  display: none;
}
.portfolio-info .swiper-button-prev:hover {
  background: url(../images/slide_prev_active.svg) center center no-repeat;
}
.portfolio-info .swiper-button-next:hover {
  background: url(../images/slide_next_active.svg) center center no-repeat;
}

.contact-info {
  background: url(../images/bg_contact.png);
}
.contact-info__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
}
.contact-info__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  max-width: 20rem;
  width: 100%;
}
.contact-info__text {
  font-size: 1rem;
  line-height: 2.1rem;
}
.btn-contact {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 7.75rem;
  height: 2.25rem;
  margin-top: 3rem;
  font-size: 0.6rem;
  font-weight: 700;
  color: #003DFF;
  background: #fff;
}
.copyright {
  flex: 0 1 auto;
  padding: 2.25rem 0;
}

.popup-content {
  padding: 0 1.5rem 3rem;
}
.popup-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0.75rem;
  font-weight: 700;
  color: #74798A;
}
.popup-date {
  font-weight: 500;
}
.popup-title {
  font-size: 2.8rem;
  font-weight: 700;
}
.popup-desc {
  margin-top: 1rem;
  font-size: 0.65rem;
}
.popup-link {
  margin-top: 1rem;
  display: flex;
  gap: 0.25rem;
  font-size: 0.6rem;
  color: #74798A;
}
.portfolio-popup .swiper-horizontal>.swiper-pagination-bullets, 
.portfolio-popup .swiper-pagination-bullets.swiper-pagination-horizontal, 
.portfolio-popup .swiper-pagination-custom, 
.portfolio-popup .swiper-pagination-fraction {
  bottom: 1.65rem;
}
.portfolio-popup .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0;
}
.portfolio-popup .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.portfolio-popup .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.2rem;
}
.portfolio-popup .swiper-button-prev,
.portfolio-popup .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 1.7rem;
  background: url(../images/slide_prev.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.7rem 1.2rem;
  width: 1.55rem;
  height: 3rem;
  transition: 0.2s ease;
}
.portfolio-popup .swiper-button-prev {
  left: 0;
}
.portfolio-popup .swiper-button-next {
  right: 0;
  background: url(../images/slide_next.svg) center center no-repeat;
}
.portfolio-popup .swiper-button-prev::after,
.portfolio-popup .swiper-button-next::after {
  display: none;
}
.portfolio-popup .swiper-button-prev:hover {
  background: url(../images/slide_prev_active.svg) center center no-repeat;
}
.portfolio-popup .swiper-button-next:hover {
  background: url(../images/slide_next_active.svg) center center no-repeat;
}
.portfolio-info .swiper-scrollbar {
  display: none;
}

.contact-popup {
  background: #0D0D0D;
  max-width: 100%;
  width: 100%;
  min-height: 100vh;
}
.contact-wrap {
  max-width: 640px;
  width: 100%;
  padding: 4rem 0 6rem;
  margin: 0 auto;
  font-family: 'Pretendard';
  color: #fff;
}

.contact-wrap * {
  font-family: 'Pretendard';
  font-weight: 500;
  font-size: 0.75rem;
  color: #fff;
}

.contact-title {
  font-family: 'Pretendard';
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 900;
}

.contact-title ~ .contact-title {
  margin-top: 2.25rem;
}

.flex-wrap {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.contact-form__title {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  font-weight: 900;
}
.contact-form__title span {
  color: #216DFF;
}
.contact-form__checkbox {
  min-width: 6.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.contact-form__checkbox input[type="checkbox"] {
  appearance: none;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid #363636;
  border-radius: 100%;
}
.contact-form__checkbox input[type="checkbox"]:checked {
  border-color: #003DFF;
  background: #003DFF url(../images/ico_check_white.svg) center center no-repeat;
}

.contact-title + .contact-form__input {
  margin-top: 0.75rem;
}

.contact-form__input {
  position: relative;
}
.contact-form__input + .contact-form__input {
  margin-top: 0.75rem;
}
.contact-form__textarea label {
  margin-top: 15px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  font-size: 0.75rem;
  font-weight: 900;
  color: #fff;
}
.contact-form__input input[type="text"] {
  position: relative;
  appearance: none;
  width: 100%;
  height: 2.75rem;
  background: none;
  border: 0;
  outline: none;
  font-size: 0.75rem;
  color: #fff;
}
.contact-form__input input[type="text"]::placeholder {
  color: #4C4C4C;
}
.contact-form__input input[type="text"]:focus,
.contact-form__input input[type="text"]:active {
  appearance: none;
}

.contact-form__textarea textarea {
  padding: 1rem 0.75rem;
  width: 100%;
  min-height: 6.8rem;
  resize: none;
  overflow: hidden;
  background: #0D0D0D;
  border: 2px solid #003DFF;
  outline: none;
  font-size: 0.75rem;
  color: #fff;
}

/* select custom */
.selectBox2 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 2.75rem;
}
.selectBox2::before {
  content: '';
  width: 1.1rem;
  height: 0.7rem;
  position: absolute;
  right: 0.55rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/ico_arrow_select.svg) center center / cover no-repeat;
  transition: all 0.2s;
}
.contact-form__input::after,
.selectBox2::after,
.contact-form__filebox::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.15rem;
  width: 100%;
  height: 0.1rem;
  background: #003DFF;
}
.selectBox2 .selectButton {
  display: flex;
  align-items: center;
  width: inherit;
  height: inherit;
  border: 0 none;
  outline: 0 none;
  background: transparent;
  cursor: pointer;
}
.selectBox2 .selectButton span {
  color: #4C4C4C;
}
.selectBox2 .optionList {
  position: absolute; 
  top: calc(2.75rem - 0.25rem);
  left: 0;
  width: 100%;
  background: #0D0D0D;
  color: #4C4C4C;
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  border: 2px solid #003DFF;
  /* box-shadow: 0 0 0 2px #003DFF inset; */
  visibility: hidden;
}
.selectBox2.active {
  z-index: 10;
}
.selectBox2.active::before {
  transform: translateY(-50%) rotate(180deg);
}
.selectBox2.active .optionList {
  max-height: 500px;
  visibility: visible;
}
.selectBox2 .optionItem {
  height: 2.75rem;
  padding-left: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #4C4C4C;
}
.selectBox2 .optionItem:hover {
  background: #000F40;
  color: #fff;
}

/*  */
.contact-form__filebox {
  position: relative;
  padding-left: 1.2rem;
  display: flex;
  align-items: center;
  height: 2.8rem;
}
.contact-form__filebox .upload-name {
  appearance: none;
  display: inline-block;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 500;
  color: #4C4C4C;
  background: none;
  border: 0;
  outline: none;
  cursor: default;
}
.contact-form__filebox label {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  cursor: pointer;
  background: url(../images/ico_file_gray.svg) left center no-repeat;
}
.contact-form__filebox label.active {
  background: url(../images/ico_file_white.svg) left center no-repeat;
}
.contact-form__filebox input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.filebox-popup {
  display: none;
  position: absolute;
  left: 6rem;
  bottom: 2.15rem;
  padding: 1rem;
  border: 2px solid #003DFF;
  border-radius: 0.4rem 0.4rem 0.4rem 0;
  background: #0F1527;
}
.filebox-popup.active {
  display: block;
}
.filebox-popup ul li {
  font-size: 0.7rem;
  line-height: 1.2rem;
  color: #0A45FF;
}
.filebox-popup .close {
  position: absolute;
  right: 0.6rem;
  top: 0.7rem;
}

.contact-form__agreement {
  margin-top: 2.25rem;
}
.contact-form__agreement .contact-form__checkbox + .contact-form__checkbox {
  margin-top: 0.5rem;
}
.agreement-content {
  position: relative;
  height: 13rem;
  margin-top: 0.5rem;
  padding: 1rem 0.55rem 1rem 0.75rem;
  border: 2px solid #003DFF;
  
}
.agreement-content .scroll {
  padding-right: 0.65rem;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.agreement-content .scroll::-webkit-scrollbar {
  width: 0.2rem;  
}
.agreement-content .scroll::-webkit-scrollbar-thumb {
  background: #002189;
  border-radius: 0.25rem;
}
.agreement-content .scroll::-webkit-scrollbar-track {
  position: relative;
  background: #0D0D0D;
}
/* .agreement-content::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  background: #0D0D0D;
} */
.agreement-example span {
  line-height: 1.2rem;
  font-size: 0.55rem;
  color: #74798A;
}
.agreement-example h3 {
  margin-top: 1rem;
  line-height: 1.2rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
}
.agreement-example p {
  margin-top: 0.25rem;
  line-height: 1.2rem;
  font-size: 0.6rem;
  color: #74798A;
}
.contact-form__submit input[type="submit"],
.contact-form__submit button {
  margin: 2.25rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6rem;
  color: #003DFF;
  width: 7.75rem;
  height: 2.25rem;
  background: #fff;
  cursor: pointer;
}

.auto-height {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 61.5rem;
}
.fp-scroller {
  scroll-behavior: smooth;
}
/* //container */
.loading-wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  background: #000;
  color: #fff;
  font-size: 0.6rem;
  line-height: 0.9rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s ease;
}
.loading-wrap.active {
  display: flex;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.loading {
  width: 100px;
  height: 100px;
}

.fill-rect {
  animation: fillAnimation 2s linear forwards;
}

@keyframes fillAnimation {
  0% {
    transform: translateY(100%); /* 화면 아래에서 시작 */
  }
  100% {
    transform: translateY(0); /* 위로 채워짐 */
  }
}

@media screen and (max-width: 1280px) {
  body {
    font-size: 20px;
  }

  .modal a.close-modal {
    top: 1.5rem;
    right: 1.5rem;
    transform: translateX(0);
    z-index: 10;
    width: 1.75rem;
    height: 2.5rem;
  }
}

.device-pc {display: block !important;}
.device-mo {display: none !important;}

@media screen and (max-width: 767px) {
  .device-pc {display: none !important;}
  .device-mo {display: block !important;}

  #header {
    padding: 0 0.8rem;
    top: 4.75rem;
    height: auto;
  }
  #header.active {
    top: 1.65rem;
  }
  .logo-img {
    width: 1.7rem;
  }
  .logo-tit {
    height: auto;
    font-size: 1.6rem;
  }
  .logo a {
    font-size: 1.45rem;
    gap: 0.5rem;
  }
  .nav {
    display: none;
  }

  .fixed-nav {
    background: #000 url(../images/mobile/bg_nav_m.png) center center / cover no-repeat;
  }
  .fixed-inner {
    padding: 0 3rem;
  }
  .fixed-nav .nav .logo {
    font-size: 1.5rem;
  }

  #container {
    background-position: -15.46vw calc(100vh - 78vw);
    background-size: 106.66vw 92vw;
  }

  .main-visual .bg-blur {
    background: rgba(15, 23, 50, 0.75);
  }

  .main-visual ul {
    padding: 0 3rem;
  }
  .main-visual ul li {
    padding-left: 0;
  }
  .main-visual ul li a {
    height: 2.45rem;
    font-size: 1.6rem;
  }
  .main-visual .scroll a {
    font-size: 1rem;
    gap: 0.3rem
  }
  .main-visual .scroll img {
    width: 0.55rem;
  }

  .about-info::before,
  .service-info::before,
  .portfolio-info::before,
  .contact-info::before {
    left: 1.55rem;
    transform: none;
    background: #2D2D2D;
  }
  .service-info::before {
    opacity: 0.6;
  }
  .about-info::before {
    top: 3rem
  }
  .portfolio-info::before {
    display: none;
  }
  .contact-info::before {
    display: none;
  }

  .about-info .swiper-horizontal>.swiper-pagination-bullets, 
  .about-info .swiper-pagination-bullets.swiper-pagination-horizontal, 
  .about-info .swiper-pagination-custom, 
  .about-info .swiper-pagination-fraction {
    bottom: 0;
  }
  .about-info .swiper-pagination-bullet {
    width: 0.35rem;
    height: 0.35rem;
    border: 0.05rem solid #fff;
  }
  .about-info .swiper-pagination-bullet-active {
    background: #fff;
  }
  .about-info .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
  .about-info .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.15rem;
  }
  .about-info__content {
    padding: 0 0 1.5rem
  }
  .about-info__title {
    font-size: 1.5rem;
  }
  .about-info__text {
    font-size: 0.65rem;
    line-height: 1.1rem;
  }

  .service-info__content ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;  
  }
  .service-info__circle {
    padding-bottom: 1.2rem;
    width: 7rem;
    height: 7rem;
  }
  .service-info__circle > span {
    font-size: 0.8rem;
  }
  .service-info__circle > div {
    font-size: 1.1rem;
  }
  .service-info__text {
    line-height: 1rem;
    font-size: 0.6rem;
  }

  .portfolio-info {
    padding: 0; 
  }
  .portfolio-info__title {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .portfolio-info__date {
    font-size: 0.65rem;
    line-height: 1rem;
  }
  .portfolio-info .swiper {
    padding-bottom: 3rem;
  }
  .portfolio-info .swiper-scrollbar {
    display: block;
    width: 84%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 3rem;
    background: #fff;
    border-radius: 0;
  }
  .portfolio-info .swiper-scrollbar-drag {
    border-radius: 0;
    background: #003DFF;
    opacity: 1;
  }
  .portfolio-info .swiper-button-wrapper {
    display: none;
  }

  .contact-info__inner {
    align-items: flex-start;
  }
  .contact-info__content {
    max-width: 100%;
    padding: 0 3rem;
  }
  .contact-info__text {
    line-height: 1.1rem;
    font-size: 0.6rem;
  }
  .btn-contact {
    margin-top: 2.15rem;
  }
  .copyright {
    padding: 3rem;
    line-height: 0.9rem;
    font-size: 0.5rem;
    color: #74798A;
  }

  .fp-auto-height.fp-section, 
  .fp-auto-height .fp-slide, 
  .fp-auto-height .fp-tableCell {
    height: auto !important;
    min-height: 100vh; /* 최소 높이 설정 */
    overflow: hidden;  /* 불필요한 스크롤 숨김 */
  }

  .auto-height {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto !important;
  }

  .modal {
    width: 100%;
    max-width: 100%;
  }
  .modal > div {
    display: flex;
    flex-direction: column;
  }
  .modal .popup-thumb {
    flex: 1 1 100%;
  }
  .modal .popup-thumb .swiper {
    height: 100%;
  }
  .portfolio-popup .swiper-horizontal>.swiper-pagination-bullets, 
  .portfolio-popup .swiper-pagination-bullets.swiper-pagination-horizontal, 
  .portfolio-popup .swiper-pagination-custom, 
  .portfolio-popup .swiper-pagination-fraction {
    font-size: 0;
  }
  .portfolio-popup .swiper-button-prev,
  .portfolio-popup .swiper-button-next {
    display: none;
  }
  .modal .popup-content {
    flex: 1;
  }
  .popup-top {
    font-size: 0.6rem;
  }
  .popup-title {
    font-size: 1.2rem;
  }

  .modal.contact-popup a.close-modal {
    right: 1.5rem;
    top: 1.5rem;
  }
  .contact-wrap {
    padding: 6.2rem 1.5rem 6rem;
  }
  .filebox-popup {
    left: 1rem;
    bottom: auto;
    border-radius: 0.4rem;
    z-index: 1;
  }
  .filebox-popup ul li {
    line-height: 1rem;
    font-size: 0.6rem;
    font-weight: 400;
  }
}
