@charset "utf-8";

/* juni-navi [jQMREQfLMt] */
.juni-navi {
  position: fixed !important;
  top: 0;
  z-index: 200;
  width: 100%
}

.juni-navi .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 6rem;
  box-sizing: border-box
}

.juni-navi.top-menu-active .header-container {
  padding-top: 6.7rem
}

.juni-navi .header-top {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
  left: 0
}

.juni-navi .user-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8rem;
  margin: 0 auto
}

.juni-navi .user-menu li {
  position: relative
}

.juni-navi .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: #e5e5e5
}

.juni-navi .user-menu li a {
  padding: 2rem 1.2rem;
  text-align: center;
  white-space: nowrap
}

.juni-navi .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem
}

.juni-navi .header-left {
  display: flex;
  align-items: center;
  gap: 3rem
}

.juni-navi .header-title {
  margin-bottom: 0
}

.juni-navi .header-title a {
  height: 3.3rem
}

.juni-navi .header-title img {
  height: 100%;
  object-fit: contain;
  vertical-align: top
}

.juni-navi .header-gnblist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%
}

.juni-navi .header-gnbitem {
  position: relative
}

.juni-navi .header-gnblink {
  height: 100%;
  padding: 2.8rem 3rem;
  text-align: center;
  white-space: nowrap;
  color: var(--white)
}

.juni-navi .header-gnblink span {
  position: relative
}

.juni-navi .header-gnblink span::after {
  content: "";
  height: 0.2rem;
  width: 100%;
  transition: 0.3s;
  transform: scaleX(0)
}

.juni-navi .header-sublist {
  min-height: 0;
  position: absolute;
  left: -1rem;
  top: 100%;
  transition: opacity 0.3s;
  padding: 1rem;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 0.4rem;
  background: var(--white);
  box-shadow: 1px 1px 3rem 0 rgba(0, 0, 0, 0.15)
}

.juni-navi .header-gnbitem:hover .header-sublist {
  min-height: auto;
  opacity: 1;
  overflow: hidden;
  pointer-events: auto
}

.juni-navi .header-gnbitem:hover .header-gnblink span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--white);
  transform: scaleX(1)
}

.juni-navi .header-subitem {
  width: 100%;
  min-width: 10rem;
  overflow: hidden
}

.juni-navi .header-sublink {
  width: 100%;
  padding: 1rem 1.4rem;
  transition: color 0.2s, background 0.2s;
  will-change: color, background;
  border-radius: 0.4rem
}

.juni-navi .header-sublink:hover {
  background: #f8f9fb;
  color: var(--black)
}

.juni-navi .header-right {
  display: flex;
  align-items: center
}

.juni-navi .header-right .header-gnb {
  margin-right: 1.8rem
}

.juni-navi .header-utils>ul {
  display: flex;
  align-items: center
}

.juni-navi .header-utils>ul>li {
  margin-left: 1.2rem
}

.juni-navi .header-utils>ul>li>img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: top
}

.juni-navi .header-right button {
  max-width: 3.2rem;
  background: none;
  border: none
}

.juni-navi .header-right button img {
  width: auto;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top
}

.juni-navi .header-utils .member a {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0;
  display: block
}

.juni-navi .header-utils .member img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top
}

.juni-navi .header-utils .btn-allmenu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem
}

.juni-navi .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
  width: 2.4rem
}

.juni-navi .header-utils .btn-allmenu .ico-hamburger,
.juni-navi .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: var(--white);
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s;
  will-change: width, transform, opacity
}

.juni-navi .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.juni-navi .btn-momenu .ico-hamburger:nth-child(2) {
  width: 1.4rem
}

.juni-navi .btn-momenu {
  display: none
}

.juni-navi .btn-moclose {
  display: none
}

.juni-navi .header-fullmenu {
  position: fixed;
  z-index: 99999;
  padding: 0 2.4rem;
  background: #1A2D5A;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden
}

.juni-navi .header-fullmenu.fullmenu-right {
  width: 0;
  height: 100%;
  top: 0;
  right: 0
}

