@charset 'UTF-8';

/* reset */
* {margin: 0; padding: 0; box-sizing:border-box;}
ul, ol {list-style-type: none;}
h1 {margin: 0;}
i {font-style:normal;}
a {text-decoration:none; color:inherit; display: block;}
button {outline:none; border:none; background:none; cursor:pointer;}
img {border: none; image-rendering:-webkit-optimize-contrast; backface-visibility: hidden;}
html {font-size: 0.625em; color:#333;}
body {font-family: 'SpoqaHanSansNeo', sans-serif; line-height: 1; overflow-x:hidden; color: var(--gray-900); }
.clear:after {content: ""; display: block; clear: both; overflow: hidden; }
.pc {display:none;}
.mo {display: block;}
body.hidden {overflow:hidden;}
section > h2 {display:none;}
#wrap {overflow:hidden; position:relative;}

/* color style */
:root {
  --gray-900: rgba(17, 17, 17, 1);
  --gray-800: rgba(68, 68, 68, 1);
  --gray-700: rgba(102, 102, 102, 1);
  --gray-600: rgba(136, 136, 136, 1);
  --gray-500: rgba(174, 174, 174, 1);
  --gray-400: rgba(200, 200, 200, 1);
  --gray-300: rgba(221, 221, 221, 1);
  --gray-200: rgba(234, 234, 234, 1);
  --gray-100: rgba(247, 247, 247, 1);
  --white-0: rgba(255, 255, 255, 1);
  --darkblue-500: rgba(25, 33, 113, 1);
  --darkblue-400-primary: rgba(5, 53, 152, 1);
  --darkblue-300: rgba(59, 124, 243, 1);
  --darkblue-200: rgba(196, 199, 232, 1);
  --darkblue-100: rgba(225, 226, 237, 1);
}

body {
    font-family: 'Pretendard Variable',Pretendard,-apple-system,BlinkMacSystemFont,"Malgun Gothic","맑은 고딕",helvetica,"Apple SD Gothic Neo",'Noto Sans KR',sans-serif;
    color: #111;
    font-size: 0.0625rem;
    line-height: 1.4;
    letter-spacing: -0.03rem;
}

/********** MO **********/

/* header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: top 0.3s, background 0.3s;
    background: transparent;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; height: 60px;
  padding: 0 20px;
}
header .nav-pc {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
}
header .nav-mo {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
header nav .nav > a {
  width: 130px; height: 32px;
  background: url('../img/logo-w.svg') no-repeat center;
  background-size: cover;
}
header nav .color > a {
  background: url('../img/logo.svg') no-repeat center;
  background-size: cover;
}
header .nav-mo .logo, header .nav-mo-container .nav-mo-inner .gnb-header .logo {
  width: 130px;
  display: flex ;
  align-items: center;
}
header .nav-mo .logo img, header .nav-mo-container .nav-mo-inner .gnb-header .logo img {
  width: 100%;
}
header .nav-mo .menu {
  width: 28px; height: 28px;
  background: url('../img/ico-menu-w.svg') no-repeat center;
  cursor: pointer;
}
header .color .menu {
  background: url('../img/ico-menu.svg') no-repeat center;
}
header .nav-pc-product {
  display: none;
}
header .nav-mo-container {
  display: none;
  background: rgba(0,0,0,0.8);
  width: 100%; height: 100vh;
  z-index: 9;
  position: fixed; top: 0; left: 0;
}
header .nav-mo-container .nav-mo-inner{
  display: block;
  width: 80%; height: 100vh;
  background: #fff;
  position: fixed; top: 0; right: 0;
  z-index: 99;
  overflow-y: auto;
}
header .gnb-header {
  display: flex;
  justify-content: space-between;
  width: 80%; height: 60px;
  padding: 0 20px;
  position: fixed;
  top: 0;
  right: 0;
  background: var(--white-0);
}
header .gnb-nav {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 100px;
}
header .gnb-nav .main-menu .menu-item {
  border-bottom: 1px solid var(--gray-200);

}
header .gnb-nav .main-menu .menu-item  a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 25px 20px;
  justify-content: space-between;
}
header .gnb-nav .has-submenu .toggle-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .gnb-nav .has-submenu .toggle-menu .toggle-open {
  display: block;
  width: 24px; height: 24px;
  background: url('../img/ico-down-gnb.svg') no-repeat center;
  background-size: cover;
  cursor: pointer;
}
header .gnb-nav .has-submenu .submenu {
  display: none;
  background-color: var(--gray-100);
  font-size: 1.6rem; color: var(--gray-800);
  font-weight: 500;
  padding-top: 20px;
}
header .gnb-nav .has-submenu.active .toggle-open {
  background: url('../img/ico-up-gnb.svg') no-repeat center;
  background-size: cover;
}
header .gnb-nav .has-submenu .submenu li {
  border-bottom: none;
}
header .gnb-nav .has-submenu .submenu li a {
  padding: 0 20px 20px;
  display: block;
}
header .gnb-nav .has-submenu .submenu li span {
  display: inline-block;
  margin-left: 12px;
  font-size: 1.4rem;
  color: var(--gray-600);
  font-weight: 400;
}
header .gnb-nav .has-submenu .submenu.open {
  display: block;
}
header .gnb-footer {
  margin: 0 0 60px 20px;
}
header .gnb-footer a {
  width: 60%; height: 50px;
  min-width: 200px;
  border-radius: 6px;
  background: var(--gray-900);
  color: var(--white-0);
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  margin-top: 50px;
}
header .gnb-footer .company-profile-btn {
  margin-top: 20px;
  border: 1px solid var(--gray-900);
  color: var(--gray-900);
  background: var(--whtie-0);
}
header .gnb-footer .company-profile-btn .download {
  width: 24px; height: 24px;
  background: url('../img/ico-down.svg') no-repeat;
  display: inline-block;
  margin-left: 4px;
  vertical-align: sub;
}
header.scrolled {
    top: -100px;
}

header.visible {
    top: 0;
    background: #fff;
}
header.visible .nav-mo .menu {
  background: url('../img/ico-menu.svg') no-repeat center;
}
header.visible .nav-mo a {
  background: url('../img/logo.svg') no-repeat center;
  background-size: cover;
}
header.visible .nav-pc .menu a span {
  background: url('../img/ico-arrow-down-bk.svg') no-repeat center;
  background-size: cover;
}


/* main */
main {
    margin-top: 120px;
}
main h2 {
    padding: 0 20px;
    font-size: 3.8rem;
    margin-bottom: 16px;
    font-weight: 600;
}
main .sub {
    background-size: cover;
    width: 100%; height: 320px;
    color: var(--white-0);
    font-size: 2.4rem;
    font-weight: 700;
    padding: 48px 20px 0;
}

/* section */
section {
  padding: 60px 0;
}
section .sec-inner {
  padding: 0 20px;
  text-align: left;
}
section h2 {
  font-size: 2.8rem;
  font-weight: 700;
}
section .sub-txt {
    font-size: 1.5rem;
    color: var(--gray-700);
    margin: 20px 0 60px;
}
section.last {
  margin-bottom: 120px;
  padding-bottom: 0;
}

/* table */
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.3rem;
  text-align: center;
  border-top: 2px solid var(--gray-900);
  border-bottom: 2px solid var(--gray-900);
  margin-top: 30px;
  min-width: 600px;
}
table th, table td {
  padding: 20px;
  border: 1px solid var(--gray-200);
  min-width: 112px;
}
table th {
  background: var(--gray-100);
  font-weight: 600;
  border-bottom: 1px solid var(--gray-500);
}
table th:first-child, table td:first-child {
  border-left: none;
}
table th:last-child, table td:last-child {
  border-right: none;
}
table tr td:first-child {
  background-color: #F2F4F8;
  font-weight: 600;
}

