@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"),
    url(../font/Pretendard-Black.woff) format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"),
    url(../font/Pretendard-ExtraBold.woff) format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"),
    url(../font/Pretendard-Bold.woff) format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"),
    url(../font/Pretendard-SemiBold.woff) format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"),
    url(../font/Pretendard-Medium.woff) format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"),
    url(../font/Pretendard-Regular.woff) format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"),
    url(../font/Pretendard-Light.woff) format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"),
    url(../font/Pretendard-ExtraLight.woff) format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"),
    url(../font/Pretendard-Thin.woff) format("woff");
}

@font-face {
  font-family: "Outfit";
  font-weight: 900;
  font-display: swap;
  src: local("Outfit Black"), url(../font/Outfit-Black.ttf) format("truetype");
}

@font-face {
  font-family: "Outfit";
  font-weight: 800;
  font-display: swap;
  src: local("Outfit ExtraBold"),
    url(../font/Outfit-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "Outfit";
  font-weight: 700;
  font-display: swap;
  src: local("Outfit Bold"), url(../font/Outfit-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Outfit";
  font-weight: 600;
  font-display: swap;
  src: local("Outfit SemiBold"),
    url(../font/Outfit-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Outfit";
  font-weight: 500;
  font-display: swap;
  src: local("Outfit Medium"),
    url(../font/Outfit-Medium.woff) format("truetype");
}

@font-face {
  font-family: "Outfit";
  font-weight: 400;
  font-display: swap;
  src: local("Outfit Regular"),
    url(../font/Outfit-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Outfit";
  font-weight: 300;
  font-display: swap;
  src: local("Outfit Light"), url(../font/Outfit-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Outfit";
  font-weight: 200;
  font-display: swap;
  src: local("Outfit ExtraLight"),
    url(../font/Outfit-ExtraLight.ttf) format("truetype");
}

@font-face {
  font-family: "Outfit";
  font-weight: 100;
  font-display: swap;
  src: local("OutfitThin"), url(../font/Outfit-Thin.ttf) format("truetype");
}

@font-face {
  font-family: "Outfit";
  font-weight: 400;
  font-display: swap;
  src: local("Outfit Regular"),
    url(../font/Outfit-Regular.ttf) format("truetype");
}
/*관리자*/

/* 초기화 */
html {
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  font-family: "Pretendard", sans-serif;
  background: #fff;
  color: #272d3e;
}
html.hidden {
  overflow: hidden;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-family: "Pretendard", sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
  font-size: 1em;
}
input,
button {
  margin: 0;
  padding: 0;
  font-family: "Pretendard", sans-serif;
  font-size: 1em;
}
input[type="submit"] {
  cursor: pointer;
}
button {
  cursor: pointer;
}

textarea,
select {
  font-family: "Pretendard", sans-serif;
  font-size: 1em;
}
select {
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
}
hr {
  display: none;
}
pre {
  overflow-x: scroll;
  font-size: 1.1em;
}
a {
  color: #292f38;
  text-decoration: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: keep-all;
  line-height: 1.5;
}

input[type="text"],
input[type="password"],
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 5px #9ed4ff;
  -moz-box-shadow: 0 0 5px #9ed4ff;
  box-shadow: 0 0 5px #9ed4ff;
  border: 1px solid #558ab7 !important;
}

.placeholdersjs {
  color: #aaa !important;
}

#aside {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.header .header_wrap {
  display: flex;
  justify-content: start;
  gap: 250px;
  width: 100%;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 1000;
  position: relative;
}
.main .header {
  border-bottom: 0;
  background: transparent;
}
.main .header.active {
  background: #fff;
}

.header.active:after {
  /* content: ""; */
  position: absolute;
  height: 162px;
  width: 100%;
  background: #fff;
  left: 0;
  top: 70px;
  z-index: 5;
  border-bottom: 1px solid #ddd;
}
.main .header.active .header-nav .nav-item > a {
  color: #292f38;
}
.header-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem; /* space-x-2 */
  background-image: url("../img/logo_b01.png");
  width: 215px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.main .header-logo {
  background-image: url("../img/logo_w01.png");
}
.main .active .header-logo {
  background-image: url("../img/logo_b01.png");
}
.active .header_wrap {
  align-items: start;
}
.active .header_wrap .header-logo {
  margin-top: 23px;
}
.header-logo-text {
  font-size: 1.25rem; /* text-xl */
  font-weight: bold;
}

.header-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 80px; /* space-x-8 */
  font-size: 1.125rem; /* text-lg */
  display: none; /* hidden by default on small screens */
  position: relative;
  z-index: 10;
  display: flex;
}

.header-nav .nav-item {
  position: relative; /* Crucial for dropdown positioning */
  /* Add padding to the list item itself to make it a larger hover target */
  display: inline-block;
  min-width: 80px;
}

.header-nav .nav-item > a {
  position: relative;
  display: block; /* Make the link fill the padding area */
  padding: 25px 0;
}
.header-nav .nav-item > a.active {
  font-weight: 600;
  color: #0d0637;
}
.main .header-nav .nav-item > a {
  color: #fff;
}
.main .header-nav .nav-item:hover > a {
  font-weight: bold;
}
.main .header-nav .nav-item > a:hover:afer {
  background: #292f38;
}
.header-nav .nav-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 2px;
  background: #0c0437;
  transition: width 0.3s ease;
  z-index: 10;
}

.header-nav .nav-item:hover > a::after {
  width: 100%;
}
.header.fixed {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.fixed .header-logo {
  background-image: url("../img/logo_b01.png");
}
.fixed .header-nav .nav-item > a {
  color: #292f38;
}
/* Dropdown Menu */
.dropdown-menu {
  display: none;
  flex-flow: column;
  gap: 20px;
  padding: 30px 0;
}
.active .dropdown-menu {
  display: flex;
}
.dropdown-menu a {
  font-size: 16px;
  color: #68696c;
  white-space: nowrap;
}
.dropdown-menu a.active,
.dropdown-menu a:hover {
  color: #297aef;
}
.active .dropdown-menu {
}
.dropdown-menu.everypay-menu {
  min-width: 500px; /* Wider for two columns */
}

.dropdown-columns {
  display: flex;
  gap: 2rem; /* space between columns */
}

.dropdown-column {
  display: flex;
  flex-direction: column;
  gap: 0.75rem; /* space-y-3 */
}

.dropdown-column a {
  color: var(--text-color);
  font-size: 1rem; /* text-base */
  transition: color 0.2s ease;
}

.dropdown-column a:hover {
  color: var(--bigs-blue);
}

.dropdown-column .main-link {
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: var(--bigs-blue); /* Blue for main links like 'About Bigs' */
}

a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
}
.main #container {
  margin-top: 0;
}
.container {
  max-width: 1280px; /* Equivalent to max-w-6xl */
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem; /* px-4 */
  padding-right: 1rem; /* px-4 */
}

@media (min-width: 1024px) {
  /* lg breakpoint */
  .container {
    padding-left: 5rem; /* lg:px-20 */
    padding-right: 5rem; /* lg:px-20 */
  }
}
#container {
  position: relative;
  height: auto !important;
  font-size: 1em;
  zoom: 1;
  min-height: 50vh;
  margin-top: 77px;
}
#container_title {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  margin: 140px auto 100px;
}
#container_title span {
}
#container_title.point span {
  position: relative;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 107px;
  color: #272d3e;
}
#container_title.point span:after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: block;
  position: absolute;
  right: -40px;
  bottom: 10px;
  background: #297aef;
}