.juni-navi .header-fullmenu.fullmenu-left {
  width: 0;
  height: 100%;
  top: 0;
  left: 0
}

.juni-navi .header-fullmenu.fullmenu-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 0
}

.juni-navi .header-fullmenu.fullmenu-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0
}

.juni-navi .header-fullmenu.fullmenu-active {
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible
}

.juni-navi .fullmenu-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 128rem;
  margin: 0 auto
}

.juni-navi .fullmenu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem
}

.juni-navi .fullmenu-title {
  margin-bottom: 0
}

.juni-navi .fullmenu-title a {
  width: 13.6rem;
  height: 4.3rem
}

.juni-navi .fullmenu-title img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.juni-navi .fullmenu-gnblist {
  display: flex;
  justify-content: center
}

.juni-navi .fullmenu-gnbitem {
  width: 20%
}

.juni-navi .fullmenu-gnbitem+.fullmenu-gnbitem {
  margin-left: 4rem
}

.juni-navi .fullmenu-gnblink {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.juni-navi .fullmenu-fullmenu-gnblink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background: var(--white);
  transition: 0.2s
}

.juni-navi .fullmenu-gnblink.on::after {
  width: 18rem
}

.juni-navi .fullmenu-sublist {
  padding-top: 4rem
}

.juni-navi .fullmenu-subitem+.fullmenu-subitem {
  padding-top: 0.8rem
}

.juni-navi .fullmenu-sublink {
  color: #a2a2a2;
  position: relative;
  padding-bottom: 5px;
  transition: 0.3s
}

.juni-navi .fullmenu-sublink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 100%;
  right: 0;
  transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1)
}

.juni-navi .fullmenu-sublink:hover {
  color: var(--white)
}

.juni-navi .fullmenu-sublink:hover::before {
  width: 100%;
  right: auto;
  left: 0
}

.juni-navi .fullmenu-close {
  position: fixed;
  right: 8rem;
  top: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.5rem;
  background: transparent;
  border: none
}

.juni-navi .fullmenu-close img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.juni-navi.scroll-active {
  background: #1A2D5A !important;
  color: var(--white) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: background 0.3s, color 0.3s
}

.juni-navi.scroll-active .header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

.juni-navi.scroll-active .header-gnblink,
.juni-navi.scroll-active .user-menu li a {
  color: var(--white) !important
}

.juni-navi.scroll-active .user-menu li:not(:first-child)::before {
  background: rgba(255, 255, 255, 0.2)
}

.juni-navi.scroll-active .header-gnbitem:hover .header-gnblink span::after {
  background: var(--white) !important
}

@media (max-width: 1200px) {
  .juni-navi .user-menu {
    padding: 0 4rem
  }
}