/* scroll custom */
.scroll-custom {
  overflow: auto;
  padding-right: 4px;
  padding-bottom: 4px;
  scrollbar-width: thin;
  scrollbar-color: var(--gray-400) var(--gray-100);
  cursor: grab;
  user-select: none;
}
.scroll-custom::-webkit-scrollbar {
  width: 4px;  /* 세로 스크롤바 너비 */
  height: 4px; /* 가로 스크롤바 높이 */
}
.scroll-custom::-webkit-scrollbar-track {
  background: var(--gray-100);
}
.scroll-custom::-webkit-scrollbar-thumb {
  background: var(--gray-400);
  border-radius: 999px;
}
.scroll-custom::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

/* 좌우 스크롤 */
.horiz-scroll {
  width: 100%;
  position: relative;
  scrollbar-width: none;
  overflow-x: auto;
  overflow-y: hidden;
  touch-action: pan-x;
  user-select: none;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}
.horiz-scroll.is-dragging { cursor: grabbing; }
.horiz-scroll::-webkit-scrollbar {
  display: none;
}
.horiz-scroll.fixed {
  position: fixed;
  top: 0;
  left: 0; right: 0;
}
.horiz-scroll ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  width: max-content;
  min-width: 100%;
}
.horiz-scroll ul li {
  flex: 0 0 auto;
  white-space: nowrap;
  display: flex;
  cursor: pointer;
}
.horiz-scroll ul li p {
  width: 100%;
}
.horiz-scroll::after {
  right: 0;
  background: linear-gradient(to left, var(--gray-100) 30%, transparent);
  opacity: var(--right-gradient-opacity, 1);
}


