@charset "utf-8";

#intro-wrap {
  position: relative;
  z-index: 100;
  width: 100%;
  min-width: 1280px;
  max-width: 100%;
}

a {
  font-style: normal;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* header start */
#intro_header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 100;
}

#intro_header .header-top {
  background-color: #033163;
}
#intro_header .header-top .top-form {
  display: flex;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}
#intro_header .header-top .top-form .top-phone {
  margin-left: auto;
  color: #ffffff;

  font-weight: 500;
}
#intro_header .header-top .top-form .top-phone p {
  margin-left: auto;
  color: #ffffff;
  font-size: 20px !important;
  font-weight: 500;
}
#intro_header .header-top .menu {
  display: flex;
  align-items: center;
  column-gap: 4px;
  padding: 17px 24px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 100%;
  cursor: pointer;
}

#intro_header .header-top .menu img {
  width: 22px;
  height: 22px;
}

#intro_header .header-top .menu:nth-child(1) {
  background-color: #0e74bc;
}
#intro_header .header-top .menu:nth-child(2) {
  background-color: #00a2b4;
}

/* Header Bottom Navigation */
#intro_header .header-bottom {
  background-color: #ffffff;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  z-index: 99;
  position: relative;
}

#intro_header .header-bottom .nav-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#intro_header .header-bottom .main-menu {
  max-width: 1166px;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}

#intro_header .header-bottom img {
  width: 158x;
  height: 30px;
}

#intro_header .header-bottom .main-menu .menu-item {
  flex: 1;
  text-align: center;
}

#intro_header .header-bottom .main-menu .menu-item .menu-link {
  display: block;
  padding: 25px 16px;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
  white-space: pre;
}

#intro_header .header-bottom .main-menu .menu-item:hover .menu-link {
  color: #0d316f;
}

/* Sub Menu */
#intro_header .header-bottom .main-menu .menu-item .sub-bg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  visibility: hidden;
  /* transform: translateY(-10px); */
  transition: all 0.3s ease;
  z-index: 1000;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* background-image: linear-gradient(
    to right,
    #f4f7fc 0,
    #f4f7fc 22%,
    #ffffff 22%,
    #ffffff 100%
  ); */
}

#intro_header .header-bottom .main-menu .menu-item:hover .sub-bg,
#intro_header .header-bottom .main-menu .menu-item.active .sub-bg {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  height: 200px;
}

#intro_header .header-bottom .main-menu .menu-item .sub-menu-form {
  display: flex;
  margin: auto;
  height: 100%;
  background-color: #ffffff;
}
#intro_header .header-bottom .main-menu .menu-item .sub-menu-form .sub-title {
  height: 100%;
  text-align: left;
  background-color: #f4f7fc;
  max-width: 28%;
  width: 100%;
}
#intro_header .header-bottom .main-menu .menu-item .sub-menu-form .sub-title p {
  padding-top: 20px;
  font-size: 32px;
  font-weight: 600;
  color: #0f213e;
  line-height: 130%;
  padding-left: max(0px, calc((100vw - 1440px) / 2));
}
#intro_header .header-bottom .main-menu .menu-item .sub-menu-form ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: fit-content;
  max-width: 1200px;
}
#intro_header .header-bottom .main-menu .menu-item .sub-menu-form ul li {
  padding: 16px 0;
}

#intro_header .header-bottom .main-menu .menu-item .sub-menu-form ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 0 36px;
  border-right: 1px solid #e6e6e6;
}
#intro_header
  .header-bottom
  .main-menu
  .menu-item
  .sub-menu-form
  ul
  li:last-child
  a {
  border-right: none;
}
#intro_header
  .header-bottom
  .main-menu
  .menu-item
  .sub-menu-form
  ul
  li
  a:hover {
  color: #0d316f;
}
/* header end */