@media (max-width: 992px) {
  .juni-navi {
    padding-top: 0;
    padding-bottom: 0
  }

  .juni-navi.top-menu-active .header-container {
    padding-top: 0
  }

  .juni-navi .header-gnb {
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    padding: 0 2.4rem;
    transition: height 0.3s;
    z-index: 9;
    background: #1A2D5A
  }

  .juni-navi.block-active {
    min-height: 100vh
  }

  .juni-navi.block-active .header-gnb {
    height: calc(100vh - 6rem);
    padding-bottom: 19rem;
    overflow-y: auto
  }

  .juni-navi.block-active .header-container {
    background: #1A2D5A
  }

  .juni-navi .header-container {
    min-height: 6rem
  }

  .juni-navi .header-top {
    border: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s, visibility 0.3s 0.1s;
    will-change: opacity, visibility;
    z-index: 10
  }

  .juni-navi.block-active .header-top {
    top: 100%;
    opacity: 1;
    visibility: visible;
    background: #1A2D5A
  }

  .juni-navi .user-menu {
    padding: 0 2.2rem;
    justify-content: flex-start
  }

  .juni-navi .user-menu li a,
  .juni-navi .user-menu li:last-child a {
    padding: 2.4rem 1.2rem
  }

  .juni-navi .user-menu li:first-child a {
    padding-left: 0
  }

  .juni-navi .header-title a {
    width: 8.2rem;
    height: 2.6rem
  }

  .juni-navi .header-center {
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    transform: none
  }

  .juni-navi .header-gnblist {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s
  }

  .juni-navi .header-gnblink {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 1.8rem 0;
    text-align: left;
    transition: border 0.3s;
    will-change: border;
    border-bottom: 1px solid rgba(var(--white-rgb), 0.2)
  }

  .juni-navi.top-menu-active .header-gnbitem:first-child .header-gnblink {
    padding-top: 6.8rem
  }

  .juni-navi .header-gnbitem:hover .header-gnblink span {
    border: none
  }

  .juni-navi .header-gnbitem:hover .header-gnblink span::after {
    content: none
  }

  .juni-navi .header-sublist {
    display: none;
    position: relative;
    left: 0;
    opacity: 1;
    padding: 1.8rem 0 2rem 0;
    box-shadow: none;
    background: none
  }

  .juni-navi .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid var(--white)
  }

  .juni-navi .header-subitem {
    width: 100%
  }

  .juni-navi .header-subitem+.header-subitem {
    padding-top: 0.8rem
  }

  .juni-navi .header-sublink {
    padding: 0;
    color: rgba(var(--white-rgb), 0.5)
  }

  .juni-navi .header-sublink:active {
    color: var(--white)
  }

  .juni-navi .header-sublink:hover {
    background: none;
    color: var(--white)
  }

  .juni-navi .header-right button,
  .juni-navi .header-utils .member a {
    width: 2.8rem;
    height: 2.8rem
  }

  .juni-navi .header-utils>ul>li {
    margin-left: 0.6rem
  }

  .juni-navi .header-utils .allmenu {
    display: none
  }

  .juni-navi .btn-momenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin-left: 0.6rem
  }

  .juni-navi .btn-momenu .ico-hamburger {
    width: 2rem
  }

  .juni-navi .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.2rem
  }

  .juni-navi.block-active .header-center {
    pointer-events: auto
  }

  .juni-navi.block-active .header-title {
    height: 6rem;
    display: flex;
    align-items: center
  }

  .juni-navi.block-active .header-gnblist {
    opacity: 1;
    visibility: visible
  }

  .juni-navi .header-gnbitem:has(.header-subitem) .header-gnblink::after {
    content: "";
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../icons/ico_downarrow_white.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transition: transform 0.3s;
    will-change: transform
  }

  .juni-navi.block-active .header-gnblink {
    align-items: center;
    justify-content: space-between
  }

  .juni-navi.block-active .header-gnbitem.item-active .header-gnblink::after {
    content: "";
    transform: rotate(180deg)
  }

  .juni-navi.block-active .btn-momenu .ico-hamburger:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg)
  }

  .juni-navi.block-active .btn-momenu .ico-hamburger:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg)
  }

  .juni-navi.block-active .btn-momenu .ico-hamburger:nth-child(2) {
    opacity: 0;
    visibility: hidden
  }

  .juni-navi .header-fullmenu {
    display: none
  }
}
/* juni-foot [XuMQZ99t9I] */
.juni-foot {
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 4rem;
  background: #1A2D5AFF
}

.juni-foot .footer-container {
  display: flex;
  justify-content: space-between
}

.juni-foot .footer-left {
  display: flex
}

.juni-foot .footer-content {
  width: 100%;
  margin-left: 4.6rem
}

.juni-foot .footer-logo {
  margin-bottom: 0;
  flex-shrink: 0
}

.juni-foot .footer-logo img {
  height: 4rem;
  object-fit: contain
}

.juni-foot .footer-menulist {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.juni-foot .footer-menulink a {
  padding-right: 1.2rem;
  color: var(--white);
  font-size: var(--fs-p2)
}

.juni-foot .footer-menulink+.footer-menulink a {
  padding-left: 1.2rem
}

.juni-foot .footer-menulink {
  position: relative
}

.juni-foot .footer-menulink+.footer-menulink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background-color: rgba(255, 255, 255, 0.1)
}