/* footer */

footer {
    background: #0A1E37;
    color: var(--white-0);
    position: relative;
}
footer .footer-inner {
  padding: 40px 20px 80px;
}
footer .footer-inner > div {
  margin-bottom: 24px;
}
footer .logo {
  width: 130px; height: 32px;
  background: url('../img/logo-w.svg') no-repeat 50%;
  background-size: cover;
  opacity: 0.6;
  text-indent: -9999px;
}
footer .footer-agreement {
  font-size: 1.5rem;
  font-weight: 600;
}
footer .footer-agreement div {
  margin-bottom: 12px;
}
footer .footer-info {
  font-size: 1.3rem;
  opacity: 0.7;
}
footer .footer-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 500px;
}
footer .footer-info .bar {
  opacity: 0.4;
}
footer .rights {
  font-size: 1.2rem;
  opacity: 0.6;
  margin-bottom: 0;
}
footer .scroll-top {
  background: url('../img/top.png') no-repeat 50%;
  background-size: contain;
  width: 44px; height: 44px;
  position: absolute;
  right: 20px; top: 30px;
  cursor: pointer;
}



/********** MO(821 - 1023) **********/
@media screen and (min-width: 821px) {
  .mo { display: none; }
  .pc {display: block;}
  section {
    padding: 80px 0 120px;
  }


  /* main */
  main h2 {
    font-size: 6rem;
    margin-bottom: -32px;
    padding: 0 60px;
    position: relative;
    z-index: 99;
  }
  main .sub {
    position: relative;
  }
  main .sub-txt {
    position: absolute;
    right: 60px; top: 50%;
    transform: translateY(-50%) !important;
    display: inline-block;
    font-size: 2.8rem;
  }
  header .nav-pc .menu a span {
    display: inline-block;
    width: 18px; height: 18px;
    background: url('../img/ico-arrow-down.svg') no-repeat 50%;
    margin-left: 8px;
    vertical-align: text-bottom;
  }
  header .color .menu a span {
      background: url('../img/ico-arrow-down-bk.svg') no-repeat 50%;
  }



  section .sec-inner {
    padding: 0 60px;
  }


  /* table */
  table {
    font-size: 1.5rem;
  }


   /* footer */
  footer .footer-inner {
    padding: 60px 60px 100px;
  }
  footer .footer-agreement {
      display: flex;
      margin-top: 40px;
      gap: 30px;
      font-size: 1.6rem;
  }
  footer .footer-agreement div {
      margin-bottom: 0;
  }
  footer .footer-info {
      width: 430px;
      line-height: 1.6;
    }

} /*821*/