/* Main Visual */
section {
  margin: 140px auto;
}
.section_title_area {
  margin-bottom: 65px;
}
.section_title_area .subtitle {
  color: #297aef;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}
.section_title_area .title {
  font-size: 45px;
}
#container
  .swiper.swiper-container-horizontal
  > .swiper-pagination-progressbar {
  top: auto;
  bottom: 15px;
}
#container .swiper-pagination-progressbar {
  background-color: rgba(41, 47, 56, 0.2);
}
#container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #292f38;
}
.main_visual_slide {
  position: relative;
  margin: 0 auto;
}

.main_visual_slide .swiper {
}

.main_visual_slide .swiper_wrapper {
}

.main_visual_slide .swiper-wrapper {
}

.main_visual_slide .swiper-slide {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  transition-duration: 0.5s;
}
.fixed .main_visual_slide .swiper-slide {
}
.main_visual_slide .swiper-slide .text_area {
  position: absolute;
  left: 50%;
  top: 55%;
  color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease;
}
.main_visual_slide .swiper-slide .text_area.active {
  opacity: 1;
  top: 50%;
}
.main_visual_slide .swiper-slide .text_area .point {
  font-family: "Outfit", sans-serif;
  position: relative;
  font-weight: 600;
}
.main_visual_slide .swiper-slide .text_area .point:after {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 100%;
  display: block;
  position: absolute;
  right: -23px;
  bottom: 13px;
  background: #297aef;
}
.main_visual_slide .swiper-slide .text_area h2 {
  font-size: 60px;
  display: inline-block;
  margin-bottom: 30px;
}
.main_visual_slide .swiper-slide .text_area p {
  font-size: 28px;
  line-height: 1.5;
}
.main_visual_slide .swiper-slide img {
}
.main_visual_slide .controll_wrap {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  align-items: center;
}
.main_visual_slide .controll_wrap .navigation {
  display: flex;
  gap: 15px;
}

.main_visual_slide .controll_wrap .navigation .nav-btn {
  border: 0;
  background: no-repeat;
}

.main_visual_slide .controll_wrap .navigation .nav-prev {
}

.main_visual_slide .controll_wrap .navigation .nav-next {
}

.main_visual_slide .controll_wrap .navigation .pagination-custom {
  font-size: 20px;
  color: #fff;
}

.main_visual_slide
  .controll_wrap
  .navigation
  .pagination-custom
  .current-slide {
}

.main_visual_slide
  .controll_wrap
  .navigation
  .pagination-custom
  .pagination-divider {
  opacity: 0.5;
}

.main_visual_slide .controll_wrap .navigation .pagination-custom .total-slides {
  opacity: 0.5;
}

.main_visual_slide .controls {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -20px;
}

.main_visual_slide .controls .control-btn {
  border: 0;
  background: no-repeat;
}

.main_visual_slide .controls .control-btn .pause-icon {
}

.main_visual_slide .controls .control-btn .play-icon {
  color: #fff;
  font-size: 15px;
  position: relative;
  left: 3px;
}

