body {
  padding: 0;
  margin: 0;
}

:root a:visited {
  color: black;
  text-decoration: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #ffffff;
  background-image: none;
  padding-right: 40px;
}

.header,
.header * {
  box-sizing: border-box;
}

.header {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
}
.header .container {
  padding: 0 32px;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.header .content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.header .logo {
  flex-shrink: 0;
  width: 185px;
  height: 32px;
  position: relative;
  overflow: visible;
  aspect-ratio: 185/32;
}
.header .navigation-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.header .text-padding {
  padding: 0 2px;
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.header .header-text,
.header .text2 {
  color: #ffffff;
  text-align: left;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
}
.header .buttons-button2 {
  background: #e20413;
  border-radius: 8px;
  padding: 10px 16px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.buttons-button,
.buttons-button2 {
  cursor: pointer;
}
.buttons-button:hover,
.buttons-button2:hover {
  opacity: 0.8;
}

.hero-section,
.hero-section * {
  box-sizing: border-box;
}

.hero-section {
  background: linear-gradient(to left, rgba(14, 15, 18, 0.6), rgba(14, 15, 18, 0.6));
  padding: 96px 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  height: 640px;
  position: relative;
  overflow: hidden;
}
.hero-section .container {
  padding: 0 32px;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.hero-section .content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.hero-section .heading-and-supporting-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 768px;
  position: relative;
}
.hero-section .heading-and-subheading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.hero-section .heading {
  color: #ffffff;
  text-align: center;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}
.hero-section .actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.hero-section .buttons-button {
  background: #e20413;
  border-radius: 8px;
  padding: 12px 18px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 240px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.hero-section .text-padding {
  padding: 0 2px;
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.hero-section .text {
  color: #ffffff;
  text-align: left;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
}
.hero-section .buttons-button2 {
  background: #222222;
  border-radius: 8px;
  padding: 12px 18px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 240px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.tab-section,
.tab-section * {
  box-sizing: border-box;
}

.tab-section {
  background: #ffffff;
  padding: 60px 0 0 0;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tab-section .tab {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 100%;
  position: relative;
}
.tab-section .buttons-button {
  border-style: solid;
  border-color: #dbdbdb;
  border-width: 0 0 3px 0;
  padding: 28px 18px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
  overflow: hidden;
  background: transparent;
  color: #222;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 26px;
  line-height: 24px;
  font-weight: 600;
  width: 96px;
}
.tab-section .buttons-button.active {
  border-bottom: 3px solid #e20413;
  background: #fff7f8;
  color: #e20413;
}

.company-intro {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.company-intro .actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding-bottom: 96px;
  align-self: stretch;
}
.company-intro .container {
  padding: 0 32px;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding-top: 96px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
}
.company-intro .content {
  display: flex;
  flex-direction: column;
  gap: 96px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  border-radius: 12px;
}
.company-intro .heading-and-subheading {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
.company-intro .heading-and-subheading .top {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.company-intro .heading-and-subheading .top .check-item-text {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
}
.company-intro .heading-and-subheading .top .check-item-text .check-icon {
  border-radius: 9999px;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
.company-intro .heading-and-subheading .top .check-item-text .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
}
.company-intro .heading-and-subheading .top .check-item-text .text {
  color: #e20413;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  align-self: stretch;
}
.company-intro .heading-and-subheading .top .heading {
  color: #181d27;
  text-align: center;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  width: 663px;
  height: 38px;
}
.company-intro .heading-and-subheading .top .logo > img {
  width: 408px;
  height: 71px;
  aspect-ratio: 408/71;
}
.company-intro .heading-and-subheading .check-items {
  width: 470px;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
}
.company-intro .heading-and-subheading .check-items .check-item-text {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
}
.company-intro .heading-and-subheading .check-items .check-icon {
  border-radius: 9999px;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
.company-intro .heading-and-subheading .check-items .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
}
.company-intro .heading-and-subheading .check-items .text {
  color: #535862;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  align-self: stretch;
}
.company-intro .image-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
}
.company-intro .image-section .img {
  display: grid;
  width: 992px;
  height: 424px;
}
.company-intro .image-section .supporting-text {
  width: 992px;
  padding: 10px 0;
  background: #ffebeb;
  color: #181d27;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.company-intro .content-group {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: center;
}
.company-intro .content-group .content {
  max-width: 768px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
.company-intro .content-group .content .heading-and-subheading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.company-intro .content-group .content .heading-and-subheading .star-rating {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: center;
}
.company-intro .content-group .content .heading-and-subheading .star-rating > img {
  width: 32px;
  height: 32px;
}
.company-intro .content-group .content .heading-and-subheading .heading {
  color: #181d27;
  text-align: center;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}
.company-intro .content-group .content .supporting-text {
  align-self: stretch;
  color: #535862;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.review-seciton .actions {
  background: #ffffff;
  padding: 0 0 96px 0;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.review-seciton .container {
  border-radius: 12px;
  padding: 96px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  max-width: 1280px;
  position: relative;
}
.review-seciton .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.review-seciton .heading-and-subheading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.review-seciton .check-item-text {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.review-seciton .check-icon {
  background: #fff5f5;
  border-radius: 9999px;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  overflow: hidden;
  aspect-ratio: 1;
}
.review-seciton .icon-solid-fire {
  width: 71.43%;
  height: 71.43%;
  position: absolute;
  right: 12.83%;
  left: 15.74%;
  bottom: 12.75%;
  top: 15.82%;
  overflow: visible;
}
.review-seciton .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.review-seciton .text {
  color: #e20413;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  align-self: stretch;
}
.review-seciton .heading {
  color: #222222;
  text-align: center;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
  font-weight: 600;
  align-self: stretch;
  height: 60px;
}
.review-seciton .review {
  box-sizing: border-box;
  background: #f6f7f9;
  border-radius: 12px;
  padding: 64px;
  width: 100%;
  flex-shrink: 0;
  height: 663px;
  max-width: 1280px;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: center;
}
.review-seciton .review img {
  max-width: 960px;
  width: 100%;
}
.review-seciton .review > img {
  display: none;
}
.review-seciton .review > img.active {
  display: block;
  margin: auto;
}
.review-seciton .indicator,
.review-seciton .indicator2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  cursor: pointer;
  border: none;
  background: transparent;
  overflow: visible;
  z-index: 2;
}
.review-seciton .indicator {
  left: clamp(16px, 2vw, 32px);
  right: auto;
}
.review-seciton .indicator2 {
  right: clamp(16px, 2vw, 32px);
  left: auto;
}

.online-section,
.online-section * {
  box-sizing: border-box;
}

.online-section {
  background: #ffffff;
  padding: 96px 0;
  display: flex;
  flex-direction: column;
  gap: 96px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.online-section .container {
  padding: 0 32px;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.online-section .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.online-section .heading-and-supporting-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 768px;
  position: relative;
}
.online-section .heading-and-subheading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.online-section .heading {
  color: #181d27;
  text-align: center;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  font-weight: 600;
  align-self: stretch;
  height: 44px;
}
.online-section .supporting-text {
  color: #535862;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  align-self: stretch;
}
.online-section .section {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  max-width: 1440px;
  margin: auto;
}
.online-section .section2,
.online-section .section3 {
  padding: 96px 64px 96px 0;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center;
  justify-content: flex-end;
  align-self: stretch;
  flex: 1;
  position: relative;
}
.online-section .section3 {
  padding: 96px 0 96px 64px;
  justify-content: flex-start;
}
.online-section .container2 {
  padding: 0 32px;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  max-width: 560px;
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
}
.online-section .content2 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.online-section .icon-and-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.online-section .naver-seo-icon {
  border-radius: 9999px;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
.online-section .heading-and-supporting-text2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.online-section .heading2,
.online-section .heading3 {
  color: #181d27;
  text-align: left;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  align-self: stretch;
}
.online-section .supporting-text2,
.online-section .supporting-text3 {
  color: #535862;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  align-self: stretch;
}
.online-section .check-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.online-section .check-item-text {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.online-section .check-icon {
  border-radius: 9999px;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
.online-section .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.online-section .text {
  color: #535862;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  align-self: stretch;
}
.online-section .image {
  flex-shrink: 0;
  width: 720px;
  height: 520px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.online-section .section4 {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.features-section,
.features-section * {
  box-sizing: border-box;
}

.features-section {
  background: #fff7f8;
  padding: 96px 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.features-section .container {
  padding: 0 16px;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.features-section .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.features-section .heading-and-supporting-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 768px;
  position: relative;
}
.features-section .heading-and-subheading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.features-section .heading {
  color: #181d27;
  text-align: center;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  font-weight: 600;
  align-self: stretch;
}
.features-section .supporting-text {
  color: #535862;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  align-self: stretch;
}
.features-section .container2 {
  padding: 0 16px;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.features-section .content2 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 64px;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.features-section .feature-text {
  padding: 24px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  min-width: 320px;
  position: relative;
}
.features-section .container3 {
  background: #ffffff;
  border-radius: 12px;
  padding: 52px 24px 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.features-section .content3 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.features-section .text-and-supporting-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.features-section .text {
  color: #181d27;
  text-align: center;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  align-self: stretch;
}
.features-section .img {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: -32px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}

.contact-page-header,
.contact-page-header * {
  box-sizing: border-box;
}

.legal {
  display: flex;
  flex-direction: column;
}

.contact-page-header {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.contact-page-header .header-section {
  background: #ffffff;
  padding: 96px 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.contact-page-header .container {
  padding: 0 16px;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.contact-page-header .content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.contact-page-header .heading-and-supporting-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 768px;
  position: relative;
}
.contact-page-header .heading-and-subheading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.contact-page-header .heading {
  color: #181d27;
  text-align: center;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  font-weight: 600;
  align-self: stretch;
}
.contact-page-header .supporting-text {
  color: #535862;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  align-self: stretch;
}
.contact-page-header .section {
  padding: 0 0 96px 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.contact-page-header .container2 {
  padding: 0 16px;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.contact-page-header .content2 {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.contact-page-header .form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 480px;
  position: relative;
}
.contact-page-header .form-fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.contact-page-header .row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.contact-page-header .input-field,
.contact-page-header .input-with-label,
.contact-page-header .select,
.contact-page-header .frame-48096901 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  width: 100%;
}
.contact-page-header .label-wrapper,
.contact-page-header .label-wrapper2,
.contact-page-header .frame-48096900,
.contact-page-header .checkbox,
.contact-page-header .checkbox2 {
  display: flex;
  flex-direction: row;
  gap: 2px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  font-family: "Inter-Medium", sans-serif;
}
.contact-page-header .label,
.contact-page-header .label2,
.contact-page-header .label3,
.contact-page-header .label4,
.contact-page-header .text2,
.contact-page-header .text3 {
  color: #414651;
  text-align: left;
  font-family: "Inter-Medium", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
}
.contact-page-header .asterisk {
  color: #e20413;
  font-family: "Inter-Medium", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  width: 8px;
}
.contact-page-header .input,
.contact-page-header select,
.contact-page-header .input2 {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #d5d7da;
  padding: 10px 14px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}
.contact-page-header .input2,
.contact-page-header select {
  padding: 8px 12px;
  overflow: hidden;
}
.contact-page-header .chevron-down {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  overflow: visible;
  aspect-ratio: 1;
}
.contact-page-header .checkbox-base {
  border-radius: 4px;
  border: 1px solid #d5d7da;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.contact-page-header .checkbox-base2 {
  border-radius: 6px;
  border: 1px solid #d5d7da;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.contact-page-header .text-and-supporting-text,
.contact-page-header .text-and-supporting-text2 {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.contact-page-header .text4 {
  color: #535862;
  text-align: left;
  font-family: "Inter-Medium", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  align-self: stretch;
}
.contact-page-header .actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.contact-page-header .buttons-button {
  background: #e20413;
  border-radius: 8px;
  padding: 12px 18px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
}
.contact-page-header .buttons-button .text4 {
  color: #ffffff;
}
.contact-page-header .text-padding {
  padding: 0 2px;
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.contact-page-header .text5 {
  color: #ffffff;
  text-align: left;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  width: 59px;
}

.footer,
.footer * {
  box-sizing: border-box;
}

.footer {
  background: #0c0e12;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.footer .container {
  padding: 0 32px;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.footer .content {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  justify-content: flex-end;
  row-gap: 24px;
  flex-wrap: wrap;
  align-content: center;
  flex-shrink: 0;
  width: 100%;
  position: relative;
}
.footer .text-and-supporting-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.footer .text {
  color: #f7f7f7;
  text-align: left;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  align-self: stretch;
}
.footer .supporting-text {
  background: linear-gradient(to left, #94979c, #94979c), linear-gradient(to left, #535862, #535862);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  align-self: stretch;
}
.footer .image-6 {
  flex-shrink: 0;
  width: 184px;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 184/32;
}

.kakao-link {
  display: flex;
  position: fixed;
  bottom: 64px;
  right: 32px;
  z-index: 999;
  border: none;
  background-color: #fae100;
  color: #371d1e;
  font-size: 18px;
  gap: 8px;
  align-items: center;
  padding: 12px;
  border-radius: 999px;
}
.kakao-link i {
  font-size: 24px;
}

@media screen and (max-width: 1080px) {
  .online-section .content1-gap,
  .online-section .content3-gap {
    flex-direction: column-reverse;
  }
  .online-section .content2-gap {
    flex-direction: column;
  }
  .online-section .section2,
  .online-section .section3 {
    padding: 0;
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .kakao-link {
    bottom: 24px;
    right: 16px;
    z-index: 999;
    font-size: 14px;
    gap: 4px;
    padding: 12px;
  }
  .kakao-link i {
    font-size: 18px;
  }
  .header {
    height: 72px;
  }
  .header .container {
    padding: 0 16px;
  }
  .header .logo {
    width: 139px;
    height: 24px;
    aspect-ratio: 139/24;
  }
  .header .navigation-actions {
    gap: 8px;
  }
  .header .header-text,
  .header .text2 {
    font-size: 14px;
    line-height: 20px;
  }
  .header .buttons-button2 {
    padding: 10px 12px;
  }
  .tab-section .buttons-button {
    border-width: 0 0 2px 0;
    padding: 12px 18px;
    font-size: 18px;
    line-height: 28px;
  }
  .tab-section .text {
    font-size: 18px;
    line-height: 28px;
  }
  .review-seciton .review {
    padding: 30px 20px;
  }
  .review-seciton .review img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .review-seciton .indicator,
  .review-seciton .indicator2 {
    position: absolute;
    bottom: 16px;
    top: auto;
    transform: none;
    width: 48px;
    height: 48px;
    z-index: 2;
  }
  .review-seciton .indicator {
    left: calc(50% - 60px);
  }
  .review-seciton .indicator2 {
    left: calc(50% + 12px);
  }
  .review-seciton .indicator img,
  .review-seciton .indicator2 img {
    width: 48px;
    height: 48px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .review-seciton .content {
    padding: 0 16px;
  }
  .review-seciton .check-icon {
    width: 24px;
    height: 24px;
  }
  .review-seciton .heading {
    font-size: 30px;
    line-height: 38px;
  }
  .review-seciton .check-item-text {
    align-items: center;
  }
  .review-seciton .check-item-text .text {
    font-size: 16px;
    line-height: 24px;
  }
  .review-seciton .check-item-text .review {
    width: 100%;
  }
  .online-section {
    padding: unset;
    gap: 48px;
  }
  .online-section .section,
  .online-section .section2,
  .online-section .section3 {
    padding-left: unset;
    padding-right: unset;
  }
  .online-section .content1-gap,
  .online-section .content3-gap {
    flex-direction: column-reverse;
  }
  .online-section .content2-gap {
    flex-direction: column;
  }
  .online-section .container2 {
    padding: 0 16px;
  }
  .online-section .container {
    padding: 0 16px;
  }
  .online-section .heading {
    font-size: 36px;
    line-height: 38px;
  }
  .online-section .supporting-text {
    font-size: 18px;
    line-height: 28px;
  }
  .online-section .heading2,
  .online-section .heading3 {
    font-size: 30px;
    line-height: 38px;
  }
  .online-section .supporting-text2,
  .online-section .supporting-text3 {
    font-size: 16px;
    line-height: 24px;
  }
  .online-section .image {
    width: 100%;
    height: auto;
  }
  .features-section {
    padding: 96px 0;
  }
  .features-section .container {
    padding: 0 16px;
  }
  .features-section .heading {
    font-size: 30px;
    line-height: 38px;
  }
  .features-section .supporting-text {
    font-size: 18px;
    line-height: 28px;
  }
  .features-section .content2 {
    gap: 32px;
    row-gap: 32px;
  }
  .features-section .feature-text {
    gap: 32px;
  }
  .features-section .container3 {
    padding: 52px 24px 32px 24px;
  }
  .features-section .text {
    font-size: 18px;
    line-height: 28px;
  }
  .footer {
    padding: 48px 0;
  }
  .footer .container {
    padding: 0 16px;
  }
  .footer .content {
    flex-direction: column-reverse;
    gap: 32px;
    align-items: baseline;
  }
  .footer .logo {
    width: 138px;
    height: 24px;
  }
  .footer .text {
    font-size: 18px;
    line-height: 28px;
  }
  .footer .supporting-text {
    font-size: 16px;
    line-height: 24px;
  }
  .company-intro .container {
    padding: 48px 16px 0 16px;
    gap: 32px;
    align-items: center;
  }
  .company-intro .content {
    gap: 48px;
    align-items: center;
  }
  .company-intro .heading-and-subheading {
    gap: 32px;
    align-items: center;
  }
  .company-intro .heading-and-subheading .top {
    gap: 12px;
  }
  .company-intro .heading-and-subheading .top .check-item-text {
    align-items: center;
  }
  .company-intro .heading-and-subheading .top .check-item-text .check-icon {
    width: 24px;
    height: 24px;
  }
  .company-intro .heading-and-subheading .top .check-item-text .text {
    font-size: 16px;
    line-height: 24px;
  }
  .company-intro .heading-and-subheading .top .heading {
    font-size: 36px;
    line-height: 44px;
    width: auto;
    height: auto;
    align-self: stretch;
    text-align: center;
  }
  .company-intro .heading-and-subheading .top .logo > img {
    width: 236px;
    height: auto;
    aspect-ratio: auto;
  }
  .company-intro .heading-and-subheading .check-items {
    width: 100%;
    padding-left: 16px;
    gap: 16px;
  }
  .company-intro .heading-and-subheading .check-items .check-item-text {
    align-items: center;
    gap: 12px;
  }
  .company-intro .heading-and-subheading .check-items .check-icon {
    width: 24px;
    height: 24px;
  }
  .company-intro .heading-and-subheading .check-items .text {
    font-size: 16px;
    line-height: 24px;
    height: auto;
  }
  .company-intro .heading-and-subheading .image-section {
    align-items: center;
  }
  .company-intro .heading-and-subheading .image-section .img {
    display: block;
    width: 100%;
    height: auto;
  }
  .company-intro .heading-and-subheading .image-section .supporting-text {
    width: auto;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 24px;
  }
  .company-intro .content-group {
    gap: 80px;
  }
  .company-intro .content-group .content {
    max-width: 100%;
    gap: 20px;
  }
  .company-intro .content-group .content .heading-and-subheading {
    gap: 12px;
  }
  .company-intro .content-group .content .heading-and-subheading .star-rating > img {
    width: 32px;
    height: 32px;
  }
  .company-intro .content-group .content .heading-and-subheading .heading {
    font-size: 24px;
    line-height: 38px;
  }
  .company-intro .image-section {
    align-items: center;
  }
  .company-intro .image-section .img {
    display: block;
    width: 100%;
    height: auto;
  }
  .company-intro .image-section .supporting-text {
    font-size: 16px;
    line-height: 24px;
    height: auto;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */