* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  word-break: keep-all;
  box-sizing: border-box;
  letter-spacing: -.1px;
  transition: all 0.15s;
  font-family: 'GMarketSans';
  color: #131313;
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}

/* font */
@font-face {
  font-family: 'GMarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'GMarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'GMarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
}

/* header */
header {}

header .container {}

header .container nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

header .container nav div {}

header .container nav div.main-logo {}

header .container nav div.main-logo a {
  color: #082D7E;
  font-weight: 700;
  font-size: 1.75rem;
}

header .container nav div.mainmenu-wrap {}

header .container nav div.mainmenu-wrap ul {
  display: flex;
  align-items: center;
}

header .container nav div.mainmenu-wrap ul li {
  padding-left: 1.25rem;
}

header .container nav div.mainmenu-wrap ul li a {
  font-size: 1.125rem;
}

header .container nav div.mainmenu-wrap ul li:hover a {
  color: #082D7E;
  transition: 0s;
}

/* banner */
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url(/images/banner-bg.jpg)no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}

.banner .banner-container {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.75);
  padding: 17.275rem 0;
}

.banner .banner-container h2 {
  text-align: center;
  font-size: 2.75rem;
  line-height: 1.25;
  color: #fff;
}

.banner .banner-container h1 {
  text-align: center;
  font-size: 6rem;
  color: #fff;
  font-weight: 700;
}


