.pretendard-font {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto,
    "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR",
    "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  -webkit-text-size-adjust: none;
  font-family: "NanumSquare", sans-serif;
  font-size: 14px;
  color: #444;
  letter-spacing: -1px;
  scroll-behavior: smooth;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
input,
textarea,
button,
select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-weight: 400;
}
img {
  vertical-align: middle;
}
form {
  clear: both;
}
legend {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
body,
select,
button,
table {
  font-family: "NanumSquare", sans-serif;
  font-size: 14px;
  color: #444;
  letter-spacing: -1px;
}
button {
  cursor: pointer;
}
input,
textarea {
  font-family: "NanumSquare", sans-serif, tahoma, Dotum, AppleGothic;
  color: #444;
  outline: none;
  overflow-y: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px 20px;
  border: 1px solid #ddd;
  resize: none;
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
iframe[name="google_conversion_frame"] {
  display: none;
}
input {
  color: #222;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
input[title],
input[placeholder] {
  color: #666;
}
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="file"],
input[type="password"] {
  width: 100%;
  height: 48px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 0 none;
  padding: 0 15px;
  box-shadow: 0 0 1px #f8f8f8;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 0px;
  padding: 0px;
}
input[type="file"] {
  border: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  color: #fff;
}
input[type="radio"],
input[type="checkbox"] {
  outline: none !important;
}
img,
fieldset {
  border: 0;
}
ul,
ol {
  list-style: none;
}
ul li {
  list-style: none;
}
em,
address {
  font-style: 300;
}
button,
a {
  text-decoration: none;
  color: #222;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
label {
  cursor: pointer;
}
table {
  border-spacing: 0;
  border: 0;
  width: 100%;
  border-collapse: collapse;
}
caption {
  display: none;
}
.blind {
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  width: 1px;
  height: 0px;
  line-height: 0;
  white-space: nowrap;
  text-indent: -9999px;
}

#wrap {
  min-width: 1280px;
  margin: 0 auto;
}

.menu_bg.open {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #00000078;
  left: 0;
  top: 65px;
  z-index: 2;
}

/*gnb*/
.hasBanner #gnb {
  position: absolute;
  top: 80px;
}
#gnb {
  background-color: #fff;
}
#gnb .wrap {
  width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#gnb h1 {
  float: left;
  margin-left: 50px;
}
#menu {
  position: absolute;
  right: 0;
  top: 13px;
}
#menu ul {
  overflow: hidden;
}
#menu li {
  float: left;
}
#gnb #menu li {
  width: 145px;
  font-size: 17px;
  line-height: 46px;
  letter-spacing: -1px;
  font-weight: 500;
  float: left;
  position: relative;
  text-align: center;
}
#gnb #menu li:last-child {
  margin-right: 0px;
}
#gnb #menu li a {
  height: 50px;
  border-bottom: 3px solid #ffffff;
  color: #606060;
  display: inline-block;
}
#gnb #menu li.active a {
  border-bottom: 3px solid #047a44;
  color: #047a44;
}
#gnb #subMenu {
  display: none;
  width: 100%;
  z-index: 1001;
  position: absolute;
  background-color: #fff;
}
#gnb.open {
  z-index: 1002;
}
#gnb.open #subMenu {
  display: block;
}
#gnb #subMenu .wrap {
  width: 1345px;
  margin: 0 auto;
  height: 200px;
}
#gnb #subMenu .join {
  position: absolute;
  text-align: center;
  top: 26px;
  left: 90px;
}
#gnb #subMenu .join p {
  font-size: 25px;
}
#gnb #subMenu .join .text a {
  font-size: 30px;
  font-weight: 800;
  color: #047a44;
  display: block;
  padding-top: 7px;
}
#gnb #subMenu .menu {
  position: absolute;
  right: -54px;
  overflow: hidden;
  z-index: 3;
  top: 5px;
}
#gnb #subMenu .menu ul {
  float: left;
  padding-top: 16px;
  min-height: 180px;
}
#gnb #subMenu .menu ul a {
  color: #353535;
  height: 20px;
  padding: 5px 0px;
  padding-left: 5px;
  letter-spacing: -0.8px;
  font-size: 16px;
  display: block;
}
#gnb #subMenu .menu ul a:hover {
  color: #047a44;
}

#gnb #subMenu .menu ul.sub1 {
  width: 153px;
}
#gnb #subMenu .menu ul.sub2 {
  width: 126px;
}
#gnb #subMenu .menu ul.sub3 {
  width: 165px;
}
#gnb #subMenu .menu ul.sub4 {
  width: 135px;
}
#gnb #subMenu .menu ul.sub5 {
  width: 193px;
}
#gnb #subMenu .menu li {
  margin-bottom: 3px;
  background-repeat: no-repeat;
}
#gnb #subMenu .menu li.active a {
  color: #047a44;
}