.juni-foot .footer-txtgroup {
  margin-top: 1.2rem
}

.juni-foot .footer-sns {
  display: flex;
  align-items: center
}

.juni-foot .footer-snslist {
  display: flex;
  align-items: center
}

.juni-foot .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem
}

.juni-foot .footer-snslink {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.6rem
}

.juni-foot .footer-snslink img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.juni-foot .footer-bottom {
  margin-top: 1.2rem
}

.juni-foot .footer-txt {
  display: flex
}

.juni-foot address+.footer-txt {
  margin-top: 0.8rem
}

.juni-foot .footer-txt p {
  margin-bottom: 0;
  color: var(--text-color3)
}

.juni-foot .footer-txt p+p {
  margin-left: 0.8rem
}

.juni-foot .footer-txt p span+span {
  margin-left: 0.8rem
}

.juni-foot .footer-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: opacity 0.3s, visibility 0.3s;
  will-change: opacity;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  opacity: 0;
  visibility: hidden
}

.juni-foot .footer-modal.block-active {
  opacity: 1;
  visibility: visible
}

.juni-foot .modal-area {
  width: 100%;
  max-width: 92rem;
  background-color: var(--white);
  border-radius: 0.6rem
}

.juni-foot .info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
  border-bottom: 1px solid #e5e5e5
}

.juni-foot .info-title h3 {
  font-size: var(--fs-h4)
}

.juni-foot .modal-close {
  cursor: pointer
}

.juni-foot .info-area {
  overflow-y: auto
}

.juni-foot .modal-email .info-area {
  max-height: 17rem
}

.juni-foot .modal-privacy .info-area {
  max-height: 70.3rem
}

.juni-foot .info-group {
  padding: 2.4rem
}

.juni-foot .info-group+.info-group {
  margin-top: 2.4rem
}

.juni-foot .info-group strong {
  padding-bottom: 1.2rem;
  display: block;
  font-size: var(--fs-h5)
}

.juni-foot .info-desc {
  max-height: 20.7rem;
  padding: 1.6rem;
  background-color: #f8f8fa;
  border-radius: 1.6rem;
  overflow-y: auto;
  scrollbar-width: none
}

.juni-foot .info-desc p {
  font-size: var(--fs-p1)
}

.juni-foot .info-desc p.fw-medium {
  font-weight: var(--fw-medium)
}

.juni-foot .info-desc .mtb {
  margin: 2.4rem 0
}

.juni-foot .info-desc em {
  font-style: normal;
  font-weight: 600;
  margin: 2.4rem 0 1rem;
  position: relative;
  display: flex;
  align-items: center
}

.juni-foot .info-list em::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--black);
  border-radius: 50%;
  margin-right: 0.8rem
}

.juni-foot .info-list p {
  padding-left: 1.2rem
}

@media (max-width: 992px) {
  .juni-foot {
    padding-top: 6rem;
    padding-bottom: 4rem
  }

  .juni-foot .footer-container {
    flex-direction: column
  }

  .juni-foot .footer-left {
    flex-direction: column
  }

  .juni-foot .footer-content {
    flex-direction: column;
    margin: 2.4rem 0 1.2rem
  }

  .juni-foot .footer-txt {
    flex-direction: column
  }

  .juni-foot address+.footer-txt {
    margin-top: 0.8rem
  }

  .juni-foot address+.footer-txt p {
    color: var(--white)
  }

  .juni-foot .footer-txt p+p {
    margin-left: 0
  }
}
/* sub-tit [LlmRaf7OSM] */
.sub-tit {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.sub-tit .block_overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  background-color: #000
}

.sub-tit .contents-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45rem;
  padding-left: 0;
  padding-right: 0
}

.sub-tit .contents-inner {
  width: 100%;
  text-align: center
}

.sub-tit .contents-container h2 {
  color: #fff
}

