#container {
  position: absolute;
  top: 0;
  width: 100%;
}

main {
  max-width: var(--main-width);
  margin: 0 auto;

}

.sub_visual {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  background-size: cover !important;
}


.features {
  display: flex;
  gap: 1.5rem;
  max-width: 1500px;
}

.feature {
  flex: 1 1 300px;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
}

.feature h3 {
  margin-bottom: 0.5rem;
  color: #003366;
}

.feature p {
  font-size: .9rem;
  line-height: 1.5;
}

#certificate {
  margin: 0 5rem !important;
}

#patent {
  margin: 0 5rem !important;
}

.certificate-process {
  padding: 3rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background-size: cover;
  max-width: 1500px;
  margin: 0 auto;
  border-radius: 1rem;
}

.process-list {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.process-item {
  display: flex;
  flex-direction: column;
  position: relative;
}

.process-item:first-child {
  box-shadow: none;

}

.step-title {
  width: 200px;
  height: 200px;
  font-size: 1rem;
  background: #fff;
}

.step-title p {
  font-size: .8rem;
  font-weight: 500;
}


.process-item:not(:last-child) .step-title::after {
  content: "";
  position: absolute;
  right: -2.8rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background: url(../images/icon_next.svg) no-repeat center;
  background-size: contain;
  animation: arrow-move 2s infinite ease-in-out;
  opacity: .3;
}




@keyframes arrow-move {
  0% {
    transform: translate(0%, -50%) translateX(0);
    opacity: 0.3;
  }

  50% {
    transform: translate(0%, -50%) translateX(5px);
    opacity: 0.8;
  }

  100% {
    transform: translate(0%, -50%) translateX(0);
    opacity: 0.3;
  }
}

.flexrow {
  display: flex;
  background: #83ade1;
  padding: 1rem !important;
  border-radius: 8rem;
}

.flexrow li .step-title {
  background: #ffffffa2;
}

.flexrow li .step-title img {
  width: 120px;
  margin: 1rem 0;
}

.flexrow li:last-child {
  margin-left: -1rem !important;
}

.flexrow li h3 {
  font-size: 1rem;
}


.step-title {
  color: #333333;

  border-radius: 100%;
  background-size: 50px !important;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;


}

.step-title img {
  width: 50px;
}





.sub-list {
  display: flex;
  flex-direction: column;

  background: #ececec;
  border-radius: 0 0 .3rem .3rem;
  padding: .5rem !important;
  color: #231815;

}

.sub-item {
  font-size: 0.8rem;
  font-weight: 600;
}


.sub-item::before {
  content: "·";
  margin: 0 .3rem;
  ;
}

.step-content p {
  font-size: .8rem;
  text-align: center;
  margin: 1rem;
  word-break: keep-all;
  font-weight: 600;
}

.news-area {
  margin-bottom: 3rem;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
}

.nws-item {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-top: 1px solid #33333341;
}

.nws-item:first-child {
  border: none;
}



.nws-item dl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.nws-item dt {
  font-size: 1.53rem;
}


/* =================== 반응형 텍스트 & 레이아웃 =================== */

h1.sub_title {
  font-size: clamp(1rem, 10vw, 5.5rem);
  color: #ffffff;
  font-weight: 700;
}

.sub_title {
  font-size: clamp(2rem, 5vw, 2.5rem);
  text-align: center;
  margin: 3rem 0 !important;
  line-height: 110%;
}

#headtitle {
  position: relative;
  background: inherit !important;
  min-height: 300px;
}

.sub_header_title {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 !important;
  display: flex;
  gap: 1rem;
  color: #fff;
}

.sub_header_title h1 {
  text-align: left;
  margin: 2rem 0 0 !important;
  line-height: 105%;
  width: 100%;
  font-weight: 500 !important;
}

.sub_header_title p {
  width: 100%;
  text-align: left;
  margin: 3rem auto 0;
  color: #59abfc;
}

.iframe-area {
  text-align: left;
  position: absolute;
  right: 10rem;
  top: 50%;
  transform: translate(0%, -50%);
}

.iframe-area iframe {
  width: 600px;
  height: 400px;
  ;
}

.title-sub-text {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  width: clamp(80%, 100%, 1000px);
  text-align: center;
  margin: 0 auto !important;
  line-height: 150%;
  word-break: keep-all;
}

.sub_content {
  font-size: clamp(1.2rem, 1.8vw, 1.18rem);
  width: 100%;
}

.sub_content .item {
  border: 1px soild #231815;
  display: flex;
}

#ceo {
  display: flex;
  position: relative;
  justify-content: space-around;
  background: url(../images/ceo1.png)no-repeat left center;
  background-size: cover;
  align-items: flex-start;
  padding: 5rem 0;
}

.intsbimg {
  width: 250px;
}

#ceo .ceo-content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 500px);
  background: #fff;
  padding: 3rem 4rem;
  border-radius: .5rem;
}

#ceo .sub_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2rem 0;
}

#ceo .sign img {
  width: inherit;
}

#ceo .sub_title {
  text-align: left;
}

#ceo h3 {
  font-size: clamp(1.45rem, 1vw, 2rem);
  font-weight: 500;
  ;
  display: flex;
  align-items: center;
  word-break: keep-all;
}

.ceo-content p {
  font-size: clamp(1rem, 1vw, 1.4em);
  line-height: 180% !important;
}

.sign {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 700;
  margin: 2rem 0;
}

#company {
  padding: 0 3rem 5rem;
  background: url(../images/companybg.png)no-repeat CENTER bottom #0068b6;
  background-size: cover;
  color: #fff;

}

#company .title {
  display: flex;
  flex-direction: column;
  line-height: 140%;

}

#company .title p {
  text-align: center;
  line-height: 140%;
}

#company .title h3 {
  text-wrap: nowrap;
  padding: 0;
  font-size: 5rem;
  margin: 3rem auto 1rem;
  color: #046ab3;
  border: none;
  line-height: 120%;
  text-wrap: wrap;
  ;
}

.overview {
  width: 100%;
  opacity: 0;
  /* 처음에 투명 */
  filter: blur(10px);
  /* 처음에 흐림 */
  transform: translateY(20px);
  /* 살짝 아래에서 올라오는 느낌 */
  animation: showUp 1.5s ease forwards;
  padding: 2rem 0 !important;

}

#company .info {
  display: flex;
  flex-wrap: wrap;

  justify-content: center;
  gap: 3rem;

}

#company .info h3 {
  font-size: 1rem;
  margin-bottom: 0;
  border: none;
  min-width: auto !important;
}

#company .info li {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  padding: 3rem 0 !important;
  margin-left: -1px !important;
  width: 280px;
  min-height: 280px;
  border-radius: 100%;
  border: 2px solid #ffffff8f;
  box-shadow: 0 .2rem .20rem rgb(41 41 41 / 10%);
  opacity: 0;
  filter: blur(10px);
  animation: showUp 1.2s ease forwards;
}

#company .info li:nth-child(1) {
  animation-delay: 0.2s;
}

#company .info li:nth-child(2) {
  animation-delay: 0.4s;
}

#company .info li:nth-child(3) {
  animation-delay: 0.6s;
}

#company .info li:nth-child(4) {
  animation-delay: 0.8s;
}


@keyframes showUp {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

#company .info li p {
  font-size: clamp(1rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 130%;
  color: #fff;
  word-break: break-all;
}

#company .locations ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem !important;
}

#company .locations {
  margin: 0 auto;
}

#company .locations li {
  word-break: keep-all;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  opacity: .8;
  line-height: 130%;
  font-size: clamp(1rem, 1vw, 2.8rem) !important;
}