#gnb .home_icon img {
  display: block;
  width: auto;
  height: 40px;
  padding: 12.5px 0;
  margin-left: 37px;
}

.logo-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 15px 40px;
}

.logo-container img {
  height: 40px; /* Adjust as needed */
  width: auto;
}

/* footer */
#footer {
  height: 264px;
  background-color: #747474;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  text-align: center;
}
#footer .footer-wrap {
  max-width: 1280px;
  padding: 0 28px;
  margin: 0 auto;
  padding-top: 47px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 36px;
}

.insurance_content {
  position: relative;
  display: flex;
  width: 1124px;
  margin: 0 auto;
  padding-top: 20px;
}
.insurance_content .left_area {
  text-align: left;
}
#contents {
  width: 838px;
  text-align: left;
}
#contents > .wrap {
  padding-bottom: 20px;
}
#contents > .wrap > img {
  width: 100%;
}
.detail_link {
  position: absolute;
  font-size: 0;
  line-height: 0;
  background: rgba(0, 0, 0, 0);
}
#wrap #container h1 span {
  width: 1280px;
  margin: 0px auto;
  display: block;
}
#wrap .section {
  position: relative;
}
#wrap #container {
  z-index: 1000;
  margin-top: 65px;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.scroll_gnb {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}

img {
  display: block;
  max-width: 100%;
}

#container .title {
  margin: 0 auto;
}

.swiper-slide > a {
  min-width: 1280px;
  display: block;
}
.swiper img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background-color: #606060;
  opacity: 1;
  margin: 0 7.5px !important;
}
.swiper-pagination-bullet-active {
  width: 40px;
  background-color: #ff950f;
}

.nav_wrap {
  background-color: #fff;
}
.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  height: 84px;
  margin: 0 auto;
}
.nav a {
  width: 33.3%;
  height: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  color: #606060;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 26px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
}
.nav a:hover {
  color: #047a44;
  border-bottom: 4px solid #047a44;
  font-weight: 600;
}

.popup-banner-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  left: 0;
  top: 0;
}
.popup-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 0;
}
.popup-banner-content {
  width: 85%;
  max-width: 800px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  border-radius: 14px;
  background: #fff;
  padding: 58px 60px 50px 56px;
  box-shadow: 0 0 22px 4px rgba(0, 0, 0, 0.25);
}
.popup-banner-content > a {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 45px;
  height: 45px;
  display: block;
}
.popup-banner-content > a > img {
  width: 100%;
  height: 100%;
  display: block;
}
.popup-banner-content > .title {
  color: #047a44;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  text-align: left;
  margin-top: 0;
  letter-spacing: 0;
}
.popup-banner-content > .content {
  font-size: 17px;
  margin-top: 30px;
  color: #606060;
  line-height: 22px;
  letter-spacing: 0;
}
.popup-banner-content > .content p:not(:first-child) {
  margin-top: 22px;
}
.popup-banner-content > .footer {
  background: #f9f9f9;
  color: #606060;
  padding: 30px 37px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 42px;
  line-height: 16px;
  letter-spacing: -0.32px;
  border-radius: 14px;
}

.section1 {
  padding: 125px 0 0;
  background-color: #f2f7f0;
}

.section1 h2 {
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  color: #3b3b3b;
  line-height: 1.4;
}

.section1 h2 span {
  font-weight: 700;
  font-size: 46px;
}

.section1 .list-wrap {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
}

.section1 .list {
  display: flex;
  gap: 20px;
  padding: 70px 4px 100px 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  white-space: nowrap;
}

.section1 .list::-webkit-scrollbar {
  display: none;
}