.sub-tit .contents-inner p {
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.7)
}

@media (max-width: 992px) {
  .sub-tit .contents-container {
    height: 35rem
  }
}

@media (max-width: 480px) {
  .sub-tit .contents-container {
    height: 25rem
  }
}
/* global-tab [tLmrHXkIwE] */
.global-tab {
  overflow: hidden;
  position: relative;
  padding-bottom: 5rem
}

.global-tab .contents-inner {
  width: 100%
}

.global-tab .title-area {
  margin-bottom: 3rem
}

.global-tab .tabset.tabset-brick .tabset-item {
  flex: 1
}

.global-tab .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
  padding: 1.9rem 3.2rem;
  height: 100%
}

@media (max-width: 992px) {
  .global-tab {
    padding-bottom: 4rem
  }

  .global-tab .title-area {
    margin-bottom: 3rem
  }

  .global-tab .tabset.tabset-brick .tabset-list {
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0;
    border: 1px solid var(--border-color)
  }

  .global-tab .tabset.tabset-brick .tabset-item {
    margin: 0;
    width: 100%;
    border: none
  }

  .global-tab .tabset.tabset-brick .tabset-item:nth-child(odd) {
    border-right: 1px solid var(--border-color)
  }

  .global-tab .tabset.tabset-brick .tabset-item:nth-child(n + 3) {
    border-top: 1px solid var(--border-color)
  }

  .global-tab .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
    padding: 1.2rem 2.4rem;
    border: none;
    min-height: var(--ht-lg)
  }
}
/* global-N1 [inMRHYOntv] */
.global-N1 {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem
}

.global-N1 .contents-inner {
  width: 100%
}

.global-N1 .textset {
  text-align: center
}

.global-N1 .textset .textset-subtit {
  display: block;
  font-weight: var(--fw-bold);
  color: var(--primary)
}

.global-N1 .textset .textset-tit {
  margin: 0.4rem 0 2rem
}

.global-N1 .textset .textset-desc {
  margin: 0;
  color: var(--text-color3)
}

.global-N1 .list-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 8rem
}

.global-N1 .list-area li {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 3rem 4.8rem;
  background-color: #f7f7f7;
  border-radius: 0.8rem
}

.global-N1 .thumb {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  background: var(--primary);
  border-radius: 0.8rem
}

.global-N1 .thumb img {
  width: 6rem;
  height: 6rem;
  object-fit: cover
}

.global-N1 .desc strong {
  font-weight: var(--fw-bold)
}

.global-N1 .desc p {
  margin-top: 1rem;
  color: var(--text-color2)
}

.network-power-banner {
  margin-top: 5rem;
  width: 100%;
  padding: 24px 50px;
  background-color: #d92519;
  border-radius: 16px;
  box-sizing: border-box;
  font-family: 'Noto Sans KR', sans-serif
}

.network-power-banner .banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%
}

.network-power-banner .banner-left {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.network-power-banner .subtitle-area {
  display: flex;
  align-items: center;
  gap: 6px
}

.network-power-banner .icon-bolt {
  font-size: 18px;
  color: #ffcc00;
  line-height: 1
}

.network-power-banner .subtitle-text {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff
}

.network-power-banner .main-title {
  font-size: 30px;
  font-weight: 500;
  color: #f3f3f3;
  padding-left: 3rem;
  margin: 0;
  letter-spacing: -0.5px
}

.network-power-banner .banner-right {
  display: flex;
  align-items: center;
  gap: 24px
}

.network-power-banner .roi-badge {
  background-color: #ffcc00;
  padding: 8px 18px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
}

.network-power-banner .icon-graph {
  font-size: 14px;
  color: #1e315b
}

.network-power-banner .roi-text {
  font-size: 20px;
  font-weight: 700;
  color: #1e315b
}

.network-power-banner .count-text {
  font-size: 54px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1
}

@media (max-width: 992px) {
  .network-power-banner {
    padding: 20px;
    margin: 10px auto;
    width: calc(100% - 20px);
    border-radius: 12px
  }

  .network-power-banner .banner-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center
  }

  .network-power-banner .icon-bolt,
  .network-power-banner .subtitle-text {
    font-size: 15px
  }

  .network-power-banner .main-title {
    font-size: 18px
  }

  .network-power-banner .banner-right {
    gap: 12px
  }

  .network-power-banner .roi-badge {
    padding: 6px 12px;
    border-width: 2px
  }

  .network-power-banner .icon-graph,
  .network-power-banner .roi-text {
    font-size: 16px
  }

  .network-power-banner .count-text {
    font-size: 34px
  }
}