#company .locations li span {
  font-weight: 700;
  color: #ffffff;
  opacity: 1;

}

#company .locations h3 {
  padding: 0 !important;
}

#company .info li img {
  height: 90px;
}


.his-item {
  display: flex;
  gap: 5rem;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto 4rem;
}

.his-item h3 {
  font-size: clamp(2rem, 1.5vw, 1rem);
  width: calc(100% - 90%);
  padding: 1rem 0 !important;
  text-align: right;
  line-height: 100%;
  min-width: auto !important;
}

.his-item ul {
  width: calc(100% - 0%);
  display: flex;
  flex-wrap: wrap;

}

.his-item li {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  border-bottom: 1px solid #dddddd59;
  width: 50%;
  padding: 1rem 1rem 1rem 0 !important;

  font-size: clamp(1rem, 1vw, 1rem);

}

.his-item li span {
  opacity: .5;
  font-size: .95rem;
}

.his-item li:last-child {
  border-bottom: 0 !important;
}

.his-item li:nth-last-child(2) {
  border-bottom: 0 !important;
}

.item-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  border-radius: .3rem;
  background-color: #0078d7;
  width: 100%;
  padding: 2rem;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}



.logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 3rem !important;
}


.sub_header {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.content-area {
  display: flex;
  gap: 5rem;
  align-items: flex-start;
}

/* =================== 서브 내비게이션 =================== */
.sub-nav {
  margin: 0 auto;
  padding: 1rem 0;
}

.sub-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.sub-nav li {
  position: relative;
  padding: 1rem;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  color: #333;
  border: 1px solid #333;
  background: url('../images/ic_next.svg') no-repeat center right 1rem;
  background-size: 0.8rem;
  min-width: 120px;
  text-align: center;
}

.sub-nav li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background: url('../images/ico_arrow.svg') no-repeat center center;
  background-size: contain;
}

.sub-nav li.home {
  width: 60px;
  height: 60px;
  background: url('../images/ico_home.svg') no-repeat center center #ccc;
  background-size: 24px 24px;
  border: none;
}

.sub-nav li:last-child {
  font-weight: 700;
  color: blue;
}

/* =================== 페이드인 애니메이션 =================== */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

main>* {
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
}

main>*:nth-child(1) {
  animation-delay: 0.2s;
}

main>*:nth-child(2) {
  animation-delay: 0.4s;
}

main>*:nth-child(3) {
  animation-delay: 0.6s;
}

/* 상단 메뉴 */
.scroll-menu {
  position: sticky;
  top: 0px;
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  z-index: 99;
  background: transparent;
  transition: background 0.3s ease, color 0.3s ease;

  padding-left: 5rem;
  align-items: flex-start;
  margin: -3rem auto 3rem;
  /* 배경과 글자색 부드럽게 */
}

.scroll-menu a {
  display: flex;
  border: 0px solid #28425982;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
  margin-top: 0px;
  justify-contrgb(125, 159, 255)nter;
  background: #5aadf869;
  padding: .6rem 4rem;
  color: #fff;
  box-shadow: 0 .2rem .20rem rgb(41 41 41 / 10%);
  font-size: 1.2rem !important;
  border-radius: 5rem;
}

.scroll-menu.sticky {
  background: #fff;
  max-width: 100%;
  justify-content: center;
  padding: .5rem 0;
  flex-direction: row;
}

.scroll-menu.sticky a {
  border: 1px solid #2727278c;
  color: #231815;
  padding: .4rem 2rem;
  background: #fff;
  border-radius: .3rem !important;
}

.scroll-menu a:hover {
  background: #fff;
  color: #0078d7;
}

.scroll-menu a.active {
  /* 선택된 메뉴 스타일 */
  background: #0078d7;
  color: #fff;
  border-color: #0078d7;
  ;

}



.scroll-menu a:hover {
  background: #f0f0f0;
  color: #0078d7;
}

.scroll-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.scroll-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.stopscll {
  position: fixed;
  right: 1rem;
  left: 1rem;
  z-index: 100;
}

.item_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding-right: 6rem !important;
}

.item_header_title {
  display: flex;
  flex-direction: column;
  padding: 5rem !important;
  gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
}

#internet {
  background: url(../images/certpiabg.png) no-repeat left top;
  background-size: cover !important;
  color: #fff !important;
}

.item_header {
  width: clamp(100%, 1000px, 50%);
}

#kiosk {
  background: url(../images/kioskbg.png) left top no-repeat;
  background-size: cover !important;
  color: #fff;
}

#gov {
  background: url(../images/govbg.png)no-repeat right #fff;
  background-size: cover !important;
  color: #fff;
}

#gov .item_header {
  align-items: center;
  justify-content: space-between;
}

.bfkiosk-img {
  background-color: #fff;
  width: 300px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}

.bfkiosk-img img {
  width: 100%;
}





.govlist {
  width: 100%;

  display: flex;
  align-items: center;

}

.govlist ul {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;

}

#gov .item_header li::before {
  content: "";
}

.govlist li {
  border-radius: 100%;
  min-height: 150px;
  min-width: 150px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: .2rem .2rem .2rem rgba(0, 0, 0, 0.3);
  background-size: cover !important;
  background-position: center center !important;
}

.govlist li:nth-child(1) {
  background: url(../images/certappimg.png)no-repeat #fff;
}

.govlist li:nth-child(2) {
  background: url(../images/gov24.svg)no-repeat #fff;
  background-size: 80% !important;
}

.govlist li:nth-child(3) {
  background: url(../images/kkoappimg.png)no-repeat #fff;
  ;
}

.govlist li:nth-child(4) {
  background: url(../images/tossappimg.png)no-repeat #fff;
  ;
}

.govlist li:nth-child(5) {
  background: url(../images/skiappimg.png)no-repeat #fff;
  ;
}

#e-mobile {
  background: url(../images/emobilebg.png) no-repeat left top;
  background-size: cover;
}

#emobile {
  padding: 0 !important;
  position: relative;
}




#emobile .item_content {
  width: 100%;
  max-width: 100% !important;

  align-items: center;
  flex-direction: column;

}

#docuqr {
  background: url(../images/docuqrbg.png) no-repeat left top;
  background-size: cover;
  color: #fff !important;
}


#contact {
  background: url(../images/contact2bg.png) no-repeat left top;
  background-size: cover;
  color: #fff;
  min-height: 400PX !important;
}

#contactForm {
  border: 1px solid #c4c4c4;
  display: flex;
  transition: transform 0.5s ease-in-out;
  flex-wrap: wrap;
  padding: 5rem !important;
  margin: 5rem !important;
  border-radius: 1rem;
  min-height: 500px;
  background: #fff;
}

#qr-item {
  padding: 0 !important;
}


#electronic .item_content {
  max-width: 1500px !important;
  flex-direction: row !important;
  margin-bottom: 3rem;

}

#sitemap .item_content {
  max-width: 1500px !important;
  flex-direction: row !important;

}

#si {
  min-height: auto !important;
  background: #c4d9e9;
  margin-bottom: 2rem !important;
}

#si .item_header {
  align-items: center !important;
}


#newstit {
  min-height: auto !important;
  background: #c4d9e9;
  margin-bottom: 2rem !important;
}

#newstit .item_header {
  align-items: center !important;
}

.maplist {
  display: flex;
  gap: 2rem;
}

#gov .item_header img {
  width: 130px !important;
  min-width: auto;
  min-height: auto;
  height: auto;
  margin-bottom: 1rem;
  background: inherit;
  border-radius: 0;
}