.section1 .list a {
  display: block;
  color: #666666;
  font-size: 20px;
  font-weight: 600;
  background-color: white;
  line-height: 2.6;
  padding: 0 30px;
  border-radius: 30px;
  box-shadow: 0 3px 8px 0 rgba(34, 68, 52, 0.15);
  border: 3px solid transparent;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.section1 .list li {
  pointer-events: auto;
}

.section1 .list a:hover {
  border: 3px solid #e8ffea;
  background-color: #007f41;
  color: white;
}

.section1 .insurance-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.section1 .insurance {
  padding-bottom: 125px;
}

.section1 .insurance a:has(img) {
  display: block;
  transition: 0.2s ease-in-out;
}
.section1 .insurance a:has(img):hover {
  transform: scale(1.08);
}

.section1 .insurance h3 {
  color: #3b3b3b;
  font-size: 21px;
  font-weight: bold;
  border-bottom: 2px solid #047a44;
  width: fit-content;
  line-height: 1.7;
  margin-left: 20px;
}

.section1 .insurance ul {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.section1 .alone {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.section2 {
  padding: 144px 0 100px;
  background-color: #f4f9fc;
}

.section2 .contents {
  padding: 0 40px;
  max-width: 1280px;
  margin: 0 auto;
}

.section2 .heading {
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  color: #3b3b3b;
  line-height: 1.4;
}

.section2 .heading h2 {
  font-weight: bold;
  font-size: 46px;
}

.section2 .heading h2 span {
  color: #2765a8;
}

.section2 ul {
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 90px 0 50px;
}

.section2 .desc {
  color: #606060;
  font-size: 18px;
  line-height: 1.55;
}

.section2 .desc p:last-of-type {
  text-align: center;
  margin-top: 32px;
}

.floating {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.floating button {
  border: none;
  background: none;
}

/* Icon Section */
.icon-section {
  position: absolute;
  left: 17%;
  width: min(35%, 700px);
  bottom: 7%;
  text-align: center;
}

.icon-section-wrapper {
  position: absolute;
  display: block;
  inset: 0;
  width: 1920px;
  min-height: 700px;
  margin: 0 auto;
}

@media (max-width: 1920px) {
  .icon-section-wrapper {
    width: 100svw;
    min-height: inherit;
  }
}

.icon-section h2 {
  font-family: "NanumSquare", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #007f41;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.icon-section h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1.6px;
  background-color: #047a44;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 columns */
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease-in-out;
}

.icon-item:hover {
  transform: translateY(-5px);
}

.icon-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.icon-item span {
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #666666;
}

/* Card Section */
.card-section {
  padding: 80px 0;
  background-color: #f2f7f0;
  text-align: center;
}

.card-section h2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.2;
  color: #3b3b3b;
}

.card-section .sub-heading {
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #3b3b3b;
  margin-top: 5px;
  margin-bottom: 12px;
}

.card-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 46px;
}

.card-title-sub {
  padding-left: 40px;
  padding-bottom: 10px;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 86px;
}

.card-title-sub img {
  max-width: 113px;
  max-height: 33px;
  object-fit: contain;
}

.card-title-inner-sub {
  margin-top: 86px;
  padding-left: 20px;
  padding-bottom: 10px;
}

.card-title-inner-sub img {
  max-width: 113px;
  max-height: 33px;
  object-fit: contain;
}

.card-title .highlight {
  color: #007f41;
}

.card-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.card-item {
  position: relative;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  height: auto;
}

.card-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.card-item:hover {
  transform: translateY(-8px);
}

.card-arrow {
  width: 36px;
  height: 36px;
  background-color: #e8f3e3;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SVG Arrow - inline or background-image */
.card-arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #64755c;
  border-right: 2px solid #64755c;
  transform: rotate(45deg);
}

.card-item h3 {
  font-family: "Pretendard", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #007f41;
  margin-bottom: 15px;
  padding-right: 40px; /* Space for arrow */
}

.card-text {
  position: relative;
  text-align: left;
  padding-left: 20px;
  left: 20px;
  width: 66%;
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.25;
  color: #a9a9a9;
  margin-bottom: 15px;
  flex-grow: 1;
}

.card-item .benefit {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  color: #246344;
  display: block;
  margin-top: auto; /* Pushes benefit/footnote to bottom */
  margin-bottom: 8px;
}

.card-item .footnote {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.15;
  color: #a9a9a9;
  display: block;
}

/* Notice Sections */
.notice-section {
  padding: 40px 0;
}

.notice-section .notice-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px; /* Match main padding */
}

.notice-light {
  background-color: #fff; /* Figma: 2288:10938 */
}

.notice-gray {
  background-color: #f9f9f9; /* Figma: 2300:10731 */
}

.notice-section p {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.33;
  color: rgba(96, 96, 96, 0.65);
}

.notice-gray .notice-content p:last-child {
  text-align: center; /* Center the compliance text */
  margin-top: 20px;
}

/* Floating Banner */
.floating-banner {
  position: fixed;
  width: 110px;
  bottom: 23%;
  right: 5%;
  background-color: #fff;
  border-radius: 16px;
  padding: 10px 10px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 5px;
  z-index: 1000;
}

.float-item {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  padding: 8px 18px;
  border-radius: 50px;
  background-color: #f9f9f9;
  color: #666666;
  font-weight: 500;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.float-item:hover {
  background-color: #eee;
}

.float-item.active {
  background-color: #00b84a;
  color: #fff;
  font-weight: 800;
}

/* Footer */
.bridge-footer {
  background-color: #747474;
  padding: 30px 0;
  text-align: center;
  height: 264px;
}

.bridge-footer p {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
  color: #fff;
}

/* hover */
.scale-hover:hover {
  transform: scale(1.08);
  transition: transform 0.2s ease-in-out;
}