.main_visual_slide .swiper-pagination.pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}
.main_visual_slide .swiper-pagination.pagination .swiper-pagination-bullet {
  background-color: #fff;
}
/* Service Section */
.service-section {
  padding-top: 4rem; /* py-16 */
  padding-bottom: 4rem; /* py-16 */
  padding-left: 1rem; /* px-4 */
  padding-right: 1rem; /* px-4 */
  background-color: var(--white-color);
}
.service-section .swiper-container {
  padding-bottom: 80px;
}
.service-section-header {
  max-width: 1400px; /* max-w-6xl */
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.service-section
  .swiper.swiper-container-horizontal
  > .swiper-pagination-progressbar {
  bottom: 0;
}
.service-section-subtitle {
  color: var(--bigs-blue);
  font-size: 1.125rem; /* text-lg */
  font-weight: 600; /* font-semibold */
  margin-bottom: 0.5rem; /* mb-2 */
}

.service-section-title {
  font-size: 2.25rem; /* text-4xl */
  font-weight: bold;
  margin-bottom: 3rem; /* mb-12 */
}

.service-card {
  /* shadow-lg */
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-card-image {
  width: 100%;
  object-fit: cover;
  max-height: 270px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.service-card-header {
  /* padding: 1.5rem; */ /* p-6 */
  flex-grow: 1;
  box-shadow: 1px -14px 16px 18px #fff;
  padding-top: 10px;
}

ㄹ {
  font-size: 30px; /* text-2xl */
  font-weight: bold;
  margin-bottom: 15px; /* mb-2 */
}

.service-card-description {
  font-size: 18px;
  line-height: 1.5;
  word-break: auto-phrase;
}

.service-card-content {
  /* p-6 */
  padding-top: 0; /* pt-0 */
}

.service-card-button {
  /* px-4 py-2 */
  /* rounded-md */
  border: 1px solid #eaeaea;
  width: 145px;
  height: 50px;
  border-radius: 50px;
  transition-duration: 0.5s;
  font-size: 16px;
  margin-top: 30px;
}

.service-card-button:hover {
  color: #fff;
  background-color: #297aef;
}

/* Swiper specific styles for pagination */
#container .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.1);
  height: 4px; /* Adjust height as needed */
  bottom: 0; /* Position at the bottom */
  top: auto; /* Override default top */
  left: 0;
  width: 100%;
}

/* Performance Section */
.performance-section {
  position: relative;
}
.performance-wave-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-image: url("../img/main_counting_bg01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.performance-wave-bg:after {
  content: "";
  background-color: #1e222b3b;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.performance-section .section_title_area {
  margin-bottom: 100px;
}
.performance-section .section_title_area .title {
  color: #fff;
  line-height: 1.5;
}
.performance-content {
  position: relative;
  z-index: 10;
  max-width: 1400px; /* max-w-6xl */
  text-align: center;
  width: 100%;
  padding: 140px 0 240px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.performance-subtitle {
  color: var(--gray-400);
  font-size: 1.125rem; /* text-lg */
  font-weight: 600; /* font-semibold */
  margin-bottom: 0.5rem; /* mb-2 */
}

.performance-title {
  font-size: 2.25rem; /* text-4xl */
  font-weight: bold;
  margin-bottom: 3rem; /* mb-12 */
}
.performance-item-text {
  font-size: 80px;
  line-height: 0.8;
  margin-right: 15px;
}
@media (min-width: 768px) {
  /* md breakpoint */
  .performance-title {
    font-size: 3rem; /* md:text-5xl */
  }
}

.performance-grid {
  /* gap-8 */
  display: flex;
  gap: 150px;
  width: 100%;
}
.performance-grid .value_area {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  /* md breakpoint */
  .performance-grid {
    /* md:grid-cols-3 */
  }
}

.performance-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  flex: 1 1;
}
.performance-item:nth-child(1) .performance-item-value {
  width: 200px;
}
.performance-item:nth-child(2) .performance-item-value {
  width: 165px;
}
.performance-item:nth-child(3) .performance-item-value {
  width: 230px;
}
.performance-item-date {
  display: none;
  color: #c1c6cc;
  font-size: 20px; /* text-sm */
  margin-bottom: 0.5rem; /* mb-2 */
}

.performance-item-description {
  font-size: 20px; /* text-lg */
  margin-bottom: 50px; /* mb-4 */
  color: #c1c6cc;
}

.performance-item-value {
  font-size: 80px; /* text-5xl */
  font-weight: bold;
  line-height: 0.8;
}

.performance-item-unit {
  /* text-3xl */

  /* small space */
  font-size: 18px;
}

/* Integration Procedure Section */
.integration-section {
  /* py-16 */
  /* py-16 */
  /* px-4 */
  /* px-4 */
}

.integration-content {
  max-width: 1400px; /* max-w-6xl */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}

.integration-subtitle {
  color: var(--bigs-blue);
  font-size: 1.125rem; /* text-lg */
  font-weight: 600; /* font-semibold */
  margin-bottom: 0.5rem; /* mb-2 */
}

.integration-title {
  font-size: 2.25rem; /* text-4xl */
  font-weight: bold;
  margin-bottom: 3rem; /* mb-12 */
}

.integration-grid {
  display: flex;
  gap: 2rem; /* gap-8 */
  position: relative;
}

@media (min-width: 768px) {
  /* md breakpoint */
  .integration-grid {
    /* md:grid-cols-3 */
  }
}

@media (min-width: 1024px) {
  /* lg breakpoint */
  .integration-grid {
    /* lg:grid-cols-5 */
  }
}

.integration-item {
  display: flex;
  flex-direction: column;
  padding: 30px; /* p-6 */
  background-color: #f6f7f9;
  /* rounded-lg */
  /* shadow-md */
  border-radius: 20px;
  align-items: start;
  height: 300px;
  flex: 1 1;
  position: relative;
  box-shadow: 4px 9px 3px 0 #a9a9a9;
}
.flip-section .flip_list {
  transition-duration: 0.5s;
  transform: translateY(0);
  opacity: 0;
  transform: rotateY(90deg);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.flip-section .flip_list:nth-child(1) {
}
.flip-section .flip_list:nth-child(2) {
  transition-delay: 0.2s;
}
.flip-section .flip_list:nth-child(3) {
  transition-delay: 0.4s;
}
.flip-section .flip_list:nth-child(4) {
  transition-delay: 0.6s;
}
.flip-section .flip_list:nth-child(5) {
  transition-delay: 0.8s;
}
.flip-section .flip_list:nth-child(6) {
  transition-delay: 1s;
}
.flip-section .flip_list:nth-child(7) {
  transition-delay: 1.2s;
}
.flip-section .flip_list:nth-child(8) {
  transition-delay: 1.4s;
}
.flip-section .flip_list.flip {
  opacity: 1;
  transform: rotateY(0deg);
}

.integration-icon-wrapper {
  /* bigs-blue/10 */
  /* p-4 */
  /* rounded-full */
  /* mb-4 */
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.integration-icon-wrapper img {
  max-width: 100%;
  width: 75px;
}
.integration-icon {
  width: 2rem; /* h-8 w-8 */
  height: 2rem;
  color: var(--bigs-blue);
}

.integration-step-number {
  font-size: 20px; /* text-sm */
  font-weight: 600; /* font-semibold */
  color: #68696c;
  /* mb-2 */
  font-family: "Outfit", sans-serif;
  margin-bottom: 10px;
}

.integration-step-title {
  font-size: 27px; /* text-xl */
  font-weight: bold;
  color: var(--text-color);
}

.integration-notes {
  /* mt-12 */

  /* text-sm */
  /* max-w-3xl */
  margin-top: 80px;
  text-align: left;
  display: flex;
  flex-flow: column;
  font-size: 16px;
  color: #999999;
  gap: 12px;
}
.integration-notes p {
}
.integration-notes p span {
  margin-right: 5px;
}

/* Partner Company Section */
.partner-section {
  /* py-16 */
  /* py-16 */
  /* px-4 */
  /* px-4 */
}

.partner-content {
  max-width: 1400px; /* max-w-6xl */
  text-align: center;
  margin: 0 auto;
}

.partner-subtitle {
  color: var(--bigs-blue);
  font-size: 1.125rem; /* text-lg */
  font-weight: 600; /* font-semibold */
  margin-bottom: 0.5rem; /* mb-2 */
}

.partner-title {
  font-size: 2.25rem; /* text-4xl */
  font-weight: bold;
  margin-bottom: 3rem; /* mb-12 */
}

.partner-marquee-wrapper {
  margin-top: 2rem; /* space-y-8 */
}
.partner-marquee-wrapper .swiper-wrapper {
  transition-timing-function: linear;
}
.partner-marquee-1 {
  margin-bottom: 60px;
}
.partner-marquee-wrapper .swiper-slide {
  border: 1px solid #f1f1f1;
  width: 250px;
  border-radius: 15px;
  padding: 18px 0;
  box-sizing: border-box;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-logo {
  max-height: 100%;
  width: auto;
}
.partner-logo img {
}
/* Call to Action Section */
.cta-section {
  position: relative;
  /* py-20 */
  /* py-20 */
  /* px-4 */
  /* px-4 */
  background-image: url(../img/cta_bg01.png);
  overflow: hidden;
  margin-bottom: 0;
}

.cta-bg-image {
  position: absolute;
  inset: 0;
  background-image: url("/placeholder.svg?height=400&width=800"); /* Placeholder for payment terminal background */
  background-size: cover;
  background-position: center;
  z-index: 0;
  background-repeat: no-repeat;
}

.cta-content {
  /* max-w-4xl */
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 200px 0;
  position: relative;
  z-index: 10;
}

.cta-title {
  font-size: 45px; /* text-4xl */
  font-weight: bold;
  color: #fff; /* mb-8 */
  text-shadow: 3px 4px 9px #000000;
  line-height: 1.8;
  display: flex;
  flex-flow: column;
}
.cta-title span {
  position: relative;
  top: 25px;
  transition-duration: 0.5s;
  opacity: 0;
}
.cta-title.active span {
  opacity: 1;
  top: 0;
}

@media (min-width: 768px) {
  /* md breakpoint */
  .cta-title {
    /* md:text-5xl */
  }
}

.cta-button {
  background: #297aef;
  color: #fff;
  width: 175px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
  font-size: 16px;
  border-radius: 10px;
  gap: 10px;
  transition-duration: 0.5s;
  position: relative;
  transform: translateY(0); /* 기본 위치 */
  cursor: pointer;
}

.cta-button:hover {
  box-shadow: 12px 9px 9px #0f0f0f;
  transform: translateY(-10px); /* 기본 위치 */
}

/*footer*/
.footer {
  background-color: #1d1d1d;
  color: #ccc;
  font-size: 14px;
  padding: 70px 0;
}

.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.footer-logo img {
  height: 28px;
  margin-bottom: 30px;
}
.footer-info {
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin-bottom: 20px;
}
.footer-info p {
  color: #ccc;
  font-size: 14px;
  display: flex;
  gap: 20px;
}
.footer-info p span {
}
.footer-copy {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}

/********company*********/
.subpage .section_title_area {
  margin-bottom: 60px;
  text-align: center;
  display: flex;
  flex-flow: column;
  gap: 15px;
}
.subpage .section_title_area .subtitle {
}
.subpage .section_title_area .title {
}

/*about*/
.about {
}
.about section.section01 {
  margin-top: 0;
}
.about section.section01 .title_img {
  margin-bottom: 100px;
}
.about section.section01 .title:last-child {
  font-weight: 500;
}
.about section.section01 .card_wrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 35px;
  align-items: center;
  justify-content: center;
}
.about section.section01 .card_wrap .card {
  background: #f6f7f9;
  text-align: center;
  padding: 50px 40px;
  display: flex;
  flex-flow: column;
  gap: 15px;
  border-radius: 15px;
  height: 320px;
}
.about section.section01 .card_wrap .card .card-number {
  color: #297aef;
  font-size: 19px;
  font-weight: bold;
}
.about section.section01 .card_wrap .card .card-title {
  font-size: 30px;
  font-weight: bold;
}
.about section.section01 .card_wrap .card .card-text {
  font-size: 18px;
  line-height: 1.5;
  white-space: pre-line;
}
.about section.section02 {
  background: #f6f7f9;
  padding: 140px 0;
}
.about section.section02 .org-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 800px;
  margin: 0 auto;
}

.about section.section02 .org-top {
  background-color: #2d6fec;
  color: #fff;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 300;
  margin-bottom: 80px;
  position: relative;
  font-size: 18px;
}
.about section.section02 .org-top:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #d0d0d0;
  width: 0.1px;
  height: 80px;
  bottom: -80px;
}
.about section.section02 .org-branches {
  display: flex;
  justify-content: center;
  gap: 40px;
  position: relative;
  padding-top: 80px;
}

.about section.section02 .org-branches::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 780px;
  height: 1px;
  background: #d0d0d0;
  transform: translateX(-50%);
  left: 50%;
}

.about section.section02 .branch {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.about section.section02 .branch:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #d0d0d0;
  width: 0.1px;
  height: 80px;
  top: -80px;
}
.about section.section02 .branch:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #d0d0d0;
  width: 0.1px;
  height: 80px;
  top: 35px;
}
.about section.section02 .branch-title {
  border: 1px solid #2d6fec;
  color: #2d6fec;
  border-radius: 20px;
  padding: 10px 18px;
  font-weight: 200;
  margin-bottom: 80px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
}