#Certificates-si {
  background: #fff !important;
  margin-top: 0 !important;
}

#Certificates-si .item_header {
  flex-direction: column !important;
}

#Certificates-si .item_content ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;

}

#Certificates-si .item_content li {

  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding: 1rem !important;
  background: #fff;

}

#Certificates-si .item_content li img {
  border: 1px solid #cccccc71;
  padding: 2rem !important;
  margin-bottom: 1rem;
}

#Certificates-si .item_content li .title {
  width: 95%;
  font-weight: 600;
}



#Certificates-si .item_content li p {
  font-size: .8rem;
  line-height: 160%;
  width: 95%;
}

.electronic-item {
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 30%;
  border-radius: 2rem;
  padding: 3rem;
  box-shadow: 0 0 50px #00000014, 0 20px 20px -4px #0000004f;
}

#electronic .item_header {
  margin: 2rem auto !important;
  align-items: center;
  gap: 5rem;
  max-width: 1500px;
}

#smartphone .item_header {
  flex-direction: column !important;
  align-items: center;
}

.electronic-item p {
  font-size: .8rem;
}

.item_header h2 {
  text-align: left;
  font-size: clamp(3rem, 3vw, 5.5rem);
  line-height: 120%;
  display: flex;
  flex-direction: column;

}

.item_header p {
  line-height: 145%;
  word-break: break-all;
  opacity: 0.7;
  text-align: left;
  font-size: clamp(1rem, 2vw, 1.4rem);
}

.item_header p span .item_header button {
  display: flex;
  justify-content: space-between;
  gap: 2rem;

}

.law-section {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
}

.law-section li {
  font-size: .95rem;
}

.item_header h4 {
  border-radius: 2rem;
  background-color: #333;
  color: #fff;
  padding: .3rem 4rem;
  display: inline-block;
  margin: 0 0 1rem .5rem;
}

.item_header ul {
  margin: 1rem 0 1rem 2rem !important;
  gap: .5rem;

}

.item_header li {
  line-height: 150%;
  font-weight: 300;
}

.item_header li::before {
  content: "·";
  padding: 0 1rem 0 0;
  margin-left: -1.3rem;
}

.item_header li span {
  font-weight: 600;
  margin-right: 1rem;
}

.hdimg {

  bottom: 0rem;
  display: flex;
  gap: 3rem;
  align-items: center;
}

.hdimg img {
  height: 35px;
}

.svgw {
  filter: invert(98%) sepia(49%) saturate(0%) hue-rotate(214deg) brightness(116%) contrast(100%) !important;
}

.reflect-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 3rem;
  margin: 0 auto !important;

}


/* 아래 그림자 */
.reflect-wrapper::after {
  content: "";
  position: absolute;
  top: 100%;
  /* 이미지 바로 아래 */
  left: 0;
  width: 100%;
  height: 40px;

  /* 이미지와 동일한 각도로 기울이기 */
  transform: rotateY(-30deg);
  transform-origin: center top;

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
  filter: blur(8px);

  z-index: 1;
  pointer-events: none;
}


.item_header button:hover .icon {
  filter: invert(0%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(0%) contrast(100%) !important;

}

.item_header button .icon {
  filter: invert(0%) sepia(49%) saturate(0%) hue-rotate(214deg) brightness(116%) contrast(100%) !important;
  width: 20px;
  opacity: .5;
}

.item {
  position: relative;
}

.item .btnx {

  position: absolute;
  left: 4.25rem;
  bottom: 2.2rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}



.item .btnx button {
  background: #00000086;
  color: #fff;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 5rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  box-shadow: 0 0 50px #00000014;
}

.item .btnx button:hover {
  background: #231815ce;
  transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275);


}

.item button img {
  width: 30px;
  filter: invert(98%) sepia(49%) saturate(0%) hue-rotate(214deg) brightness(116%) contrast(100%) !important;
}

.item .ifx {
  display: flex;
  align-items: center;
  gap: 2rem;
  border-radius: 0 0 1rem 1rem;
}


.ifx dl {
  display: flex;
  align-items: center;
  margin-top: .5rem !important;
}

.ifx dt {
  font-size: 1.4rem;
  font-weight: 700;
  color: rgba(236, 251, 255, 0.712);
  display: flex;
  gap: 1rem;
  align-items: center;

}

.ifx dt span {
  font-size: 1.4rem;
  color: #fff;
}

.ifx dt::before {
  content: "·";
}



.item_content {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}



.item_content h4 {
  font-size: 2rem;
}


.certpia-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3rem;
}

#smartphone {

  padding: 5rem 0 !important;
}




.item_header_title p {
  font-size: clamp(1.2rem, 1.5vw, 1.35rem);
}

.item_header_title span {
  font-size: clamp(.8rem, 1.2vw, 1rem)
}


#location {
  padding: 0 3rem 5rem;
  margin: 5rem;
  background: #47536bc9;
  color: #fff;
  background-size: cover;
}

#location .maplist {
  color: initial;
}


#kiosk table {
  color: initial;
}



.hditem-area {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}

.item_header_title p span {
  display: block;
  font-weight: 600;
  margin-top: 3rem;
  line-height: 130%;
}



#internet .item_content {
  max-width: none !important;
  flex-direction: row;
}

.logo-list li {
  width: 16.666%;
  display: flex;
  padding: 1rem 0 !important;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #ccc;
}


.img-area {

  align-items: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  border-radius: .3rem;
  background-color: #fff;
  width: auto;
  overflow-x: auto;
  border: 1px solid #ccc;
}

.img-area p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  padding: 1rem !important;
}


.compare-container {
  justify-content: center;
  display: flex;
  gap: 3rem;
  /* 테이블 사이 간격 */
  padding: 2rem;


}

.compare-item {
  display: flex;
  align-items: center;
  width: 730px;
  background: #fff;
  padding: 2rem;
  border-radius: .3rem;
}

.compare-item p {
  text-align: center;
}


.compare-table {
  border-collapse: collapse;
  /* 각 테이블 최대 너비 */
  border: none;
  width: 100%;
  font-size: .9rem;

}


.compare-table caption {
  text-align: left !important;
}


.compare-table th,
.compare-table td {
  vertical-align: top;
  border: none;
  text-align: left;
  display: block;
}

.compare-table th {
  font-weight: 600;
}

.compare-table caption {
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.3rem;
}

.compare-table img {

  height: 100%;
  display: block;
  margin: 0 auto;
}


.compare-table li {

  display: flex;
  gap: .3rem;
  align-items: center;
  flex-direction: row;
}

.compare-table li::before {
  content: "▶";
  font-size: 0.5rem;
  opacity: .5;
  padding-left: .5rem;
}


.patent-area ul {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  max-width: 1500px;
  margin: 3rem auto !important;
}

.patent-area ul .patent-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.patent-area ul .patent-item img {
  width: 300px;
}

.patent-area ul .patent-item p {
  display: flex;
  text-align: center;
  width: 200px;
  font-size: .7rem;
  padding: 1rem 0;
  word-break: keep-all;
  flex-direction: column;
  align-items: center;
  line-height: 130%;
}

.patent-area ul .patent-item p span {
  font-size: .8rem;
}

.scroll-vortex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 0 2rem;
}

.sticky-orb {

  box-sizing: border-box;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 150%;
}

.sticky-orb h3 {
  padding: 0 !important;
  font-size: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border: none;
}

.slide-cosmos {
  overflow: hidden;
  max-width: 1500px;
}

.warp-drive {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
}



.star-chunk h4 {
  text-align: center;
  line-height: 120%;
}



