:root {
  --combine-library-grey-800: #1f2c3d;
  --combine-library-white: white;
  --combine-library-grey-600: #5f6570;
  --combine-library-grey-050: #f2f3f7;
  --combine-library-primary-600: #6157f8;
  --combine-library-grey-200: #bfc4ce;
  --ff903b: #ff903b;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-primary-base: #642eff;
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-error-lighter: #fceff0;
  --flowui-component-library-error-darker: #5b0b11;
  --flowui-component-library-success-lighter: #ebfff6;
  --flowui-component-library-success-darker: #006638;
  --ce5900: #ce5900;
  --flowui-component-library-gray-400: #b6b9ce;
  --flowui-component-library-gray-500: #6b7094;
  --flowui-component-library-gray-100: #f7f9fd;
  --waves-library-black: #131313;
  --walsh-black: #2c2c2c;
  --walsh-walsh-mid-green: #47888a;
  --walsh-walsh-dark-green: #204f58;
  --combine-library-error-800: #e2004f;
  --combine-library-error-100: #ffecec;
  --combine-library-success-800: #6d9400;
  --combine-library-success-100: #ebf7de;
  --combine-library-primary-800: #472def;
  --combine-library-grey-400: #8c94a5;
  --combine-library-grey-100: #d9dce2;
  --combine-library-warning-400: #f8b34b;
  --combine-library-secondary-600: #00a1c1;
  --color: #a50000;
  --color-2: #d10000;
  --flowui-component-library-grey-600: #393b6a;
  --waves-library-dark-elevation: #ede0d8;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-grid1 {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.combine-menu-icon_line-bottom {
  width: 1.25rem;
  height: .125rem;
  background-color: var(--combine-library-grey-800);
  border-radius: 1rem;
}