@media (max-width: 563px) {
  .network-power-banner .banner-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .network-power-banner .banner-right {
    width: 100%;
    justify-content: space-between
  }

  .global-N1 {
    padding-top: 2rem;
    padding-bottom: 3rem
  }

  .global-N1 .textset .textset-tit {
    margin: 0.2rem 0 1.2rem
  }

  .global-N1 .list-area {
    grid-template-columns: 1fr;
    gap: 1.2rem
  }

  .global-N1 .list-area li {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    padding: 2rem
  }

  .global-N1 .thumb {
    width: 6rem;
    height: 6rem
  }

  .global-N1 .thumb img {
    width: 4rem;
    height: 4rem
  }

  .global-N1 .desc p {
    margin-top: 0.5rem;
    font-size: 1.4rem
  }
}
/* global-N2 [ZhMRi5S5DC] */
.global-N2 {
  overflow: hidden;
  position: relative;
  padding-bottom: 10rem
}

.global-N2 .contents-inner {
  width: 100%
}

.global-N2 .partner-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 2rem
}

.global-N2 .partner-card {
  background: #ffffff;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 3.5rem
}

.global-N2 .card-header {
  display: flex;
  align-items: center;
  gap: 2.5rem
}

.global-N2 .flag-img {
  width: 6rem;
  height: 6rem;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1)
}

.global-N2 .header-text .country-name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #e53e3e;
  margin-bottom: 0.625rem
}

.global-N2 .header-text .company-name {
  font-size: 3.5rem;
  font-weight: 800;
  color: #1a202c
}

.global-N2 .card-description {
  font-size: 2rem;
  line-height: 1.8;
  color: #4a5568;
  word-break: keep-all
}

.global-N2 .info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 4rem
}

.global-N2 .info-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: #f8fafc;
  padding: 1.5rem 2.5rem;
  border-radius: 1rem;
  width: 100%;
  box-sizing: border-box
}

.global-N2 .info-icon {
  font-size: 3rem;
  width: 3.5rem;
  text-align: center;
  flex-shrink: 0
}

.global-N2 .info-text {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%
}

.global-N2 .info-text .info-val {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1a202c;
  flex-shrink: 0
}

.global-N2 .info-text .info-lbl {
  font-size: 1.5rem;
  font-weight: 500;
  color: #4a5568;
  line-height: 1.4
}

.global-N2 .tag-box {
  background: #f7fafc;
  border-radius: 1.5rem;
  padding: 2.5rem
}

.global-N2 .tag-box h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 1rem 0
}

.global-N2 .tag-box p {
  color: #4a5568;
  padding: 0 0 2rem 0
}

.global-N2 .tag-title {
  font-size: 2rem;
  font-weight: 700;
  color: #a0aec0;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem
}

.global-N2 .tag-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  width: 100%
}

.global-N2 .tag-list2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  width: 100%
}

.global-N2 .tag-item {
  background: #ffffff;
  border: 0.0625rem solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1.25rem 2.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.02);
  overflow: hidden;
  text-overflow: ellipsis
}

.global-N2 .card-image-wrap {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 21 / 9
}

.global-N2 .card-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.global-N2 .image-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #162447;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  z-index: 10
}