.star-chunk:nth-child(1) {
  background: url(../images/fax-icon01.svg)no-repeat #fff;

}

.star-chunk:nth-child(2) {
  background: url(../images/fax-icon02.svg)no-repeat #fff;

}

.star-chunk:nth-child(3) {
  background: url(../images/fax-icon03.svg)no-repeat #fff;

}

.star-chunk:nth-child(4) {
  background: url(../images/fax-icon04.svg)no-repeat #fff;

}

.star-chunk:nth-child(5) {
  background: url(../images/fax-icon05.svg)no-repeat #fff;

}

.star-chunk:nth-child(6) {
  background: url(../images/fax-icon06.svg)no-repeat #fff;

}


.cp-content {

  margin-bottom: 2rem;
}

.contact-person .cp-title {
  width: 100%;
  background-color: #0078d7;
  color: #fff;
  padding: 1rem;
  text-align: center;
  border-radius: .2rem .2rem 0 0;
}



.cp-info li::before {
  content: "·";
  font-weight: 900;
  margin-right: .3rem;
}


.contact-person .cp-list .team-area {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  margin-bottom: 3rem;
}

.contact-person .cp-list .team-area h3 {
  width: 100%;

}

.contact-person .cp-item {

  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: .2rem;
  border-right: 1px solid #ccc;
  align-items: center;
  justify-content: center;

}

.contact-person .cp-item:last-child {
  border-right: none;
}

.contact-person .cp-item dt {
  width: 100%;
  font-weight: 600;
}

.contact-person dd {
  margin-right: 1rem !important;

  display: flex;
  align-items: center;
  gap: .5rem;
}

.contact-person dd img {
  height: 20px;
}

.cp-info {
  width: 25%;
  font-size: .9rem;
}


#contact .formarea {}

#contact .ifx dl {
  background: #67d8f57c;
  border: 1px;
  border-radius: 1rem;
  padding: 1rem 2rem !important;
  border: 1px solid #003366;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.06),
    /* very subtle */
    0 6px 18px rgba(0, 0, 0, 0.12);
  /* main depth */
  border: 1px solid rgba(0, 0, 0, 0.04);
}

#contact .ifx dt {
  align-items: center;
}

#contact .ifx dt span {
  color: #ffffff;
}

#contact .ifx dt::before {
  content: none;
}

#privacy {
  width: 100%;
}

#privacy h2 {
  margin: 3rem auto 1.5rem;
  text-align: center;
}

.privacy-area {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
  padding: 1rem 0;
  border-radius: 3px; 
  font-size: 1.2rem;
}

.privach-item {
  width: 49%;
}

.button-area {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}

.button-area button {
  font-size: 1.6rem;
  border-radius: .3rem;
  background-color: #0078d7;
  color: #fff;
  padding: .5rem;
  width: 300px;
}

.formarea ul {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  width: 100%;
  margin-bottom: 2rem !important;
  justify-content: space-between;
}

.formarea li {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
  gap: .3rem;
}

.formarea li:nth-child(1),
.formarea li:nth-child(6),
.formarea li:nth-child(7) {
  width: 100%;
}

.formarea li h3 {
  width: 100%;

}


.formarea li label {
  display: inline-block;
  padding: .5rem 2rem;
  background: #fff;
  border: 2px solid #e9e9e9;
  color: #999;
  border-radius: 3rem;
  cursor: pointer;
  user-select: none;
  font-size: 1.2rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

/* 라디오 input 숨김 */
.formarea li label input[type="radio"] {
  display: none;
}

/* 선택되지 않은 버튼 hover */
.formarea li label:hover {
  border-color: #999;
}

/* 선택된 버튼 스타일 */
.formarea li label input[type="radio"]:checked+span,
.formarea li label input[type="radio"]:checked {
  /* 아무것도 아님: input:checked + span은 span일 때만 필요함 */
}

/* 선택된 label에 활성화 표시 */
.formarea li label input[type="radio"]:checked+* {
  /* fallback */
}

.formarea li label input[type="radio"]:checked+* {
  /* fallback */
}

/* 핵심: 선택된 라벨에 스타일 주기 */
.formarea li label:has(input[type="radio"]:checked) {
  background: #ffffff;
  color: #fff;
  border-color: #333333;
  background: #333;
}

.map {
  display: flex;
  gap: 3rem;
}

.map dl {
  padding: 2rem !important;
  border-radius: 2rem;
  width: 100%;
  box-shadow: 0 0 50px #00000014, 0 20px 20px -4px #0000004f;
  background: #fff;
}

.map dt {
  font-size: 1.3rem;
  margin-bottom: 2rem !important;
}

.map dd iframe {
  margin-bottom: 2rem;
}

.map dd {
  display: flex;
  word-break: keep-all
}

.map dd img {
  width: 22px;
  ;
}

/* 섹션 공통 스타일 */
.section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;

}



.section.visible {
  opacity: 1;
  transform: translateY(0);
}

section.emobile {
  padding-top: 0 !important;
}

section#contact,
section#news,
section.map {
  flex-direction: column;
}

.section h2 {
  margin-top: 0;
  font-size: 2rem;
  color: #0078d7;
}

#backToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  background: #0078d7;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s;
  z-index: 500;
}

#backToTop:hover {
  opacity: 1;
}


.ci-logo {
  width: 150px;
  height: 150px;
  margin: 0 auto 2rem;
  background: linear-gradient(135deg, #e60012 40%, #0068b7 60%);
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(230, 0, 18, 0.6);
  /* 여기 로고 마크 자리, 실제 이미지로 교체 가능 */
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 3rem;
  color: white;
  user-select: none;
}

.ci-description {
  font-size: 1.25rem;
  color: #231815;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.5;
}

/* 강조 단어 스타일 */
.highlight-red {
  color: #e60012;
  font-weight: 700;
}

.highlight-blue {
  color: #0068b7;
  font-weight: 700;
}



/* 탭 버튼 스타일 */
.tabs {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #ccc;
}

.tab-button {
  flex: 0 0 auto;
  background: #0068b7;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.3s;
}

.tab-button.active {
  background: #e60012;
}

/* 콘텐츠 영역 */
.tab-content {
  display: none;
  background: white;
  padding: 1.2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.tab-content.active {
  display: block;
}

.year-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #231815;
  margin-bottom: 1rem;
}

#history,
#partner-item2,
#qr-item,
#partner-item1 {
  background: #fffffff0;
  padding: 5rem;
}

#emobile-area {
  padding: 0 3rem !important;
  background: #fff;
}

#certificate .logo-list,
#patent .logo-list {
  gap: 2.4rem;
}

#certificate .logo-list li,
#patent .logo-list li {
  width: 23%;
  display: flex;
  padding: 2rem !important;
  flex-direction: column;
  align-items: center;
  background: #fff;
  /* border-bottom: 1px solid #ccc; */
  justify-content: space-between;
  border: none;
}




ul.history-list {
  list-style: disc;
  padding-left: 1.2rem;
}

ul.history-list li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

section.year {}

section.year h2 {
  margin-top: 0;
  margin-bottom: 0.7rem;
  font-size: 1.3rem;
  color: #231815;
}

ul {
  margin: 0;
  padding-left: 1.2rem;
}

ul li {
  margin-bottom: 0.5rem;
}

#emobile .item-area {
  width: 100%;
}

#emobile .item-area .service-list {
  width: 100%;
  display: flex;
  justify-content: center;
}

#emobile .item-area .service-list ul {
  padding: 2rem 0 !important;
}

.service-list ul {
  list-style: none;
  padding: 5rem !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  border-radius: 1rem 1rem 0 0;

  background-size: cover;
  gap: 3rem;

}