/********** MO(1025 - 1440) **********/
@media screen and (min-width: 1025px) {
    header nav {
      height: 90px;
      padding: 0 60px;
    }
    header .nav-mo { display: none; }
    header .nav-pc {
      height: 90px;
      display: flex;
      justify-content: space-between;
      padding: 0;
      width: 100%;
    }
    header .nav-pc-product {
      display: block;
      width: 100%;
      position: absolute;
      left: 0; top: 90px;
      background: #F3F3F7;
    }
    header .nav-pc-product .nav-pc-inner {
      padding: 30px 60px;
    }
    header .nav-pc-product .nav-pc-inner ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
    }
    header .nav-pc-product .nav-pc-inner ul li {
      background: var(--white-0);
      width: 100%;
      padding: 12px;
      border-radius: 8px;
    }
    header .nav-pc-product .nav-pc-inner ul li:hover {
      /* border: 2px solid var(--darkblue-300); */
      box-sizing: border-box;
      box-shadow: 4px 4px 20px rgba(0,0,0,.16);
    }
    header .nav-pc-product .nav-pc-inner ul li .product-txt {
      font-size: 1.4rem;
      text-align: right;
    }
    header .nav-pc-product .nav-pc-inner ul li .product-logo {
      width: 120px;
    }
    header .nav-pc-product .nav-pc-inner ul li .product-logo img {
      width: 100%;
      margin-bottom: 12px;
    }
    header nav .nav-pc > a {
      width: 178px; height: 44px;
    }
    header .nav-pc .menu {
      color: var(--white-0);
      font-size: 1.8rem;
      display: flex;
      font-weight: 600;
      background: none;
    }
    header .color .menu {
      color: var(--gray-900);
    }
    header .nav-pc .menu  a {
      width: 124px;
      text-align: center;
      padding: 20px 0;
    }
    header .nav-pc .nav-btn {
      display: flex;
      gap: 12px;
    }
    header .nav-pc .nav-btn > div {
      width: 124px; height: 44px;
      background: rgba(255,255,255,.12);
      color: var(--white-0);
      border-radius: 6px;
      font-size: 1.6rem;
      font-weight: 600;
      text-align: center;
      line-height: 44px;
      backdrop-filter: blur(12px); /* 배경 블러 */
      -webkit-backdrop-filter: blur(12px);
    }
    header .nav-pc .nav-btn .contact {
      width: 94px;
    }
    header .nav-pc .nav-btn .company-profile {
      width: 132px;
    }
    header .nav-pc .nav-btn .company-profile .download {
      display: inline-block;
      background: url('../img/ico-down-w.svg') no-repeat;
      margin-left: 4px;
      width: 24px; height: 24px;
      vertical-align: sub;
    }
    header .color .contact {
      background: var(--gray-900);
    }
    header.visible .nav-pc .company-profile {
      background: var(--white-0);
      color: var(--gray-900);
      border: 1px solid var(--gray-900);
    }
    header.visible .nav-pc .company-profile .download {
      background: url('../img/ico-down.svg') no-repeat;
    }
    header.visible .nav-pc .contact {
      background: var(--gray-900);
    }
    header.visible .nav-pc > a {
      background: url('../img/logo.svg') no-repeat center;
      background-size: cover;
    }
    header.visible .nav-pc .menu {
      color: var(--gray-900);
    }
    main {
      margin-top: 200px;
    }
    main h2 {
      font-size: 9rem;
      margin-bottom: -48px;
    }
    main .sub {
      height: 460px;
    }
    main .sub-txt {
      font-size: 4rem;
    }
    section h2 {
      font-size: 4.2rem;
    }
    section .sub-txt {
      font-size: 1.8rem;
    }
    section {
      padding: 120px 0;
    }
    section.last {
      margin-bottom: 180px;
    }
    table{
      margin-top: 60px;
    }

    footer .footer-info, footer .rights {
      font-size: 1.4rem;
    }
    footer .logo {
      width: 178px; height: 44px;
    }
    footer .scroll-top {
      right: 60px;
    }
} /*1440*/


/********** MO(1441 ~) **********/
@media screen and (min-width: 1441px) {
  .sec-inner, footer .footer-inner, main h2 {
    width: 72.708vw;
    min-width: 1396px;
    margin: 0 auto;
  }
  .pc-1441 {
    display: none;
  }
  header .nav-pc-product .nav-pc-inner {
    padding: 40px 0;
  }
  header .nav-pc-product .nav-pc-inner ul {
    width: 72.708vw;
    min-width: 1396px;
    margin: 0 auto;
    gap: 20px;
  }
  header .nav-pc-product .nav-pc-inner ul li {
    padding: 20px;
  }
  header .nav-pc-product .nav-pc-inner ul li .product-logo img {
    width: 140px;
    margin-bottom: 24px;
  }
  header .nav-pc-product .nav-pc-inner ul li .product-txt {
    font-size: 1.6rem;
  }
  header .nav-pc .nav-btn .contact {
    width: 112px;
  }
  header .nav-pc .nav-btn .company-profile {
    width: 132px;
  }
  header .nav-pc .menu  a {
    width: 160px;
  }
  main h2 {
    padding: 0;
  }

  section .sec-inner {
    padding: 0;
  }
  footer .footer-inner {
    padding: 80px auto 120px;
  }
  main h2 {
    margin-bottom: -48px;
  }
  main .sub-txt {
    width: 72.708vw;
    min-width: 1396px;
    display: flex;
    justify-content: right;
    right: 0; left: 50%;
    transform: translate(-50%, -50%) !important;
  }
  table {
    font-size: 1.6rem;
  }





} /*1441*/