.about section.section02 .line-down {
  width: 1px;
  height: 30px;
  background-color: #e0e4ea;
  margin-bottom: 16px;
}

.about section.section02 .branch-content {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  min-width: 220px;
  border: 1px solid #dbdfe3;
  display: flex;
  flex-flow: column;
  gap: 11px;
}

.about section.section02 .branch-content p {
  white-space: pre-line;
}
.about section.section03 {
  margin-bottom: 180px;
}
.about section.section03 .timeline {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 600px;
  display: flex;
  flex-flow: column;
  gap: 35px;
  align-items: start;
}

.about section.section03 .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #ccc;
  transform: translateX(-50%);
}

.about section.section03 .year {
  position: relative;
  text-align: center;
  background: #2d6fec;
  color: #fff;
  font-weight: bold;
  font-size: 34px;
  padding: 10px 40px;
  border-radius: 37px;
  width: max-content;
  margin: 70px auto 20px;
  z-index: 2;
}

.about section.section03 .timeline > .year:first-child {
  margin-top: 0;
}
.about section.section03 .event {
  position: relative;
  border-radius: 12px;
  width: 80%;
  line-height: 1.6;
  font-size: 15px;
  width: auto;
  padding-left: 40px;
  font-weight: 500;
  display: inline-block;
  left: calc(50% - 6px);
}

.about section.section03 .event::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  background: #2d6fec;
  border-radius: 50%;
  z-index: 3;
}
.about section.section03 .year.unactive {
  background: #d9d9d9;
}
.about section.section03 .event.unactive {
  color: #d9d9d9;
}
.about section.section03 .event.unactive::before {
  background: #d9d9d9;
}
.about section.section03 #more-events {
  display: none;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 600px;
  flex-flow: column;
  gap: 35px;
  align-items: start;
}

.about section.section03 .show-more {
  text-align: center;
  margin-top: 40px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: -80px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  box-shadow: 0 0 #fff;
  border: 1px solid #ccc;
  padding: 10px 20px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}

.about section.section03 .show-more:hover {
  color: #2d6fec;
}
.about section.section04 {
  margin: 0;
}
.about section.section04 .company-section {
  font-family: "Noto Sans KR", sans-serif;
}

.about section.section04 .company-header {
  text-align: center;
  margin-bottom: 40px;
}

.about section.section04 .company-subtitle {
  color: #2985f7;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
}

.about section.section04 .company-title {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 10px;
}

.about section.section04 .company-images {
  display: flex;
  justify-content: space-between;
}

.about section.section04 .company-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about section.section04 .company-info {
  display: none;
  max-width: 1400px;
  width: 100%;
  margin: 60px auto 0;
}

.about section.section04 .info-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
  gap: 60px;
}
.about section.section04 .info-row:last-child {
  justify-content: start;
}
.about section.section04 .info-item {
  flex: 1 1 calc(60px - 22%);
  min-width: 200px;
  line-height: 1.5;
}

.about section.section04 .address,
.about section.section04 .business {
  flex: 0 0 calc(26% - 59px);
}

.about section.section04 .info-label {
  font-size: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c1c6cc;
  padding-bottom: 20px;
  padding-left: 5px;
  position: relative;
  color: #c1c6cc;
}
.about section.section04 .info-label:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0%;
  background: #292f38;
  bottom: 0;
  left: 0;
  transition-duration: 0.5s;
}

.about section.section04 .info-value {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  white-space: pre-line;
  color: #c1c6cc;
}
.about section.section04 .active .info-label:after {
  width: 100%;
}
.about section.section04 .active .info-label {
  color: #292f38;
}
.about section.section04 .active .info-value {
  color: #292f38;
}
.greetings {
  background-image: url("../img/greetings_bg01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.greetings section {
  margin: 0 auto;
  padding: 140px 0;
  max-width: 1400px;
  color: #fff;
}
.greetings section .section_title_area {
  text-align: left;
  color: #fff;
}
.greetings section .greetings_title {
  font-size: 40px;
  margin-bottom: 60px;
}
.greetings section .greetings_title span {
  color: #297aef;
}
.greetings section .greetings_inner_text {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 60px;
  line-height: 2.5;
  word-break: keep-all;
  width: 65%;
}
.greetings section .chairman_name {
  color: #fff;
  font-size: 18px;
}
.greetings .sign_area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
}

.greetings .sign_area svg {
  position: absolute;
  width: 190px;
  top: -50px;
  left: 115px;
  z-index: 0;
  display: none;
  opacity: 0.4;
}
.greetings .sign_area.active svg {
  display: block;
  opacity: 0.8;
}
.greetings .sign_area path {
  stroke: #fff;
  stroke-width: 2;
  fill: none;
}
.greetings .sign_area.active path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.sub_page {
}
.sub_page .sub_page_top {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  position: relative;
  display: flex;
  padding: 140px 0;
  overflow: hidden;
}
.sub_page .sub_page_top .text_area {
  display: flex;
  flex-flow: column;
  gap: 25px;
  max-width: 610px;
  width: 100%;
}
.sub_page .sub_page_top .text_area > h2 {
  font-size: 50px;
}
.sub_page .sub_page_top .text_area > p {
  font-size: 26px;
  color: #297aef;
}
.sub_page .sub_page_top .text_area > span {
  font-size: 18px;
  letter-spacing: -1px;
}
.sub_page .sub_page_top .floatig_img_area {
  position: absolute;
  right: 5%;
  bottom: -25%;
  width: 700px;
  height: 700px;
}
.sub_page.service01 .sub_page_top .floatig_img_area {
  bottom: -23%;
  transform: translateY(-50%);
  width: 400px;
  height: 400px;
}
.sub_page .sub_page_top .floatig_img_area .img_area {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-60%, -50%);
  z-index: 10;
}
.sub_page.service01 .sub_page_top .floatig_img_area .img_area {
  width: 350px;
  height: 350px;
}
.sub_page.service04 .sub_page_top .floatig_img_area .img_area {
  transform: translate(-29%, -47%);
}
.sub_page.service06 .sub_page_top .floatig_img_area .img_area {
  transform: translate(-35%, -50%);
}

.sub_page .sub_page_top .floatig_img_area .img_area > img {
  position: relative;
  z-index: 5;
}