.service-list ul li {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: 50%;
}

.t-if {
  flex-direction: column;
  width: calc(80% - 260px);
  gap: 3rem;
  justify-content: center;
  text-align: center;
}

.t-if img {
  height: 80px;
}

.service-list .exmobile {
  padding: 5rem !important;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  width: 330px;
  height: 600px;
  border-radius: 2rem;
  overflow: hidden;


  background-repeat: no-repeat, no-repeat !important;
  background-position: center center, center top !important;
  background-size: 88%, cover !important;
  box-shadow: 0px 47px 40px 0px rgba(32, 22, 19, 0.32);


}

.service-list li:first-child {
  flex-direction: row-reverse;
}

.service-list li:first-child .exmobile {
  background: url('../images/em-spimg01.png'), url('../images/pn-bg.png') #fff;
}

.service-list li:last-child .exmobile {
  background: url('../images/em-spimg02.png'), url('../images/pn-bg.png') #fff;
}

.service-list .exmobile:hover::before {
  content: "";
  position: absolute;
  inset: 0;

}


.service-list .exmobile .logo {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-list .exmobile .logo img {
  width: 120px;
  height: auto;
  margin: 0 auto;

}

.service-list .exmobile .iftxt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -400px;
  height: 400px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  transition: bottom 0.5s ease;
  background: linear-gradient(to bottom, #ffffff00, #ffffff);
  color: #fff;
  border-radius: 0;
}

.service-list .exmobile:hover .iftxt {
  bottom: 0;
  color: inherit;
}

.service-list li h3 {
  font-size: 2rem;
  line-height: 120%;
}

.service-list .exmobile:hover {
  /* 살짝 띄우기 */
  border-radius: 2rem;

}

.service-list .exmobile:hover .iftxt {
  bottom: 0px;
  color: #ffffff;
  /* box1 위로 올라옴 */

}


.service-list h2 {
  font-size: 3rem;
  line-height: 110%;
  margin-bottom: 1rem;
}

.service-list p {
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 500;
}

.service-list div {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  transition: color 0.3s;
}

.service-list .icx {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  width: 60px;
  border-radius: 5rem;
  background: #202a44;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 20px;
  z-index: 100;
  cursor: pointer;
  overflow: hidden;
  transition: width 0.3s ease, background 0.3s ease;
}

.service-list .icx i {
  transition: transform 0.3s ease, margin 0.3s ease;
}

.service-list .icx p {
  display: none;
  margin-left: 0.5rem;
  font-size: 16px;
  white-space: nowrap;
  transition: opacity 0.3s ease;
  font-weight: 700;
}

/* hover 상태 */
.service-list .exmobile:hover .icx {
  width: 200px;
  justify-content: flex-start;
  padding: 0 1rem;
}

.service-list .exmobile:hover .icx i {
  margin-right: 0.5rem;
  /* 아이콘이 왼쪽으로 이동 */
}

.service-list .exmobile:hover .icx p {
  opacity: 1;
  /* 텍스트 자연스럽게 나타남 */
  display: block;
}




.service-features {
  display: flex;
  list-style: none;
  gap: 1rem;

}


.sf-area {
  padding: 0 !important;
  min-height: auto !important;
  background: transparent;
}

.service-features li {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.5rem;
  transition: transform 0.3s, box-shadow 0.3s;
  width: clamp(30%, 48%, 100%);
  border-radius: 1rem;
  position: relative;
  background: #f4f4f4;
  padding: 2rem !important;
}

.service-features li img {
  width: 100px;
}

.service-features li h4 {
  display: flex;
  gap: .5rem;
  flex-direction: column;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}



.service-features li:hover {
  transform: translateY(-5px);

}

.service-features i {
  font-size: 100px;
  /* 아이콘 색상 */
}



#news {
  padding: 0 3rem 5rem;
  margin: 5rem !important;
  background: #fff;
}

#koreamap {
  background: url(../images/koreamapbg.png) no-repeat center center;
  background-size: cover;
  padding: 0 3rem 5rem;
}

.koreamap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;


}



.koreamap .list {
  min-height: 400px;
  height: 460px;
  overflow-y: scroll;
  width: calc(100% - 500px);
}


.koreamap .list::-webkit-scrollbar {
  width: 20px;


}

.koreamap .list::-webkit-scrollbar-thumb {
  background-color: ;
  border-radius: 1rem;
  height: 50px;
  background: url(../images/topic.png)no-repeat top center, url(../images/buttonic.png)no-repeat bottom center #e1ecee94;
  background-size: 100%;
}

.koreamap .list::-webkit-scrollbar-thumb:hover {
  background-color: #ffffffc9;
}

.koreamap .list ul {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.koreamap .list li {
  width: 32%;
  min-width: 280px;
  padding: .3rem 1rem !important;
  background: #fff;
  color: #333;
  border-radius: .3rem;
  border: 2px solid #94b7da;
  box-shadow: .2rem .1rem .1rem rgba(0, 0, 0, 0.096);
}

.koreamap .list ul li a {
  display: flex;
  gap: .5rem;
  align-items: center;
  font-weight: 600;
  font-size: .95rem;
  text-wrap: nowrap;
}

.koreamap .list ul li a img {

  width: 30px;
  height: 30px;
  max-height: 30px;
  max-width: 30px;
  padding: .2rem;
  ;
}

.kmapimg {
  position: relative;
  width: 500px;
  min-width: 500px;
  display: flex;
  border-radius: 1rem;
}

.kmapimg img {
  width: 100%;
  display: block;
}

#emobilemap {
  background-size: cover;
  display: flex;
  align-items: flex-start;
  justify-content: center;

}

.emo-map {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 150px);

  background: url(../images/koreamap1.png) no-repeat center center,
    linear-gradient(to bottom, rgba(177, 195, 228, 0.493), rgba(140, 166, 214, 0.637));
  background-size: cover;
  border-radius: 1rem;
  background-size: 500px;
  height: 800px; 
  position: relative;
}

.emolistbtn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: #34495c;
  border: 2px solid #231815;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06),
    /* very subtle */
    0 6px 18px rgba(0, 0, 0, 0.12);
  font-size: .89rem;
  font-weight: 700;
  padding: .3rem 1rem;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  color: #fff;
}

.emolistbtn img {
  width: 15px;
  filter: brightness(0) invert(1);
}

.emo-map .city-a {
  position: relative;
  width: 500px;
  height: 600px;

}