@media (max-width: 48rem) {
  .global-N2 .partner-container {
    padding: 0;
    margin: 0 auto
  }

  .global-N2 .partner-card {
    padding: 0;
    gap: 2rem;
    border-radius: 0
  }

  .global-N2 .card-header {
    gap: 1.25rem
  }

  .global-N2 .flag-img {
    width: 4rem;
    height: 4rem
  }

  .global-N2 .header-text .country-name {
    font-size: 1.5rem
  }

  .global-N2 .header-text .company-name {
    font-size: 2.5rem
  }

  .global-N2 .card-description {
    font-size: 1.5rem;
    line-height: 1.6
  }

  .global-N2 .info-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem
  }

  .global-N2 .info-item {
    padding: 1.25rem 1.5rem;
    gap: 1.25rem
  }

  .global-N2 .info-icon {
    font-size: 2rem;
    width: 2.25rem
  }

  .global-N2 .info-text {
    gap: 1rem
  }

  .global-N2 .info-text .info-val {
    font-size: 2rem
  }

  .global-N2 .info-text .info-lbl {
    font-size: 1.5rem
  }

  .global-N2 .tag-box {
    padding: 1.5rem
  }

  .global-N2 .tag-title {
    font-size: 1.5rem;
    margin-bottom: 1rem
  }

  .global-N2 .tag-list {
    grid-template-columns: repeat(2, 1fr)
  }

  .global-N2 .tag-list2 {
    grid-template-columns: repeat(2, 1fr)
  }

  .global-N2 .tag-item {
    font-size: 1.4rem;
    padding: 0.75rem 1.25rem;
    width: 100%;
    box-sizing: border-box
  }

  .global-N2 .card-image-wrap {
    width: 100%;
    height: auto;
    display: block
  }

  .global-N2 .image-caption {
    padding: 0.8rem;
    font-size: 1.4rem
  }
}

@media (max-width: 992px) {
  .global-N2 {}
}
/* juni-counting [MhMresQvs3] */
.juni-counting {
  overflow: hidden;
  position: relative;
  padding-top: 10rem
}

.juni-counting .contents-inner {
  width: 100%
}

.juni-counting .textset {
  text-align: center
}

.juni-counting .textset .textset-subtit {
  display: block;
  font-weight: var(--fw-bold);
  color: var(--primary)
}

.juni-counting .textset .textset-tit {
  margin: 0.4rem 0 2rem
}

.juni-counting .textset .textset-desc {
  margin: 0;
  color: var(--text-color3)
}

.juni-counting .list-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8rem;
  padding: 0;
  list-style: none
}

.juni-counting .list-area .item {
  flex: 1 1 25%;
  padding: 4rem 2rem;
  text-align: center;
  border-right: 1px solid var(--border-color);
  box-sizing: border-box
}

.juni-counting .list-area .item:nth-child(4n) {
  border-right: none
}

.juni-counting .list-area .item .num-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem
}

@media (max-width: 992px) {
  .juni-counting {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  .juni-counting .list-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 5rem;
    padding: 0;
    list-style: none
  }

  .juni-counting .list-area .item {
    flex: 1 1 50%;
    border-bottom: 1px solid var(--border-color);
    padding: 2rem 2rem
  }

  .juni-counting .list-area .item:nth-child(2n) {
    border-right: none
  }

  .juni-counting .list-area .item:nth-child(n+3) {
    border-bottom: none
  }
}
/* juni-sbox [lumrEtAUvL] */
.juni-sbox {
  overflow: hidden;
  position: relative;
  padding-bottom: 5rem;
  padding-top: 3rem
}

.juni-sbox .contents-inner {
  width: 100%
}

.juni-sbox .list-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem
}

.juni-sbox .container-sm .list-area {
  grid-template-columns: repeat(2, 1fr)
}

.juni-sbox .item {
  position: relative;
  padding: 3rem 2.8rem;
  border-radius: 1.6rem;
  box-sizing: border-box
}

.juni-sbox .item.blue {
  background: #e8f2fd
}

.juni-sbox .item.purple {
  background: #f2eefd
}

.juni-sbox .item.yellow {
  background: #fff8e7
}

