@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("../../assets/fonts/Pretendard/Pretendard-Black.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("../../assets/fonts/Pretendard/Pretendard-ExtraBold.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("../../assets/fonts/Pretendard/Pretendard-Bold.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("../../assets/fonts/Pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("../../assets/fonts/Pretendard/Pretendard-Medium.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Medium"), url("../../assets/fonts/Pretendard/Pretendard-Regular.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("../../assets/fonts/Pretendard/Pretendard-Light.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("../../assets/fonts/Pretendard/Pretendard-ExtraLight.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("../../assets/fonts/Pretendard/Pretendard-Thin.woff2") format("woff2"), url("../../assets/fonts/Pretendard/Pretendard-Thin.woff") format("woff");
}
@font-face {
  font-family: "Gmarket Sans";
  font-weight: 700;
  font-display: swap;
  src: local("GmarketSans Bold"), url("../../assets/fonts/GmarketSans/GmarketSansBold.otf") format("opentype");
}
@font-face {
  font-family: "Gmarket Sans";
  font-weight: 500;
  font-display: swap;
  src: local("GmarketSans Medium"), url("../../assets/fonts/GmarketSans/GmarketSansMedium.otf") format("opentype");
}
@font-face {
  font-family: "Gmarket Sans";
  font-weight: 300;
  font-display: swap;
  src: local("GmarketSans Light"), url("../../assets/fonts/GmarketSans/GmarketSansLight.otf") format("opentype");
}

/********************************
reset
********************************/
* {
  scroll-behavior: smooth;
  word-break: keep-all;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

*::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
  height: 6px;
  background-color: #fff;
}

*::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 6px;
}

body,
h1,
h2,
h3,
h4,
p,
ol,
ul,
dl,
dd,
button {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Pretendard", "Gmarket Sans", sans-serif;
  font-size: 16px;
  color: #000217;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

a {
  font-family: "Pretendard";
  text-decoration: none;
  color: #000217;
}

address {
  font-style: normal;
}

ol,
article,
aside,
nav,
section,
summary,
menu {
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul,
li {
  list-style: none;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=checkbox],
textarea,
button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  resize: none;
  font-size: 15px;
  font-family: "Pretendard", "sans-serif";
  box-shadow: none;
}
input[type=text]:active, input[type=text]:hover, input[type=text]:focus, input[type=text]:focus-visible,
input[type=email]:active,
input[type=email]:hover,
input[type=email]:focus,
input[type=email]:focus-visible,
input[type=number]:active,
input[type=number]:hover,
input[type=number]:focus,
input[type=number]:focus-visible,
input[type=tel]:active,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=tel]:focus-visible,
input[type=checkbox]:active,
input[type=checkbox]:hover,
input[type=checkbox]:focus,
input[type=checkbox]:focus-visible,
textarea:active,
textarea:hover,
textarea:focus,
textarea:focus-visible,
button:active,
button:hover,
button:focus,
button:focus-visible {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=checkbox]::-moz-placeholder, textarea::-moz-placeholder, button::-moz-placeholder {
  color: #8d99a8;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=checkbox]::placeholder,
textarea::placeholder,
button::placeholder {
  color: #8d99a8;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel] {
  padding: 16px;
  height: 50px;
  border-radius: 4px;
}
input[type=text]:active, input[type=text]:hover, input[type=text]:focus, input[type=text]:focus-visible,
input[type=email]:active,
input[type=email]:hover,
input[type=email]:focus,
input[type=email]:focus-visible,
input[type=number]:active,
input[type=number]:hover,
input[type=number]:focus,
input[type=number]:focus-visible,
input[type=tel]:active,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=tel]:focus-visible {
  border: 1px solid #2961ff;
  box-shadow: 0px 0px 0px 2px #bcceff;
}

textarea {
  padding: 16px;
  height: auto;
  min-height: 160px;
  border-radius: 4px;
  overflow: auto;
  font-family: "Pretendard", "sans-serif";
}
textarea:active, textarea:hover, textarea:focus, textarea:focus-visible {
  border: 1px solid #2961ff;
  box-shadow: 0px 0px 0px 2px #bcceff;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  background: url(../../assets/image/checkbox-empty.svg) no-repeat center center/contain;
  cursor: pointer;
}

input[type=checkbox]:checked {
  background: url(../../assets/image/checkbox-checked.svg) no-repeat center center/contain;
}

[data-aos=transY] {
  transform: translateY(60px);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=transY].aos-animate {
  transform: translateY(0);
  opacity: 1;
}

.pc-hide {
  display: none;
}
@media all and (max-width: 1279px) {
  .pc-hide {
    display: block;
  }
}

.wrapper {
  overflow-x: hidden;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 180px 20px;
}
@media all and (max-width: 1279px) {
  .inner {
    padding: 100px 20px;
  }
}
.inner.intro {
  padding: 230px 20px 0;
}
@media all and (max-width: 1279px) {
  .inner.intro {
    padding: 160px 20px 0;
  }
}

.f-row {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.section__text-container {
  text-align: center;
}
.section__text-title {
  font-family: "pretendard", "sans-serif";
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
}
@media all and (max-width: 1279px) {
  .section__text-title {
    font-size: 32px;
  }
}
.section__text-subtitle {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 24px;
}
@media all and (max-width: 1279px) {
  .section__text-subtitle {
    font-size: 15px;
    margin-top: 16px;
  }
}

.btn {
  cursor: pointer;
}
.btn.--contact {
  padding: 0 24px;
  line-height: 44px;
  border: 1px solid #fff;
  border-radius: 22px;
  transition: 0.3s ease;
  color: #fff;
}
.btn.--contact:hover {
  background-color: #fff;
  color: #000716;
}
@media all and (max-width: 1279px) {
  .btn.--contact {
    padding: 0 16px;
    line-height: 34px;
    font-size: 14px;
  }
}
.btn.--link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 220px;
  height: 46px;
  border-radius: 30px;
  margin: 40px auto 0;
  background-color: #000716;
  font-size: 18px;
  color: #fff;
  transition: 0.3s ease;
}
.btn.--link:hover .--link {
  transform: translateX(10px);
}
@media all and (max-width: 1279px) {
  .btn.--link {
    width: 200px;
    height: 48px;
    margin: 24px auto 0;
    font-size: 15px;
  }
}
.btn.--submit {
  padding: 18px;
  width: 400px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 6px;
  transition: 0.3s ease;
  background-color: #fff;
  cursor: pointer;
}
.btn.--submit:hover{
  transform: translateX(10px);
  background-color: #2961ff;
  color: #fff;
}
.btn.--submit.on {
  color: #fff;
  background-color: #2961ff;
}
.btn.--top {
  width: 70px;
  height: 70px;
  background-color: #fff;
  background-image: url(../../assets/image/icon-arrowtop.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 36px;
  border-radius: 8px;
  border: 1px solid #e4e8ee;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
@media all and (max-width: 1279px) {
  .btn.--top {
    width: 40px;
    height: 40px;
    background-size: 24px;
  }
}
.btn.--top:hover {
  cursor: pointer;
  background-color: #e4e8ee;
}
.btn.--close {
  width: 24px;
  height: 24px;
  background: url(../../assets/image/icon-close.svg) no-repeat center center/contain;
  z-index: 99;
}
.btn.--confirm {
  margin-top: 32px;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  color: #fff;
  background-color: #2961ff;
}

.spot--white {
  color: #fff;
}
.spot--blue {
  font-size: 32px;
  color: #174bdd;
}
.spot--highlight {
  position: relative;
}
.spot--highlight:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: #fff2a3;
  z-index: -1;
}
@media all and (max-width: 1279px) {
  .spot--highlight:after {
    height: 8px;
  }
}
.spot--bold {
  font-weight: 700;
}

.icon {
  flex-shrink: 0;
}
.icon.--phone {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../assets/image/icon-phone-white.svg) no-repeat center center/contain;
}
.icon.--link {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../assets/image/icon-link.svg) no-repeat center center/contain;
  transition: 0.3s ease;
}
.icon.--paper {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../../assets/image/icon-paper.svg) no-repeat center center/contain;
}
.icon.--arrow-down {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../assets/image/icon-arrowdown.svg) no-repeat center center/contain;
  margin-left: auto;
  transition: all 0.3s ease;
}
@media all and (max-width: 1279px) {
  .icon.--arrow-down {
    width: 16px;
    height: 16px;
  }
}
.icon.--arrow-right {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../assets/image/icon-arrowright-white.svg) no-repeat center center/cover;
}
.icon.--submit-check {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../../assets/image/icon-checkblue.svg) no-repeat center center/cover;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  transition: background-color 0.3s ease;
}
.header.scroll {
  background-color: #fff;
}
.header.scroll .header-inner .site-logo {
  background: url(../../assets/image/logo.svg) no-repeat center center/contain;
}
.header.scroll .header-inner .site-nav-item {
  color: #000716;
}
.header.scroll .header-inner .site-nav-item::after {
  background-color: #000716;
}
.header.scroll .header-inner .site-contact .tel {
  color: #000716;
}
.header.scroll .header-inner .icon.--phone {
  background: url(../../assets/image/icon-phone.svg) no-repeat center center/contain;
}
.header.scroll .header-inner .--contact {
  border: 1px solid #000716;
  color: #000716;
}
.header.scroll .header-inner .--contact:hover {
  background-color: #000716;
  color: #fff;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  height: 80px;
  margin: 0 auto;
}
@media all and (max-width: 1279px) {
  .header-inner {
    height: 60px;
    padding: 0 20px;
  }
}
.header-inner .site-logo {
  width: 200px;
  height: 100%;
  background: url(../../assets/image/logo-white.svg) no-repeat center center/contain;
}
@media all and (max-width: 1279px) {
  .header-inner .site-logo {
    width: 150px;
  }
}
.header-inner .site-nav {
  display: flex;
  gap: 60px;
}
.header-inner .site-nav-item {
  line-height: 80px;
  position: relative;
  color: #fff;
}
.header-inner .site-nav-item::after {
  position: absolute;
  content: "";
  left: 50%;
  top: calc(50% + 18px);
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease;
}
.header-inner .site-nav-item:hover::after {
  width: calc(100% + 10px);
}
@media all and (max-width: 1279px) {
  .header-inner .site-nav {
    display: none;
  }
}
.header-inner .site-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-inner .site-contact .tel {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
}
@media all and (max-width: 1279px) {
  .header-inner .site-contact .tel {
    display: none;
  }
}