.emo-map .city-a label {
  display: flex;
  justify-content: center;
  position: absolute;

  color: #fff;
  border-radius: 100%;
  box-shadow: .2rem .2rem .2rem rgba(0, 0, 0, 0.096);
  cursor: pointer;
  left: 50px;
  top: 50px;
  transform: translate(-50%, -50%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  font-weight: 700;
}


label::after {
  content: "";
  position: absolute;
  /* 라인 길이 고정 */
  background: hsla(205, 42%, 70%, 0.62);
  transform: translateY(-50%);
}

/* 끝점 */
label::before {
  content: "";
  position: absolute;
  top: 50%;

  /* 네가 정한 라인 길이 끝 */

  background: hsl(226, 44%, 51%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.emo-map .city-a li:nth-child(1) label::after,
.emo-map .city-a li:nth-child(4) label::after,
.emo-map .city-a li:nth-child(5) label::after,
.emo-map .city-a li:nth-child(12) label::after {
  width: 180px;
  right: 100%;
  height: 2px;
}

.emo-map .city-a li:nth-child(1) label::before,
.emo-map .city-a li:nth-child(4) label::before,
.emo-map .city-a li:nth-child(5) label::before,
.emo-map .city-a li:nth-child(9) label::before,
.emo-map .city-a li:nth-child(12) label::before {
  width: 10px;
  height: 10px;
  left: -1px;
  transform-origin: top center;
}


.emo-map .city-a li:nth-child(9) label::after,
.emo-map .city-a li:nth-child(15) label::after {
  width: 330px;
  right: 100%;
  height: 2px;
}


.emo-map .city-a li:nth-child(2) label::after,
.emo-map .city-a li:nth-child(8) label::after,
.emo-map .city-a li:nth-child(11) label::after {
  width: 220px;
  left: 100%;
  height: 2px;
}

.emo-map .city-a li:nth-child(2) label::before,
.emo-map .city-a li:nth-child(8) label::before,
.emo-map .city-a li:nth-child(11) label::before {
  width: 10px;
  height: 10px;
  right: -10px;
  transform-origin: top center;
}

.emo-map .city-a li:nth-child(10) label::after {
  content: "";
  position: absolute;

  top: 100%;
  /* 라벨 아래 기준점 */
  left: 50%;
  transform: translateX(-50%);

  width: 1px;
  height: 60px;
  /* 원하는 길이로 조절 */
  background: hsl(226, 44%, 51%);
}

/* 원(끝점) */
.emo-map .city-a li:nth-child(10) label::before {
  content: "";
  position: absolute;

  top: calc(100% + -2px);
  /* 선 길이만큼 내려온 지점 */
  left: 50%;
  transform: translateX(-50%);

  width: 10px;
  height: 10px;

  background: hsl(226, 44%, 51%);
  border-radius: 50%;
  z-index: 100;
}


.emo-map .city-a label span {
  font-size: 70%;
  letter-spacing: -1px;
  font-weight: 500;
  text-align: center;
}

.city-a li:nth-child(1) label {
  left: 160px;
  top: 130px;
  transform: translate(-50%, -50%);
}

.city-a li:nth-child(2) label {
  left: 350px;
  top: 430px;
  transform: translate(-50%, -50%);
}

.city-a li:nth-child(3) label {
  left: 300px;
  top: 330px;
  transform: translate(-50%, -50%);
}

.city-a li:nth-child(4) label {
  left: 110px;
  top: 75px;
  transform: translate(-50%, -50%);
}

.city-a li:nth-child(5) label {
  left: 120px;
  top: 380px;
  transform: translate(-50%, -50%);
}

.city-a li:nth-child(6) label {
  left: 170px;
  top: 260px;
  transform: translate(-50%, -50%);
}

.city-a li:nth-child(7) label {
  left: 400px;
  top: 350px;
  transform: translate(-50%, -50%);
}

.city-a li:nth-child(8) label {
  left: 300px;
  top: 70px;
  transform: translate(-50%, -50%);
}

.city-a li:nth-child(9) label {
  left: 180px;
  top: 30px;
  transform: translate(-50%, -50%);
}

.city-a li:nth-child(10) label {
  left: 260px;
  top: 410px;
  transform: translate(-50%, -50%);
}

.city-a li:nth-child(11) label {
  left: 350px;
  top: 250px;
  transform: translate(-50%, -50%);
}

.city-a li:nth-child(12) label {
  left: 160px;
  top: 480px;
  transform: translate(-50%, -50%);
}

.city-a li:nth-child(13) label {
  left: 190px;
  top: 340px;
  transform: translate(-50%, -50%);
}

.city-a li:nth-child(14) label {
  left: 150px;
  top: 210px;
  transform: translate(-50%, -50%);
}

.city-a li:nth-child(15) label {
  left: 80px;
  top: 270px;
  transform: translate(-50%, -50%);
}

.city-a li:nth-child(16) label {
  left: 250px;
  top: 200px;
  transform: translate(-50%, -50%);
}

.city-a li:nth-child(17) label {
  left: 60px;
  top: 580px;
  transform: translate(-50%, -50%);
}

/* 초기 상태 */
.emo-map .city-a li label {
  opacity: 0;
  transform: translate(-50%, -50%) translateY(10px);
  animation: fadeUp 0.6s ease forwards;
}

/* 등장 애니메이션 */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
  }
}

/* 순차 등장 */
.emo-map .city-a li:nth-child(1) label {
  animation-delay: 0.1s;
}

.emo-map .city-a li:nth-child(2) label {
  animation-delay: 0.2s;
}

.emo-map .city-a li:nth-child(3) label {
  animation-delay: 0.3s;
}

.emo-map .city-a li:nth-child(4) label {
  animation-delay: 0.4s;
}

.emo-map .city-a li:nth-child(5) label {
  animation-delay: 0.5s;
}

.emo-map .city-a li:nth-child(6) label {
  animation-delay: 0.6s;
}

.emo-map .city-a li:nth-child(7) label {
  animation-delay: 0.7s;
}

.emo-map .city-a li:nth-child(8) label {
  animation-delay: 0.8s;
}

.emo-map .city-a li:nth-child(9) label {
  animation-delay: 0.9s;
}

.emo-map .city-a li:nth-child(10) label {
  animation-delay: 1.0s;
}

.emo-map .city-a li:nth-child(11) label {
  animation-delay: 1.1s;
}

.emo-map .city-a li:nth-child(12) label {
  animation-delay: 1.2s;
}

.emo-map .city-a li:nth-child(13) label {
  animation-delay: 1.3s;
}

.emo-map .city-a li:nth-child(14) label {
  animation-delay: 1.4s;
}

.emo-map .city-a li:nth-child(15) label {
  animation-delay: 1.5s;
}

.emo-map .city-a li:nth-child(16) label {
  animation-delay: 1.6s;
}

.emo-map .city-a li:nth-child(17) label {
  animation-delay: 1.7s;
}

.city-a li:nth-child(1) label,
.city-a li:nth-child(14) label {
  min-width: 40px !important;
  min-height: 40px !important;
  height: 40px;
  width: 40px;
  background: #1f272ec9;
}

.city-a li:nth-child(2) label,
.city-a li:nth-child(3) label,
.city-a li:nth-child(5) label,
.city-a li:nth-child(4) label,
.city-a li:nth-child(6) label,
.city-a li:nth-child(7) label {
  min-width: 60px !important;
  min-height: 60px !important;
  height: 60px;
  width: 60px;
  background: #1f272ebb;
}

.city-a li:nth-child(8) label,
.city-a li:nth-child(9) label,
.city-a li:nth-child(10) label,
.city-a li:nth-child(11) label,
.city-a li:nth-child(12) label,
.city-a li:nth-child(13) label,
.city-a li:nth-child(15) label,
.city-a li:nth-child(16) label,
.city-a li:nth-child(17) label {
  min-width: 80px !important;
  min-height: 80px !important;
  height: 80px;
  width: 80px;
  background: #1f272ee1;
}

.city-a li:hover,
.city-a li.active {
  animation: wavePulse 1.2s infinite ease-in-out;

  /* 🔥 위치 고정 */
}

@keyframes wavePulse {
  0% {
    transform: scale(1);
    filter: brightness(1);
  }

  50% {
    transform: scale(1.02);
    /* 🔥 1.12 → 1.06 로 줄여서 흔들림 최소화 */
    filter: brightness(0.9);
  }

  100% {
    transform: scale(1);
    filter: brightness(1);
  }
}

.city {
  position: absolute;
  background: #fff;

  border-radius: 0.5rem;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.06),
    /* very subtle */
    0 6px 18px rgba(0, 0, 0, 0.12);
  /* main depth */
  width: 150px;
  padding-bottom: .51rem;
}

