/* Reset & base */
* {
  box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;700&display=swap");

@font-face{
    font-family: "NotoSans";
    font-weight: 100;
    font-style: normal;
    src: url(/templets/main/font/NotoSans-Light.eot);
    src: local('※'),
    url(/templets/main/font/NotoSans-Light.eot?#iefix) format('embedded-opentype'),
    url(/templets/main/font/NotoSans-Light.woff2) format('woff2'),
    url(/templets/main/font/NotoSans-Light.woff) format('woff');
}

@font-face{
    font-family: "NotoSans-Normal";
    font-weight: 200;
    font-style: normal;
    src: url(/templets/main/font/NotoSans-Regular.eot);
    src: local('※'),
    url(/templets/main/font/NotoSans-Regular.eot?#iefix) format('embedded-opentype'),
    url(/templets/main/font/NotoSans-Regular.woff2) format('woff2'),
    url(/templets/main/font/NotoSans-Regular.woff) format('woff');
}

@font-face{
  font-family: "NotoSansKR-Regular";
  font-weight: 400;
  font-style: normal;
  src: url(/templets/main/font/NotoSans-Regular.eot);
  src: local('※'),
  url(/templets/main/font/NotoSans-Regular.eot?#iefix) format('embedded-opentype'),
  url(/templets/main/font/NotoSans-Regular.woff2) format('woff2'),
  url(/templets/main/font/NotoSans-Regular.woff) format('woff');
}

@font-face{
    font-family: "NotoSansKR-Medium";
    font-weight: 400;
    src: url(/templets/main/font/NotoSans-Medium.eot);
    src: local('※'),
    url(/templets/main/font/NotoSans-Medium.eot?#iefix) format('embedded-opentype'),
    url(/templets/main/font/NotoSans-Medium.woff2) format('woff2'),
    url(/templets/main/font/NotoSans-Medium.woff) format('woff');
}

@font-face{
    font-family: "NotoSansKR-Medium";
    font-weight: 500;
    src: url(/templets/main/font/NotoSans-Medium.eot);
    src: local('※'),
    url(/templets/main/font/NotoSans-Medium.eot?#iefix) format('embedded-opentype'),
    url(/templets/main/font/NotoSans-Medium.woff2) format('woff2'),
    url(/templets/main/font/NotoSans-Medium.woff) format('woff');
}


@font-face{
    font-family: "NotoSansKR-Bold";
    font-weight: 700;
    src: url(/templets/main/font/NotoSans-Bold.eot);
    src: local('※'),
    url(/templets/main/font/NotoSans-Bold.eot?#iefix) format('embedded-opentype'),
    url(/templets/main/font/NotoSans-Bold.woff2) format('woff2'),
    url(/templets/main/font/NotoSans-Bold.woff) format('woff');
}

@font-face {
    font-family: 'LCDMono';
    src: url(/templets/main/font/LCDMB.eot);
    src: local('※'),
    url(/templets/main/font/LCDMB.eot?#iefix) format('embedded-opentype'),
    url(/templets/main/font/LCDMB.woff) format('woff'),
    url(/templets/main/font/LCDMB.ttf) format('truetype');
}


html,
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans KR", sans-serif !important;
  letter-spacing: -0.5px;
  font-weight: 400;
  color: #0b1221;
   word-break:break-word;
	overflow-wrap:break-word;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover { 
	text-decoration: none !important;	
}

.container_main_top {
  width: min(1200px, 92%) !important;
  margin: 0 auto;
}

@media (max-width: 1320px) {
  .layout {
    padding: 0 24px;
  }
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  background: #ffffff;
  box-shadow: 0 6px 10px 0 rgba(112, 112, 112, 0.2);
  z-index: 50;
  height: 82px;
}

.headerscrolled {
  background-image: linear-gradient(270deg, #1538b9 0%, #95c1ef 100%);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  height: 82px;
}

.nav::before,
.nav::after {
  content: none !important;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand:hover { cursor: pointer; }

.brand img {
  object-fit: contain;
}

.main-nav {
  display: flex;
  gap: 22px;
  font-size: 18px;
  color: #111111 !important;
  font-weight: 500;
}

.main-nav a {
  font-size: 18px;
  color: #111111 !important;
  font-weight: 500;
  background: url("/templets/main/assets/05Ic/14/Arrow_down.svg") no-repeat right;
  padding-right: 10px;
}

.main-nav a:hover {
	text-decoration:none !important;
}

/*
.main-nav a:hover {
  opacity: 1;
}*/
.util {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #555555;
  letter-spacing: -0.03px;
  text-align: left;
  line-height: 27px;
  font-weight: 500;
}

.util .bar {
  background: #c2c2c2;
  width: 1px;
  height: 17px;
}

.login {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-weight: 600;
  opacity: 0.8;
}

.login img {
  width: 36px;
  height: 36px;
}

/* ----- hover하면 submenu 나타나는 css start ----- */
.dropdown {
  display: none;
  position: absolute;
  top: 83px;
  left: 0;
  width: 100vw;
  background: #f6f6f6;
  box-shadow: 0 40px 32px rgba(0, 0, 0,0.2);
}

.submenu-box .submenu.depth2 {
  display: none;
}

/* 3depth css */
/* 솔루션: 위 3, 아래 2의 3열 그리드 */
.submenu.depth2.has-3depth.is-open {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 16px;
  /* 가로/세로 간격 */
  /*width: 80%;*/
  max-width:1100px;
  /*padding: 46px 200px 40px 200px;*/
  padding: 46px 5% 40px 5%;
  margin: 0 auto;
}

/* 구매/지원: 가로 한 줄 */
.submenu.depth2.no-3depth.is-open {
  display: flex;
  justify-content: center;
  gap: 60px;
  width: 80%;
  height: 82px;
  margin: 0 auto;
  padding: 29px 0 28px 0;
}

/* (선택) 솔루션 각 항목 내부 정렬 */
.submenu.depth2.has-3depth li.has-submenu {
  display: block !important;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
  list-style: none;
  width: 390px;
  height: 120px;
}

.submenu.depth2.has-3depth li.has-submenu:last-child {
  background-color: inherit;
}

/* 솔루션 메뉴 depth2 항목 제목 */
.submenu.depth2.has-3depth .depth2-title {
  border-radius: 4px;
  margin: 10px 15px;
  font-family: NotoSansKR-Bold;
  font-size: 17px;
  color: #000000;
  letter-spacing: -0.5px;
  line-height: 26px;
  font-weight: 700;
  gap: 4px;
  height: 26px;
}

/* depth3 */
.submenu.depth2.has-3depth .submenu.submenu-depth3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 16px;
  max-width: 300px;
  margin-left: 15px;
}

.submenu.depth2.has-3depth .submenu.submenu-depth3 li a {
  font-family: NotoSansKR-Regular;
  font-size: 15px;
  color: #BBBBBB;
  letter-spacing: -0.5px;
  line-height: 23px;
  font-weight: 400;
  text-decoration: underline;
}

.submenu.depth2.has-3depth .submenu.submenu-depth3>li>a:hover {
  color: #2050DD !important;
  font-weight: 500 !important;
}

.submenu.depth2.has-3depth .submenu.submenu-depth3 li a:hover {
  font-family: NotoSansKR-Regular;
  font-size: 15px;
  color: #BBBBBB;
  letter-spacing: -0.5px;
  line-height: 23px;
  font-weight: 400;
  text-decoration: underline !important;
}

a.depth2-title-link {
  display: inline-block;
  padding-right: 20px;
  background: url("/templets/main/assets/05Ic/16/Arrow_more.svg") no-repeat right center;
  background-size: 16px 16px;
}

/* 구매/지원 2depth*/
.submenu.depth2.no-3depth .submenu.submenu-depth3 li {
  width: 61px;
  height: 25px;
}

.submenu.depth2.no-3depth li a {
  display: block;
  font-family: NotoSansKR-Regular;
  font-size: 17px;
  color: #111111;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 25px;
  font-weight: 400;
}

.submenu.depth2.no-3depth li a:hover {
  font-family: NotoSansKR-Medium;
  color: #2050DD;
  font-weight: 500;
  text-decoration: none;
}

/* 솔루션 도입 상담받아보기 버튼 */
.gradationBtn {
  display: flex;
  justify-content: space-between;
  background:
          url("/templets/main/assets/05Ic/24/Arrow_Right.svg") no-repeat right 10px center,
          linear-gradient(270deg, #1538B9 0%, #95C1EF 100%);
  border-radius: 8px;
  font-family: NotoSansKR-Bold;
  font-size: 18px;
  color: #ffffff !important;
  letter-spacing: -0.5px;
  line-height: 26px;
  font-weight: 700;
  width: 100%;
  padding: 14px 20px;
  background-size: 24px, cover;
}

.pQNA {
  font-family: NotoSansKR-Medium;
  font-size: 14px;
  color: #555555;
  letter-spacing: -0.5px;
  font-weight: 500;
  margin-top: 24px;
}

/* ----- hover하면 submenu 나타나는 css end ----- */

/* ---------- common css ---------- */
.mb-10 {
  margin-bottom: 10px;
}

/* Buttons */
.btn {
  padding: 10px 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: -0.5px;
  line-height: 30px;
  font-weight: 500;
}

.btn.ghost {
  background: transparent;
}

.btn.primary {
  border: 1px solid #173582;
  background: #2050dd;
}

.btn.secondary {
  background: #173582;
  color: #ffffff;
  border: 1px solid #04102f;
}

.btn.small {
  font-size: 14px;
  padding: 8px 14px;
}

.btn.large {
  font-size: 18px;
  padding: 14px 22px;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #edf5ff, #ffffff 50%);
}

.hero-bg {
  position: absolute;
  inset: auto 0 -8%;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.hero-inner {
  padding: 135px 0 200px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.eyebrow {
  font-size: 30px;
  color: #333333;
  text-align: center;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 0px;
}

.eyebrow strong {
  font-size: 30px;
  color: #2050dd;
  text-align: center;
  line-height: 44px;
  font-weight: 700;
}

.logo-inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  /* 로고와 ® 간격 */
}

.logo-img {
  height: 54px;
  display: inline-block;
  vertical-align: middle;
}

.hero h1 {
  font-size: 70px;
  color: #000000;
  letter-spacing: -4px;
  text-align: center;
  line-height: 76px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 40px;
}

.hero .sub {
  font-size: 24px;
  color: #555555;
  letter-spacing: -1px;
  text-align: center;
  line-height: 34px;
  font-weight: 400;
}

.hero .sub span {
  font-size: 24px;
  color: #333333;
  letter-spacing: -1px;
  text-align: center;
  line-height: 34px;
  font-weight: 500;
}

.hero .cta {
  margin-top: 61px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

/* Product Tabs Swiper */
.product-swiper {
  width: 100%;
  padding-bottom: 40px;
}

.product-tabs {
  display: flex;
}

.product-tabs .tab {
  width: 160px;
  height: 100px;
  border: none;
  border-radius: 16px;
  background: url("/templets/main/assets/IMG/Main/Visual/thum_default.svg") no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s;
}

.product-tabs .tab:hover {
  transform: translateY(-3px);
}

.product-tabs .tab.active {
  outline: 3px solid #2050dd;
}

.product-tabs .tab img {
  max-width: 70%;
  max-height: 50%;
  object-fit: contain;
}

/* Swiper pagination */
.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #2050dd;
}

/* Features */
.features {
  padding: 72px 0;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.chip {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef2ff;
  border: 1px solid #dbe2ff;
  color: #1848ff;
  font-weight: 700;
}

.features h2 {
  margin: 12px 0;
  font-size: clamp(24px, 4.2vw, 36px);
  letter-spacing: -0.02em;
}

.features p {
  opacity: 0.9;
  line-height: 1.7;
}

.checks {
  list-style: none;
  padding: 0;
  margin: 18px 0;
  display: grid;
  gap: 10px;
}

.checks li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.checks img {
  width: 18px;
  height: 18px;
}

.feature-ctas {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.feature-visual {
  padding: 18px;
  border-radius: 20px;
  background: radial-gradient(120% 60% at 50% 0%, #f7f9ff 0, #fff 70%);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.feature-visual img {
  width: 100%;
  height: auto;
}

/* News */
.news {
  padding: 80px 0 40px;
  background: #fbfcff;
}

.news h3 {
  font-size: clamp(22px, 3.2vw, 28px);
  margin-bottom: 22px;
}

.news-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.news-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.news-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.news-meta {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px 16px 0;
  font-weight: 700;
  color: #1848ff;
}

.news-meta time {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-card h4 {
  padding: 8px 16px 16px;
  margin: 0;
  font-size: 16px;
  min-height: 72px;
}

.news-card .more {
  margin: 0 16px 16px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-weight: 700;
  color: #1848ff;
}

.news-card .more img {
  width: 20px;
  height: 20px;
}

/* 최신뉴스 */
/* 레이어 팝업 클릭 시, 회색 배경 overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6); /* 반투명 회색 */
  display: none; /* 처음엔 숨김 */
  z-index: 1000;
}

.overlay.active {
  display: block;
}

body.no-scroll {
  overflow: hidden;
}

/* 팝업 띄우면 뒤에 메인화면 클릭 방지 */
body.active *:not(.overlay) {
  pointer-events: none;
}

/* 메인 세번째 - 공지사항 start */
.notice {
  background-color: #F4F5F7;
  height: 860px;
  margin-top:80px;
}

.notice>.grid-2 {
  gap: 88px;
}

.main-thirdTitle>h3 {
  font-size: 44px;
  color: #111111;
  letter-spacing: -2px;
  text-align: center;
  line-height: 66px;
  font-weight: 700;
  padding: 112px 0 80px 0;
  margin: 0;
}

.line {
  display: block;
  /* 각각 줄바꿈 */
}

.image-link {
  display: block;
  width: 454px;
  height: 406px;
  background-image: url("../assets/IMG/Main/News/Thum.svg");
  background-size: cover;
  background-position: center;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

.image-link>.text {
  position: absolute;
  color: #FFFFFF;
  left: 42px;
}

/* 개별 배치 */
.t1 {
  top: 40px;
  font-size: 18px;
  letter-spacing: -1px;
  font-weight: 700;
}

.t2 {
  top: 88px;
  font-size: 22px;
  letter-spacing: -0.5px;
  line-height: 32px;
  font-weight: 500;
  width: 370px;
  height: 192px;
}

.t3 {
  top: 348px;
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 22px;
  font-weight: 500;
}

.mainNotice-Box>a {
  display: flex;
  justify-content: flex-end;
  /* 가로 가운데 */
  align-items: center;
  /* 세로 가운데 (a 높이가 있으면) */
  gap: 4px;
  font-size: 14px;
  color: #676767;
  letter-spacing: -0.5px;
  line-height: 22px;
  font-weight: 500;
}

.mainNotice-Box>a>img {
  margin-top: 2px;
}

.noticeDate {
  display: flex;
  flex-direction: column;
}

.noticeDay {
  font-size: 48px;
  color: #BBBBBB;
  letter-spacing: -1px;
  text-align: center;
  font-weight: 700;
}

.noticeMonthYear {
	font-family: NotoSansKR-Regular;
  font-size: 14px;
  color: #BBBBBB;
  letter-spacing: -0.5px;
  text-align: center;
  font-weight: 400;
}

.noticeBlock {
  display: flex;
  gap: 34px;
  align-items: center;
  width: 670px;
  height: 128px;
  border-bottom: 1px solid #eeee;
}

.noticeInform {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.noticeInform span {
  font-size: 18px;
  color: #2050DD;
  letter-spacing: -0.5px;
  line-height: 26px;
  font-weight: 700;
}

.noticeInform a {
	font-family: NotoSansKR-Regular;
  max-width: 560px;
  min-height: 30px;
  /* 글이 적어도 30px */
  max-height: 60px;
  /* 글이 많아도 60px */
  font-size: 20px;
  color: #333333;
  letter-spacing: -0.5px;
  line-height: 30px;
  font-weight: 400;
}

/* 메인 세번째 - 공지사항 end */

/* Reference */
.reference {
  padding: 80px 0;
}

.reference h3 {
  font-size: clamp(22px, 3.2vw, 28px);
  margin-bottom: 6px;
}

.ref-sub {
  opacity: 0.75;
  margin-bottom: 20px;
}

.ref-logos {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

/* CTA Band */
.cta-band {
  background: linear-gradient(90deg, #1b4eff, #5ba6ff);
  color: #fff;
  padding: 56px 0;
}

.cta-band-inner {
  text-align: center;
}

.cta-band h3 {
  font-size: clamp(22px, 3.2vw, 28px);
  margin: 0 0 8px;
}

.cta-band p {
  opacity: 0.95;
  margin-bottom: 16px;
}

/* 문의영역 */
.inquiry-section {
  background-image: image-set(url("/templets/main/assets/IMG/Main/Advice_bg.jpg") 1x,
  url("/templets/main/assets/IMG/Main/Advice_bg@2x.jpg") 2x,
  url("/templets/main/assets/IMG/Main/Advice_bg@3x.jpg") 3x);
  background-size: cover;
  color: #fff;
  text-align: center;
  height: 100%;
}

.inquiry-section h2 {
  padding-top: 60px;
  font-size: 36px;
  color: #ffffff;
  letter-spacing: -2px;
  text-align: center;
  line-height: 66px;
  font-weight: 700;
  margin-bottom: 15px;
}

.inquiry-section p {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 36px;
  font-weight: 500;
}

.inquiry-btn {
  /*height: 64px;*/
  display: inline-block;
  background: #ffffff;
  border: 1px solid #2050dd;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s;
  font-size: 18px;
  color: #2050dd !important;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 60px;
  /*margin-top:33px;*/
}


.inquiry-btn:hover {
  text-decoration: none;
}

/* footer */
ol,
ul {
  list-style: none;
  padding: 0;
}

footer {
  font-family: NotoSansKR-Regular;
  height: 428px;
  background-color: #1f1f1f;
}

footer>.footer-top {
  border-bottom: 1px solid #7c7c7c;
}

footer>.footer-top>.footer-inner {
  width: 1200px;
  margin: 0 auto;
}

footer>.footer-top>.footer-inner {
  padding-top: 50px;
  height: 318px;
}

footer>.footer-top>.footer-inner>div {
  float: left;
  width: 400px;
}

footer>.footer-top>.footer-inner>div>h4 {
  font-weight: 400;
  font-size: 15px;
  color: #dfdfdf;
  margin-bottom: 20px;
}

footer>.footer-top>.footer-inner>div>ul>li {
  margin-bottom: 18px;
  color: #afafaf;
  font-size: 14px;
}

footer>.footer-top>.footer-inner>div>ul>li>a>img {
  margin-right: 10px;
}

footer>.footer-top>.footer-inner>div>ul>li>a,
footer>.footer-top>.footer-inner>div>ul>li>span {
  color: #afafaf;
  font-size: 14px;
}

footer>.footer-top>.footer-inner>div>ul.cx-post-ul>li>a {
  width: 300px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 20px;
}

footer>.footer-bottom>.footer-inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 25px;
}

footer>.footer-bottom>.footer-inner a,
footer>.footer-bottom>.footer-inner .copyright {
  color: #afafaf;
  font-size: 14px;
}

footer>.footer-bottom>.footer-inner a.policy:before {
  content: "";
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
  width: 1px;
  height: 11px;
  background: url(/templets/main/img/img_footer_line.gif) no-repeat;
}

footer .family-site-list>li>.bg-icon {
  background: url(/templets/main/img/icon_footer.png) no-repeat 0 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

footer .family-site-list>li.site-support>.bg-icon {
  background: url(/templets/main/img/icon_footer.png) no-repeat 0 0px;
}

footer .family-site-list>li.site-company>.bg-icon {
  background: url(/templets/main/img/icon_footer.png) no-repeat 0 -50px;
}

footer .family-site-list>li.site-facebook>.bg-icon {
  background: url(/templets/main/img/icon_footer.png) no-repeat 0 -100px;
}

footer .family-site-list>li.site-tistory>.bg-icon {
  background: url(/templets/main/img/icon_footer.png) no-repeat 0 -150px;
}

footer .family-site-list>li.site-youtube>.bg-icon {
  background: url(/templets/main/img/icon_footer.png) no-repeat 0 -200px;
}

/* asis 스타일 */
.ci-dialog-content {
	display: none;
}

/* Responsive */
@media (max-width: 960px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .news-wrap {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding-bottom: 140px;
  }
}




@media (max-width: 1024px) {
  footer {
    padding: 30px 40px;
  }
/*
  nav {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 250px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    padding: 20px;
    transition: left 0.3s ease;
  }

  nav.active {
    left: 0;
  }

  nav ul {
    flex-direction: column;
    gap: 20px;
  }

  nav ul li {
    width: 100%;
  }

  .dropdown {
    position: static;
    box-shadow: none;
    padding: 10px 0;
    display: none;
  }

  nav ul li.open .dropdown {
    display: block;
  }

  .right-menu {
    display: none;
  }
*/
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-post {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-post span {
    font-size: 12px;
    color: #999;
    margin-top: 4px;
  }
}

@media (max-width: 480px) {
  footer {
    padding: 20px;
    font-size: 13px;
  }

  .footer-title {
    font-size: 15px;
  }
}


/* ---------------UI component--------------- */

.solution-hero {
  text-align: center;
  margin-top: 160px;
}

.solution-hero .sub-title {
  font-family: NotoSansKR-Medium;
  font-size: 30px;
  color: #111111;
  letter-spacing: -1px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 19px;
}

.solution-hero .main-title {
  font-family: NotoSansKR-Bold;
  font-size: 55px;
  color: #000000;
  letter-spacing: -2px;
  text-align: center;
  line-height: 76px;
  font-weight: 700;
  margin-bottom: 85px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 120px;
}

.cta-buttons .btn {
  font-family: NotoSansKR-Medium;
  color: #FFFFFF;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 30px;
  border-radius: 32px;
  text-decoration: none;
  width: 218px;
  max-width: 100%;
  height: 64px;
}

.btn.primary:hover {
}


.btn.secondary:hover {
}

.tab-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 43.5px;
  margin: 30px auto;
  width: 1200px;
  max-width: 100%;
  height: 80px;
  background: #F6F6F6;
  border-radius: 16px;
}

.tab-menu .tab {
  font-family: NotoSansKR-Medium;
  font-size: 20px;
  color: #888888;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
}

.tab-menu .tab.active {
  font-family: NotoSansKR-Medium;
  font-size: 20px;
  color: #2050DD;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
}

.grid-section {
  text-align: center;
  padding: 60px 20px;
}

.grid-section .grid-title {
  margin: 0 auto 30px auto;
  padding: 0;
  font-size: 0;
  line-height: 0;
  width: 371px;
  height: 42px;
  display: block;
  background-image: url("/templets/uiComponent/assets/00Iogo/Solution/03webPonent/03Grid.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.grid-section .grid-title img {
  visibility: hidden;
  width: 0;
  height: 0;
  display: none;
}

.grid-section .grid-desc {
  font-family: NotoSansKR-Bold;
  font-size: 20px;
  color: #111111;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 4px;
}

.grid-section .grid-desc-sub {
  font-family: NotoSansKR-Regular;
  font-size: 17px;
  color: #111111;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 30px;
}

.grid-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 60px auto 0 auto;
}

.grid-tabs li {
  cursor: pointer;
  width: 120px;
  height: 80px;
}

/* li 안에 있는 a 태그에 스타일 적용 */
.grid-tabs li a {
  font-family: NotoSansKR-Medium;
  font-size: 20px;
  color: #888888;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; /* 부모 li에 맞춰 너비 설정 */
  height: 100%; /* 부모 li에 맞춰 높이 설정 */
  text-decoration: none;
}

/* active li에 hover 및 active 스타일 적용 */
.grid-tabs li.active {
  font-weight: 600;
  border-bottom: 2px solid #333333;
}

.grid-tabs li.active a {
  color: #111; /* active 상태의 텍스트 색상 */
}

/* 반응형 */
@media (max-width: 768px) {
  .solution-hero .sub-title {
    font-size: 20px;
  }
  .solution-hero .main-title {
    font-size: 36px;
    line-height: 1.4;
  }
  .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .cta-buttons .btn {
    width: 100%;
    height: auto;
    padding: 15px 0;
  }
  .tab-menu {
    width: 100%;
    gap: 15px;
    height: auto;
    padding: 10px 0;
    flex-wrap: wrap;
  }
  .tab-menu .tab {
    font-size: 16px;
  }

  .grid-section {
    padding: 40px 15px;
  }
  .grid-section .grid-title {
    width: 80%;
    max-width: 371px;
    height: auto;
    margin-bottom: 20px;
  }
  .grid-section .grid-desc {
    font-size: 18px;
  }
  .grid-section .grid-desc-sub {
    font-size: 15px;
  }
  .grid-tabs {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 40px;
  }
  .grid-tabs li {
    width: calc(33.33% - 10px);
    height: auto;
    padding: 15px 5px;
  }

  /* 나중에 수정필요 kji class로 */
  #grid-features,
  #grid-demo,
  #grid-functions,
  #grid-guide,
  #grid-editor,
  #grid-documents {
    scroll-margin-top: 92px;
  }
}

/* ---------------UI component END--------------- */

/* --- solution Tab css start --- */
/* 탭 메뉴: navbar 밑에 붙음 */
.common-tabMenu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
  margin: auto auto 120px;
  width: 1200px;
  max-width: 100%;
  height: 80px;
  background: #F6F6F6;
  border-radius: 16px;
  top: 82px;   /* 헤더 높이 */
  /*transition: all 0.3s ease; *//* 부드럽게 */
}
.common-tabMenu.sticky-full {
  width: 100vw !important;
  margin: 0;
  border-radius: 0;
}

.common-tabMenu.fixed {
  position: fixed;
  width: 100vw;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  z-index: 40;
}

.common-tabMenu .tabMenu.active {
  font-family: NotoSansKR-Medium;
  font-size: 20px;
  color: #2050DD;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
}

.tabMenu {
  font-size: 20px;
  color: #888888;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 30px;
  font-family: NotoSansKR-Medium;
  font-weight: 500;
  width: 250px;
  height: 30px;
}
.tabMenu:link, .tabMenu:visited {
  color: #888888;
}
.sub-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 60px auto 60px auto;
  /* 추가 */
  position: sticky;
  top: 162px;  /* 헤더(82) + 상단탭(80) */
  z-index: 39;
  background: #fff; /* 붙었을 때 밑 컨텐츠랑 겹치지 않게 */
}
.sub-tabs.no_comm_tab {
  top: 82px !important;
}

.sub-tabs li {
  cursor: pointer;
  width: 120px;
  height: 80px;
}

.sub-tabs li a {
  font-family: NotoSansKR-Medium;
  font-size: 20px;
  color: #888888;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.sub-tabs li.active {
  font-weight: 600;
  border-bottom: 2px solid #333333;
}

.sub-tabs li.active a {
  color: #111;
}

.sub-tabs.fixed {
  position: fixed;
  top: 162px; /* navbar 높이만큼 */
  width: 100vw;
  gap: 154px;
  margin: 0;
  padding: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 10;
}

.tab-content {
  margin-top: 20px;
}

.subContent {
  display: none;
}

.subContent.active {
  display: block;
}

/* --- solution Tab css end --- */
/* --- coreFrame Tab css start --- */
.solution-title {
  font-family: NotoSansKR-Regular;
  margin: 120px 0 20px;
  font-size: 28px;
  color: #555555;
  letter-spacing: -1px;
  text-align: center;
  font-weight: 400;
}

.solution-mainTitle {
  font-family:NotoSansKR-Bold !important;
  font-size: 55px;
  color: #000000;
  letter-spacing: -2px;
  text-align: center;
  line-height: 76px;
  font-weight: 700;
  margin: 0;
}
.db_main_logo {
  display: block;
  width: 290px;
  margin: 0 auto;
}
.biz_main_logo {
  display: block;
  width: 375px;
  margin: 0 auto;
}
.solution-ctaButtons {
  display: flex;
  justify-content: center;
  margin: 40px 0 80px 0;
  gap: 14px;
}
/* --- coreFrame --- */
.solution-ctaButtons a {
  font-size: 20px;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 30px;
  font-family: NotoSansKR-Medium;
  font-weight: 500;
  width: 218px;
  height: 64px;
  color: #ffffff !important;
}
.coreFRAME_grid-title {
  background-image:url("/templets/main/assets/00Iogo/Solution/04 Coreframe/02Default.svg");
  background-position: center;
  background-size: 125% auto;
  width: 623px;
  height: 52px;
  text-align: center;
  margin: 94px auto 30px auto;
  background-repeat: no-repeat;
}
.subtabs-desc {
  font-size: 20px;
  color: #111111;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 30px;
  font-family: NotoSansKR-Bold;
  font-weight: 700;
  margin-bottom: 4px;
}
.subtabs-desc-sub {
  font-family: NotoSansKR-Regular;
  font-size: 17px;
  color: #111111;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 25px;
  font-weight: 400;
}
/* --- coreFrame WTS Edition --- */
.coreFRAME_WTS_grid-title {
  background-image:url("/templets/main/assets/00Iogo/Solution/04 Coreframe/03WTS.svg");
  background-position: center;
  background-size: 100% auto;
  width: 623px;
  height: 52px;
  text-align: center;
  margin: 96px auto 30px auto;
  background-repeat: no-repeat;
}
.coreFRAME_SWS_grid-title {
  background-image:url("/templets/main/assets/00Iogo/Solution/04 Coreframe/04SWS.svg");
  background-position: center;
  background-size: 100% auto;
  width: 623px;
  height: 52px;
  text-align: center;
  margin: 96px auto 30px auto;
  background-repeat: no-repeat;
}
/* --- coreFrame Tab css end --- */
/* --- webPonent Tab css start --- */
.webPonent-title {
  margin-top: 120px;
  margin-bottom: 0;
  font-size: 30px;
  color: #555555;
  letter-spacing: -1px;
  text-align: center;
  font-weight: 400;
}

.webPonent-mainTitle {
  font-family:NotoSansKR-Bold !important;
  font-size: 55px;
  color: #000000;
  letter-spacing: -2px;
  text-align: center;
  line-height: 76px;
  font-weight: 700;
  margin-top: 20px;
}

/* --- webPonent Tab css start --- */
.webPonent-ctaButtons {
  display: flex;
  justify-content: center;
  margin: 40px 0 80px 0;
  gap: 14px;
}
.webPonent-ctaButtons a {
  font-size: 20px;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  width: 218px;
  height: 64px;
  color: #ffffff !important;
}
.webPonent_grid-title {
  background-image:url("/templets/main/assets/00Iogo/Solution/04 Coreframe/02Default.svg");
  background-position: center;
  background-size: 100% auto;
  width: 310px;
  height: 54px;
  text-align: center;
  margin: 100px auto 30px auto;
}

/* --- webPonent Tab css end --- */
/* --- webPonent Chart Tab css start --- */
.webPonentChart_grid-title {
  background-image:url("/templets/main/assets/00Iogo/Solution/03webPonent/04Chart.svg");
  background-position: center;
  background-size: 100% auto;
  width: 319.2px;
  height: 42px;
  text-align: center;
  margin: 0 auto 30px auto;
}
/* --- webPonent Grid Tab css start --- */
.webPonentGrid_grid-title {
  background-image:url("/templets/main/assets/00Iogo/Solution/03webPonent/03Grid.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 300.2px;
  height: 42px;
  text-align: center;
  margin: 0 auto 30px auto;
}

/* --- webPonent Chart Tab css end --- */

/* --- webPonent Virtual Tab css start --- */
.webPonent_virtual-title {
    background-image:url("/templets/main/assets/00Iogo/Solution/03webPonent/05Key.svg");
    background-position: center;
    background-size: 100% auto;
    width: 421px;
    height: 42px;
    text-align: center;
    margin: 0 auto 30px auto;
    background-repeat:no-repeat;
}
.webPonent_virtual-desc , .webPonentGrid_grid-desc {
    font-size: 20px;
    color: #111111;
    letter-spacing: -0.5px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 4px;
}
.webPonent_virtual-desc-sub , .webPonentGrid_grid-desc-sub {
    font-size: 17px;
    color: #111111;
    letter-spacing: -0.5px;
    text-align: center;
    line-height: 25px;
    font-weight: 400;
}
/* --- webPonent Chart Tab css end --- */

/* 플로팅 버튼 */
#page-ui {position:fixed; right:76px; bottom:0; display:flex; flex-direction:column; align-items:flex-end; padding: 0px; z-index:999;padding-bottom:150px;}
#page-ui.actived .page-ui-item {transform:translate(0% , 0%); opacity:1;}
#page-ui.bottom {position:absolute; bottom:100%; }
.page-ui-item {transform:translate(0% , 100%); opacity:1; transition:transform 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940), opacity 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940);}
/*.page-ui-item:nth-child(3) {opacity:0;}*/
.page-ui-item + .page-ui-item {margin-top:6px;}
.page-ui-item > button {font-size:0; border-radius:50%;}
.page-ui-item .btn-page-faq {cursor:pointer;position:relative; width:65px; height:65px; border-radius:32px; background-color:#132759; overflow:hidden; transition-duration:0.6s;border:0px;} 
.page-ui-item .btn-page-faq:after {content:''; position:absolute; top:0; right:0; width:65px; height:65px; background-image:image-set(url("/templets/main/assets/06SelectControl/Floating/01CS_Default@1x.png") 1x,
  url("/templets/main/assets/06SelectControl/Floating/01CS_Default@2x.png") 2x,
  url("/templets/main/assets/06SelectControl/Floating/01CS_Default@3x.png") 3x); background-repeat:no-repeat; background-position:center center; background-size:65px 65px; opacity:1;}
.page-ui-item .btn-page-faq > span {position:absolute; top:0; right:0; display:flex; align-items:center; width:320px; height:100%; padding:0px 64px 0px 24px; font-family: NotoSansKR-Medium; font-size:14px; line-height:22px; color:#ffffff; letter-spacing: -0.5px; text-align:right; font-weight: 500; box-sizing:border-box; background: linear-gradient(90deg, rgba(103, 180, 223,1) 0%, rgba(32, 80, 221,1) 50%, rgba(19, 39, 89,1) 80%); transform:translate(calc(100% - 64px) , 0%); opacity:0; visibility:hidden;}
.page-ui-item .btn-page-faq:hover {width:320px; background-color:transparent;}
.page-ui-item .btn-page-faq:hover > span {transform:translate(0, 0%); transition:transform 0.6s, opacity 0.6s; opacity:1; visibility:visible;}

.page-ui-item .btn-page-download {cursor:pointer;position:relative; width:65px; height:65px; border-radius:32px; background-color:#132759; overflow:hidden; transition-duration:0.4s;border:0px;} 
.page-ui-item .btn-page-download:after {content:''; position:absolute; top:0; right:0; width:65px; height:65px; background-image:image-set(url("/templets/main/assets/06SelectControl/Floating/02Down@1x.png") 1x,
  url("/templets/main/assets/06SelectControl/Floating/02Down@2x.png") 2x,
  url("/templets/main/assets/06SelectControl/Floating/02Down@3x.png") 3x); background-repeat:no-repeat; background-position:center center; background-size:65px 65px; opacity:1;}
.page-ui-item .btn-page-download > span {position:absolute; top:0; right:0; display:flex; align-items:center; width:300px; height:100%; padding:0px 64px 0px 24px; font-size:14px; line-height:21px; color:#ffffff; text-align:left; box-sizing:border-box; background: linear-gradient(90deg, rgba(103, 180, 223,1) 0%, rgba(32, 80, 221,1) 50%, rgba(19, 39, 89,1) 80%); transform:translate(calc(100% - 64px) , 0%); opacity:0; visibility:hidden;}
.page-ui-item .btn-page-download:hover {width:300px; background-color:transparent;}
.page-ui-item .btn-page-download:hover > span {transform:translate(0, 0%); transition:transform 0.4s, opacity 0.4s; opacity:1; visibility:visible;}

.page-ui-item .btn-page-doc {cursor:pointer;position:relative; width:65px; height:65px; border-radius:32px; background-color:#132759; overflow:hidden; transition-duration:0.4s;border:0px;} 
.page-ui-item .btn-page-doc:after {content:''; position:absolute; top:0; right:0; width:65px; height:65px; background-image:image-set(url("/templets/main/assets/06SelectControl/Floating/03Develop@1x.png") 1x,
  url("/templets/main/assets/06SelectControl/Floating/03Develop@2x.png") 2x,
  url("/templets/main/assets/06SelectControl/Floating/03Develop@3x.png") 3x); background-repeat:no-repeat; background-position:center center; background-size:65px 65px; opacity:1;}
.page-ui-item .btn-page-doc > span {position:absolute; top:0; right:0; display:flex; align-items:center; width:320px; height:100%; padding:0px 64px 0px 24px; font-size:14px; line-height:21px; color:#ffffff; text-align:left; box-sizing:border-box; background: linear-gradient(90deg, rgba(103, 180, 223,1) 0%, rgba(32, 80, 221,1) 50%, rgba(19, 39, 89,1) 80%); transform:translate(calc(100% - 64px) , 0%); opacity:0; visibility:hidden;}
.page-ui-item .btn-page-doc:hover {width:320px; background-color:transparent;}
.page-ui-item .btn-page-doc:hover > span {transform:translate(0, 0%); transition:transform 0.4s, opacity 0.4s; opacity:1; visibility:visible;}

.page-ui-item .btn-page-trial {cursor:pointer;position:relative; width:65px; height:65px; border-radius:32px; background-color:#132759; overflow:hidden; transition-duration:0.4s;border:0px;} 
.page-ui-item .btn-page-trial:after {content:''; position:absolute; top:0; right:0; width:65px; height:65px; background-image:image-set(url("/templets/main/assets/06SelectControl/Floating/04Trial@1x.png") 1x,
  url("/templets/main/assets/06SelectControl/Floating/04Trial@2x.png") 2x,
  url("/templets/main/assets/06SelectControl/Floating/04Trial@3x.png") 3x); background-repeat:no-repeat; background-position:center center; background-size:65px 65px; opacity:1;}
.page-ui-item .btn-page-trial > span {position:absolute; top:0; right:0; display:flex; align-items:center; width:300px; height:100%; padding:0px 64px 0px 24px; font-size:14px; line-height:21px; color:#ffffff; text-align:left; box-sizing:border-box; background: linear-gradient(90deg, rgba(103, 180, 223,1) 0%, rgba(32, 80, 221,1) 50%, rgba(19, 39, 89,1) 80%); transform:translate(calc(100% - 64px) , 0%); opacity:0; visibility:hidden;}
.page-ui-item .btn-page-trial:hover {width:300px; background-color:transparent;}
.page-ui-item .btn-page-trial:hover > span {transform:translate(0, 0%); transition:transform 0.4s, opacity 0.4s; opacity:1; visibility:visible;}

.page-ui-item .btn-page-buy {cursor:pointer;position:relative; width:65px; height:65px; border-radius:32px; background-color:#132759; overflow:hidden; transition-duration:0.4s;border:0px;} 
.page-ui-item .btn-page-buy:after {content:''; position:absolute; top:0; right:0; width:65px; height:65px; background-image:image-set(url("/templets/main/assets/06SelectControl/Floating/05Buy@1x.png") 1x,
  url("/templets/main/assets/06SelectControl/Floating/05Buy@2x.png") 2x,
  url("/templets/main/assets/06SelectControl/Floating/05Buy@3x.png") 3x); background-repeat:no-repeat; background-position:center center; background-size:65px 65px; opacity:1;}
.page-ui-item .btn-page-buy > span {position:absolute; top:0; right:0; display:flex; align-items:center; width:380px; height:100%; padding:0px 64px 0px 24px; font-size:14px; line-height:21px; color:#ffffff; text-align:left; box-sizing:border-box; background: linear-gradient(90deg, rgba(103, 180, 223,1) 0%, rgba(32, 80, 221,1) 50%, rgba(19, 39, 89,1) 80%); transform:translate(calc(100% - 64px) , 0%); opacity:0; visibility:hidden;}
.page-ui-item .btn-page-buy:hover {width:380px; background-color:transparent;}
.page-ui-item .btn-page-buy:hover > span {transform:translate(0, 0%); transition:transform 0.4s, opacity 0.4s; opacity:1; visibility:visible;}

.page-ui-item .btn-page-top {cursor:pointer;width:72px; height:72px; padding:0px;background:transparent; background-image:image-set(url("/templets/main/assets/06SelectControl/Floating/04Top@1x.png") 1x,
  url("/templets/main/assets/06SelectControl/Floating/04Top@2x.png") 2x,
  url("/templets/main/assets/06SelectControl/Floating/04Top@3x.png") 3x); background-repeat:no-repeat; background-position:center center; background-size:auto;border:0px;}

/* 메인 CMS버튼 애니메이션 효과  */
.cms-main-btn-container {
	position: relative;
	overflow: hidden;
}

.cms-main-btn-box {
	 overflow: hidden;
      height: 0;
      opacity: 0;
      transition: height 0.6s ease, opacity 0.6s ease;
}

.cms-main-btn-box.show {
	opacity: 1;
}  

.swiper {
    width: 100%;
    height: 100%; 
    background-image:image-set(url("/templets/main/assets/IMG/Main/Visual/bg.png") 1x,
	url("/templets/main/assets/IMG/Main/Visual/bg@2x.png") 2x,
	url("/templets/main/assets/IMG/Main/Visual/bg@3x.png") 3x); 
	background-repeat:no-repeat;
	background-size: cover;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
}



/* 그리드 페이징 컴포넌트 디자인 */
.WEBPONENT-PAGING-WRAPPER {
  margin-top: 24px;
  text-align: center;
}

.WEBPONENT-PAGING-TOTAL-COUNT-TEXT{
  bottom:12px;
}

.WEBPONENT-PAGING-START, .WEBPONENT-PAGING-LEFT, .WEBPONENT-PAGING-RIGHT, .WEBPONENT-PAGING-END {
  width: 24px !important;
  height: 24px !important;
  color: white;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 3px;
  margin: 0 4px;
  cursor: pointer;
}

.WEBPONENT-PAGING-A {
  display: inline-block;
  background-color: #fff;
  width: auto;
  min-width: 24px;
  height: 24px;

  box-sizing: border-box;
  border-radius: 12px;

  font-family: NotoSansKR-Regular;
  font-size: 14px;
  color: #555555;
  letter-spacing: -0.5px;
  text-align: center;
  font-weight: 400;

  margin: 0 4px;
  line-height: 1.5;
}

.WEBPONENT-PAGING-START-DISABLED, .WEBPONENT-PAGING-LEFT-DISABLED, .WEBPONENT-PAGING-RIGHT-DISABLED, .WEBPONENT-PAGING-END-DISABLED {
  cursor: default;
  opacity: 0.5;
}

.WEBPONENT-PAGING-A-SELECTED {
  background-color: #333333;
  color: #fff;
}

.WEBPONENT-PAGING-WRAPPER input {
  font-size: 0;
  vertical-align: middle;
}

.WEBPONENT-PAGING-WRAPPER input[value='start'] {
  background: url(/templets/main/img/cmn_paging_arrow2.png) no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
}

.WEBPONENT-PAGING-WRAPPER input[value='left'] {
  background: url(/templets/main/img/cmn_paging_arrow.png) no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
}

.WEBPONENT-PAGING-WRAPPER input[value='right'] {
  background: url(/templets/main/img/cmn_paging_arrow.png) no-repeat center center;
  background-size: contain;
}

.WEBPONENT-PAGING-WRAPPER input[value='end'] {
  background: url(/templets/main/img/cmn_paging_arrow2.png) no-repeat center center;
  background-size: contain;
}

.notice-card-news-first {
	font-family: NotoSansKR-Regular;
	font-weight: 400;		
}