.combine-menu-icon_line-middle {
  width: 1.25rem;
  height: .125rem;
  background-color: var(--combine-library-grey-800);
  border-radius: 1rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-menu-icon_line-top {
  width: 1.25rem;
  height: .125rem;
  background-color: var(--combine-library-grey-800);
  border-radius: 1rem;
}

.combine-menu-icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-nav3_menu-button {
  padding: .5rem;
}

.combine-button-small {
  background-color: var(--combine-library-grey-800);
  color: var(--combine-library-white);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-nav3_button-wrapper {
  min-width: 11rem;
  grid-column-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.combine-nav3_item {
  color: var(--combine-library-grey-600);
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s, color .25s;
}

.combine-nav3_item:hover {
  background-color: var(--combine-library-grey-050);
  color: var(--combine-library-primary-600);
  border-radius: .5rem;
}

.combine-nav3_dropdown-column {
  min-width: 10rem;
}

.combine-nav3_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: var(--combine-library-white);
  border-radius: 1rem;
  align-items: center;
  margin-top: .5rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px .5rem rgba(40, 54, 74, .2);
}

.combine-nav3_dropdown-list {
  background-color: var(--combine-library-grey-050);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.combine-nav3_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.combine-nav3_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav3_dropdown-toggle {
  color: var(--combine-library-grey-800);
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .25s;
}

.combine-nav3_dropdown-toggle:hover {
  color: var(--combine-library-primary-600);
}

.combine-nav3_link {
  color: var(--combine-library-grey-800);
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav3_link:hover {
  color: var(--combine-library-primary-600);
}

.combine-nav3_link-wrapper {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-nav3_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-nav3_logo {
  height: 100%;
  max-height: 4.2rem;
}

.combine-nav3_logo-link.w--current {
  align-items: center;
  display: flex;
}

.combine-nav3_container {
  width: 100%;
  max-width: 75rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-nav3_component {
  background-color: #000;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.nav_menu {
  background-color: #000;
  padding-top: .75rem;
  padding-bottom: .75rem;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.background-video {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(0, 0, 0, .66));
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  overflow: visible;
}

.nav-link-wrapper {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.nav-container {
  width: 100%;
  max-width: 75rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-logo.w--current {
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--combine-library-white);
  padding: .5rem 1.25rem;
  font-family: Suit, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.nav-link:hover {
  color: #ff903b;
}

.nav-link.w--current {
  color: var(--ff903b);
}

.nav-btn-wapper {
  min-width: 11rem;
  grid-column-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.button-small {
  color: var(--combine-library-white);
  text-align: center;
  background-color: #ce5900;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Suit, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.button-small:hover {
  background-color: var(--ff903b);
}

.nav-menu-button {
  padding: .5rem;
}

.f-footer-link {
  width: 100%;
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-footer-vertical-divider {
  width: 1px;
  height: 16px;
  background-color: var(--flowui-component-library-grey-300);
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-horizontal-divider {
  width: 100%;
  height: 1px;
  background-color: var(--flowui-component-library-grey-300);
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-footer-social {
  width: 48px;
  height: 48px;
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-logo {
  flex: none;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small {
  background-color: var(--flowui-component-library-white);
  padding: 32px 5%;
  position: relative;
}

.footer {
  background-color: #000;
  padding: 32px 5%;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-container {
  width: 100%;
  max-width: 1280px;
  margin-bottom: 63px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer--bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer--logo {
  width: 155px;
  flex: none;
}

.footer-brand {
  align-items: center;
  display: flex;
}

.footer-menu {
  width: 406px;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  text-align: right;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-detail-copy {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.footer-detail {
  color: #b1b1b1;
  word-break: keep-all;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-brand-copy {
  align-items: center;
  display: flex;
}

.f-footer-bottom-copy, .footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-menu-copy {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.footer-text {
  color: var(--combine-library-grey-050);
  text-align: center;
  font-family: Suit, sans-serif;
  transition: color .2s;
}

.footer-text:hover {
  color: var(--ff903b);
}

.footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.footer-social {
  width: 48px;
  height: 48px;
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.footer-social:hover {
  color: var(--ff903b);
}

.footer-link {
  width: 100%;
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-footer-vertical-divider-copy, .footer-vertical-divider {
  width: 1px;
  height: 16px;
  background-color: var(--flowui-component-library-grey-300);
}

.footer-logi-img {
  width: 100%;
}

.footer-horizontal-divider {
  width: 100%;
  height: 1px;
  background-color: var(--flowui-component-library-grey-300);
  margin-top: 24px;
  margin-bottom: 24px;
}

.footer-text_1 {
  color: var(--combine-library-grey-050);
  text-align: right;
  font-family: Suit, sans-serif;
  transition: color .2s;
}

.footer-text_1:hover {
  color: var(--ff903b);
}

.combine-menu-icon_line-middle-copy, .nav-menu-icon-line-middle {
  width: 1.25rem;
  height: .125rem;
  background-color: var(--combine-library-grey-800);
  border-radius: 1rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.nav-menu-icon-line-top, .nav-menu-icon-line-bottom {
  width: 1.25rem;
  height: .125rem;
  background-color: var(--combine-library-grey-800);
  border-radius: 1rem;
}

.footer-menu-2 {
  width: 406px;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  text-align: right;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-header-image-wrapper-tall {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 12px;
  overflow: visible;
}

.f-button-secondary {
  min-height: 48px;
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: rgba(0, 0, 0, 0);
}

.f-button-neutral {
  min-height: 48px;
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h1-heading {
  color: var(--ff903b);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 86px;
  line-height: 110%;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-heading-detail-small {
  color: var(--ff903b);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-header-grid {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  position: relative;
}

.f-container-regular {
  z-index: 21;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  justify-content: center;
  align-items: center;
  margin-top: 102px;
  padding: 92px 5%;
  display: flex;
  position: relative;
}

.header_section {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 92px 5%;
  display: block;
  position: relative;
  overflow: hidden;
}

.f-paragraph-small {
  color: #000;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium, .f-text-weight-medium {
  font-weight: 500;
}

.f-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-testimonial-avatar-small {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: var(--flowui-component-library-gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  color: var(--ff903b);
  margin-bottom: 0;
  display: flex;
}

.f-testimonial-card {
  color: var(--flowui-component-library-gray-900);
  background-color: #fff;
  border-radius: 12px;
  padding: 32px 32px 0;
  box-shadow: 17px 10px 20px -2px rgba(0, 0, 0, .33);
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-h3-heading {
  color: var(--combine-library-white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-testimonial-background {
  width: 100%;
  height: 50%;
  background-color: #332314;
  background-image: url('../images/bg_line.png');
  background-position: 0 30px;
  background-repeat: no-repeat;
  background-size: 102%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;

  right: 0%;
}

.f-section-regular {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 72px 5%;
  position: relative;
}

.f-margin-bottom-49 {
  margin-bottom: 40px;
}

.f-margin-bottom-50 {
  margin-bottom: 48px;
}

.f-margin-bottom-51 {
  margin-bottom: 40px;
}

.f-margin-bottom-52 {
  margin-bottom: 48px;
}

.f-margin-bottom-53 {
  margin-bottom: 40px;
}

.f-margin-bottom-54 {
  margin-top: 90px;
  margin-bottom: 48px;
}

.top-text-pc {
  font-family: Bmdohyeon Ttf, sans-serif;
  font-size: 56px;
  font-weight: 100;
  line-height: 110%;
}

.image {
  z-index: 0;
  width: 731px;
  max-width: 800px;
  margin-left: 0;
  display: none;
  position: relative;
}

.div-block {
  z-index: 20;
  position: relative;
}

.image-2 {
  max-width: 300px;
  margin-top: 54px;
  margin-bottom: 20px;
  display: none;
}

.text-span {
  color: var(--ff903b);
  font-size: 88px;
  font-weight: 900;
  line-height: 98%;
}

.top-text-mo {
  font-family: Suit, sans-serif;
  font-size: 48px;
  font-weight: 100;
  line-height: 110%;
  display: none;
}

.top-text-sub-mo {
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
  display: none;
}

.f-paragraph-large-copy {
  letter-spacing: -.02em;
  text-shadow: 8px 8px 13px rgba(0, 0, 0, .85);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 32px;
}

.columns {
  margin-top: 51px;
}

.html-embed {
  margin-top: -21px;
}

.container {
  z-index: 0;
  max-width: 100%;
  margin-right: -113px;
  position: absolute;
  bottom: 74px;
}

.image-3 {
  z-index: 20;
  width: 1000px;
  position: absolute;
  top: -275px;
  left: -307px;
}

.image-2-copy {
  max-width: 459px;
  margin-top: -275px;
  margin-bottom: 20px;
}

.container-2 {
  max-width: 1200px;
  margin-top: 90px;
}

.f-testimonial-card-center {
  border: 12px none var(--ff903b);
  color: var(--flowui-component-library-gray-900);
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.image-4 {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.f-error-message {
  background-color: var(--flowui-component-library-error-lighter);
  color: var(--flowui-component-library-error-darker);
  text-align: center;
  border-radius: 8px;
}

.f-success-message {
  background-color: var(--flowui-component-library-success-lighter);
  color: var(--flowui-component-library-success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-contact-divider {
  width: 1px;
  height: 24px;
  background-color: var(--flowui-component-library-grey-300);
}

.f-button-neutral-2 {
  min-height: 48px;
  background-color: var(--ce5900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--ff903b);
}

.f-contact-submit-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-text-area {
  min-height: 112px;
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-text-area::-ms-input-placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-field-label {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-55 {
  margin-bottom: 32px;
}

.f-field-input {
  min-height: 48px;
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-field-input::-ms-input-placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 24px;
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-paragraph-large-2 {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading-2 {
  color: var(--ff903b);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bmdohyeon Ttf, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-56 {
  margin-bottom: 16px;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-57 {
  margin-bottom: 8px;
}

.f-title-wrapper-left {
  max-width: 500px;
}

.f-margin-bottom-58 {
  margin-bottom: 48px;
}

.f-container-x-small {
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  position: relative;
}

.f-section-large-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 92px 5%;
  position: relative;
}

.f-career-button-secondary {
  min-height: 40px;
  min-width: 120px;
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.f-career-button-secondary:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: rgba(0, 0, 0, 0);
}

.f-career-button-primary {
  min-height: 40px;
  background-color: var(--ce5900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-family: Suit, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.f-career-button-primary:hover {
  background-color: var(--ff903b);
}

.f-career-button-wrapper {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.f-career-badge-small {
  background-color: var(--flowui-component-library-gray-100);
  color: var(--ff903b);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-family: Bmdohyeon Ttf, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-h5-heading {
  color: var(--ff903b);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bmdohyeon Ttf, sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

.f-career-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.f-career-content-wrapper {
  width: 100%;
}

.f-career-card {
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 12px;
  align-items: flex-start;
  padding: 20px;
  transition: box-shadow .3s;
  display: flex;
}

.f-career-card:hover {
  box-shadow: 0 48px 140px -48px rgba(57, 59, 106, .16);
}

.f-grid-one-column {
  grid-column-gap: 27px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.f-career-tab-button {
  height: 40px;
  color: var(--combine-library-white);
  text-align: center;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 48px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
}

.f-career-tab-button:hover {
  background-color: var(--flowui-component-library-gray-200);
  color: var(--ff903b);
}

.f-career-tab-button.w--current {
  background-color: var(--ce5900);
  color: #fff;
  border-radius: 48px;
  font-weight: 500;
}

.f-career-tab-button.first-item {
  margin-left: 0;
  font-family: Suit, sans-serif;
  font-weight: 700;
}

.f-career-tab-button.first-item.w--current {
  background-color: var(--ce5900);
  font-family: Suit, sans-serif;
  font-weight: 700;
}

.f-career-tab-menu {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.f-career-tabs-regular {
  margin-top: 48px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-career-title-centre {
  z-index: 5;
  width: 100%;
  max-width: 540px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-local {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/KakaoTalk_20230707_012937383_16.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 92px 5%;
  display: block;
  position: relative;
}

.f-section-contact {
  background-color: #222;
  padding: 92px 5%;
  position: relative;
}

.contact_title {
  color: var(--ce5900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-image-cover-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-contact-image-wrapper {
  height: 100%;
  max-width: 550px;
}

.f-button-neutral-3 {
  min-height: 48px;
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-checkbox-label {
  color: var(--flowui-component-library-gray-900);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.f-checkbox {
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-color: var(--flowui-component-library-gray-400);
  background-color: var(--flowui-component-library-white);
  border-radius: 4px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: var(--flowui-component-library-gray-900);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-margin-bottom-59 {
  margin-bottom: 16px;
}

.f-paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading-3 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-60 {
  margin-bottom: 8px;
}

.f-margin-bottom-61 {
  margin-bottom: 48px;
}

.f-contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.f-section-large-3 {
  padding: 92px 5%;
  position: relative;
}

.combine-gallery3_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combine-gallery3_image-wrapper {
  width: 100%;
  border-radius: .75rem;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery3_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  column-gap: 1rem;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large {
  height: 4rem;
}

.combine-text-size-regular {
  color: var(--combine-library-grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center {
  text-align: center;
}

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_gallery3 {
  background-color: var(--combine-library-white);
}

.f-gallery-image-side {
  height: 400px;
}

.f-gallery-lightbox-small {
  width: 100%;
}

.f-gallery-image-x-tall {
  height: 550px;
}

.f-gallery-lightbox {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.f-gallery-three-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

.f-margin-bottom-62 {
  margin-bottom: 8px;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-63 {
  margin-bottom: 48px;
}

.waves-image-gallery-3 {
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waves-small-image-wrap-gallery-3 {
  height: 70%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  height: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  height: 80%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  width: 1000px;
  height: 39vh;
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  width: 100%;
  height: 39vh;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  margin-bottom: 16px;
}

.waves-master-gallery-3 {
  width: 1000px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves---section-medium {
  background-image: url('../images/review_bg.png'), linear-gradient(rgba(255, 255, 255, .76), rgba(255, 255, 255, .76)), url('../images/logo_b.png');
  background-position: -2% 2%, 0 0, 0 90%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 300px, auto, 400px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-5 {
  z-index: 20;
  width: 500px;
  position: absolute;
  right: 101px;
}

.waves-image-gallery-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waves-image-wrap-gallery-2 {
  max-height: 400px;
  border-radius: 8px;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.waves-small-image-wrap-gallery-2 {
  max-height: 400px;
  border-radius: 4px;
  padding-top: 64%;
  position: relative;
}

.waves-grid-gallery-2 {
  width: 130vw;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  margin-bottom: 24px;
}

.waves-grid-gallery-2.bottom-grid {
  margin-bottom: 0;
}

.waves-wrap-gallery-2 {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.waves---cta-dark {
  height: 52px;
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---paragraph-big {
  color: #000;
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  width: 100%;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 74px;
  line-height: 130%;
}

.waves---content-image-halves {
  width: 100%;
  max-width: 520px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-image-features-3 {
  width: 100%;
  border-radius: 24px;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  overflow: hidden;
}

.waves---main-container {
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.image-6 {
  z-index: 20;
  max-width: 600px;
  margin-top: -700px;
  position: relative;
  bottom: 0%;
  right: -89%;
  overflow: hidden;
}

.text-span-2 {
  color: var(--ff903b);
  font-family: Bmdohyeon Ttf, sans-serif;
  font-size: 68px;
}

.container-3 {
  overflow: visible;
}

.text-block {
  color: #666;
  text-align: center;
  margin-top: 20px;
  font-family: Suit, sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 120%;
}

.text-block-2 {
  color: var(--ff903b);
  text-align: center;
  margin-top: 10px;
  font-family: Bmdohyeon Ttf, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 120%;
}

.point-title {
  color: var(--combine-library-white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bmdohyeon Ttf, sans-serif;
  font-size: 51px;
  line-height: 120%;
}

.image-7 {
  max-width: 200px;
}

.text-span-3 {
  color: var(--ff903b);
  font-family: Bmdohyeon Ttf, sans-serif;
  font-size: 71px;
  line-height: 122%;
}

.text-span-4 {
  color: var(--ff903b);
  font-size: 43px;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper {
  color: rgba(0, 0, 0, .85);
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: rgba(87, 85, 85, .85);
  padding-right: 0;
}

.walsh-main-paragraph {
  color: rgba(0, 0, 0, .6);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-medium {
  color: var(--walsh-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-label-tag {
  color: rgba(0, 0, 0, .6);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.walsh-cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1;
}

.walsh-card-wrapper-image-medium {
  width: 100%;
  height: 35em;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.walsh-rounded-card {
  grid-row-gap: 3em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.walsh-main-grid {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.walsh-container {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-hero-frame-square {
  width: 100%;
  max-width: 22em;
  border-radius: 10px;
  flex: none;
  display: flex;
  overflow: hidden;
}

.walsh-inner-rail-bottom {
  grid-column-gap: 1em;
  flex: none;
  display: flex;
}

.walsh-hero-rail {
  width: 100%;
  height: 20em;
  grid-column-gap: 1em;
  display: flex;
}

.walsh-inner-rail-top {
  grid-column-gap: 1em;
  flex: none;
  display: flex;
}

.walsh-hero-sub-bg {
  height: 100vh;
  min-height: 100vh;
  grid-row-gap: 1em;
  background-color: var(--walsh-walsh-mid-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  height: 12px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-white-w {
  z-index: 4;
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-white {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px rgba(255, 255, 255, .1);
}

.walsh-link-block-white:hover {
  color: #444;
  box-shadow: inset 0 -3px #b0eab9;
}

.walsh-button-hover-fill {
  width: 5em;
  height: 5em;
  background-color: #000;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-paragraph-serif-left-hero {
  max-width: 22em;
  color: rgba(255, 255, 255, .8);
  margin-bottom: .75em;
  font-family: Merriweather, serif;
  font-size: 1.4em;
  line-height: 1.6;
}

.walsh-text-burst {
  color: #b0ebb9;
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  padding-bottom: .2em;
  padding-right: .1em;
  display: inline-block;
}

.walsh-text-lightgreen {
  color: #b0ebb9;
}

.walsh-heading-xlarge-white {
  color: #fff;
  letter-spacing: -.02em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 6.65em;
  font-weight: 700;
  line-height: 1;
}

.walsh-left-hero-content {
  width: 50%;
  grid-row-gap: 1.25em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 6em;
  padding-right: 3em;
  display: flex;
}

.walsh-container-hero {
  z-index: 5;
  width: 100%;
  height: auto;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.walsh-main-grid-no-gap {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.walsh-background-darkgreen {
  background-color: var(--walsh-walsh-dark-green);
  position: relative;
}

.combine-chevron-right_icon {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  display: flex;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon {
  color: var(--combine-library-grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: var(--combine-library-primary-600);
}

.combine-text-size-small {
  color: var(--combine-library-grey-800);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-size-small.combine-text-color-grey {
  color: var(--combine-library-white);
  word-break: keep-all;
}

.combine-text-color-grey {
  color: var(--combine-library-grey-600);
}

.combine-heading-style-h5 {
  color: var(--ff903b);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bmdohyeon Ttf, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-blog1_date {
  color: var(--combine-library-grey-600);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-blog1_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.combine-blog1_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combine-blog1_label {
  z-index: 2;
  color: var(--ff903b);
  background-color: #000;
  border-radius: 4rem;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: .25rem .75rem;
  font-family: Bmdohyeon Ttf, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.combine-blog1_image-wrapper {
  width: 100%;
  height: 17rem;
  position: relative;
  overflow: hidden;
}

.combine-blog1_item {
  color: var(--combine-library-grey-800);
  background-color: #000;
  border-radius: 1.25rem;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .25s, transform .25s, color .25s;
  display: flex;
  overflow: hidden;
}

.combine-blog1_item:hover {
  transform: translate(0, -.75rem);
  box-shadow: 0 16px 20px rgba(140, 148, 165, .2);
}

.combine-blog1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large-2 {
  height: 4rem;
}

.combine-text-size-regular-2 {
  color: #1a1a1a;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
}

.combine-space-medium-2 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-2 {
  color: #332314;
  margin-top: 8.3rem;
  margin-bottom: 0;
  font-family: Bmdohyeon Ttf, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-2 {
  text-align: center;
}

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.combine-padding-global-3 {
  padding: 40px 1.25rem;
}

.combine-section_blog1 {
  background-color: var(--combine-library-grey-050);
  background-image: linear-gradient(rgba(255, 254, 226, .5), rgba(255, 254, 226, .5)), url('../images/bg_line.png'), url('../images/bg.jpg');
  background-position: 0 0, 50% 5%, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 100%, cover;
}

.tabs-menu {
  text-align: center;
  margin-bottom: 20px;
}

.tab-link-tab-3 {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Suit, sans-serif;
}

.menu_tab_btn {
  color: #000;
  background-color: rgba(202, 197, 197, 0);
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Suit, sans-serif;
  font-weight: 700;
  transition: background-color .2s, color .2s;
}

.menu_tab_btn:hover {
  background-color: var(--ff903b);
  color: #fff;
}

.menu_tab_btn.w--current {
  background-color: var(--ce5900);
  color: #fff;
  font-weight: 700;
}

.shop_sub_text {
  color: #fff;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
}

.slide {
  background-image: url('../images/KakaoTalk_20230707_012937383_10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  width: 1100px;
  height: 700px;
}

.f-section-inte {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 248, 218, .22), rgba(255, 248, 218, .22)), url('../images/logo_b.png'), url('../images/bg.jpg');
  background-position: 0 0, 0 100%, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  padding: 92px 5%;
  display: block;
  position: relative;
}

.inte_sub_text {
  color: #000;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
}

.background-video-2 {
  height: 800px;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .73), rgba(0, 0, 0, .73));
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: 1140px;
  display: block;
}

.image-8 {
  z-index: 20;
  max-width: 250px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.columns-2 {
  align-items: center;
  margin-top: -72px;
  display: flex;
}

.heading {
  z-index: 20;
  text-shadow: 4px 5px #000;
  margin-left: -101px;
  margin-right: -281px;
  font-family: Bmdohyeon Ttf, sans-serif;
  font-size: 50px;
  line-height: 120%;
  position: relative;
}

.heading-2 {
  text-shadow: 4px 5px #000;
  margin-left: -226px;
  font-family: Bmdohyeon Ttf, sans-serif;
  font-size: 50px;
  line-height: 120%;
}

.text-span-5, .text-span-6 {
  color: var(--ff903b);
}

.combine-blog4_paragraph {
  color: var(--combine-library-grey-600);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h6 {
  color: var(--combine-library-grey-800);
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 120%;
}

.combine-blog4_date {
  color: var(--combine-library-grey-600);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-blog4_content {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1rem;
  display: flex;
}

.combine-blog4_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combine-blog4_label {
  z-index: 2;
  background-color: var(--combine-library-white);
  color: var(--combine-library-grey-800);
  border-radius: 4rem;
  margin-top: .75rem;
  margin-left: .75rem;
  padding: .25rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.combine-blog4_image-wrapper {
  width: 100%;
  max-width: 12rem;
  border-radius: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-blog4_item {
  color: var(--combine-library-grey-800);
  flex-direction: row;
  text-decoration: none;
  display: flex;
}

.combine-blog4_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-text-size-regular-3 {
  color: var(--combine-library-grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h5-2 {
  color: #000;
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
}

.combine-blog4_content-featured {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.combine-blog4_image-featured {
  width: 100%;
  height: 20.2rem;
  min-width: 12rem;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-blog4_featured {
  background-color: var(--combine-library-white);
  color: var(--combine-library-grey-800);
  border-radius: 1.25rem;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.combine-blog4_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-heading-style-h2-3 {
  color: var(--combine-library-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-padding-global-4 {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_blog4 {
  background-color: var(--combine-library-white);
}

.text-span-7 {
  color: #000;
  font-size: 33px;
}

.combine-gallery3_image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combine-gallery3_image-wrapper-2 {
  width: 100%;
  border-radius: .75rem;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery3_component-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  column-gap: 1rem;
}

.combine-text-size-regular-4 {
  color: var(--combine-library-grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-section_gallery3-2 {
  background-color: var(--combine-library-white);
}

.f-h3-heading-2-copy {
  color: var(--ff903b);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bmdohyeon Ttf, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.combine-form_error-message {
  border: 1px solid var(--combine-library-error-800);
  background-color: var(--combine-library-error-100);
  color: var(--combine-library-error-800);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message {
  border: 1px solid var(--combine-library-success-800);
  background-color: var(--combine-library-success-100);
  color: var(--combine-library-success-800);
  text-align: left;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-button {
  width: 100%;
  background-color: var(--ce5900);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Suit, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: var(--ff903b);
}

.combine-form_link {
  color: var(--combine-library-primary-600);
  text-decoration: underline;
}

.combine-form_link:hover {
  color: var(--combine-library-primary-800);
}

.combine-form_checkbox-label {
  color: #fff;
  margin-bottom: .125rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_checkbox-icon {
  width: 1rem;
  height: 1rem;
  border-color: var(--combine-library-grey-400);
  cursor: pointer;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon:hover {
  border-color: var(--combine-library-grey-600);
}

.combine-form_checkbox-icon.w--redirected-checked {
  width: 1rem;
  height: 1rem;
  border-color: var(--combine-library-primary-600);
  background-color: var(--combine-library-primary-600);
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon.w--redirected-focus {
  width: 1rem;
  height: 1rem;
  border-color: var(--combine-library-primary-600);
  box-shadow: none;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox {
  color: #fff;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.combine-form_field-wrapper {
  margin-bottom: 1.25rem;
}

.combine-form_text-area-grey {
  height: 100%;
  min-height: 8rem;
  min-width: 16rem;
  border: 1px solid var(--combine-library-grey-050);
  background-color: var(--combine-library-grey-050);
  color: var(--combine-library-grey-800);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_text-area-grey:hover {
  border-color: var(--combine-library-grey-100);
}

.combine-form_text-area-grey:focus {
  border-color: var(--combine-library-primary-600);
}

.combine-form_text-area-grey::-ms-input-placeholder {
  color: var(--combine-library-grey-200);
}

.combine-form_text-area-grey::placeholder {
  color: var(--combine-library-grey-200);
}

.combine-form_label {
  color: var(--combine-library-white);
  margin-bottom: .5rem;
  font-family: Suit, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_input-grey {
  height: 3rem;
  min-width: 16rem;
  border: 1px solid var(--combine-library-grey-050);
  background-color: var(--combine-library-grey-050);
  color: var(--combine-library-grey-800);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey:hover {
  border-color: var(--combine-library-grey-100);
}

.combine-form_input-grey:focus {
  border-color: var(--combine-library-primary-600);
}

.combine-form_input-grey::-ms-input-placeholder {
  color: var(--combine-library-grey-200);
}

.combine-form_input-grey::placeholder {
  color: var(--combine-library-grey-200);
}

.combine-form_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.combine-contact2_form-wrapper {
  width: 100%;
  max-width: 36rem;
  margin-bottom: 0;
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
}

.combine-icon_color3 {
  color: var(--combine-library-warning-400);
}

.combine-contact2_feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-icon_color2 {
  color: var(--combine-library-secondary-600);
}

.combine-icon_color1 {
  color: var(--combine-library-primary-600);
}

.combine-contact2_content {
  width: 100%;
  max-width: 33rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.combine-contact2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  display: flex;
}

.combine-padding-global-5 {
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.combine-section_contact2 {
  max-width: 1200px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-10 {
  height: 100%;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  font-family: Suit, sans-serif;
  overflow: auto;
}

.slide_1 {
  background-image: url('../images/KakaoTalk_20230707_012937383_09.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide1 {
  background-image: url('../images/KakaoTalk_20230419_140350945_17.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-copy, .slide2, .slide2-copy {
  background-image: url('../images/KakaoTalk_20230707_012937383_10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide3 {
  background-image: url('../images/KakaoTalk_20230419_140350945_15.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-field-2 {
  width: 150px;
  margin-top: 10px;
}

.link-3 {
  color: #ffe3a5;
  text-decoration: none;
}

.q_contact {
  z-index: 999;
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: fixed;
  bottom: 0;
}

.container-5 {
  margin-top: 5px;
}

.form-block-2 {
  width: 100%;
}

.submit-button {
  background-color: var(--ce5900);
  border-radius: 13px;
  padding: 20px 40px;
  font-size: 21px;
  font-weight: 600;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: var(--ff903b);
}

.container-6 {
  max-width: 1200px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
  position: static;
}

.text-field {
  width: 150px;
  margin-top: 10px;
  margin-left: 10px;
}

.link-block {
  padding-right: 20px;
}

.contact_logo {
  width: 107px;
}

.form-3 {
  width: 100%;
  max-width: 1102px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: -16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-30 {
  color: #fff;
  margin-top: 10px;
  margin-right: 20px;
  font-size: 31px;
  line-height: 34px;
}

.checkbox-label {
  color: #fff;
  align-self: center;
  padding-left: 10px;
}

.checkbox {
  width: 25px;
  height: 27px;
  border-radius: 20px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  width: 25px;
  height: 27px;
  background-color: #dbb78c;
  border-color: #fafdff;
  border-radius: 20px;
  margin-top: 0;
}

.checkbox-field {
  align-items: center;
  display: flex;
}

.text-field-3 {
  width: 150px;
  margin-top: 10px;
}

.container-7 {
  margin-top: 5px;
}

.container-8 {
  max-width: 1200px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
  position: static;
}

.q_contact-copy {
  z-index: 999;
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, .35);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: fixed;
  bottom: 0;
}

.combine-chevron-right_icon-2 {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  display: flex;
}

.combine-button-content-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon-2 {
  color: var(--combine-library-grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon-2:hover {
  color: var(--combine-library-primary-600);
}

.combine-text-size-small-2 {
  color: var(--combine-library-grey-800);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-size-small-2.combine-text-color-grey {
  width: 100%;
  font-size: 15px;
}

.combine-text-color-grey-2 {
  color: var(--combine-library-grey-600);
}

.combine-heading-style-h5-3 {
  width: 100%;
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-blog1_date-2 {
  color: var(--combine-library-grey-600);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-blog1_content-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.combine-blog1_image-2 {
  width: 200px;
  height: auto;
  text-align: center;
  object-fit: fill;
}

.combine-blog1_label-2 {
  z-index: 2;
  background-color: var(--combine-library-white);
  color: var(--combine-library-grey-800);
  border-radius: 4rem;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: .25rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.combine-blog1_image-wrapper-2 {
  width: 100%;
  height: 17rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-blog1_item-2 {
  background-color: var(--combine-library-white);
  color: var(--combine-library-grey-800);
  border-radius: 0;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .25s, transform .25s, color .25s;
  display: flex;
  overflow: hidden;
}

.combine-blog1_item-2:hover {
  transform: translate(0, -.75rem);
  box-shadow: 0 16px 20px rgba(140, 148, 165, .2);
}

.combine-blog1_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-container-large-3 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large-3 {
  height: 4rem;
}

.combine-text-size-regular-5 {
  color: var(--combine-library-grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium-3 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-4 {
  color: var(--combine-library-success-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-3 {
  text-align: center;
}

.combine-container-small-3 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global-6 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_blog1-2 {
  background-color: #eff8ef;
}

.container-9 {
  width: 1300px;
  height: auto;
  max-width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-10 {
  width: 400px;
}

.image-11 {
  width: 400px;
  margin-top: 20px;
}

.container-10 {
  max-width: 500px;
  justify-content: center;
  align-items: center;
  display: block;
}

.combine-blog1_image-2-copy {
  width: 250px;
  height: auto;
  text-align: center;
  object-fit: fill;
}

.f-section-contact-copy {
  background-color: #111;
  padding: 92px 5%;
  position: relative;
}

.combine-heading-style-h2-3-copy {
  color: var(--combine-library-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-form_label-copy {
  color: var(--combine-library-white);
  margin-bottom: .5rem;
  font-family: Suit, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button-copy {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #ac1616;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Suit, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-copy:hover {
  background-color: #ad0003;
}

.submit-button-copy {
  background-color: #ac1616;
  border-radius: 13px;
  padding: 20px 40px;
  font-size: 21px;
  font-weight: 600;
  transition: background-color .2s;
}

.submit-button-copy:hover {
  background-color: #ad0003;
}

.button-small-copy {
  color: var(--combine-library-white);
  text-align: center;
  background-color: #ad0003;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Suit, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.button-small-copy:hover {
  background-color: #ca0000;
}

.combine-nav3_logo-copy {
  height: 100%;
  max-height: 3.5rem;
}

.f-button-secondary-2 {
  min-height: 48px;
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: rgba(0, 0, 0, 0);
}

.f-button-neutral-4 {
  min-height: 48px;
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-4:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-header-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large-4 {
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}

.f-margin-bottom-64 {
  margin-bottom: 32px;
}

.f-h1-heading-2 {
  color: var(--ff903b);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-margin-bottom-65 {
  margin-bottom: 24px;
}

.f-heading-detail-small-3 {
  color: var(--combine-library-success-800);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 39px;
  font-weight: 700;
  line-height: 110%;
}

.f-margin-bottom-66 {
  margin-bottom: 8px;
}

.f-image-cover-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-header-image-wrapper-tall-2 {
  width: 100%;
  height: 630px;
  max-width: 500px;
  border-radius: 12px;
  overflow: hidden;
}

.f-header-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-4 {
  padding: 92px 5%;
  position: relative;
}

.f-paragraph-large-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h5-heading-2 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-margin-bottom-67 {
  margin-bottom: 16px;
}

.f-feature-icon-wrapper-white {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-feature-card-filled {
  background-color: var(--flowui-component-library-gray-100);
  border-radius: 12px;
  padding: 32px;
}

.f-grid-three-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-margin-bottom-68 {
  margin-bottom: 32px;
}

.f-h3-heading-4 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-4 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-69 {
  margin-bottom: 12px;
}

.f-max-width-large {
  max-width: 610px;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.f-margin-bottom-70 {
  margin-bottom: 64px;
}

.f-paragraph-large-6 {
  letter-spacing: -.02em;
  word-break: keep-all;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 120%;
}

.f-h5-heading-3 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.4;
}

.f-margin-bottom-71 {
  margin-bottom: 16px;
}

.f-feature-icon-wrapper-white-2 {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-feature-card-filled-2 {
  background-color: var(--flowui-component-library-gray-100);
  border-radius: 12px;
  padding: 32px;
}

.f-grid-three-column-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-button-secondary-3 {
  min-height: 48px;
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-3:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: rgba(0, 0, 0, 0);
}

.f-button-neutral-5 {
  min-height: 48px;
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-5:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-margin-bottom-72 {
  margin-bottom: 32px;
}

.f-h3-heading-5 {
  color: var(--ff903b);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-5 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-73 {
  margin-bottom: 12px;
}

.f-max-width-large-2 {
  max-width: 610px;
}

.f-header-grid-asymmetrical-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.f-margin-bottom-74 {
  margin-bottom: 64px;
}

.f-container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-5 {
  padding: 92px 5%;
  position: relative;
}

.div-block-2 {
  display: none;
}

.div-block-3 {
  width: 100%;
  height: 30px;
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-3:hover {
  background-color: #3d3d3d;
}

.f-paragraph-small-2 {
  width: 100%;
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.f-sub-heading-large {
  color: var(--combine-library-warning-400);
  letter-spacing: -.02em;
  font-family: Suit, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 130%;
}

.f-margin-bottom-75 {
  margin-bottom: 8px;
}

.f-feature-icon-wrapper {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: var(--flowui-component-library-gray-100);
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-grid-three-column-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.f-paragraph-large-7 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-76 {
  margin-bottom: 16px;
}

.f-title-wrapper-center-3 {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-128 {
  margin-bottom: 36px;
}

.div-block-4 {
  width: 100%;
  height: 300px;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .57), rgba(0, 0, 0, .57)), url('../images/다운로드-46.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.f-sub-heading-large-copy {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 19px;
  font-weight: 700;
  line-height: 120%;
}

.container-11 {
  display: block;
}

.div-block-4-copy {
  width: 100%;
  height: 300px;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .57), rgba(0, 0, 0, .57)), url('../images/js_menu.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-5 {
  width: 300px;
}

.div-block-4-copy1 {
  width: 100%;
  height: 300px;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .57), rgba(0, 0, 0, .57)), url('../images/호박-모리아와세-호박꽃-모리아와세.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.f-paragraph-large-4-copy1 {
  width: 100%;
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}

.quick-stack {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-12 {
  max-width: 1140px;
  background-color: #fffefc;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-2 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.block-quote {
  border-left-color: var(--combine-library-success-800);
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.image-12 {
  width: 300px;
}

.f-paragraph-large-4-copy {
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}

.div-block-6 {
  width: 100%;
  height: 100%;
}

.div-block-6-copy {
  width: 100%;
  height: 100%;
  display: flex;
}

.cell {
  justify-content: space-between;
}

.nav-link1 {
  color: var(--combine-library-white);
  padding: .5rem 1.25rem;
  font-family: Suit, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.nav-link1:hover, .nav-link1.w--current {
  color: #f58383;
}

.background-video-copy {
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  overflow: visible;
}

.f-section-regular-copy1 {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 72px 5%;
  position: relative;
}

.waves---section-medium-copy333 {
  background-image: url('../images/review_bg.png'), linear-gradient(rgba(255, 255, 255, .76), rgba(255, 255, 255, .76)), url('../images/logo_b.png');
  background-position: -2% 2%, 0 0, 0 90%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 300px, auto, 400px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.combine-section_gallery3-copy42134, .combine-section_blog4-copyasldf {
  background-color: var(--combine-library-white);
}

.walsh-cover-image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1;
}

.walsh-hero-frame-square-2 {
  width: 100%;
  max-width: 22em;
  border-radius: 10px;
  flex: none;
  display: flex;
  overflow: hidden;
}

.walsh-inner-rail-bottom-2 {
  grid-column-gap: 1em;
  flex: none;
  display: flex;
}

.walsh-hero-rail-2 {
  width: 100%;
  height: 20em;
  grid-column-gap: 1em;
  display: flex;
}

.walsh-inner-rail-top-2 {
  grid-column-gap: 1em;
  flex: none;
  display: flex;
}

.walsh-hero-sub-bg-2 {
  z-index: 19;
  height: 100%;
  grid-row-gap: 1em;
  background-color: #0c0c0c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -20px 5px #000;
}

.walsh-icon-arrow-flip-2 {
  height: 12px;
}

.walsh-arrow-wrapper-2 {
  height: 12px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-label-button-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-white-w-2 {
  z-index: 4;
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-white-2 {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px rgba(255, 255, 255, .1);
}

.walsh-link-block-white-2:hover {
  color: #444;
  box-shadow: inset 0 -3px #b0eab9;
}

.walsh-button-hover-fill-2 {
  width: 5em;
  height: 5em;
  background-color: #000;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.walsh-button-label-wrapper-2 {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange-2 {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-2:hover {
  background-color: #ffbba6;
}

.walsh-hero-div-block-2 {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-paragraph-serif-left-hero-2 {
  max-width: 22em;
  color: #fff;
  text-align: left;
  background-color: #a50000;
  border-radius: 15px;
  margin-bottom: 0;
  padding: 5px 20px;
  font-family: NanumMyeongjo, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 120%;
}

.walsh-text-burst-2 {
  color: #b0ebb9;
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  padding-bottom: .2em;
  padding-right: .1em;
  display: inline-block;
}

.walsh-text-lightgreen-2 {
  color: #b0ebb9;
}

.walsh-heading-xlarge-white-2 {
  color: #fff;
  letter-spacing: -.02em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 6.65em;
  font-weight: 700;
  line-height: 1;
}

.walsh-left-hero-content-2 {
  width: 100%;
  height: 100%;
  grid-row-gap: 1.25em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 153px;
  padding-top: 2em;
  padding-bottom: 6em;
  padding-right: 0;
  display: flex;
}

.walsh-container-hero-2 {
  z-index: 5;
  width: 100%;
  height: 100%;
  max-width: 1480px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 93px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.walsh-main-grid-no-gap-2 {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/top_left_bg.jpg'), url('../images/top_bg.jpg');
  background-position: 0 0, 0%, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
  overflow: hidden;
}

.walsh-background-darkgreen-2 {
  background-color: var(--walsh-walsh-dark-green);
  position: relative;
}

.image-14 {
  margin-right: 62px;
}

.text-block-4 {
  text-align: right;
  margin-top: 20px;
  font-family: Nanummyeongjo, sans-serif;
  font-size: 19px;
  line-height: 128%;
}

.f-section-contact_hobak {
  background-color: #1a1a1a;
  padding: 60px 5%;
  position: relative;
}

.contact_title_1_hobak {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nanummyeongjo, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.comtact_2_hobak {
  color: var(--combine-library-white);
  margin-bottom: .5rem;
  font-family: Suit, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.comtact_2_hobak_label {
  color: #fff;
  margin-bottom: .125rem;
      font-family: Suit, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.contact_hobak {
  width: 100%;
  background-color: var(--color);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Suit, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .2s;
}

.contact_hobak:hover {
  background-color: #d10000;
}

.walsh-hero-sub-bg-1 {
  z-index: 20;
  height: 100vh;
  min-height: 100vh;
  grid-row-gap: 1em;
  background-color: rgba(19, 19, 19, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 21px -32px 20px 20px rgba(0, 0, 0, .77);
}

.image-15 {
  width: 100%;
  object-fit: fill;
  position: absolute;
  left: 0;
}

.image-16 {
  z-index: 20;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-17 {
  z-index: 19;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.form-3-_pc {
  width: 100%;
  max-width: 1102px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: -16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-small-hb {
  background-color: var(--color);
  color: var(--combine-library-white);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Suit, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.button-small-hb:hover {
  background-color: var(--color-2);
}

.submit-button-hb {
  background-color: var(--color);
  border-radius: 13px;
  padding: 20px 40px;
  font-size: 21px;
  font-weight: 600;
  transition: background-color .2s;
}

.submit-button-hb:hover {
  background-color: var(--color-2);
}

.checkbox-hb {
  width: 25px;
  height: 27px;
  border-radius: 20px;
  margin-top: 0;
}

.checkbox-hb.w--redirected-checked {
  width: 25px;
  height: 27px;
  background-color: var(--color-2);
  border-color: #fafdff;
  border-radius: 20px;
  margin-top: 0;
}

.contact_logo_hb {
  width: 90px;
}

.checkbox-_hb {
  width: 25px;
  height: 27px;
  border-radius: 20px;
  margin-top: 0;
}

.checkbox-_hb.w--redirected-checked {
  width: 25px;
  height: 27px;
  background-color: #dbb78c;
  border-color: #fafdff;
  border-radius: 20px;
  margin-top: 0;
}

.section-3 {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/con_obj_1.png'), url('../images/con_bt_1.png');
  background-position: 0 0, 100% 0, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.f-paragraph-large-8 {
  width: 100%;
  color: #b8b8b8;
  letter-spacing: -.02em;
  word-break: keep-all;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-h5-heading-4 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nanummyeongjo, sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

.f-margin-bottom-129 {
  margin-bottom: 16px;
}

.f-feature-icon-wrapper-white-3 {
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 9px 0 16px;
}

.f-feature-card-filled-3 {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 32px;
}

.f-grid-three-column-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-button-secondary-4 {
  min-height: 48px;
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-4:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: rgba(0, 0, 0, 0);
}

.f-button-neutral-6 {
  min-height: 48px;
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-6:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-button-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-margin-bottom-130 {
  margin-bottom: 32px;
}

.f-h3-heading-6 {
  color: var(--combine-library-white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nanummyeongjo, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-6 {
  color: #7c7c7c;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Nanummyeongjo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.f-margin-bottom-131 {
  margin-bottom: 12px;
}

.f-max-width-large-3 {
  width: 100%;
  max-width: 100%;
}

.f-header-grid-asymmetrical-3 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.f-margin-bottom-132 {
  margin-bottom: 64px;
}

.f-container-regular-5 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-6 {
  padding: 92px 0%;
  position: relative;
}

.container-14 {
  max-width: 1140px;
}

.image-18 {
  width: 50px;
}

.image-19 {
  width: 70px;
  margin-top: 14px;
}

.image-20 {
  width: 63px;
}

.text-span-8, .text-span-9, .text-span-10 {
  background-color: var(--color);
}

.section-4 {
  background-image: url('../images/con_bg_2.png'), url('../images/yakiniku.png'), url('../images/bg.jpg');
  background-position: 154% 108%, 100% 0, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 1000px, 364px, cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-15 {
  max-width: 1140px;
  display: block;
}

.f-h3-heading-6-_black {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Nanummyeongjo, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-paragraph-large-8_black {
  width: 100%;
  color: #686868;
  letter-spacing: -.02em;
  word-break: keep-all;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 21px;
  line-height: 25px;
}

.text-span-11 {
  background-color: var(--color);
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.text-span-12 {
  font-size: 29px;
  font-weight: 700;
}

.text-span-13 {
  background-color: var(--color);
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 60px;
}

.image-21 {
  width: 100%;
}

.grid {
  width: 900px;
  justify-items: center;
}

.background-video-3 {
  height: 700px;
  background-image: url('../images/con_logo_1.png'), linear-gradient(rgba(0, 0, 0, .77), rgba(0, 0, 0, .77));
  background-position: 98% 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 150px, auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-h3-heading-6-_black_1 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Nanummyeongjo, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-_1 {
  color: #fff;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Nanummyeongjo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.f-paragraph-large-8_black_1 {
  width: 100%;
  color: #c7c7c7;
  text-align: center;
  letter-spacing: -.02em;
  word-break: keep-all;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 21px;
  line-height: 25px;
}

.image-22 {
  width: 70px;
  margin-bottom: 20px;
}

.container-16 {
  text-align: center;
  border: 1px solid #fff;
  padding: 20px;
}

.container-17 {
  max-width: 1140px;
}

.section-5 {
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.slider-2 {
  height: 500px;
}

.slide-2 {
  background-image: url('../images/KakaoTalk_20230707_012937383_16.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/내부-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4, .slide-5, .slide-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-7 {
  background-image: url('../images/KakaoTalk_20230419_140350945_17.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/KakaoTalk_20230707_012937383_09.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.f-section-local-hb {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), url('../images/con_bg_3.png'), url('../images/con_bg_4.jpg');
  background-position: 0 0, 92% 9%, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 400px, cover;
  padding: 92px 5%;
  display: block;
  position: relative;
	width: 100%;
}

.f-career-card-hb {
  background-color: #000;
  border: 1px solid #e4e6f1;
  border-radius: 12px;
  align-items: flex-start;
  padding: 20px;
  transition: box-shadow .3s;
  display: flex;
	width: 100%;
}

.f-career-card-hb:hover {
  box-shadow: 0 48px 140px -48px rgba(57, 59, 106, .16);
}

.f-h5-heading--hb {
  color: var(--combine-library-white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nanummyeongjo, sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

.f-paragraph-large-2-hb {
  color: #b6b6b6;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.f-career-button-primary--hb {
  min-height: 40px;
  background-color: var(--color);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-family: Suit, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.f-career-button-primary--hb:hover {
  background-color: var(--color-2);
}

.button-3 {
  width: 100%;
  text-align: center;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 9px;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Suit, sans-serif;
  font-size: 23px;
  line-height: 33px;
  transition: background-color .2s;
}

.button-3:hover {
  background-color: var(--color-2);
}

.combine-section_blog1-hb {
  background-color: var(--combine-library-grey-050);
  background-image: url('../images/menu_bg_top.png'), url('../images/menu_bg_top.png'), url('../images/bg.jpg');
  background-position: 50% 100%, 50% 0, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.combine-blog1_component-hb {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.combine-heading-style-h5-hb {
  color: var(--combine-library-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nanummyeongjo, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-blog1_label-hb {
  z-index: 2;
  color: var(--combine-library-grey-050);
  background-color: #000;
  border-radius: 4rem;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: .25rem .75rem;
  font-family: Suit, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.combine-blog1_item-hb {
  color: var(--combine-library-grey-800);
  background-color: #000;
  border-radius: 1.25rem;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .25s, transform .25s, color .25s;
  display: flex;
  overflow: hidden;

}

.combine-blog1_item-hb:hover {
  transform: translate(0, -.75rem);
  box-shadow: 0 16px 20px rgba(140, 148, 165, .2);
}

.f-h3-heading-6-_black--2 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nanummyeongjo, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.nav-link_1 {
  color: var(--combine-library-white);
  padding: .5rem 1.25rem;
  font-family: Suit, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.nav-link_1:hover, .nav-link_1.w--current {
  color: red;
}

.section-6 {
  height: 100%;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/con_bg_4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container-18 {
  max-width: 1140px;
}

.waves-gradient-hero-1 {
  z-index: 9;
  height: 220px;
  background-image: linear-gradient(#000 19%, rgba(250, 235, 227, 0));
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(to top, #000 19%, rgba(250, 235, 227, 0));
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

.waves-image-hero-1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.waves-image-wrap-hero-1 {
  width: 100%;
  height: 410px;
  border-radius: 12px;
  overflow: hidden;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-column-hero-1 {
  width: 48%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.waves-gallery-hero-1 {
  width: 100%;
  height: 740px;
  max-width: 550px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---cta-dark-2 {
  height: 52px;
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark-2.wide-cta {
  min-width: 200px;
}

.waves---mg-top-17 {
  margin-top: 16px;
}

.waves---subtitle {
  color: #d6d6d6;
  text-align: left;
  margin-top: 20px;
  font-family: Suit, sans-serif;
  font-size: 19px;
  line-height: 130%;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  color: #ffdfa4;
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Nanummyeongjo, sans-serif;
  font-size: 37px;
  line-height: 115%;
}

.waves-content-hero-1 {
  width: 100%;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-hero-primary {
  padding-top: 100px;
  padding-bottom: 100px;
}

.columns-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-23 {
  width: 300px;
}

.waves---mega-heading-1-jd {
  color: #ffdfa4;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Nanummyeongjo, sans-serif;
  font-size: 45px;
  line-height: 115%;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  font-family: Suit, sans-serif;
  font-size: 17px;
  line-height: 120%;
}

.text-span-14 {
  color: #ffdfa4;
  font-size: 22px;
  font-weight: 700;
}

.column-14 {
  border: 1px dotted #fff;
  padding: 20px;
}

.section-7 {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .84), rgba(0, 0, 0, .84)), url('../images/메뉴-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-19 {
  max-width: 1140px;
}

.text-span-15, .text-span-16, .text-span-17 {
  color: #ffdfa4;
  font-weight: 700;
}

.grid-2 {
  grid-row-gap: 16px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr;
}

.quick-stack-2 {
  grid-row-gap: 20px;
}

.image-25 {
  height: 500px;
  object-fit: cover;
}

.cell-2 {
  justify-content: center;
}

.waves---mega-heading-1-jd_2 {
  color: #ffdfa4;
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Nanummyeongjo, sans-serif;
  font-size: 37px;
  line-height: 115%;
}

.text-block-5-jd {
  color: #fff;
  text-align: center;
  font-family: Suit, sans-serif;
  font-size: 26px;
  line-height: 120%;
}

.text-span-18 {
  color: #ffdfa4;
  font-size: 42px;
  font-weight: 700;
  line-height: 118%;
}

.container-20 {
  max-width: 1140px;
}

.section-8 {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-features-6 {
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.waves---grid-features-6 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-510 {
  max-width: 510px;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.f-career-button-primary--jb {
  min-height: 40px;
  background-color: var(--ce5900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-family: Suit, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.f-career-button-primary--jb:hover {
  background-color: var(--ff903b);
}

.button-3-jb {
  width: 100%;
  text-align: center;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 9px;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Suit, sans-serif;
  font-size: 23px;
  line-height: 33px;
  transition: background-color .2s;
}

.button-3-jb:hover {
  background-color: var(--ce5900);
}

.text-span-19 {
  color: #fff;
  font-weight: 700;
}

.container-21 {
  max-width: 1140px;
}

.section-9 {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .86), rgba(0, 0, 0, .86)), url('../images/메뉴-1-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-span-20 {
  color: #fff;
  font-weight: 600;
}

.container-22 {
  max-width: 1140px;
}

.section-10 {
  background-image: linear-gradient(rgba(0, 0, 0, .84), rgba(0, 0, 0, .84)), url('../images/KakaoTalk_20230707_012937383_09.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.f-heading-detail-small-6-jd {
  color: var(--combine-library-white);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Nanummyeongjo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.f-paragraph-large-8_black-jd {
  width: 100%;
  color: #e6e6e6;
  letter-spacing: -.02em;
  word-break: keep-all;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 21px;
  line-height: 25px;
}

.text-span-21 {
  font-size: 25px;
  font-weight: 700;
  line-height: 150%;
  display: inline-block;
}

.text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27 {
  color: #fff;
  font-weight: 700;
}

.slide-2-hb-1 {
  background-image: url('../images/KakaoTalk_20230916_101123836_01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7-hb-2 {
  background-image: url('../images/내부-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8-hb-3 {
  background-image: url('../images/KakaoTalk_20230916_101123836.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.waves-image-gallery-4 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waves-small-image-wrap-gallery-4 {
  height: 70%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-4 {
  height: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-4 {
  height: 80%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.waves-bottom-gird-gallery-4 {
  width: 120vw;
  height: 39vh;
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  margin-bottom: 0;
}

.waves-top-grid-gallery-4 {
  width: 120vw;
  height: 39vh;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  margin-bottom: 16px;
}

.waves-master-gallery-4 {
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves---section-medium-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.combine-gallery2_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combine-gallery2_image-wrapper {
  width: 100%;
  height: 17rem;
  border-radius: .75rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery2_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-container-large-4 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large-4 {
  height: 4rem;
}

.combine-text-size-regular-6 {
  color: var(--combine-library-grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium-4 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-5 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-4 {
  text-align: center;
}

.combine-container-small-4 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global-7 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_gallery2 {
  background-color: var(--combine-library-white);
}

.column-15 {
  padding-left: 20px;
  padding-right: 0;
}

.slider-3 {
  height: 800px;
  display: block;
}

.combine-nav3_logo-js {
  height: 38px;
}

.f-h3-heading-6-js {
  color: var(--combine-library-white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-6-js {
  color: #7c7c7c;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Suit, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.f-h5-heading--js {
  color: var(--combine-library-white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

.f-career-card-js {
  background-color: #000;
  border: 1px solid #e4e6f1;
  border-radius: 12px;
  align-items: flex-start;
  padding: 20px;
  transition: box-shadow .3s;
  display: flex;
}

.f-career-card-js:hover {
  box-shadow: 0 48px 140px -48px rgba(57, 59, 106, .16);
}

.contact_title_1_js {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.f-section-local-js {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), url('../images/bg_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 92px 5%;
  display: block;
  position: relative;
}

.f-h3-heading-6-_js {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.section_js_price {
  background-image: url('../images/bg_js_1.png'), url('../images/bg_b_js.png');
  background-position: 143% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 900px, cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-js-int {
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.combine-section_blog1-js {
  background-color: var(--combine-library-grey-050);
  background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url('../images/menu_bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.f-paragraph-large-8_w_js {
  width: 100%;
  color: #686868;
  letter-spacing: -.02em;
  word-break: keep-all;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 21px;
  line-height: 25px;
}

.image-26 {
  width: 300px;
  margin-bottom: 20px;
}

.f-heading-detail-small-6-js_1 {
  color: #7c7c7c;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Suit, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.js_menu {
  font-family: Suit, sans-serif;
}

.comtact_2_js {
  color: var(--combine-library-white);
  margin-bottom: .5rem;
  font-family: Suit, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.comtact_2_js_label {
  color: #fff;
  margin-bottom: .125rem;
  font-family: Suit, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.f-paragraph-large-8_js {
  width: 100%;
  color: #d6d6d6;
  letter-spacing: -.02em;
  word-break: keep-all;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 21px;
  line-height: 25px;
}

.f-paragraph-large-8_js_w {
  width: 100%;
  color: #f7f7f7;
  letter-spacing: -.02em;
  word-break: keep-all;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 21px;
  line-height: 25px;
}

.slide-9 {
  background-image: url('../images/slide_1.png');
  background-position: 100%;
  background-size: cover;

  position: relative;
}

.columns-11 {
  height: 100%;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-27 {
  width: 300px;
  /*height: 100%; */
  margin: 0 auto 40px;
}

.text-block-6 {
  color: var(--combine-library-white);
  font-family: Suit, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.heading-31 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Suit, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.slide-9-1 {
  background-image: url('../images/slide_2.png');
  background-position: 100%;
  background-size: cover;
  position: relative;
}

.f-career-top-wrapper-js {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.click_top {
  z-index: 9999;
  transition: filter .2s;
  position: fixed;
  top: auto;
  bottom: 15px;
  left: auto;
  right: 10px;
}

.click_top:hover {
  filter: contrast(200%);
}

.html-embed-2 {
  display: none;
}

.image-28 {
  width: 80px;
}

.blog {
  z-index: 9999;
  transition: filter .2s;
  position: fixed;
  top: auto;
  bottom: 100px;
  left: auto;
  right: 10px;
}

.blog:hover {
  filter: contrast(200%);
}

.image-29 {
  width: 80px;
}

.combine-contact2_content-js {
  width: 100%;
  max-width: 33rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-span-21-js {
  background-image: linear-gradient(rgba(255, 0, 0, .57), rgba(255, 0, 0, .57));
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 150%;
  display: inline-block;
}

.f-paragraph-large-2-js {
  color: #b6b6b6;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.f-career-button-wrapper-js {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .combine-nav3_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .combine-nav3_button-wrapper {
    justify-content: flex-start;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
  }

  .combine-nav3_item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav3_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav3_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .combine-nav3_dropdown {
    width: 100%;
  }

  .combine-nav3_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav3_link-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .combine-nav3_menu {
    border-bottom: 1px solid var(--combine-library-grey-200);
    background-color: var(--combine-library-grey-050);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .background-video {
    height: 800px;
  }

  .nav-link-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-menu {
    height: 100vh;
    border-bottom: 1px solid var(--combine-library-grey-200);
    text-align: left;
    background-color: #000;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav-link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav-btn-wapper {
    justify-content: flex-start;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2.5rem;

    display: none;
  }

  .nav-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .footer--bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-bottom-copy {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .footer-bottom {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
  }

  .footer-social-row-large {
    margin-left: 0;
  }

  .footer-text_1 {
    text-align: center;
  }

  .nav-menu-icon-line-middle, .nav-menu-icon-line-top, .nav-menu-icon-line-bottom {
    background-color: var(--combine-library-white);
  }

  .f-header-image-wrapper-tall {
    height: 330px;
    max-width: none;
    margin-left: 23px;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: start;
    justify-items: center;
  }

  .f-container-regular {
    max-width: 700px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .header_section {
    height: 800px;
    padding-top: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .f-paragraph-small {
    word-break: keep-all;
  }

  .f-testimonial-card {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-testimonial-background {
    height: 40%;
  }

  .f-margin-bottom-54 {
    margin-top: 30px;
  }

  .top-text-pc {
    font-size: 46px;
  }

  .image-2 {
    display: none;
  }

  .text-span {
    font-size: 70px;
  }

  .f-paragraph-large-copy {
    font-size: 20px;
    line-height: 27px;
  }

  .html-embed {
    margin-right: -246px;
    padding-top: 58px;
  }

  .container {
    max-width: 746px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-3 {
    top: -71px;
    left: -370px;
  }

  .image-2-copy {
    max-width: 295px;
    margin-top: 91px;
    margin-bottom: 0;
    position: absolute;
    top: -78%;
    bottom: 0%;
    left: auto;
    right: 2%;
  }

  .container-2 {
    margin-left: 0;
  }

  .f-grid-one-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-career-tab-button {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .f-gallery-image-side {
    height: 240px;
  }

  .f-gallery-image-x-tall {
    height: 440px;
  }

  .f-gallery-three-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .waves---section-medium {
    background-image: url('../images/review_bg.png'), linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('../images/logo_b.png');
    background-position: -17% 2%, 0 0, 0 98%;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: 400px, auto, 300px;
  }

  .waves---heading-2-no-margins {
    font-size: 50px;
  }

  .waves---content-image-halves {
    max-width: 100%;
    text-align: center;
    align-items: center;
    display: flex;
  }

  .waves-image-features-3 {
    max-width: 470px;
  }

  .waves---grid-image-halves {
    width: 100%;
    max-width: 100%;
    grid-row-gap: 48px;
    grid-template-columns: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---main-container {
    max-width: 100%;
  }

  .image-6 {
    max-width: 400px;
    margin-top: -463px;
    position: relative;
    right: -56%;
  }

  .text-span-2 {
    color: var(--ff903b);
    font-size: 51px;
  }

  .walsh-rounded-card {
    grid-row-gap: 2em;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container {
    width: auto;
    flex: 0 auto;
  }

  .walsh-hero-sub-bg {
    min-height: auto;
    padding-top: 0;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-paragraph-serif-left-hero {
    max-width: none;
  }

  .walsh-text-burst {
    background-size: auto 60%;
  }

  .walsh-heading-xlarge-white {
    font-size: 4em;
  }

  .walsh-left-hero-content {
    width: auto;
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    padding-right: 0;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-hero-grid-wrapper {
    padding-top: 7.2em;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .combine-blog1_image-wrapper {
    height: 14rem;
  }

  .combine-blog1_item {
    width: 100%;
    max-width: 100%;
  }

  .combine-blog1_component {
    grid-column-gap: .75rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .combine-heading-style-h2-2 {
    margin-top: 4.1rem;
    font-size: 2.5rem;
  }

  .combine-padding-section-medium-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .combine-padding-global-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .slider {
    width: 100%;
  }

  .background-video-2 {
    height: 619px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px 10px;
  }

  .container-4 {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-8 {
    max-width: 198px;
    margin-bottom: 20px;
  }

  .columns-2 {
    margin-top: 0;
    display: flex;
  }

  .image-9 {
    max-width: 158%;
    margin-left: -71px;
  }

  .heading {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2 {
    word-break: keep-all;
    margin-left: -38px;
  }

  .combine-blog4_component {
    grid-template-columns: 1fr;
  }

  .combine-heading-style-h2-3 {
    font-family: Suit, sans-serif;
    font-size: 2.5rem;
  }

  .combine-padding-global-4 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-form_label {
    font-family: Suit, sans-serif;
  }

  .combine-form_input-grey {
    width: 100%;
    min-width: 100%;
  }

  .combine-form_form {
    width: 100%;
  }

  .combine-contact2_form-wrapper, .combine-contact2_content {
    max-width: 100%;
  }

  .combine-contact2_component {
    text-align: left;
    display: block;
  }

  .combine-padding-global-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-10 {
    width: 100%;
    word-break: keep-all;
    margin-bottom: 40px;
    padding: 10px;
  }

  .text-field-2 {
    flex: 1;
  }

  .q_contact {
    display: none;
  }

  .container-5 {
    flex: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .form-block-2 {
    height: 300px;
    background-color: #000;
  }

  .submit-button {
    width: 100%;
    background-color: var(--color);
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Suit, sans-serif;
  }

  .submit-button:hover {
    background-color: var(--color-2);
  }

  .text-field {
    width: 100%;
    flex: 1;
    margin-left: 0;
  }

  .form-3 {
    max-width: 100%;
    background-color: #000;
    flex-flow: wrap;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .checkbox-field {
    justify-content: center;
  }

  .column-13 {
    height: 80px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-field-3 {
    width: 100%;
    flex: 1;
  }

  .container-7 {
    flex: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-8 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .button-2-copy {
    width: 100%;
    height: 80px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-2 {
    width: 100%;
    height: 80px;
    background-color: var(--ce5900);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-9 {
    height: 80px;
    text-align: center;
  }

  .q_contact-copy {
    height: 100%;
    background-color: #000;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    top: auto;
    bottom: -92%;
  }

  .combine-button-icon-2 {
    white-space: nowrap;
  }

  .combine-text-size-small-2.combine-text-color-grey {
    font-size: 14px;
  }

  .combine-blog1_image-wrapper-2 {
    height: 14rem;
  }

  .combine-blog1_item-2 {
    max-width: 32rem;
  }

  .combine-blog1_component-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .combine-heading-style-h2-4 {
    font-size: 2.5rem;
  }

  .combine-padding-global-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-3-copy {
    font-size: 2.5rem;
  }

  .submit-button-copy {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .f-header-image-wrapper-tall-2 {
    height: 360px;
    max-width: none;
  }

  .f-header-grid-2 {
    grid-template-columns: 1fr;
  }

  .f-grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

  .f-header-grid-asymmetrical {
    grid-template-columns: 1fr;
  }

  .f-grid-three-column-3 {
    grid-template-columns: 1fr 1fr;
  }

  .f-header-grid-asymmetrical-2 {
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    display: block;
  }

  .f-paragraph-small-2 {
    font-size: 15px;
  }

  .f-grid-three-column-4 {
    grid-column-gap: 12px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .nav-link1 {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .background-video-copy {
    height: 800px;
  }

  .waves---section-medium-copy333 {
    background-image: url('../images/review_bg.png'), linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('../images/logo_b.png');
    background-position: -17% 2%, 0 0, 0 98%;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: 400px, auto, 300px;
  }

  .button_jd {
    width: 100%;
    height: 80px;
    background-color: var(--ce5900);
    justify-content: center;
    align-items: center;
    font-family: Suit, sans-serif;
    font-size: 22px;
    display: flex;
  }

  .image-13 {
    width: 24px;
    height: 24px;
  }

  .q_con_btn {
    width: 100%;
    height: 80px;
    color: #fff;
    background-color: #000;
    justify-content: center;
    align-items: center;
    font-family: Suit, sans-serif;
    text-decoration: none;
    display: flex;
  }

  .text-block-3 {
    margin-left: 10px;
    font-size: 25px;
    line-height: 130%;
  }

  .walsh-hero-sub-bg-2 {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .walsh-button-hover-fill-2 {
    display: none;
  }

  .walsh-link-block-orange-2 {
    padding-left: 50px;
  }

  .walsh-hero-div-block-2 {
    justify-content: center;
  }

  .walsh-paragraph-serif-left-hero-2 {
    max-width: none;
    margin-top: 40px;
  }

  .walsh-text-burst-2 {
    background-size: auto 60%;
  }

  .walsh-heading-xlarge-white-2 {
    font-size: 4em;
  }

  .walsh-left-hero-content-2 {
    width: auto;
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    padding-right: 0;
  }

  .walsh-container-hero-2 {
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('../images/top_left_bg.jpg'), url('../images/top_bg.jpg');
    background-position: 0 0, 0%, 50%;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, auto, cover;
    margin-top: 0;
  }

  .walsh-main-grid-no-gap-2 {
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/top_left_bg.jpg'), url('../images/top_bg.jpg');
    background-position: 0 0, 0%, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    grid-template-columns: 1fr 1fr;
  }

  .walsh-hero-grid-wrapper-2 {
    padding-top: 80px;
  }

  .contact_title_1_hobak {
    font-size: 2.5rem;
  }

  .walsh-hero-sub-bg-1 {
    height: 100%;
    min-height: auto;
  }

  .form-3-_pc {
    max-width: 100%;
    flex-flow: wrap;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .submit-button-hb {
    width: 100%;
    background-color: #000;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Suit, sans-serif;
  }

  .button_hb {
    width: 100%;
    height: 80px;
    background-color: var(--color);
    justify-content: center;
    align-items: center;
    font-family: Suit, sans-serif;
    font-size: 22px;
    display: flex;
  }

  .checkbox-_hb.w--redirected-checked {
    background-color: var(--color-2);
  }

  .section-3 {
    background-image: linear-gradient(rgba(0, 0, 0, .73), rgba(0, 0, 0, .73)), url('../images/con_obj_1.png'), url('../images/con_bt_1.png');
    background-position: 0 0, 174% 0, 50%;
    background-size: auto, auto, cover;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-13 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .f-grid-three-column-5 {
    grid-template-columns: 1fr 1fr;
  }

  .f-header-grid-asymmetrical-3 {
    grid-template-columns: 1fr;
  }

  .section-4 {
    background-image: url('../images/con_bg_2.png'), url('../images/yakiniku.png'), url('../images/bg.jpg');
    background-position: 150% 113%, 0 100%, 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 521px, 250px, cover;
    padding-bottom: 220px;
  }

  .container-15 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid {
    width: 100%;
  }

  .section-5 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .slide-7 {
    background-image: url('../images/KakaoTalk_20230419_140350945_17.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .combine-section_blog1-hb {
    background-size: 200%, 200%, cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .combine-blog1_component-hb {
    grid-column-gap: .75rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    margin-top: 40px;
  }

  .combine-blog1_item-hb {
    width: 100%;
    max-width: 100%;
	  display: none;
  }

  .nav-link_1 {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .section-6 {
    background-image: linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/con_bg_4.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---subtitle {
    font-size: 18px;
  }

  .waves---mega-heading-1 {
    font-size: 37px;
    line-height: 110%;
  }

  .waves-content-hero-1 {
    width: 100%;
    text-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .waves---mega-heading-1-jd {
    font-size: 34px;
    line-height: 110%;
  }

  .waves---mega-heading-1-jd_2 {
    font-size: 37px;
    line-height: 110%;
  }

  .section-8 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .waves---grid-features-6 {
    width: 100%;
    max-width: 430px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .section-9, .section-10 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .combine-gallery2_image-wrapper {
    height: 14rem;
  }

  .combine-heading-style-h2-5 {
    font-size: 2.5rem;
  }

  .combine-padding-global-7 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .contact_title_1_js {
    font-size: 2.5rem;
  }

  .section_js_price {
    background-position: 50% 229%, 50%;
    background-size: 800px, cover;
    padding-bottom: 220px;
  }

  .section-js-int {
    padding-left: 5%;
    padding-right: 5%;
  }

  .combine-section_blog1-js {
    background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/menu_bg.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .columns-11 {
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-27 {
    height: auto;
  }

  .text-block-6 {
    text-align: center;
    font-size: 19px;
  }

  .column-16 {
    text-align: center;
  }

  .blog {
    bottom: 101px;
  }

  .combine-contact2_content-js {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .combine-padding-global, .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-text_1 {
    text-align: center;
  }

  .footer-menu-2 {
    text-align: center;
    justify-content: center;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
    margin-left: 0;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-header-grid {
    max-width: 100%;
    grid-row-gap: 0px;
    grid-template-columns: minmax(100%, 1fr);
  }

  .f-container-regular {
    display: block;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .header_section {
    height: 1000px;
    text-align: center;
    padding-top: 184px;
    padding-bottom: 72px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-testimonial-background {
    height: 40%;
    background-position: 0 52%;
  }

  .f-section-regular {
    padding: 72px 10px;
  }

  .f-margin-bottom-54 {
    margin-top: 156px;
  }

  .image {
    max-width: 100%;
    margin-bottom: 63px;
    display: block;
    position: relative;
  }

  .div-block {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .image-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .top-text-mo {
    font-family: Bmdohyeon Ttf, sans-serif;
    display: block;
  }

  .top-text-sub-mo {
    word-break: keep-all;
    font-family: Suit, sans-serif;
    font-weight: 100;
    line-height: 130%;
    display: block;
  }

  .container, .image-2-copy, .container-2 {
    display: none;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-one-column {
    grid-template-columns: 1fr;
  }

  .f-career-tab-button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .f-career-tab-menu {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .f-section-local, .f-section-contact {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .contact_title {
    font-size: 40px;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .combine-gallery3_component {
    column-count: 2;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .f-gallery-three-grid {
    grid-template-columns: 1fr;
  }

  .waves---section-medium {
    background-image: url('../images/review_bg.png'), linear-gradient(rgba(255, 255, 255, .79), rgba(255, 255, 255, .79)), url('../images/logo_b.png');
    background-position: 1% 25%, 0 0, 0 99%;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: 200px, auto, 300px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-6 {
    max-width: 300px;
    margin-top: -400px;
  }

  .text-span-2 {
    font-size: 43px;
  }

  .point-title {
    word-break: keep-all;
    font-size: 30px;
  }

  .text-span-3 {
    font-size: 42px;
  }

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .walsh-rounded-card {
    grid-row-gap: 1.5em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-paragraph-serif-left-hero {
    font-size: 1.4em;
  }

  .walsh-heading-xlarge-white {
    font-size: 3em;
  }

  .walsh-left-hero-content {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .combine-blog1_image {
    height: 200px;
  }

  .combine-blog1_image-wrapper {
    height: 200px;
    justify-content: center;
    align-items: center;
  }

  .combine-blog1_component {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .combine-space-large-2 {
    height: 1.2rem;
  }

  .combine-padding-global-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .f-section-inte {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .background-video-2 {
    height: 800px;
  }

  .columns-2 {
    display: block;
  }

  .image-9 {
    max-width: 100%;
    margin-left: 0;
  }

  .heading-2 {
    margin-top: -126px;
    margin-left: 0;
  }

  .column {
    margin-top: -135px;
    padding-left: 0;
    padding-right: 0;
  }

  .combine-padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-gallery3_component-2 {
    column-count: 2;
  }

  .f-h3-heading-2-copy {
    font-size: 40px;
  }

  .combine-form_text-area-grey, .combine-form_input-grey {
    min-width: 0;
  }

  .combine-contact2_component {
    flex-direction: column;
  }

  .combine-padding-global-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-10 {
    height: 200px;
  }

  .q_contact {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .container-5 {
    width: 100%;
    max-width: 100%;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    display: flex;
  }

  .form-block-2 {
    width: 100%;
    height: 300px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: -4px;
    display: flex;
  }

  .submit-button {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-field {
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .form-3 {
    max-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-13 {
    height: 70px;
  }

  .text-field-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .container-7 {
    width: 100%;
    max-width: 100%;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .container-8 {
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .columns-9 {
    height: 70px;
    display: flex;
  }

  .q_contact-copy {
    padding-left: 0;
    padding-right: 0;
    font-family: Suit, sans-serif;
    display: block;
    position: fixed;
    top: auto;
    bottom: -93%;
    left: 0%;
    right: 0%;
  }

  .combine-blog1_image-wrapper-2 {
    height: 13.3rem;
    justify-content: center;
    align-items: center;
  }

  .combine-blog1_item-2 {
    width: 100%;
  }

  .combine-blog1_component-2 {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .combine-padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .f-section-contact-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h1-heading-2 {
    margin-top: 0;
    font-size: 48px;
  }

  .f-header-image-wrapper-tall-2 {
    height: 400px;
  }

  .f-section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .f-h3-heading-4 {
    font-size: 40px;
  }

  .f-grid-three-column-3 {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
  }

  .f-h3-heading-5 {
    font-size: 40px;
  }

  .f-section-large-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-paragraph-small-2 {
    font-size: 18px;
  }

  .f-grid-three-column-4 {
    grid-template-columns: 1fr;
  }

  .div-block-5 {
    display: none;
  }

  .f-section-regular-copy1 {
    padding: 72px 10px;
  }

  .waves---section-medium-copy333 {
    background-image: url('../images/review_bg.png'), linear-gradient(rgba(255, 255, 255, .79), rgba(255, 255, 255, .79)), url('../images/logo_b.png');
    background-position: 1% 25%, 0 0, 0 99%;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: 200px, auto, 300px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .button_jd {
    height: 70px;
    justify-content: center;
    align-items: center;
    font-family: Suit, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 130%;
    display: flex;
  }

  .q_con_btn {
    height: 70px;
    background-color: #000;
  }

  .text-block-3 {
    font-family: Suit, sans-serif;
    font-weight: 600;
  }

  .walsh-hero-sub-bg-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .walsh-paragraph-serif-left-hero-2 {
    margin-top: 10px;
    font-size: 2.4em;
  }

  .walsh-heading-xlarge-white-2 {
    font-size: 3em;
  }

  .walsh-left-hero-content-2 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-container-hero-2 {
    background-image: linear-gradient(rgba(0, 0, 0, .62), rgba(0, 0, 0, .62)), url('../images/top_left_bg.jpg'), url('../images/top_bg.jpg');
    background-position: 0 0, 20%, 50%;
  }

  .image-14 {
    margin-right: 0;
  }

  .f-section-contact_hobak {
    padding: 72px 10px;
  }

  .image-17 {
    height: 100%;
  }

  .form-3-_pc {
    max-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .submit-button-hb {
    background-color: #000;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .button_hb {
    height: 70px;
    justify-content: center;
    align-items: center;
    font-family: Suit, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 130%;
    display: flex;
  }

  .section-3 {
    background-image: linear-gradient(rgba(0, 0, 0, .77), rgba(0, 0, 0, .77)), url('../images/con_obj_1.png'), url('../images/con_bt_1.png');
    background-position: 0 0, 426% 0, 50%;
    background-size: auto, auto, cover;
    padding-left: 5%;
    padding-right: 5%;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .f-paragraph-large-8 {
    font-size: 18px;
    line-height: 26px;
  }

  .f-feature-icon-wrapper-white-3 {
    width: 100%;
    height: 80px;
    text-align: right;
    margin-bottom: -27px;
  }

  .f-grid-three-column-5 {
    grid-template-columns: 1fr;
  }

  .f-h3-heading-6 {
    font-size: 40px;
  }

  .f-section-large-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .container-14 {
    width: 100%;
    max-width: 100%;
  }

  .image-18 {
    width: 101px;
  }

  .image-19 {
    width: 128px;
  }

  .image-20 {
    width: 102px;
  }

  .section-4 {
    background-image: url('../images/con_bg_2.png'), url('../images/yakiniku.png'), url('../images/bg.jpg');
    background-position: 150% 113%, 100% 0, 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 500px, 150px, cover;
    padding-bottom: 180px;
  }

  .f-h3-heading-6-_black {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .f-paragraph-large-8_black {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .text-span-12 {
    font-size: 26px;
  }

  .text-span-13 {
    font-size: 27px;
    line-height: 37px;
  }

  .background-video-3 {
    background-image: url('../images/con_logo_1.png'), linear-gradient(to bottom, null, null);
    background-size: 100px, auto;
  }

  .f-h3-heading-6-_black_1 {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .f-paragraph-large-8_black_1 {
    margin-top: 5px;
    font-size: 18px;
  }

  .section-5 {
    background-position: 100%;
  }

  .slide-2 {
    background-image: url('../images/KakaoTalk_20230707_012937383_16.jpg');
  }

  .f-section-local-hb {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .combine-blog1_component-hb {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .f-h3-heading-6-_black--2 {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .waves---subtitle {
    font-size: 19px;
    line-height: 130%;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .columns-10 {
    flex-wrap: wrap;
    display: flex;
    position: relative;
  }

  .waves---mega-heading-1-jd {
    font-size: 36px;
  }

  .image-24 {
    margin-top: -81px;
  }

  .column-14 {
    border-style: none;
  }

  .waves---mega-heading-1-jd_2 {
    font-size: 36px;
  }

  .section-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .f-paragraph-large-8_black-jd {
    color: #dcdcdc;
    margin-top: 5px;
    font-size: 18px;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .combine-gallery2_component {
    grid-template-columns: 1fr 1fr;
  }

  .combine-padding-global-7 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .f-h3-heading-6-js {
    font-size: 40px;
  }

  .f-section-local-js {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-6-_js {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .section_js_price {
    background-position: 50% 179%, 50%;
    background-size: 600px, cover;
    padding-bottom: 180px;
  }

  .section-js-int {
    background-position: 100%;
  }

  .f-paragraph-large-8_w_js, .f-paragraph-large-8_js, .f-paragraph-large-8_js_w {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .combine-menu-icon_line-middle {
    background-color: var(--combine-library-white);
  }

  .combine-nav3_logo {
    max-height: 3.3rem;
  }

  .combine-nav3_logo-link.w--current {
    align-items: center;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .background-video {
    height: 600px;
    margin-top: 76px;
  }

  .nav-link-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    min-height: 100vh;
    background-color: #000;
    border-bottom-style: none;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-logo.w--current {
    align-items: center;
  }

  .nav-btn-wapper, .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-container {
    margin-bottom: 21px;
  }

  .footer--logo {
    width: 165px;
    height: auto;
    text-align: center;
  }

  .footer-menu {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .footer-group {
    width: 100%;
    align-items: center;
  }

  .footer-detail {
    text-align: center;
    word-break: keep-all;
  }

  .f-footer-menu-copy {
    flex-direction: column;
  }

  .f-footer-vertical-divider-copy, .footer-vertical-divider {
    display: none;
  }

  .footer-logi-img {
    width: 100%;
  }

  .footer-text_1 {
    text-align: center;
  }

  .combine-menu-icon_line-middle-copy, .nav-menu-icon-line-middle, .nav-menu-icon-line-top, .nav-menu-icon-line-bottom {
    background-color: var(--combine-library-white);
  }

  .footer-menu-2 {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .f-header-image-wrapper-tall {
    height: auto;
    position: relative;
  }

  .f-paragraph-large {
    word-break: keep-all;
    font-family: Suit, sans-serif;
    font-weight: 100;
    line-height: 120%;
  }

  .f-header-grid {
    grid-row-gap: 0px;
    margin-top: 0;
  }

  .f-container-regular {
    display: block;
  }

  .header_section {
    height: 800px;
    margin-top: 0;
    padding-top: 72px;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-card {
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 17px 10px 20px -7px rgba(0, 0, 0, .33);
  }

  .f-title-wrapper-center {
    margin-top: 66px;
  }

  .f-testimonial-background {
    z-index: 0;
    height: 40%;
    background-color: #332314;
    background-image: url('../images/bg_line.png');
    background-position: 0 52%;
    background-repeat: no-repeat;
    background-size: 102%;
  }

  .f-section-regular {
    background-image: url('../images/bg.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -138px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-text-pc {
    text-align: center;
    font-size: 34px;
  }

  .image {
    z-index: 20;
    max-width: 120%;
    margin-top: 0;
    margin-left: -35px;
    display: block;
  }

  .div-block {
    max-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: block;
  }

  .image-2 {
    max-width: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-span {
    font-size: 54px;
    line-height: 120%;
  }

  .top-text-mo {
    text-align: center;
    font-family: Bmdohyeon Ttf, sans-serif;
    font-size: 34px;
    display: block;
  }

  .top-text-sub-mo {
    word-break: keep-all;
    font-family: Suit, sans-serif;
    font-weight: 100;
    line-height: 120%;
    display: block;
  }

  .f-paragraph-large-copy {
    word-break: keep-all;
    font-family: Suit, sans-serif;
    font-weight: 100;
    line-height: 120%;
  }

  .columns, .container {
    display: none;
  }

  .image-2-copy {
    max-width: 200px;
    text-align: center;
    display: none;
  }

  .container-2 {
    display: none;
  }

  .image-4 {
    object-fit: cover;
  }

  .f-contact-divider {
    display: none;
  }

  .f-contact-submit-wrapper {
    grid-row-gap: 24px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .f-paragraph-large-2 {
    word-break: keep-all;
    font-size: 16px;
    line-height: 130%;
  }

  .f-career-button-secondary, .f-career-button-primary {
    margin-top: 14px;
  }

  .f-career-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .f-career-badge-small {
    margin-top: 0;
  }

  .f-h5-heading {
    font-family: Suit, sans-serif;
    font-size: 27px;
  }

  .f-career-top-wrapper {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .f-career-card {
    padding: 32px 24px;
  }

  .f-grid-one-column {
    grid-template-columns: 1fr;
  }

  .f-career-tab-button {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .f-career-tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .f-section-contact {
    padding-left: 10px;
    padding-right: 10px;
  }

  .combine-gallery3_component {
    column-count: 1;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-gallery-image-x-tall {
    height: 300px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .waves-bottom-gird-gallery-3 {
    width: 120vw;
    height: 30vh;
    grid-template-columns: .8fr 1.2fr .7fr;
  }

  .waves-top-grid-gallery-3 {
    width: 120vw;
    height: 30vh;
    grid-template-columns: .7fr 1.2fr .8fr;
    margin-bottom: 16px;
  }

  .waves-master-gallery-3 {
    width: 100%;
    overflow: hidden;
  }

  .waves---section-medium {
    background-image: url('../images/review_bg.png'), linear-gradient(rgba(255, 255, 255, .64), rgba(255, 255, 255, .64)), url('../images/logo_b.png');
    background-position: -24% 25%, 0 0, 0 95%;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: 200px, auto, 200px;
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .image-5 {
    width: 250px;
    top: 272px;
    right: -11px;
  }

  .waves-grid-gallery-2.bottom-grid, .waves-grid-gallery-2.top-grid {
    width: 180vw;
  }

  .waves---heading-2-no-margins {
    font-size: 40px;
  }

  .waves---content-image-halves {
    grid-row-gap: 4px;
    align-items: center;
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .waves---main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .image-6 {
    z-index: 20;
    max-width: 250px;
    margin-top: -302px;
    margin-left: 54%;
    margin-right: 0;
    position: relative;
    bottom: 0;
    right: 0%;
  }

  .text-span-2 {
    font-size: 40px;
  }

  .container-3 {
    height: auto;
    max-width: 100%;
    position: relative;
    overflow: visible;
  }

  .text-block-2, .point-title {
    font-size: 32px;
  }

  .image-7 {
    max-width: 150px;
  }

  .text-span-3 {
    font-size: 47px;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-label-tag {
    font-size: 12px;
  }

  .walsh-inner-card-bottom {
    grid-row-gap: 1em;
    padding: 0 30px 45px;
  }

  .walsh-card-wrapper-image-medium {
    height: auto;
    align-items: flex-end;
  }

  .walsh-container {
    width: 100%;
    flex: 0 auto;
  }

  .walsh-hero-frame-square {
    max-width: 16em;
  }

  .walsh-hero-rail {
    height: 16em;
  }

  .walsh-hero-sub-bg {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-hero-div-block {
    width: 100%;
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
  }

  .walsh-paragraph-serif-left-hero {
    text-align: center;
    font-size: 1.2em;
  }

  .walsh-text-burst {
    background-size: auto 56%;
  }

  .walsh-left-hero-content {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-right: 0;
    font-size: 18px;
  }

  .walsh-container-hero {
    height: 100%;
  }

  .combine-text-size-small.combine-text-color-grey {
    font-size: .7rem;
  }

  .combine-heading-style-h5 {
    font-size: 1.1rem;
  }

  .combine-blog1_label {
    color: #000;
    font-size: .7rem;
  }

  .combine-text-size-regular-2 {
    word-break: keep-all;
    font-size: 17px;
  }

  .combine-heading-style-h2-2 {
    margin-top: 84px;
  }

  .combine-padding-section-medium-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .combine-padding-global-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .combine-section_blog1 {
    background-image: url('../images/bg_line.png'), linear-gradient(rgba(255, 254, 226, .5), rgba(255, 254, 226, .5)), url('../images/bg.jpg');
    background-position: 50% 3%, 0 0, 50%;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: 150%, auto, cover;
  }

  .tabs-menu {
    grid-column-gap: 9px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .shop_sub_text {
    word-break: keep-all;
    font-size: 17px;
  }

  .slider {
    height: 300px;
  }

  .inte_sub_text {
    word-break: keep-all;
    font-size: 17px;
  }

  .background-video-2 {
    height: 800px;
  }

  .image-8 {
    max-width: 150px;
  }

  .heading {
    font-size: 30px;
  }

  .heading-2 {
    margin-top: -57px;
    font-size: 30px;
  }

  .column {
    margin-top: -54px;
  }

  .combine-heading-style-h6 {
    width: 100%;
    text-align: center;
    font-size: .9rem;
  }

  .combine-blog4_content {
    text-align: left;
    margin-left: 0;
  }

  .combine-blog4_image-wrapper {
    max-width: none;
  }

  .combine-blog4_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .combine-heading-style-h5-2 {
    text-align: center;
    font-size: .9rem;
  }

  .combine-blog4_image-featured {
    height: 100%;
  }

  .combine-blog4_featured {
    background-color: rgba(255, 255, 255, 0);
  }

  .combine-padding-global-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-span-7 {
    font-size: 22px;
    font-weight: 400;
  }


  .combine-gallery3_component-2 {
    column-count: 1;
  }

  .f-h3-heading-2-copy {
    font-size: 31px;
  }

  .combine-contact2_content {
    align-items: flex-start;
  }

  .combine-padding-global-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-2 {
    width: 100%;
    flex: none;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .q_contact {
    width: 100%;
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .container-5 {
    margin: 20px 0;
  }

  .form-block-2 {
    background-color: #000;
  }

  .submit-button {
    margin-left: 0;
    margin-right: 0;
  }

  .container-6 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    position: relative;
  }

  .text-field {
    width: 100%;
    flex: none;
    margin-left: 0;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .link-block {
    width: 50%;
    float: left;
    padding-right: 0;
  }

  .form-3 {
    max-width: 100%;
    justify-content: center;
    display: block;
  }

  .heading-30 {
    width: 50%;
    float: right;
    margin-right: 0;
    display: inline-block;
  }

  .checkbox-label {
    font-size: 17px;
    line-height: 15px;
  }

  .column-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-3 {
    width: 100%;
    flex: none;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .container-7 {
    margin: 20px 0;
  }

  .container-8 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    position: relative;
  }

  .button-2-copy {
    width: 100%;
    text-align: center;
    background-color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
    font-weight: 700;
  }

  .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-2 {
    width: 100%;
    text-align: center;
    background-color: #af1717;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
    font-weight: 600;
  }

  .columns-9 {
    display: flex;
  }

  .q_contact-copy {
    width: 100%;
    background-color: #000;
    margin-top: 0;
    padding: 0 0 220px;
    display: block;
    position: fixed;
    top: auto;
    bottom: -93%;
    left: 0%;
    right: 0%;
  }

  .combine-text-size-small-2.combine-text-color-grey {
    font-size: 12px;
  }

  .combine-blog1_content-2 {
    padding: 20px 10px;
  }

  .combine-blog1_image-2 {
    width: 150px;
  }

  .combine-blog1_image-wrapper-2 {
    height: 10rem;
  }

  .combine-padding-global-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-10, .image-11 {
    width: 300px;
  }

  .combine-blog1_image-2-copy {
    width: 200px;
  }

  .f-section-contact-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit-button-copy {
    background-color: #000;
    margin-left: 0;
    margin-right: 0;
  }

  .combine-nav3_logo-copy {
    max-height: 3.3rem;
  }

  .f-paragraph-large-4 {
    word-break: keep-all;
    font-size: 14px;
    line-height: 127%;
  }

  .f-h1-heading-2 {
    font-size: 38px;
  }

  .f-heading-detail-small-3 {
    font-size: 34px;
  }

  .f-grid-three-column-3 {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    display: none;
  }

  .f-paragraph-small-2 {
    font-size: 12px;
  }

  .f-sub-heading-large {
    font-size: 28px;
  }

  .f-margin-bottom-128 {
    margin-bottom: 36px;
  }

  .f-paragraph-large-4-copy1 {
    font-size: 14px;
    line-height: 127%;
  }

  .block-quote {
    font-size: 19px;
    line-height: 13px;
  }

  .f-paragraph-large-4-copy {
    font-size: 14px;
    line-height: 127%;
  }

  .background-video-copy {
    height: 500px;
    margin-top: 76px;
  }

  .f-section-regular-copy1 {
    background-image: url('../images/bg.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -156px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .waves---section-medium-copy333 {
    background-image: url('../images/review_bg.png'), linear-gradient(rgba(255, 255, 255, .64), rgba(255, 255, 255, .64)), url('../images/logo_b.png');
    background-position: -24% 25%, 0 0, 0 95%;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: 200px, auto, 200px;
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .button_jd {
    width: 100%;
    background-color: var(--ce5900);
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Suit, sans-serif;
    font-size: 22px;
    font-weight: 700;
  }

  .image-13 {
    width: 20px;
    height: 20px;
  }

  .q_con_btn {
    width: 100%;
    height: 48px;
    color: #fff;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    text-decoration: none;
    display: flex;
  }

  .text-block-3 {
    margin-left: 10px;
    font-family: Suit, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
  }

  .walsh-hero-frame-square-2 {
    max-width: 16em;
  }

  .walsh-hero-rail-2 {
    height: 16em;
  }

  .walsh-hero-sub-bg-2 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .walsh-label-button-2 {
    font-size: 16px;
  }

  .walsh-link-block-orange-2 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-hero-div-block-2 {
    width: 100%;
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
  }

  .walsh-paragraph-serif-left-hero-2 {
    text-align: center;
    margin-top: 0;
    font-size: 1.4em;
  }

  .walsh-text-burst-2 {
    background-size: auto 56%;
  }

  .walsh-left-hero-content-2 {
    text-align: center;
    align-items: flex-end;
    margin-top: 84px;
    padding-top: 30px;
    padding-right: 0;
    font-size: 18px;
  }

  .walsh-container-hero-2 {
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .69), rgba(0, 0, 0, .69)), url('../images/top_left_bg.jpg'), url('../images/top_bg.jpg');
    background-position: 0 0, 25%, 50% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, cover, cover;
    padding-left: 10px;
    padding-right: 10px;
  }

  .walsh-main-grid-no-gap-2 {
    justify-items: stretch;
  }

  .walsh-hero-grid-wrapper-2 {
    padding-top: 74px;
  }

  .image-14 {
    width: 200px;
    margin-right: 16px;
  }

  .text-block-4 {
    font-size: 15px;
  }

  .f-section-contact_hobak {
    padding-left: 10px;
    padding-right: 10px;
  }

  .walsh-hero-sub-bg-1 {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-3-_pc {
    max-width: 100%;
    justify-content: center;
    display: block;
  }

  .submit-button-hb {
    background-color: #000;
    margin-left: 0;
    margin-right: 0;
  }

  .button_hb {
    width: 100%;
    background-color: var(--color);
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Suit, sans-serif;
    font-size: 22px;
    font-weight: 700;
  }

  .section-3 {
    background-image: linear-gradient(rgba(0, 0, 0, .81), rgba(0, 0, 0, .81)), url('../images/con_obj_1.png'), url('../images/con_bt_1.png');
    background-position: 0 0, -193% 0, 50%;
  }

  .container-13 {
    max-width: none;
  }

  .f-paragraph-large-8 {
    font-size: 15px;
    line-height: 22px;
  }

  .f-h3-heading-6 {
    font-size: 35px;
  }

  .f-max-width-large-3 {
    text-align: center;
  }

  .image-18 {
    width: 70px;
  }

  .image-19 {
    width: 89px;
    margin-top: 0;
  }

  .image-20 {
    width: 71px;
  }

  .section-4 {
    background-image: url('../images/con_bg_2.png'), url('../images/yakiniku.png'), url('../images/bg.jpg');
    background-position: 50% 112%, 100% 0, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 500px, 100px, cover;
    padding-bottom: 140px;
  }

  .container-15 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .f-h3-heading-6-_black {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .f-paragraph-large-8_black {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .text-span-12 {
    font-size: 27px;
    line-height: 28px;
  }

  .text-span-13 {
    font-size: 29px;
    line-height: 36px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .background-video-3 {
    background-image: url('../images/con_logo_1.png'), linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
    background-position: 93% 96%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 100px, auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .f-h3-heading-6-_black_1 {
    font-size: 35px;
  }

  .f-paragraph-large-8_black_1 {
    font-size: 15px;
  }

  .section-5 {
    background-position: 100%;
  }

  .slider-2 {
    height: 300px;
  }

  .f-career-card-hb {
    padding: 32px 24px;
  }

  .f-h5-heading--hb {
    text-align: left;
    font-family: Nanummyeongjo, sans-serif;
    font-size: 27px;
  }

  .f-paragraph-large-2-hb {
    text-align: left;
    word-break: keep-all;
    font-size: 16px;
    line-height: 130%;
  }

  .f-career-button-primary--hb {
    margin-top: 14px;
  }

  .combine-section_blog1-hb {
    background-size: 280%, 280%, cover;
  }

  .combine-blog1_component-hb {
    margin-top: 30px;
  }

  .combine-heading-style-h5-hb {
    font-size: 1.1rem;
  }

  .combine-blog1_label-hb {
    font-size: .7rem;
  }

  .f-h3-heading-6-_black--2 {
    font-size: 35px;
  }

  .section-6 {
    background-image: linear-gradient(rgba(0, 0, 0, .63), rgba(0, 0, 0, .63)), url('../images/con_bg_4.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves---subtitle {
    font-size: 16px;
  }

  .waves---mega-heading-1 {
    font-size: 29px;
  }

  .waves---section-hero-primary {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .columns-10 {
    display: block;
  }

  .image-23 {
    width: 200px;
  }

  .waves---mega-heading-1-jd {
    font-size: 29px;
  }

  .image-24 {
    margin-top: -54px;
  }

  .column-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---mega-heading-1-jd_2 {
    font-size: 29px;
  }

  .text-block-5-jd, .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .f-career-button-primary--jb {
    margin-top: 14px;
  }

  .f-heading-detail-small-6-jd {
    text-align: left;
  }

  .f-paragraph-large-8_black-jd {
    font-size: 15px;
  }

  .text-span-21 {
    font-size: 21px;
  }

  .waves-small-image-wrap-gallery-4.last-image-top-grid {
    display: none;
  }

  .waves-bottom-gird-gallery-4 {
    height: 30vh;
    grid-template-columns: .8fr 1.2fr .7fr;
  }

  .waves-top-grid-gallery-4 {
    height: 30vh;
    grid-template-columns: .7fr 1.2fr .8fr;
    margin-bottom: 16px;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .combine-gallery2_component {
    grid-template-columns: 1fr 1fr;
  }

  .combine-padding-global-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .column-15 {
    padding-left: 0;
  }

  .slider-3 {
    height: 500px;
  }

  .combine-nav3_logo-js {
    height: 28px;
    max-height: 3.3rem;
  }

  .f-h3-heading-6-js {
    font-size: 35px;
  }

  .f-h5-heading--js {
    font-family: Suit, sans-serif;
    font-size: 27px;
  }

  .f-career-card-js {
    padding: 32px 24px;
  }

  .f-h3-heading-6-_js {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .section_js_price {
    background-position: 50% 119%, 50%;
    background-size: 400px, cover;
    padding-bottom: 140px;
  }

  .section-js-int {
    background-position: 100%;
  }

  .combine-section_blog1-js {
    background-image: linear-gradient(to bottom, null, null), url('../images/menu_bg.jpg');
    background-size: auto, cover;
  }

  .f-paragraph-large-8_w_js {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .image-26 {
    width: 180px;
  }

  .f-paragraph-large-8_js {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .f-paragraph-large-8_js_w {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 120%;
  }

  .columns-11 {
    height: 100%;
  }

  .image-27 {
    width: 200px;
  }

  .text-block-6 {
    font-size: 15px;
  }

  .heading-31 {
    font-size: 18px;
  }

  .f-career-top-wrapper-js {
    flex-direction: column;
    align-items: center;
  }

  .html-embed-2 {
    display: block;
  }

  .image-28 {
    width: 60px;
  }

  .blog {
    bottom: 81px;
  }

  .image-29 {
    width: 60px;
  }

  .combine-contact2_content-js {
    align-items: center;
  }

  .text-span-21-js {
    font-size: 21px;
  }

  .f-paragraph-large-2-js {
    text-align: center;
    word-break: keep-all;
    font-size: 16px;
    line-height: 130%;
  }

  .f-career-button-wrapper-js {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
}

#w-node-ff2f76bb-06ec-fb91-60e9-9dd247ca804f-ca5c740f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-ff2f76bb-06ec-fb91-60e9-9dd247ca8046-ca5c740f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_5479d1e3-37aa-97eb-f858-fac7e0d6adc3-ca5c740f, #w-node-_5479d1e3-37aa-97eb-f858-fac7e0d6adc5-ca5c740f, #w-node-_5479d1e3-37aa-97eb-f858-fac7e0d6adc7-ca5c740f, #w-node-_5479d1e3-37aa-97eb-f858-fac7e0d6adc9-ca5c740f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f0ff918-94df-aee9-550d-675f20cd2e42-ca5c740f {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_818841cc-8b27-1c02-96ff-1a12b1f258a3-ca5c740f {
  grid-row: span 3 / span 3;
}

#w-node-_2d65afd1-3b24-60d5-4abf-4d31734dba90-ca5c740f, #w-node-_2d65afd1-3b24-60d5-4abf-4d31734dbaad-ca5c740f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c657e8e7-e9cb-8001-e54e-9b321fb54afb-3172cd96, #w-node-_6fec27c2-8135-3afe-9495-f8897037ce5d-3172cd96, #w-node-_74f89c33-f1c4-c845-8308-2f4e11486a6d-3172cd96 {
  justify-self: start;
}

#w-node-_007bffb9-8ab0-56cb-bee3-c0c7ff651952-3172cd96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c770410d-00d5-46d6-46ae-f849d933de88-3172cd96, #w-node-_2d65afd1-3b24-60d5-4abf-4d31734dba90-3172cd96, #w-node-_2d65afd1-3b24-60d5-4abf-4d31734dbaad-3172cd96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28455a69-0f2c-2752-9928-8b88142e76ba-c14ab4f4 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
  justify-self: stretch;
}

#w-node-_4d553b2a-e7fc-61bb-9466-8d4de13270ef-c14ab4f4 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: center;
}

#w-node-_4d553b2a-e7fc-61bb-9466-8d4de13270f0-c14ab4f4 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_4d553b2a-e7fc-61bb-9466-8d4de132710b-c14ab4f4 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
  justify-self: stretch;
}

#w-node-_853e8406-0c3c-1d4a-f891-6cffdd637ca5-c14ab4f4, #w-node-e2edfc8f-33af-f383-66d1-ccff505d2c18-c14ab4f4, #w-node-de08d8a3-018b-256d-60d2-6a4906c8914f-c14ab4f4, #w-node-cbb4e6a0-ea33-f6ad-a12a-24066e249f3f-c14ab4f4, #w-node-daf50ded-d39c-c966-e2cc-5c38383dc496-c14ab4f4, #w-node-_2d65afd1-3b24-60d5-4abf-4d31734dba90-c14ab4f4, #w-node-_2d65afd1-3b24-60d5-4abf-4d31734dbaad-c14ab4f4, #w-node-_06018c86-59e4-7c9f-0fe3-b2e0a2a2eccf-0217bd0e, #w-node-_0068b640-9559-6a04-fa27-f48398a1270c-0217bd0e, #w-node-d6443af8-4b8b-2cdd-c682-a6b9ec3a020a-0217bd0e, #w-node-_32e92fbd-c52c-f948-0e8e-9a239321feba-0217bd0e, #w-node-bb7bf65b-5913-1883-94e1-dca7c8a08d0e-0217bd0e, #w-node-_2d65afd1-3b24-60d5-4abf-4d31734dba90-0217bd0e, #w-node-_2d65afd1-3b24-60d5-4abf-4d31734dbaad-0217bd0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ff2f76bb-06ec-fb91-60e9-9dd247ca8046-ca5c740f, #w-node-_320dd77e-2daa-7d7e-69cf-cb079a5700f7-3172cd96 {
    order: -9999;
  }

  #w-node-_28455a69-0f2c-2752-9928-8b88142e76ba-c14ab4f4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4d553b2a-e7fc-61bb-9466-8d4de13270ef-c14ab4f4 {
    grid-column-end: 3;
  }

  #w-node-_4d553b2a-e7fc-61bb-9466-8d4de13270f0-c14ab4f4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4d553b2a-e7fc-61bb-9466-8d4de132710b-c14ab4f4 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6f0ff918-94df-aee9-550d-675f20cd2e42-ca5c740f {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_818841cc-8b27-1c02-96ff-1a12b1f258a3-ca5c740f {
    grid-row: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6f0ff918-94df-aee9-550d-675f20cd2e42-ca5c740f {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_818841cc-8b27-1c02-96ff-1a12b1f258a3-ca5c740f {
    grid-row: span 4 / span 4;
  }

  #w-node-_28455a69-0f2c-2752-9928-8b88142e76ba-c14ab4f4 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_4d553b2a-e7fc-61bb-9466-8d4de13270ef-c14ab4f4 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_4d553b2a-e7fc-61bb-9466-8d4de13270f0-c14ab4f4 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


@font-face {
  font-family: 'Suit';
  src: url('../fonts/SUIT-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suit';
  src: url('../fonts/SUIT-Bold.ttf') format('truetype'), url('../fonts/SUIT-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suit';
  src: url('../fonts/SUIT-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suit';
  src: url('../fonts/SUIT-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suit';
  src: url('../fonts/SUIT-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suit';
  src: url('../fonts/SUIT-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suit';
  src: url('../fonts/SUIT-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suit';
  src: url('../fonts/SUIT-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bmdohyeon Ttf';
  src: url('../fonts/BMDOHYEON_ttf.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bmjua Ttf';
  src: url('../fonts/BMJUA_ttf.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bmhannaair Ttf';
  src: url('../fonts/BMHANNAAir_ttf.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bmhannapro';
  src: url('../fonts/BMHANNAPro.ttf') format('truetype'), url('../fonts/BMHANNAPro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bmhanna 11 Yrs Ttf';
  src: url('../fonts/BMHANNA_11yrs_ttf.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bmeuljirottf';
  src: url('../fonts/BMEULJIROTTF.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bmyeonsung Ttf';
  src: url('../fonts/BMYEONSUNG_ttf.ttf') format('truetype'), url('../fonts/BMYEONSUNG_ttf.ttf') format('truetype'), url('../fonts/BMYEONSUNG_ttf.ttf') format('truetype'), url('../fonts/BMYEONSUNG_ttf.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bmkiranghaerang Ttf';
  src: url('../fonts/BMKIRANGHAERANG-TTF.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nanummyeongjo';
  src: url('../fonts/NanumMyeongjo.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NanumMyeongjo';
  src: url('../fonts/NanumMyeongjoBold.ttf') format('truetype'), url('../fonts/NanumMyeongjoExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}