.city .title {
  font-size: .8rem;
  margin-bottom: .3rem;
  border-radius: .3rem .3rem 0 0;
  font-weight: 700;
  background: #6882af;
  padding: .5rem 1rem;
  color: #e9ecf1;
  text-align: center;
}


.city li {
  font-size: .7rem;
  font-weight: 600;
  padding: 0 1rem .1rem .5rem !important;
  color: #27211fe3;
}

.city li::before {
  content: "·";
  margin-right: .3rem;
}

/*서울*/
.city-seoul {
  left: -130px;
  top: 120px;
}

/* 경기 */
.city-gyeonggi {
  left: -330px;
  top: -50px;
}

/* 인천 */
.city-incheon {
  left: -130px;
  top: 40px;
}

/* 충남 */
.city-chungnam {
  left: -330px;
  top: 240px;
}

/* 광주 */
.city-gwangju {
  left: -130px;
  top: 350px;
}

/* 전남 */
.city-jeonnam {
  left: -130px;
  top: 440px;
}

/* 강원 */
.city-gangwon {
  right: -150px;
  top: 37px;
}

/* 경북 */
.city-gyeongbuk {
  right: -150px;
  top: 225px;
}

/* 부산 */
.city-busan {
  right: -150px;
  top: 395px;
}

/* 경남 */
.city-gyeongnam {
  right: 120px;
  top: 510px;
}

#emolist {
  position: absolute;
  top: 1rem;
  right: 1rem;

  max-height: 80vh;
  overflow-y: auto;
  border-radius: 10px;
  padding: 20px;
  z-index: 2000;

  /* 애니메이션 효과 */
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  pointer-events: none;

  transition: opacity .25s ease, transform .25s ease;
}

/* 열렸을 때 */
#emolist.on {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}


.closebtn {
  color: #fff;
  text-align: right;
  font-size: 1.5rem;
}

.emo-list ul::-webkit-scrollbar-thumb {
  background-color: ;
  border-radius: 1rem;
  height: 50px;
  background: url(../images/topic.png)no-repeat top center, url(../images/buttonic.png)no-repeat bottom center #e1ecee94;
  background-size: 100%;
}

.emo-list ul::-webkit-scrollbar-thumb:hover {
  background-color: #ffffff00;
}

.emo-list {
  position: absolute;
  right: 0;
  top: 60%;
  transform: translate(0, -50%);
  width: 280px;
  background: #2f4059;
  padding: 2rem;
  border-radius: 1rem;
  font-size: .7rem;
  box-shadow: .2rem .2rem .2rem rgba(0, 0, 0, 0.096);

}

.emo-list h3 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.emo-list ul {
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
  height: 500px;
  gap: .3rem;
}

.emo-list li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 20px;
  background: #ffffffbe;
  padding: 0 .3rem 0 1rem !important;
  border-radius: .3rem;
  font-weight: 700;
  box-shadow: .2rem .2rem .2rem rgba(0, 0, 0, 0.096);
}

.emo-list li:hover {
  background: #fff;

}

.emo-list li::before {
  content: "·";
  font-weight: 900;
  margin-right: .5rem;
}



.region li {
  position: absolute;
  border: 2px solid rgba(135, 140, 161, 0.904);
  background: #fff;
  min-width: 60px;
  min-height: 60px;
  transform: rotate(45deg);
  border-radius: 5rem 5rem 0 5rem;
  font-weight: bold;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: .2rem .2rem .2rem rgba(0, 0, 0, 0.096);
  cursor: pointer;
  display: flex;
  gap: 1rem;
}

.region li:hover,
.region li.active {
  background: rgba(10, 22, 78, 0.904);
  border-color: rgba(10, 22, 78, 0.904);
  ;
  animation: pulse 1s infinite alternate ease-in-out;
}

.region li:hover label,
.region li.active label {
  color: #fff;
}

@keyframes pulse {
  0% {
    transform: rotate(45deg) scale(1);
  }

  100% {
    transform: rotate(45deg) scale(1.2);
  }
}

.region {
  background: url(../images/koreamap.png)no-repeat center center;
  width: 350px;
  height: 500px;
  background-size: cover;
  margin: 0 auto !important;
}

.region li label {
  transform: rotate(-45deg);
  display: flex;
  justify-content: center;
  align-self: center;
  flex-direction: column;
  line-height: 120%;
  margin: 0 !important;
  text-align: center;
  font-weight: 700;
  font-size: .8rem !important;
  padding: .5rem !important;
  text-wrap: wrap;

}


.region li label span {
  font-weight: bold;
}

.region li:nth-child(1) {
  left: 155px;
  top: 35px;
}

.region li:nth-child(2) {
  left: 280px;
  top: 30px;
}

.region li:nth-child(3) {
  left: 205px;
  top: 70px;
}

.region li:nth-child(4) {
  left: 180px;
  top: 150px;
}

.region li:nth-child(5) {
  left: 150px;
  top: 300px;
}

.region li:nth-child(6) {
  left: 230px;
  top: 250px;
}

.region li:nth-child(7) {
  left: 320px;
  top: 250px;
}

.region li:nth-child(8) {
  left: 300px;
  top: 150px;
}

.region li:nth-child(9) {
  left: 120px;
  top: 400px;
}


@media (max-width: 1300px) {
  .city {
    display: none;
  }

  .emo-map .city-a li label::before,
  .emo-map .city-a li label::after {
    display: none !important;
  }

  .menu>li {
    gap: 1rem;
  }

  section {
    margin: 0 0 3rem 0 !important;
    gap: 1.5rem;
    padding: 3rem;
  }

  .item_header {
    align-items: center;
    padding-right: 0 !important;
  }

  .item_header_title {
    padding: 0 !important;
  }

  .item_header img {

    width: 300px;
    min-height: 300px;
    min-width: 300px;
    border-radius: 100%;

    background: #ffffff5e;
  }

  .certificate-process {
    display: none;
  }

  .process-list {
    flex-wrap: wrap;
  }

  .step-title {
    min-width: 120px;
    min-height: 120px;
    width: 120px;
    height: 120px;
    border-radius: .3rem;
  }

  .step-title h3 {
    text-align: center;
    line-height: 110% !important;
    font-size: 1.2rem;
  }


  .compare-container {
    flex-direction: column;
    width: 95%;
    gap: 2rem;
  }


  #gov .item_header {
    flex-direction: column !important;
  }

  #gov .item_header ul {
    margin: 2rem 0 !important;
  }

  .formarea li {
    width: 100% !important;
  }

  .privach-item {
    width: 100%;
  }

  #location {
    margin: 0 !important;
  }

  .maplist {
    flex-direction: column;
  }

  .formarea li label {
    padding: .koreamap .list.3rem 1rem !important;
    margin: 0 !important;
  }

  #certificate .logo-list li,
  #patent .logo-list li {
    width: 30%;
    justify-content: space-between;
  }

  .koreamap {
    gap: 1rem;
    width: 100%;
  }

  .koreamap .list {
    width: calc(100% - 0px);
  }

  .koreamap .list li {
    width: 45%;
    min-width: auto;

  }

  #certmap,
  #news {
    margin: 0 !important;
    padding: 1rem !important;
    ;
  }

  .iframe-area {
    text-align: left;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translate(0%, -50%);
  }

  .iframe-area iframe {
    width: 400px;
    height: 300px;
    ;
  }

  .service-features {
    justify-content: center;
    gap: 1.2rem;
    flex-wrap: wrap;
  }

  .service-features li {
    flex-direction: column-reverse;
    gap: 1rem;
    border: 1px solid #3333335e;
    padding: 2rem !important;

  }

  #emobile {
    display: none;
  }

  .item .btnx {
    position: static;

  }

  #contactForm {
    padding: 2rem !important;
    border: 0 !important;
    margin: 0 !important;
  }

  .scroll-menu {
    margin: 3rem 0 !important;
    padding-left: 2rem !important;
  }
}