.subbanner {
  background: linear-gradient(135deg, #082D7E, #0A4ACB);
  color: #fff;
  padding: 57.5px 0;
}

.subbanner .subbanner-container {}

.subbanner .subbanner-container h2 {
  font-size: 16px;
  padding-bottom: 5px;
  color: #fff;
  font-weight: 500;
}

.subbanner .subbanner-container h1 {
  color: #fff;
  font-size: 36px;
}


/* content start */
main {
  min-height: 76.5vh;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/*  */
.about-info-wrap {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 75px;
}

.about-info-wrap div {}

.about-info-wrap div.about-text {
  width: 62.5%;
  padding-right: 25px;
}

.about-info-wrap div.about-text ul {}

.about-info-wrap div.about-text ul li {
  padding-bottom: 15px;
  line-height: 1.4;
}

.about-info-wrap div.about-text ul li:first-child {
  font-size: 18px;
  color: #082D7E;
}

.about-info-wrap div.about-text ul li:last-child {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.about-info-wrap div.about-text ul li p {
  font-size: 18px;
}

.about-info-wrap div.about-text ul li p:first-child {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef;
  border-radius: 5px;
  margin-right: 5px;
}

.about-info-wrap div.about-text ul li p i {
  color: #082D7E;
}

.about-info-wrap div.about-text ul li p span {
  color: #999;
  font-size: 14px;
  padding-top: 5px;
}

.about-info-wrap div.about-img {
  width: 37.5%;
  background: url(/images/about-img.jpg)no-repeat center;
  background-size: cover;
  border-radius: 20px;
  border: 3px solid #F1F5F9;
}

/*  */
.subpagemenu-wrap {}

.subpagemenu-wrap .subpagemenu {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.subpagemenu-wrap .subpagemenu li {
  padding-right: 25px;
}

.subpagemenu-wrap .subpagemenu li a {
  display: block;
  padding: 20px 0 12.5px;
}

.subpagemenu-wrap .subpagemenu li a.focus-menu {
  color: #082D7E;
  box-shadow: inset 0 -6px 0 0 #082D7E;
}

.subpagemenu-wrap .subpagemenu li:hover a {
  box-shadow: inset 0 -6px 0 0 #082D7E;
  color: #082D7E;
}

.product-info-wrap {}

.product-info-wrap:first-child {
  padding-top: 50px;
}

.product-info-wrap:last-child {
  padding-bottom: 75px;
}

.product-info-wrap .product-title {
  margin-bottom: 10px;
  background: #DBEAFE;
  color: #1447E8;
  padding: 7.5px 10px;
  border-radius: 5px;
  width: fit-content;
  font-size: 18px;
}

.product-info-wrap .product-info {
  padding-bottom: 45px;
}

.product-info-wrap .product-info .prodcut-subinfo {}

.product-info-wrap .product-info .prodcut-subinfo p {
  padding-bottom: 5px;
}

.product-info-wrap .product-info div.product-table-wrap {
  padding: 15px;
  background: #f9f9f9;
  border-radius: 20px;
}

.product-info-wrap .product-info div.product-table-wrap p {
  display: flex;
  line-height: 1.2;
  padding-bottom: 7.5px;
}

.product-info-wrap .product-info div.product-table-wrap p:last-child {
  padding-bottom: 0px;
}

.product-info-wrap .product-info div.product-table-wrap p span {
  padding-right: 5px;
}

.product-info-wrap .product-info div.product-table-wrap table {
  margin-top: 25px;
}

.product-info-wrap .product-info div.product-table-wrap table:first-child {
  margin-top: 0;
}

.product-info-wrap .product-info div.product-table-wrap table caption {
  text-align: left;
  padding-bottom: 5px;
}

.product-info-wrap .product-info div.product-table-wrap .list-wrap {
  text-align: center;
}

.product-info-wrap .product-info div.product-table-wrap .list-wrap ul {}

.product-info-wrap .product-info div.product-table-wrap .list-wrap ul li {
  margin-bottom: 5px;
  width: 100%;
}

.product-info-wrap .product-info div.product-table-wrap .list-wrap ul li:last-child {
  margin-bottom: 0;
}

.product-info-wrap .product-info div.product-table-wrap .list-wrap ul li.text {
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to right, #082d7e, #1d91d3) border-box;
  padding: 10px 15px;
  border-radius: 20px;
}

.product-info-wrap .product-info div.product-table-wrap .list-wrap ul li.arrow {}

.product-info-wrap .product-info div.product-table-wrap .list-wrap ul li.arrow img {}

.product-info-wrap .product-info div.product-table-wrap .scroll-area {
  overflow-x: auto;
}

/*  */
.portfolio-wrap {
  padding: 50px 0 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.portfolio-wrap ul {
  width: calc(100% / 3 - 7.5px);
  height: 150px;
  padding: 20px 17.5px;
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, .2);
  margin-bottom: 15px;
}

.portfolio-wrap ul li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

.portfolio-wrap ul li:first-child {
  background: #DBEAFE;
  color: #1447E8;
  padding: 7.5px 12.5px;
  border-radius: 5px;
  width: fit-content;
  font-size: 14px;
}

.portfolio-wrap ul li:last-child {
  display: flex;
  margin-bottom: 0;
}

.portfolio-wrap ul li:last-child p {
  font-size: 14px;
  color: #666;
}

.portfolio-wrap ul li:last-child span {
  padding: 0 3px;
  color: #666;
  font-size: 14px;
}

/*  */
.contact-wrap {
  padding: 50px 0 75px;
}

.contact-wrap .contact {
  width: 780px;
  margin: 0 auto;
}

.contact-wrap .contact .map-title {}

.contact-wrap .contact .map-title h3 {}

.contact-wrap .contact .map {
  margin-bottom: -5px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.contact-wrap .contact .map::before {
  content: "지도를 불러오는 중입니다⋯";
  position: absolute;
  color: #999;
}

.contact-wrap .contact .map iframe {
  width: 100%;
  height: 500px;
  border: 0;
  position: relative;
  z-index: 1;
}

.contact-wrap .contact .contact-info {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 0 0 20px 20px;
}

.contact-wrap .contact .contact-info ul {}

.contact-wrap .contact .contact-info ul li {
  padding-bottom: 10px;
}

.contact-wrap .contact .contact-info ul li:last-child {
  padding-bottom: 0;
}


/* table */
table,
th,
td {
  border: 1px solid #e0e0e0;
}

table {
  border-collapse: collapse;
  width: 100%;
  color: #333;
  font-size: 15px;
}

th,
td {}

th {
  background: #e3f2fd;
  padding: 5px;
  font-weight: 500;
}

td {
  text-align: center;
  padding: 7.5px;
  color: #363636;
  font-size: 14px;
  background: #fff;
}

tbody>tr>th {
  background: #F4F9FF;
}

.table-wrap th {
  text-align: center;
}

td p {
  padding-bottom: 5px;
}

td p:last-child {
  padding-bottom: 0;
}

caption {
  text-align: right;
  font-size: 14px;
  color: #333;
}

.table-wrap .caption {
  padding-top: 5px;
}

.table-wrap .caption p {
  font-size: 14px;
  color: #333;
}


/* footer */
footer {
  background: #F1F5F9;
  width: 100%;
}

footer .container {}

.footer-info {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-info ul li {
  padding-bottom: 15px;
  color: #999;
  ;
  font-size: 14px;
}

.footer-info ul li p {
  color: #999;
  ;
  font-size: 14px;
}

.footer-info ul li p:last-child {
  padding-top: 10px;
}

.footer-info ul li:first-child {
  font-size: 16px;
}

.footer-info ul li:last-child {
  padding-bottom: 0;
}

/*  */
.nav-btn {
  position: fixed;
  right: 25px;
  bottom: 20px;
  z-index: 1000;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.nav-btn a {}

.nav-btn a i {
  color: #1d91d3;
  opacity: 35%;
}

.nav-btn a:hover i {
  opacity: 100%;
}

.nav-btn a.btn-top:hover {
  transform: translateY(-5px);
}

.nav-btn a.btn-bottom:hover {
  transform: translateY(5px);
}

/* 반응형 start */
@media screen and (max-width: 1440px) {
  .banner .banner-container {
    padding: 14rem 0;
  }
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {
  .portfolio-wrap ul {
    width: calc(100% / 2 - 7.5px);
    height: auto;
  }
}

@media screen and (max-width: 800px) {
  .contact-wrap .contact {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .portfolio-wrap ul {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .footer-info ul li p {
    font-size: 12px;
  }

  .subbanner .subbanner-container {
    text-align: center;
  }

  .subpagemenu-wrap .subpagemenu {
    justify-content: center;
  }

  .about-info-wrap div.about-text {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }

  .about-info-wrap div.about-text ul li:last-child {
    justify-content: center;
  }

  .about-info-wrap div.about-text ul li p {
    color: #082D7E;
  }

  .about-info-wrap div.about-text ul li:last-child p:first-child {
    display: none;
  }

  .about-info-wrap div.about-img {
    display: none;
  }

  .contact-wrap .contact .map-title {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  header .container nav div.main-logo a {
    font-size: 1.35rem;
  }

  header .container nav div.mainmenu-wrap ul li {
    font-size: 1.25rem;
  }

  .banner .banner-container {
    padding: 14.75rem 0;
  }

  .banner .banner-container h2 {
    font-size: 2.325rem;
  }

  .banner .banner-container h1 {
    font-size: 5rem;
  }

  .footer-info {
    padding: 20px 0;
  }

  .subbanner {
    padding: 35px 0;
  }

  .subpagemenu-wrap .subpagemenu li {
    padding-right: 15px;
  }

  .subpagemenu-wrap .subpagemenu li a {
    font-size: 15px;
  }

  .contact-wrap .contact .map iframe {
    height: 250px;
  }
}

@media screen and (max-width: 320px) {
  header .container nav {
    justify-content: center;
  }

  header .container nav div.main-logo {
    display: none;
  }

  header .container nav div.mainmenu-wrap ul li {
    padding-left: .975rem;
  }

  header .container nav div.mainmenu-wrap ul li a {
    font-size: 1rem;
  }

  .banner .banner-container {
    padding: 15.275rem 0;
  }

  .banner .banner-container h2 {
    font-size: 1.375rem;
  }

  .banner .banner-container h1 {
    font-size: 3rem;
  }

  .footer-info {
    padding: 25px 0;
  }

  .product-info-wrap .product-title {
    font-size: 16px;
  }

  .product-info-wrap .product-info div.product-table-wrap p {
    font-size: 14px;
  }

  .portfolio-wrap ul li:last-child {
    flex-direction: column;
  }

  .portfolio-wrap ul li:last-child p {
    padding-bottom: 3px;
  }

  .portfolio-wrap ul li:last-child p:last-child {
    padding-bottom: 0;
  }

  .portfolio-wrap ul li:last-child span {
    display: none;
  }

  .contact-wrap .contact .map iframe {
    height: 200px;
  }

  .contact-wrap .contact .contact-info ul li {
    font-size: 14px;
  }
}