/* Footer */
#footer_wrap {
  background-color: #1a1a1a;
  padding-bottom: 109px;
}
#footer_wrap #footer {
  padding: 48px 0;
  max-width: 1440px;
  margin: 0 auto;
}
#footer_wrap #footer .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #7e7e7e;
}
#footer_wrap #footer .menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer_wrap #footer .menu ul:nth-child(1) li {
  color: #ffffff;
  padding: 22px 12px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  white-space: pre;
  text-align: center;
}
#footer_wrap #footer .menu ul:nth-child(2) li {
  color: #ffffff;
  padding: 22px 12px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
  white-space: pre;
  text-align: center;
}
#footer_wrap #footer .menu ul a {
  color: #ffffff;
}

#footer_wrap #footer .address {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
#footer_wrap #footer .address .company-info {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  color: #7e7e7e;
}
#footer_wrap #footer .address a {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #7e7e7e;
}
#footer_wrap #footer .address .company-info p {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

#footer_wrap #footer .address .contact-info {
  color: #ffffff;
  text-align: right;
}

#footer_wrap #footer .address .contact-info .number {
  display: flex;
  column-gap: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
#footer_wrap #footer .address .contact-info span {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
#footer_wrap .quick-form {
  background-color: #bc860e;
  padding: 26px 0;
}
#footer_wrap .quick-form form {
  max-width: 1440px;
  margin: 0 auto;
}
#footer_wrap .quick-form form fieldset {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#footer_wrap .floating-banner {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 1000;
}

#footer_wrap .floating-banner .floating-banner__inner {
  display: flex;
  flex-direction: column;
}

#footer_wrap .floating-banner .floating {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  padding: 23px 0;
  background-color: #0d316f;
  z-index: 1000;
  cursor: pointer;
  width: 100px;
}

#footer_wrap .floating-banner .floating p {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #fff;
  text-align: center;
}
#footer_wrap .floating-banner #floating_top_btn_pc {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  padding: 23px 12px;
  background-color: #eaeaea;
  z-index: 1000;
  cursor: pointer;
  width: 100%;
}
#floating_top_btn_mob {
  display: none;
}
#footer_wrap .floating-banner #floating_top_btn_pc p {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #303030;
  text-align: center;
}
/* Footer end*/

/* Popup start */
#intro-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
#intro-popup .swiper-pagination {
  display: none;
}
.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  width: 90%;
  max-height: 90vh;
}

.popup-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.popup-counter {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  min-width: 40px;
  text-align: center;
}

.popup-close-btn {
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 16px 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  line-height: 100%;
  column-gap: 8px;
}
.popup-close-btn img {
  padding-bottom: 2px;
}
.popup-close-btn:hover {
  color: #ffffff;
}

.popup-content {
  position: relative;
  flex: 1;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}

.popup-title {
  margin-bottom: 24px;
  text-align: center;
}

.popup-title h2 {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.4;
}

.popup-images {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.popup-images.swiper-container {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.popup-images .swiper-wrapper {
  display: flex;
}

.popup-images .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.popup-image-item {
  position: relative;
  flex: 1 0 auto;
  width: 100%;
  max-width: 100%;
  border-radius: 19.87px;
  overflow: hidden;
}

.popup-image-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.popup-image-text {
  position: absolute;
  top: 39px;
  left: 39px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.popup-image-text h3 {
  color: #ffffff;
  padding: 8px 18px;
  background-color: #0d316f;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.02em;
  width: fit-content;
  margin-bottom: 17px;
  border-radius: 49.17px;
}
.popup-image-text h2 {
  color: #1a1a1a;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}

.popup-image-text p {
  color: #505050;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}

.popup-button-area {
  position: relative;
  width: 100%;
  z-index: 2;
}

.popup-detail-btn {
  color: #ffffff;
  border: none;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  background-color: #0d316f;
  width: 100%;
}

.popup-detail-btn:hover {
  background-color: #0a2557;
}

.popup-footer {
  position: relative;
  padding: 16px 20px;
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.popup-footer label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
}

.popup-checkbox {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.popup-footer span {
  user-select: none;
}

/* Popup end */