.sub_page.service01 .sub_page_top .floatig_img_area .img_area > img {
  max-width: 255px;
  width: 100%;
}
.sub_page.service03 .sub_page_top .floatig_img_area .img_area > img {
}
.sub_page.service06 .sub_page_top .floatig_img_area .img_area img:nth-child(2) {
  right: -100%;
  bottom: 0;
  transition-duration: 1s;
  position: absolute;
}
.sub_page.service06
  .sub_page_top
  .floatig_img_area
  .img_area
  img:nth-child(2).active {
  right: -35%;
}
.sub_page.service03 .sub_page_top .floatig_img_area .img_area {
  transform: translate(-38%, -40%);
  width: 65%;
}
.sub_page.service05 .sub_page_top .floatig_img_area .img_area {
  transform: translate(-24%, -60%);
  width: 60%;
}
.sub_page.service02
  .sub_page_top
  .floatig_img_area
  .img_area
  > img:nth-child(2),
.sub_page.service07
  .sub_page_top
  .floatig_img_area
  .img_area
  > img:nth-child(2) {
  left: 82%;
  position: absolute;
  z-index: -1;
}

.sub_page .sub_page_top .floatig_img_area .img_area.up_animate {
}
.sub_page .sub_page_top .floatig_img_area .img_area.up_animate img {
  transition-duration: 1.2s;
  bottom: -420px;
  visibility: hidden;
  opacity: 0;
}