@media (max-width: 1024px) {

  .emo-map {
    width: 100%;
    border-radius: 0;
  }

.koreamap .list ul li a{text-wrap: wrap;}

  .sub_header_title h1 {
    margin-top: 3rem !important;
  }

  #ceo {
    flex-direction: column;
  }

  #ceo .ceo-content {
    width: calc(100% - 100px);
  }


  #internet {
    margin: 1rem;
    padding: 2rem;
  }


  #kiosk .item_header {
    width: inherit !important;
  }

  #gov {
    margin: 0;
  }


  #gov .item_header ul {
    margin: 0 !important;
  }


  #docuqr {
    margin: 0 !important;
  }

  #Certificates-si .item_content li {
    width: 50%;
  }

  #certificate .logo-list li,
  #patent .logo-list li {
    width: 47%;
    justify-content: space-between;
  }

  .item .btnx {
    flex-direction: column;
    align-items: flex-start;
  }

  .item .btnx button {
    border-radius: 0;
    width: 100%;
    ;
  }

  .koreamap .list li {
    width: 95%;
    min-width: auto;
  }


  .ifx dl {
    background: #00000083;
  }

  .ifx dt {
    background: none !important;
  }

  section {
    border-radius: 0 !important;
  }

  .item .ifx {
    position: static;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 0;
    padding: 0 !important;
    background: none;
    width: 100%;
    gap: 0;
  }

  .item .ifx dl {
    width: 100%;
    ;
  }

  .item .ifx dt {
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 0;
  }

  .scroll-menu {
    display: none;
  }

  .his-item {
    gap: 1rem;
  }

  .logo-list li {
    width: 33.333%;
  }

}

@media (max-width: 767px) {
  #headtitle {
    width: 100%;
    height: 500px;
  }

  #history,
  #partner-item2,
  #qr-item,
  #Certificates-si,
  #partner-item1,
  #certificate,
  #patent,
  #contact {
    margin: 0;
    padding: 1rem !important;
  }

  .koreamap .list li {
    width: 45%;
    min-width: auto;
  }



  main>* {
    opacity: 1;
    animation: none !important
  }



  .scroll-section {
    opacity: 1;
  }

  header {
    padding: 2rem 1rem !important;
  }

  .item_header {
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem !important;
    padding: 2rem !important;
  }

  .sub_content .item {
    align-items: flex-end;
  }

  #company {
    margin: 2rem;
    padding: 0 2rem !important;
  }

  .title-sub-text {
    text-align: left;
  }

  #company .info {
    gap: 1rem;
  }

  #company .info li {
    text-align: center;
    padding: 1rem 2rem !important;
    margin-left: 0 !important;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    min-height: 45%;
    border-radius: .5rem;
  }



  #company .locations {
    width: 100%;
  }

  #company .locations ul {
    align-items: flex-start;
    width: 100%;
  }

  .service-features li {

    width: 100%;

  }

  #ceo h3 {
    flex-direction: column;
    padding: 0;
    align-items: center;
    width: 100%;
  }

  #ceo .ceo-content {
    width: calc(100% - 0px);
    padding: 2REM;
  }

  #ceo h3 img {
    display: none;
  }


  #smartphone .item_header .item img {
    width: inherit
  }

  .item_header ul {
    margin: 0 2rem auto !important;
  }


 


  .scroll-menu a {
    flex: 0 0 48%;
    font-size: .85rem;
  }

  .certificate-process {
    display: none;
  }

  .sticky-orb {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
  }

  .slide-cosmos {
    height: auto !important;
  }

  .warp-drive {
    display: flex !important;
    flex-wrap: wrap;
    position: relative !important;
    height: auto !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
    justify-content: center;


  }

  .star-chunk {
    border-left: none !important;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    padding: 2rem;
    border-radius: 1rem;
    background-size: 50px !important;
    background-position: center left 1rem !important
  }

  .star-chunk h4 {
    margin: 0;
    line-height: 130%;
    font-size: 1.2rem;
    margin-left: 3rem;
  }


  .star-chunk p {
    display: none;
  }

  .scroll-section {
    padding: 0;
  }



  .item_header p {
    text-align: left;
    width: 100%;
  }



  .reflect-wrapper {
    perspective: initial;
    margin: 0 auto;
  }

  .hdimg {
    position: static;

  }

  .patent-area ul {
    flex-wrap: wrap;
  }

  .patent-area ul .patent-item {
    width: 40%;
  }

  .patent-area ul .patent-item img {
    width: 100%;
  }


  table {
    margin: 2rem 0;
  }

  .tabs {
    padding-bottom: 0.8rem;
  }

  .tab-button {
    padding: 6px 12px;
    font-size: 0.9rem;
  }

  .year-title {
    font-size: 1.1rem;
  }

  .sub-nav ul {
    flex-direction: column;
    align-items: center;
  }

  .sub-nav li {
    width: 100%;
    max-width: 300px;
  }

  .sub-nav li.home {
    width: 50px;
    height: 50px;
  }

  .compare-table {
    max-width: 100%;
  }



  .reflect-wrapper img {
    height: inherit;
  }

  .compare-table li {
    width: 100%;
  }



  #fax .item_content {
    width: 100%;
  }

  .sticky-orb {
    padding: 1rem;
    text-align: center;
  }

  .sticky-orb h3 {
    flex-direction: column-reverse;
  }

  .compare-item {
    gap: 0;
  }

  #ceo {
    padding: 2rem 2rem 12rem !important;
  }

  #company .title h3 {
    padding: 0 1rem !important;
    text-align: center;
  }

  #company .title p {
    text-align: left;
    padding: 3.5rem;
    font-size: 1.3rem;
    line-height: 150%;
  }

  #company .locations ul {
    flex-direction: column;
    grid-area: .5rem;
  }

  .his-item ul {
    flex-direction: column;
    width: calc(100% - 0%);
  }

  #gov {
    padding: 2rem !important;
  }

  .govlist li {
    min-height: 100px;
    min-width: 100px;

  }

  .his-item li {
    width: 100%;
    flex-direction: column;
  }

  #electronic .item_content {
    flex-direction: column !important;
  }

  .electronic-item {
    width: 100%;
  }

  #emobile {
    margin: 0 !important;
  }

  .service-list li {
    height: 500px !important;
  }

  .service-features {
    width: inherit;
  }


  .service-features li img {

    width: 80px;
  }

  #Certificates-si .item_content li {
    width: 100%;
  }

  #certificate .logo-list li,
  #patent .logo-list li {
    width: 100%;
  }

  .kmapimg {
    display: none;
  }

  #certmap,
  #news {
    margin: 0 !important;
    padding: 1rem !important;
  }

  .nws-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .iframe-area {
    display: none;
  }

  .item .btnx {
    width: 100%;
  }

  #koreamap {
    padding: 1rem !important;
  }

  #koreamap .item_header {
    padding: 2rem 0 !important;
  }

  .privacy-area {
    padding: 1.5rem !important;
  }

  #privacy h3 {
    margin-bottom: 1rem;
  }

  #contact .ifx dt {
    flex-direction: column;
  }
}

@media (max-width: 500px) {
  .koreamap .list li {
    width: 95%;
    min-width: auto;
  }
}