.white-header {
  background-color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}

.white-header .site-logo {
  background-image: url("../../assets/image/logo.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;
}

/* GNB 메뉴 숨김 */
.white-header .site-nav {
  display: none !important;
}

/* 전화 아이콘 변경 */
.white-header .icon.--phone {
  background-image: url("../../assets/image/icon-phone.svg") !important;
  background-size: 1em auto;
  background-repeat: no-repeat;
}

/* 전화번호, 버튼 컬러 */
.white-header .site-contact a,
.white-header .btn.--contact {
  color: #000000 !important;
  border-color: #000000 !important;
}

.intro {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.intro__bg {
  width: 100%;
  height: 1100px;
  background-color: #2961ff;
  position: absolute;
  z-index: -1;
}
@media all and (max-width: 1279px) {
  .intro__bg {
    height: 90%;
  }
}
.intro__bg::before {
  position: absolute;
  content: "";
  bottom: -40%;
  left: -35%;
  width: 80%;
  height: 80%;
  background: url(../../assets/image/element-bg.svg) no-repeat center center/contain;
}
.intro__bg::after {
  position: absolute;
  content: "";
  top: -40%;
  right: -35%;
  width: 80%;
  height: 80%;
  background: url(../../assets/image/element-bg.svg) no-repeat center center/contain;
}
.intro__visual {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.intro__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 55.26%;
  height: 0; 
  overflow: hidden;
  min-height: 600px;
  min-width: 1100px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) { 
  .intro__video-wrapper { 
    min-height: 400px;
    min-width: 100%; 
  } 
  .video-play-button {
    width: 96px; 
    height: 96px;
  }
  .video-play-button img {
    width: 96px;
    height: 96px;
  }
}

.responsive-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block; 
  background-color: black;
  pointer-events: none; 
}

@media screen and (max-width: 768px) {
.intro__video-wrapper { 
  min-height: 200px; 
  min-width: 100%;
   padding-bottom: 56.25%; 
  }
.responsive-video {
   border-radius: 12px; 
  } 
.video-play-button {
  width: 64px; 
  height: 64px;
  }
.video-play-button img {
  width: 64px;
  height: 64px;
  }
}

.video-poster {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(./assets/image/refundking_thumbnail.png) no-repeat center/cover;
}

.video-play-button {
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  width: 120px;
  height: 120px;
  border-radius: 50%; 
  cursor: pointer;
  z-index: 10; 
 }

 .video-play-button img { 
  width: 120px; 
  height: 120px; 
  transition: transform 0.3s ease, opacity 0.3s ease; 
}

.video-play-button:hover img { 
  transform: scale(1.1); opacity: 0.9; 
}

.service {
  background: linear-gradient(180deg, #fdfeff 36.11%, #e8f6ff 100%);
}
.service__card-list {
  display: flex;
  gap: 40px;
  margin-top: 120px;
}
@media all and (max-width: 1279px) {
  .service__card-list {
    flex-direction: column;
    align-items: center;
    gap: 80px;
    margin-top: 100px;
  }
}
.service__card-item {
  position: relative;
  width: calc((100% - 120px) / 4);
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  background-color: #fff;
  border-radius: 250px 250px 16px 16px;
  padding: 150px 30px 0px 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
@media all and (max-width: 1279px) {
  .service__card-item {
    width: 100%;
    max-width: 280px;
    height: 380px;
    padding: 120px 40px 0px 40px;
  }
}
.service__card-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media all and (max-width: 1279px) {
  .service__card-name {
    font-size: 24px;
  }
}
.service__card-desc {
  font-size: 18px;
  display: flex;
  align-items: centert;
  gap: 10px;
  line-height: 1.5;

}
.service__card-desc::before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #414d5c;
  flex-shrink: 0;
  transform: translateY(0.6em);

}
@media all and (max-width: 1279px) {
  .service__card-desc {
    font-size: 15px;
  }
}
.service__card-desc-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service__card-icon {
  position: absolute;
  top: -7%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 120px;
  height: 120px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: IconUpDown 0.6s ease-in 0s infinite alternate;
}
.service__card-icon.hometax {
  background-image: url(../../assets/image/icon-service-portal.png);
}
.service__card-icon.portal {
  background-image: url(../../assets/image/icon-service-hometax.png);
}
.service__card-icon.refund {
  background-image: url(../../assets/image/icon-service-refund.png);
}
.service__card-icon.report {
  background-image: url(../../assets/image/icon-service-report.png);
}
@media all and (max-width: 1279px) {
  .service__card-icon {
    width: 90px;
    height: 90px;
  }
}

@keyframes IconUpDown {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 10px;
  }
}
.core {
  background-color: #f8f9fb;
}
.core-swiper {
  width: 100%;
  margin-top: 80px;
}
@media all and (max-width: 1279px) {
  .core-swiper {
    margin-top: 54px;
  }
}
.core-swiper .swiper-pagination {
  position: static;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.core-swiper .swiper-pagination-bullet {
  margin: 0 !important;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #b9cbff;
  opacity: 1;
}
.core-swiper .swiper-pagination-bullet-active {
  width: 65px;
  background-color: #174bdd;
}
.core__card-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}
.core__card-item.swiper-slide-active {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.core__card-title {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #2961ff;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  border-radius: 12px 12px 0px 0px;
}
@media all and (max-width: 1279px) {
  .core__card-title {
    height: 56px;
    font-size: 20px;
    padding: 0 30px;
  }
}
.core__card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 30px 50px;
  background-color: #fff;
  border-radius: 0px 0px 12px 12px;
}
@media all and (max-width: 1279px) {
  .core__card-content {
    padding: 30px;
  }
}
.core__card-image {
  width: 100%;
  background-color: #f7faff;
  border-radius: 12px;
  padding: 30px 50px;
}

@media all and (max-width: 1279px) {
  .core__card-image {
    width: 80%;
    padding: 10px 20px;
  }
}
.core__card-desc {
  font-size: 22px;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  background-color: #f9f9f9;
  padding: 20px 20px;
  border-radius: 12px;
}
@media all and (max-width: 1279px) {
  .core__card-desc {
    min-height: 80px;
    font-size: 15px;
  }
}

.env__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media all and (max-width: 1279px) {
  .env__container {
    gap: 60px;
  }
}
.env__card-list {
  display: flex;
  width: 100%;
  gap: 40px;
  margin-top: 80px;
}
@media all and (max-width: 1279px) {
  .env__card-list {
    margin-top: 54px;
    flex-direction: column;
    align-items: center;
  }
}
.env__card-item {
  width: calc((100% - 120px) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px 12px 22px 22px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
@media all and (max-width: 1279px) {
  .env__card-item {
    min-width: 280px;
  }
}
.env__card-title {
  width: 100%;
  line-height: 60px;
  text-align: center;
  background: linear-gradient(99deg, #3a8ef6 6.96%, #6f3afa 106.67%);
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 1279px) {
  .env__card-title {
    font-size: 20px;
    line-height: 56px;
  }
}
.env__card-content {
  width: 100%;
  background: #fff;
  padding: 35px 0;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media all and (max-width: 1279px) {
  .env__card-content {
    min-height: 240px;
  }
}
.env__card-icon {
  display: block;
  width: 120px;
  height: 120px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.env__card-icon.growth {
  background-image: url(../../assets/image/icon-env-growth.png);
}
.env__card-icon.edge {
  background-image: url(../../assets/image/icon-env-edge.png);
}
.env__card-icon.efficiency {
  background-image: url(../../assets/image/icon-env-efficiency.png);
}
.env__card-icon.reduce {
  background-image: url(../../assets/image/icon-env-reduce.png);
}
@media all and (max-width: 1279px) {
  .env__card-icon {
    width: 80px;
    height: 80px;
  }
}
.env__card-desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media all and (max-width: 1279px) {
  .env__card-desc {
    font-size: 15px;
  }
}
.env__card-desc-box {
  text-align: center;
}
.env__subtitle {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media all and (max-width: 1279px) {
  .env__subtitle {
    font-size: 15px;
  }
}

.section--solution {
  background-color: #f7faff;
}

.solution__card-list {
  display: flex;
  gap: 40px;
  margin-top: 80px;
}
@media all and (max-width: 1279px) {
  .solution__card-list {
    flex-direction: column;
    gap: 40px;
  }
}

.solution__card {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  text-align: center;
  gap: 10px;
}

.solution__card-tag {
  font-size: 14px;
  font-weight: 600;
  color: #2961ff;
  margin-bottom: 4px;
}

.solution__card-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}
@media all and (max-width: 1279px) {
  .solution__card-desc {
    font-size: 14px;
  }
}

.solution_card-logo {
  width: 240px;
  height: auto;
  margin: 0 auto 16px;
  display: block;
}

.btn.--link {
  margin-top: 30px;
}
.btn.--link:hover {
  transform: translateX(10px);
  background-color: #2961ff;
} 


.faq {
  background-color: #f3f6f9;
}
.faq__list {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media all and (max-width: 1279px) {
  .faq__list {
    margin-top: 54px;
  }
}
.faq__item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  cursor: pointer;
}
.faq__item.show .--arrow-down {
  transform: rotate(180deg);
}
.faq__item.show .faq__answer {
  max-height: 250px;
}
.faq__question {
  padding: 32px;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
.faq__question::after {
  position: absolute;
  content: "";
  bottom: -1px;
  height: 1px;
  width: calc(100% - 64px);
  background-color: #eef1f6;
}
@media all and (max-width: 1279px) {
  .faq__question::after {
    width: calc(100% - 40px);
  }
}
.faq__question span {
  word-break: break-all;
  text-align: justify;
  margin-right: 8px;
}
@media all and (max-width: 1279px) {
  .faq__question {
    padding: 20px;
    font-size: 18px;
  }
}
.faq__answer {
  max-height: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  transition: all 0.5s ease;
  cursor: default;
}
.faq__answer span {
  display: block;
  padding: 32px;
}
@media all and (max-width: 1279px) {
  .faq__answer span {
    font-size: 15px;
    padding: 20px;
  }
}

.contact {
  background-color: #192534;
}
.contact .form {
  margin-top: 80px;
}
@media all and (max-width: 1279px) {
  .contact .form {
    margin-top: 54px;
  }
}
.contact .form__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact .form__input-row {
  display: flex;
  gap: 40px;
}
@media all and (max-width: 1279px) {
  .contact .form__input-row {
    flex-direction: column;
    gap: 24px;
  }
}
.contact .form__input-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
}
.contact .form__input-group .error-message {
  display: none;
}
.contact .form__input-group .privacy-agree {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.contact .form__input-group.w-half {
  width: calc((100% - 40px) / 2);
}
@media all and (max-width: 1279px) {
  .contact .form__input-group.w-half {
    width: 100%;
  }
}
.contact .form__input-group.w-full {
  width: 100%;
}
.contact .form__input-group.error input[type=text],
.contact .form__input-group.error input[type=email],
.contact .form__input-group.error input[type=number],
.contact .form__input-group.error input[type=tel] {
  border: 1px solid #f00;
  box-shadow: 0px 0px 0px 2px #d00000;
}
.contact .form__input-group.error .error-message {
  display: inline;
  font-size: 15px;
  color: #f00;
}
.contact .form__input-group .title {
  line-height: 1;
}
@media all and (max-width: 1279px) {
  .contact .form__input-group .title {
    font-size: 15px;
  }
}
.contact .btn__container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.footer {
  background-color: #fff;
  padding: 60px 60px 80px;
  border-top: 1px solid #e4e8ee;
  position: relative;
  bottom: 0;
}
@media all and (max-width: 1279px) {
  .footer {
    padding: 30px 20px 40px;
  }
}
.footer span,
.footer a {
  font-size: 16px;
  font-weight: 400;
  color: #414D5C;
  line-height: 1.5;
  font-family: "Pretendard";
}
@media all and (max-width: 1279px) {
  .footer span,
  .footer a {
    font-size: 14px;
  }
}
.footer .font-bold {
  font-weight: 700;
}
.footer .pc-hidden {
  display: none;
}
.footer-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e8ee;
  gap: 24px;
}
@media all and (max-width: 1279px) {
  .footer-top {
    padding-bottom: 12px;
  }
}
.footer-top .footer-nav {
  display: flex;
  gap: 32px;
}
.footer-top .footer-nav a:hover {
  text-decoration: underline;
}
@media all and (max-width: 1279px) {
  .footer-top .footer-nav {
    gap: 24px;
  }
}
@media all and (max-width: 1279px) {
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-bottom {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.footer-bottom-row i.line {
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #cdd3dd;
  margin: 0 12px;
}
@media all and (max-width: 1279px) {
  .footer-bottom-row i.line {
    display: none;
  }
}
@media all and (max-width: 1279px) {
  .footer-bottom-row:nth-child(2) span {
    display: inline-block;
    margin-top: 8px;
  }
}
.footer-copy {
  display: flex;
  margin-top: 30px;
  color: #8d99a8;
}
@media all and (max-width: 1279px) {
  .footer-copy {
    margin-top: 8px;
    font-size: 14px;
  }
}
.footer .more-site {
  position: absolute;
  right: 60px;
  bottom: 80px;
  width: 180px;
  padding: 0 16px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #5f6b7a;
  line-height: 1;
  font-family: "Pretendard";
}
@media all and (max-width: 1279px) {
  .footer .more-site {
    position: static;
    margin-top: 30px;
  }
}
.footer .more-site .site-btn {
  transition: 0.3s ease;
}
.footer .more-site .footer-dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
  max-width: 180px;
  height: 240px;
  padding: 6px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e4e8ee;
  overflow: auto;
}
@media all and (max-width: 1279px) {
  .footer .more-site .footer-dropdown-menu {
    left: 20px;
    bottom: 85px;
  }
}
.footer .more-site .footer-dropdown-menu li {
  line-height: 30px;
  text-align: left;
  padding-left: 10px;
  border-radius: 4px;
}
.footer .more-site .footer-dropdown-menu li:hover {
  background-color: #eef1f6;
}
.footer .more-site .footer-dropdown-menu li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 30px;
  font-family: "Pretendard";
}
.footer .more-site.active .site-btn {
  transform: rotate(-45deg);
}
.footer .more-site.active .footer-dropdown-menu {
  display: block;
}

.floating-utils {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: fixed;
  right: 20px;
  bottom: 20%;
  opacity: 0;
  z-index: 99999;
  transition: opacity 0.3s ease;
}
.floating-utils.on {
  opacity: 1;
}
.floating-banner {
  padding: 0 10px;
  width: 95px;
  border-radius: 20px;
  background-color: #2961ff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
@media all and (max-width: 1279px) {
  .floating-banner {
    display: none;
  }
}
.floating-item {
  padding: 10px 0;
}
.floating-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  border-radius: 8px;
  width: 100%;
  min-height: 70px;
  transition: all 0.3s ease;
}
.floating-item:last-child {
  border-top: 1px dashed #6991f9;
}
.floating-item:last-child > a:hover {
  background-color: #6991f9;
}

.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 2px 10px 0px rgba(38, 43, 67, 0.16);
}

.privacy {
  opacity: 0;
  z-index: -1;
  max-width: 600px;
  width: calc(100% - 40px);
}
.privacy-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  height: 30px;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 600;
}
@media all and (max-width: 1279px) {
  .privacy-header {
    padding: 0 20px;
    height: 30px;
    font-size: 18px;
  }
}
.privacy-content {
  padding: 0 30px 30px;
}
@media all and (max-width: 1279px) {
  .privacy-content {
    padding: 0 20px;
  }
}
.privacy-note {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
  margin: 10px 0;
  max-width: 500px;
}
  @media all and (max-width: 1279px) {
    .privacy-note{
    font-size: 12px;
    /* margin-bottom: 16px; */
  }
}

.privacy-desc {
  font-size: 18px;
  max-height: 240px;
  overflow: auto;
  flex-direction: column;
  gap: 20px;
}
.privacy-desc-box {
  border: 1px solid #cdd3dd;
  border-radius: 8px;
  padding: 10px;
}
@media all and (max-width: 1279px) {
  .privacy-desc {
    font-size: 15px;
  }
}
.privacy-desc h6 {
  font-weight: 700;
  line-height: 1.6;
  margin: 10px 0;
  font-size: 16px;
}
.privacy-desc h6:first-child {
  margin-top: 0;
}
.privacy-desc p {
  font-weight: 400;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
  font-size: 14px;
}
.privacy-desc p::before {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000716;
}

.submit {
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  padding: 24px;
  width: 400px;
}
.submit .--close {
  position: absolute;
  right: 24px;
}
.submit-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.submit-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
}
.submit-text h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.submit-text p {
  font-size: 15px;
  line-height: 1.3;
  color: #414d5c;
}