.sub_page
  .sub_page_top
  .floatig_img_area
  .img_area.up_animate
  img:nth-child(2) {
  transition-delay: 0.2s;
}
.sub_page .sub_page_top .floatig_img_area .img_area.up_animate.active img {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.sub_page.service02
  .sub_page_top
  .floatig_img_area
  .img_area.up_animate.active
  img,
.sub_page.service07
  .sub_page_top
  .floatig_img_area
  .img_area.up_animate.active
  img {
  bottom: -3px;
}
.sub_page.service02
  .sub_page_top
  .floatig_img_area
  .img_area.up_animate.active
  img:nth-child(2),
.sub_page.service07
  .sub_page_top
  .floatig_img_area
  .img_area.up_animate.active
  img:nth-child(2) {
  bottom: -25px;
}

.sub_page .sub_page_top .floatig_img_area .img_area.fade_animate {
}
.sub_page .sub_page_top .floatig_img_area .img_area.fade_animate img {
  opacity: 0;
  transition-duration: 1.2s;
  visibility: hidden;
}
.sub_page .sub_page_top .floatig_img_area .img_area.fade_animate.active img {
  opacity: 1;
  visibility: visible;
}
.sub_page .sub_page_top .floatig_img_area .img_area .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sub_page .sub_page_top .floatig_img_area .img_area .circle:after {
  content: "";
  border: 3px dashed #dbdfe3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 0;
  overflow: visible;
  animation: loop_circle 50s linear infinite;
}
.sub_page .sub_page_top .floatig_img_area .img_area .circle > p {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  display: flex;
  flex-flow: column;
  background: #fff;
  border-radius: 15px;
  gap: 5px;
  box-shadow: 0 0 9px 1px #b0b0b0;
  width: 85px;
  height: 75px;
  align-items: center;
  justify-content: center;
}
.sub_page .sub_page_top .floatig_img_area .img_area .circle > p:nth-child(1) {
  left: 50%;
  top: 0;
}
.sub_page .sub_page_top .floatig_img_area .img_area .circle > p:nth-child(2) {
  left: 100%;
  top: 80%;
}
.sub_page .sub_page_top .floatig_img_area .img_area .circle > p:nth-child(3) {
  left: 0%;
  top: 80%;
}
.sub_page .sub_page_top .floatig_img_area .img_area .circle > p span {
  white-space: nowrap;
}
.sub_page .sub_page_top .floatig_img_area .img_area .circle > p img {
  width: 35px;
}
.sub_page .sub_page_top .ripple01 {
}
.sub_page.service01 .sub_page_top .ripple01 {
  margin-top: -35%;
  margin-left: -44%;
}
.sub_page .sub_page_top .ripple02 {
  display: none;
}
.sub_page .our_service_wrap {
  text-align: center;
  margin: 0;
  padding: 140px 0;
  background: #f0f4fc;
}
.sub_page .our_service_wrap .service_list {
  max-width: 1400px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.sub_page .our_service_wrap .service_list > div {
  flex: 1 1 calc(25% - 30px);
  max-width: calc(25% - 30px);
  flex-flow: column;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  border-radius: 20px;
  padding: 25px 0;
  box-shadow: 3px 3px 7px 0px #898989;
}
.sub_page .our_service_wrap .service_list > div img {
  width: 65px;
  height: auto;
}
.sub_page .our_service_wrap .service_list > div span {
  font-size: 18px;
  height: 55px;
  padding: 0 20px;
  line-height: 1.5;
}
.sub_page .tab-section {
}
.sub_page .tab-section .tab_area {
  width: 100%;
}
.sub_page .tab-section .tab_area .tab_list {
  display: flex;
  max-width: 900px;
  margin: 0 auto 100px;
  width: 100%;
  overflow: hidden;
}
.sub_page .tab-section .tab_area .tab_list > span {
  padding: 20px 0;
  flex: 1 1 25%;
  font-size: 16px;
  color: #68696c;
  cursor: pointer;
}
.sub_page .tab-section .tab_area .tab_list > span.active {
  color: #297aef;
  border-bottom: 2px solid #297aef;
  font-weight: 500;
}
.sub_page .tab-section .tab_area .tab_list > span:after {
  contents: "";
}
.sub_page .tab-section .tab_area .tab_list > span.active:after {
  content: "";
}
.sub_page .tab-section .tab_result_area {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  min-height: 500px;
}
.sub_page .tab-section .tab_result_area > div {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 100px;
}
.sub_page .tab-section .tab_result_area > div.active {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.sub_page .tab-section .tab_result_area > div .step {
  display: flex;
  gap: 10%;
  position: relative;
  transition-duration: 0.5s;
  top: 100px;
  visibility: hidden;
  opacity: 0;
  align-items: center;
  justify-content: center;
}
.sub_page .tab-section .tab_result_area > div[data_target="송금관리"] .step {
  gap: 3%;
}
.sub_page .tab-section .tab_result_area > div[data_target="결제관리"] {
  display: flex;
  flex-flow: column;
  gap: 80px;
  align-items: start;
  justify-content: start;
}
.sub_page .tab-section .tab_result_area > div[data_target="결제관리"] .step {
  gap: 3%;
  justify-content: start;
}
.sub_page
  .tab-section
  .tab_result_area
  > div[data_target="결제관리"]
  .text_area {
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sub_page .tab-section .tab_result_area > div .step > div {
  max-width: 375px;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-flow: column;
  gap: 35px;
}
.sub_page .tab-section .tab_result_area > div .step > div .made {
  font-size: 15px;
  color: #7f7f7f;
}
.sub_page
  .tab-section
  .tab_result_area
  > div[data_target="송금관리"]
  .step
  > div {
  width: 18%;
}
.sub_page
  .tab-section
  .tab_result_area
  > div[data_target="결제관리"]
  .step
  > div {
  gap: 10px;
  flex: 1 1 auto;
  max-width: 212px;
}
.sub_page
  .tab-section
  .tab_result_area
  > div[data_target="결제관리"]
  .step
  > div
  > span {
  justify-content: start;
  height: 38px;
}
.sub_page
  .tab-section
  .tab_result_area
  > div[data_target="결제관리"]
  .step
  > div
  > span
  > span {
}
.sub_page
  .tab-section
  .tab_result_area
  > div[data_target="결제관리"]
  .step
  > div
  > span
  > h2 {
}
.sub_page .tab-section .tab_result_area > div.active .step,
.sub_page .tab-section .tab_result_area > div.active .text_area {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.sub_page .tab-section .tab_result_area > div .step > div > span {
  display: flex;
  align-items: center;
  font-size: 25px;
  justify-content: center;
  gap: 12px;
}
.sub_page .tab-section .tab_result_area > div .step > div > span > span {
  color: #297aef;
  font-weight: bold;
}
.sub_page .tab-section .tab_result_area > div .step > div > span > h2 {
}
.sub_page .tab-section .tab_result_area > div .step > div .img_area {
}
.sub_page .tab-section .tab_result_area > div .step > div .img_area img {
}
.sub_page .tab-section .tab_result_area > div .text_area {
  margin-top: 65px;
  display: flex;
  flex-flow: column;
  gap: 15px;
  position: relative;
  transition-duration: 1s;
  top: 100px;
  visibility: hidden;
  opacity: 0;
}
.sub_page .tab-section .tab_result_area > div .text_area h2 {
  font-size: 30px;
}
.sub_page .tab-section .tab_result_area > div .text_area p {
  font-size: 20px;
  word-break: keep-all;
}
.sub_page .our_process_wrap {
  text-align: center;
  margin: 0;
  padding: 140px 0;
  background: #fff;
}
.sub_page .our_process_wrap .process_list {
  display: flex;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  gap: 105px;
}
.sub_page .our_process_wrap .process_list > div {
}
.sub_page .our_process_wrap .process_list > div:after {
  content: "";
  background-image: url(../img/bigs_service05_09.png);
  width: 25px;
  height: 25px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 8px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.5s;
  transition-delay: 1.8s;
}
.sub_page .our_process_wrap .process_list > div:last-child:after {
  display: none;
}
.sub_page .our_process_wrap .process_list > div.flip:after {
  visibility: visible;
  opacity: 1;
  right: -35%;
}
::after {
}

.sub_page .our_process_wrap .process_list > div .img_area {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #f6f7f9;
  padding: 30px 50px;
  border-radius: 15px;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.sub_page .our_process_wrap .process_list > div .img_area:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  bottom: -14px;
  border-right: 15px solid transparent;
  border-top: 15px solid #f6f7f9;
  border-bottom: 0 solid transparent;
  border-left: 15px solid transparent;
  border-radius: 14px;
  overflow: hidden;
}
.sub_page .our_process_wrap .process_list > div .img_area > img {
  max-width: 80px;
}
.sub_page .our_process_wrap .process_list > div .img_area > span {
  font-size: 18px;
  font-weight: bold;
}
.sub_page .our_process_wrap .process_list > div > span {
  width: 100%;
  height: 45px;
  background: #272d3e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: 15px;
}
.sub_page .our_process_wrap .info_wrap {
  background: #f6f7f9;
  padding: 50px 40px;
  max-width: 1400px;
  margin: 100px auto 0;
  display: flex;
  align-items: center;
  gap: 80px;
}
.sub_page .our_process_wrap .info_wrap > p {
  font-size: 26px;
  font-weight: bold;
}
.sub_page .our_process_wrap .info_wrap > span {
  font-size: 16px;
  color: #68696c;
  text-align: left;
  line-height: 1.5;
}
#aside_btn {
  display: none;
}

.sub_page .product_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.sub_page .product_list > div {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.sub_page .product_list > div img {
}
.sub_page .product_list > div > span {
  font-weight: bold;
  font-size: 25px;
}
.sub_page.service03 .tab-section .tab_result_area > div .step {
  gap: 3%;
}
.sub_page.service04 .service_list,
.sub_page.service05 .service_list {
  max-width: 800px;
  width: 100%;
  flex-wrap: nowrap;
}
.sub_page.service04 .service_list > div,
.sub_page.service05 .service_list > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 calc(33.3% - 15px);
  max-width: calc(33.3% - 15px);
}
.sub_page.service04 .service_list > div .text_area {
  display: flex;
  flex-flow: column;
  gap: 15px;
}
.sub_page.service04 .service_list > div .text_area p {
  font-size: 24px;
  font-weight: bold;
}
.sub_page.service04 .service_list > div .text_area span {
  font-size: 15px;
  height: 39px;
}
.sub_page.service05 .service_list > div > span {
  font-size: 16px;
  height: 45px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.sub_page.service06 .our_service_wrap .service_list {
  max-width: 800px;
}
.sub_page.service06 .our_service_wrap .service_list > div {
}
.sub_page.service06 .our_service_wrap .service_list > div > span {
  display: flex;
  align-items: center;
}
.sub_page.company01 {
}
.sub_page.company01 .sub_page_top {
  background-image: url(../img/bigs_company01.png);
  max-width: 100%;
  position: relative;
}
.sub_page.company01 .sub_page_top .text_area {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.sub_page.company01 .sub_page_top .text_area h2 {
  color: #272d3e;
  transition-delay: 1s;
  transition-duration: 1s;
}
.sub_page.company01 .sub_page_top .text_area h2 b {
  color: #272d3e;
}
.sub_page.company01 .sub_page_top .text_area p {
  transition-delay: 1s;
  transition-duration: 1s;
}
.sub_page.company01 .sub_page_top .text_area span {
  color: #272d3e;
  transition-delay: 1s;
  transition-duration: 1s;
}
.sub_page.company01 .sub_page_top.active {
}
.sub_page.company01 .sub_page_top:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(
    95deg,
    #151516,
    #1a1a1e,
    #1a1a1ec9,
    #1a1a1e00,
    #ffffff00
  );
  transition-duration: 0.5s;
  transition-delay: 1s;
}
.sub_page.company01 .sub_page_top.active:after {
  width: 100%;
}
.sub_page.company01 .sub_page_top.active .text_area {
}
.sub_page.company01 .sub_page_top.active .text_area h2 {
  color: #fff;
}
.sub_page.company01 .sub_page_top.active .text_area h2 b {
  color: #297aef;
}
.sub_page.company01 .sub_page_top.active .text_area p {
  color: #fff;
}
.sub_page.company01 .sub_page_top.active .text_area span {
  color: #fff;
}
.sub_page.company01 .company_service_wrap .half_wrap {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 120px;
  padding: 140px 0;
}
.sub_page.company01 .company_service_wrap {
  margin: 0;
}
.sub_page.company01 .company_service_wrap.section01 {
  background: #f6f7f9;
}
.sub_page.company01 .company_service_wrap .half_wrap .img_area {
  max-width: 500px;
  overflow: hidden;
  border-radius: 15px;
}
.sub_page.company01 .company_service_wrap .half_wrap .text_area {
  max-width: 530px;
  display: flex;
  flex-flow: column;
  gap: 25px;
}
.sub_page.company01 .company_service_wrap .half_wrap .text_area h2 {
  font-size: 45px;
  color: #297aef;
}
.sub_page.company01 .company_service_wrap .half_wrap .text_area h2 span {
  color: #272d3e;
}
.sub_page.company01 .company_service_wrap .half_wrap .text_area p {
  font-size: 22px;
  color: #68696c;
}
@media (max-width: 500px) {
  #container {
    margin-top: 50px;
  }
  .header {
    width: 100%;
  }

  .header-logo {
    height: 32px;
    width: 170px;
  }
  .header .header_wrap {
    gap: 0;
    height: 50px;
    justify-content: center;
    max-width: 100%;
    align-items: center;
  }
  .header .header_wrap .header-nav {
    position: fixed;
    top: 50px;
    left: 100%;
    background: #fff;
    display: flex;
    flex-flow: column;
    border-top: 1px solid #ddd;
    padding: 0 0;
    transition-duration: 0.5s;
    z-index: 1000;
    height: 100%;
    width: 100%;
    gap: 12px;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
  }
  .header .header_wrap .header-nav li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
  }
  .header .header_wrap .header-nav li:last-child {
    border-bottom: 0;
  }
  .header .header_wrap .header-nav li > a {
    font-size: 15px;
    padding: 0;
  }
  .header .header_wrap .header-nav li > a.active {
  }
  .header-nav .nav-item:hover > a::after {
    display: none;
  }
  .header .header_wrap .header-nav li .dropdown-menu {
    display: flex;
    flex-flow: column;
    align-items: center;
    display: none;
    padding: 0;
    margin-top: 15px;
  }
  .header .header_wrap .header-nav li .dropdown-menu a {
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 5px;
  }
  .header.show_on {
    background: #fff;
  }
  .header.show_on:after {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .show_on .header-logo {
    background-image: url(../img/logo_b01.png);
  }
  .header.show_on .header_wrap .header-nav {
    left: 0;
    gap: 0;
  }
  #aside_btn {
    display: flex;
    border-bottom: 1px solid #333;
    width: 20px;
    height: 16px;
    position: absolute;
    right: 20px;
    align-items: center;
    transition-duration: 0.5s;
  }

  #aside_btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #333;
    transition-duration: 0.5s;
  }
  #aside_btn:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    transition-duration: 0.5s;
    background: #333;
  }
  .main #aside_btn {
    border-color: #fff;
  }
  .main #aside_btn:before {
    background: #fff;
  }
  .main #aside_btn:after {
    background: #fff;
  }
  .show_on #aside_btn,
  .fixed #aside_btn {
    border-color: #333;
  }
  .show_on #aside_btn:before,
  .fixed #aside_btn:before {
    background: #333;
  }
  .show_on #aside_btn:after,
  .fixed #aside_btn:after {
    background: #333;
  }

  .show_on #aside_btn {
    border: 0;
  }
  .show_on #aside_btn:before {
    transform: rotate(45deg);
    top: 50%;
  }
  .show_on #aside_btn:after {
    transform: rotate(135deg);
  }
  .show_on .header-nav {
  }

  .main_visual_slide .swiper-slide .text_area {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .main_visual_slide .swiper-slide .text_area .point {
  }
  .main_visual_slide .swiper-slide .text_area .point:after {
    right: -18px;
    bottom: -2px;
    width: 8px;
    height: 8px;
  }
  .main_visual_slide .swiper-slide .text_area h2 {
    font-size: 28px;
  }
  .main_visual_slide .swiper-slide .text_area p {
    font-size: 17px;
    word-break: keep-all;
    line-height: 1.5;
  }
  section {
    margin: 40px auto;
  }
  .service-section {
    padding: 40px 20px;
  }
  .section_title_area .subtitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .section_title_area .title {
    font-size: 24px;
  }
  .service-card-title {
    font-size: 20px;
  }
  .service-card-description {
    font-size: 14px;
    margin-top: 10px;
  }
  .service-card-button {
    margin-top: 15px;
    font-size: 12px;
    width: 95px;
    height: 35px;
  }
  .service-section .swiper-container {
    padding-bottom: 25px;
  }
  .service-card-image {
    max-height: 145px;
  }
  .performance-content {
    padding: 70px 0;
  }
  .performance-section .section_title_area {
    margin-bottom: 35px;
  }
  .performance-grid {
    flex-flow: column;
    gap: 60px;
  }
  .performance-grid .value_area {
    align-items: end;
  }
  .performance-item-text {
    font-size: 16px;
    margin-right: 0px;
  }
  .performance-item-description {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .performance-item:nth-child(1) .performance-item-value {
    font-size: 30px;
    width: auto;
    margin: 0 10px;
  }
  .performance-item:nth-child(2) .performance-item-value {
    font-size: 30px;
    width: auto;
    margin: 0 10px;
  }
  .performance-item:nth-child(3) .performance-item-value {
    font-size: 30px;
    width: auto;
    margin: 0 10px;
  }
  .performance-item-unit {
    font-size: 16px;
    position: relative;
    top: 3px;
  }
  .section_title_area {
    margin-bottom: 35px;
  }
  .integration-grid {
    flex-flow: column;
    padding: 0 10%;
  }
  .integration-item {
  }
  .integration-step-number {
    font-size: 16px;
  }
  .integration-step-title {
    font-size: 20px;
  }
  .integration-icon-wrapper {
  }
  .integration-icon-wrapper img {
  }
  .integration-notes {
    margin-top: 50px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .integration-notes > p {
    word-break: keep-all;
    line-height: 1.5;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
  }
  .integration-notes p span {
    position: absolute;
    left: 1px;
  }
  .partner-marquee-1 {
    margin-bottom: 15px;
  }
  .partner-marquee-wrapper {
    margin-top: 35px;
  }
  .partner-marquee-wrapper .swiper-slide {
    padding: 0px 10px;
    height: 65px;
  }
  .cta-content {
    padding: 60px 0;
  }
  .cta-title {
    font-size: 22px;
    padding: 0 20px;
    word-break: keep-all;
  }
  .cta-title span {
  }
  .cta-button {
    font-size: 14px;
    width: 150px;
    height: 50px;
    margin: 35px auto;
  }
  .footer {
    padding: 35px 20px;
  }
  .footer-info {
  }
  .footer-info p {
    word-break: keep-all;
    flex-flow: column;
    gap: 10px;
  }
  #container_title {
    padding: 0 20px;
    margin: 80px auto 40px;
    box-sizing: border-box;
  }
  #container_title.point span {
    font-size: 40px;
  }
  #container_title.point span:after {
    width: 8px;
    height: 8px;
    right: -14px;
    bottom: 6px;
  }
  .about section.section01 .title_img {
    width: 100%;
    height: 200px;
    background-image: url(../img/sub_banner.png);
    background-size: cover;
    margin-bottom: 35px;
  }
  .about section.section01 .title_img img {
    display: none;
  }
  .subpage .section_title_area {
    padding: 0 20px;
    box-sizing: border-box;
    gap: 0px;
  }
  .about section.section01 .card_wrap {
    flex-flow: column;
    padding: 0 20px;
    gap: 15px;
  }
  .about section.section01 .card_wrap .card {
    padding: 20px;
    height: 225px;
  }
  .about section.section01 .card_wrap .card .card-number {
  }
  .about section.section01 .card_wrap .card .card-title {
    font-size: 20px;
  }
  .about section.section01 .card_wrap .card .card-text {
    white-space: normal;
    font-size: 15px;
    word-break: keep-all;
    line-height: 1.5;
  }
  .about section.section02 {
    padding: 40px 0;
    overflow: hidden;
    width: 100%;
  }
  .about section.section02 .org-chart {
    min-width: auto;
  }
  .about section.section02 .org-branches {
    flex-flow: column;
    padding: 0;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .about section.section02 .org-top {
    margin-bottom: 30px;
    border-radius: 9px;
    width: calc(100% - 20px);
    text-align: center;
  }
  .about section.section02 .org-top:after {
    height: 30px;
    bottom: -30px;
    display: none;
  }
  .about section.section02 .org-branches::before,
  .about section.section02 .branch:before,
  .about section.section02 .branch:before,
  .about section.section02 .branch:after {
    display: none;
  }
  .about section.section02 .branch-title {
    margin-bottom: 18px;
  }
  .about section.section02 .branch-content {
    width: 85%;
    padding: 10px;
  }
  .about section.section03 {
    margin-bottom: 100px;
  }
  .about section.section03.active {
    margin-bottom: 40px;
  }
  .about section.section03 .timeline {
    justify-content: start;
    align-items: start;
    gap: 20px;
    max-width: 375px;
    padding: 0;
  }
  .about section.section03 .timeline::before {
    left: 0;
    transform: translateX(0);
  }
  .about section.section03 .timeline > .year:first-child {
  }
  .about section.section03 .year {
    font-size: 18px;
    border-radius: 0;
    margin: 0;
  }
  .about section.section03 .event {
    left: -4px;
    font-size: 14px;
    word-break: keep-all;
  }
  .about section.section03 #more-events {
    padding: 0;
  }
  .about section.section03 .show-more {
    font-size: 14px;
  }
  .about section.section04 .company-images img {
    max-width: 50%;
  }
  .greetings section {
    padding: 40px 0;
  }
  .greetings section .greetings_title {
    padding: 0 20px;
    font-size: 24px;
    line-height: 1.5;
    word-break: keep-all;
    margin-bottom: 20px;
  }
  .greetings section .section_title_area {
    margin-bottom: 20px;
  }
  .greetings section .greetings_inner_text {
    padding: 0 20px;
    box-sizing: border-box;
    word-break: keep-all;
    font-size: 14px;
    width: 100%;
    font-size: 14px;
  }
  .greetings .sign_area {
    padding: 0 20px;
  }
  .greetings .sign_area svg {
    width: 115px;
    top: -22px;
    left: 132px;
  }
  .sub_page .sub_page_top {
    padding: 30px 15px;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }
  .sub_page .sub_page_top .text_area {
    max-width: 100%;
    flex-wrap: wrap;
    gap: 15px;
  }
  .sub_page .sub_page_top .floatig_img_area {
    display: none;
  }
  .sub_page .sub_page_top .text_area > h2 {
    font-size: 20px;
  }
  .sub_page .sub_page_top .text_area > p {
    font-size: 14px;
  }
  .sub_page .sub_page_top .text_area > span {
    font-size: 12px;
    line-height: 1.5;
  }
  .sub_page .our_service_wrap .service_list {
    gap: 15px;
  }
  .sub_page .our_service_wrap {
    padding: 40px 0;
  }
  .sub_page .our_service_wrap .service_list > div {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
    gap: 10px;
    padding: 5px 0;
  }
  .sub_page .our_service_wrap .service_list > div img {
    width: 57px;
  }
  .sub_page .our_service_wrap .service_list > div span {
    font-size: 13px;
    padding: 0 10px;
  }
  .sub_page .tab-section .tab_area .tab_list {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .sub_page .tab-section .tab_area .tab_list > span {
    font-size: 13px;
    padding: 5px 0;
  }
  .sub_page .tab-section .tab_result_area {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .sub_page .tab-section .tab_result_area > div {
    width: calc(100% - 30px);
  }
  .sub_page .tab-section .tab_result_area > div .step {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: start;
  }
  .sub_page .tab-section .tab_result_area > div .step > div {
    max-width: calc(50% - 13px);
    gap: 15px 30px;
  }
  .sub_page .tab-section .tab_result_area > div .step > div > span {
  }
  .sub_page .tab-section .tab_result_area > div .step > div > span > span {
    font-size: 14px;
  }
  .sub_page .tab-section .tab_result_area > div .step > div > span > h2 {
    font-size: 14px;
  }
  .sub_page .tab-section .tab_result_area > div .text_area {
  }
  .sub_page .tab-section .tab_result_area > div .text_area h2 {
    font-size: 24px;
  }
  .sub_page .tab-section .tab_result_area > div .text_area p {
    font-size: 14px;
  }
  .sub_page .tab-section .tab_result_area > div[data_target="송금관리"] .step {
    gap: 25px;
  }
  .sub_page
    .tab-section
    .tab_result_area
    > div[data_target="송금관리"]
    .step
    > div {
    width: calc(50% - 13px);
  }
  .sub_page
    .tab-section
    .tab_result_area
    > div[data_target="결제관리"]
    .step
    > div {
    max-width: calc(50% - 13px);
    gap: 15px 30px;
  }
  .sub_page .tab-section .tab_result_area > div[data_target="결제관리"] .step {
    gap: 25px;
  }
  .sub_page
    .tab-section
    .tab_result_area
    > div[data_target="결제관리"]
    .step
    > div
    > span {
    height: auto;
  }
  .sub_page.service04 .our_service_wrap .service_list,
  .sub_page.service05 .our_service_wrap .service_list {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .sub_page.service04 .our_service_wrap .service_list > div,
  .sub_page.service05 .our_service_wrap .service_list > div {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 15px 0;
  }
  .sub_page.service04 .service_list > div .text_area p {
    font-size: 16px;
  }
  .sub_page.service04 .service_list > div .text_area span {
    font-size: 14px;
  }
  .sub_page .our_process_wrap {
    padding: 70px 0;
  }
  .sub_page .our_process_wrap .process_list {
    flex-wrap: wrap;
    gap: 35px;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .sub_page .our_process_wrap .process_list > div {
    flex: 1 1 calc(50% - 18px);
    max-width: calc(50% - 18px);
  }
  .sub_page .our_process_wrap .process_list > div .img_area {
    margin-bottom: 25px;
  }
  .sub_page .our_process_wrap .process_list > div .img_area > img {
  }
  .sub_page .our_process_wrap .process_list > div .img_area > span {
  }
  .sub_page .our_process_wrap .process_list > div > span {
    font-size: 14px;
  }
  .sub_page .our_process_wrap .process_list > div.flip:after {
  }
  .sub_page .our_process_wrap .process_list > div:after {
    top: 37%;
    bottom: auto;
  }
  .sub_page .our_process_wrap .process_list > div.flip:nth-child(odd):after {
    right: -20%;

    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-size: contain;
    z-index: 0;
  }
  .sub_page .our_process_wrap .process_list > div.flip:nth-child(even):after {
    display: none;
  }
  .sub_page.service06 .our_service_wrap .service_list {
    justify-content: start;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .sub_page.service06 .our_service_wrap .service_list > div {
    flex: 1 1 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
  }
  .sub_page.company01 .sub_page_top.active:after {
    background: linear-gradient(
      95deg,
      #151516,
      #151516,
      #151516,
      #151516,
      #000030
    );
  }
  .sub_page.company01 .company_service_wrap .half_wrap {
    flex-flow: column;
    padding: 40px 15px;
    gap: 30px;
    align-items: start;
  }
  .sub_page.company01 .company_service_wrap .half_wrap .img_area {
    width: 100%;
    border: 1px solid #ddd;
  }
  .sub_page.company01 .company_service_wrap .half_wrap .text_area {
    gap: 8px;
  }
  .sub_page.company01 .company_service_wrap .half_wrap .text_area h2 {
    font-size: 20px;
  }
  .sub_page.company01 .company_service_wrap .half_wrap .text_area p {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .about section.section03 .timeline {
    margin: 0 20px;
  }
}

.ripple01 {
  width: 70%;
  height: 70%;
  /* 파란색, 약간 투명 */
  border-radius: 50%;
  animation: rippleEffect02 2s infinite;
  position: relative;
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 0%;
  margin-left: -25%;
}
.ripple02 {
  width: 300px;
  height: 300px;
  background-color: #f9fbfe; /* 파란색, 약간 투명 */
  border-radius: 50%;
  /* animation: rippleEffect01 2s infinite; */
  position: relative;
  z-index: 5;
}
@keyframes rippleEffect01 {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}
@keyframes rippleEffect02 {
  0% {
    transform: scale(1);
    background-color: #7db1fc;
    opacity: 0.8;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
    background-color: #6aa2f0;
  }
}
@keyframes loop_circle {
  0% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(90deg);
  }
  37.5% {
    transform: rotate(135deg);
  }
  50% {
    transform: rotate(180deg);
  }
  62.5% {
    transform: rotate(225deg);
  }
  75% {
    transform: rotate(270deg);
  }
  87.5% {
    transform: rotate(315deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes draw {
  50% {
    stroke-dashoffset: 1;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