.juni-sbox .item.green {
  background: #EFFCF3
}

.juni-sbox .item span {
  display: inline-block;
  color: var(--text-color3);
  background-color: #ffffff;
  border-radius: 2rem;
  padding: 0.5rem 1.4rem;
  font-weight: bold
}

.juni-sbox .item strong {
  display: block;
  font-weight: 600;
  margin: 2rem 0 0.5rem
}

.juni-sbox .item p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  min-height: 3rem
}

.juni-sbox .thumb {
  margin-top: 0.8rem;
  text-align: right
}

.juni-sbox .thumb img {
  width: 10rem;
  object-fit: cover;
  aspect-ratio: 1
}

@media (max-width: 996px) {
  .juni-sbox .list-area {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.6rem
  }

  .juni-sbox .item {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 2.4rem 13rem 2.4rem 2.4rem !important;
    min-height: 14rem;
    box-sizing: border-box
  }

  .juni-sbox .item strong,
  .juni-sbox .item p {
    width: 100% !important;
    max-width: 100%
  }

  .juni-sbox .item span {
    align-self: flex-start
  }

  .juni-sbox .item strong {
    margin: 1rem 0 0.4rem 0 !important
  }

  .juni-sbox .item p {
    min-height: auto
  }

  .juni-sbox .thumb {
    position: absolute;
    right: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important
  }

  .juni-sbox .thumb img {
    width: 8.6rem !important;
    height: 8.6rem !important
  }
}

@media (max-width: 576px) {
  .juni-sbox .title-area h2 br {
    display: none
  }

  .juni-sbox .list-area {
    grid-template-columns: 1fr !important;
    gap: 1.4rem
  }

  .juni-sbox .item {
    padding: 2rem 11rem 2rem 2rem !important;
    min-height: 12rem
  }

  .juni-sbox .thumb {
    right: 2rem
  }

  .juni-sbox .thumb img {
    width: 7rem !important;
    height: 7rem !important
  }
}

@media (max-width: 992px) {
  .juni-sbox {}
}
/* juni-sbox [WvMrHkpo7q] : 편집됨 */
@media (max-width: 996px) {
  .juni-sbox[id='WvMrHkpo7q'] .item strong {
    font-weight: 500
  }
}
/* card-N6 [oZMrKl0cRZ] */
.card-N6 {
  overflow: hidden;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem
}

.card-N6 .contents-inner {
  overflow: hidden;
  display: grid;
  position: relative;
  padding: 7rem 0;
  width: 100%;
  border-radius: 1.2rem;
  background: url(https://images.unsplash.com/photo-1771814536262-3c1320c8e9ce?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwxNTd8fGJhY2tncm91bmQlMjBibHVlfGtvfDB8fHx8MTc4NDAyODM4MXww&ixlib=rb-4.1.0&v=1784028385522) no-repeat center center / cover !important
}

.card-N6 .contents-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--black-rgb), 0.2);
  pointer-events: none
}

.card-N6 .textset {
  text-align: center
}

.card-N6 .textset .textset-tit {
  color: var(--white)
}

.card-N6 .textset .textset-desc {
  color: var(--white);
  margin-top: 0.8rem
}

.card-N6 .textset .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 0.4rem;
  color: var(--white)
}

.card-N6 .textset .link span {
  text-decoration: underline;
  text-underline-offset: 0.2rem
}

@media (max-width: 992px) {
  .card-N6 .contents-inner {
    display: block;
    padding: 2.4rem;
    border-radius: 1rem;
    background: url(https://images.unsplash.com/photo-1771814536262-3c1320c8e9ce?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwxNTh8fGJhY2tncm91bmQlMjBibHVlfGtvfDB8fHx8MTc4MzY3OTA1Mnww&ixlib=rb-4.1.0&v=1783679096169) no-repeat center center/cover !important
  }

  .card-N6 .textset .textset-desc {
    margin: 0.4rem 0 2.4rem
  }

  .card-N6 {}
}