@charset "UTF-8";

/* Original file: files/cache/assets/compiled/ff1e976ced38c5fe4d6a797066029d6d0b3115a5.base.scss.css */

html, body, table, input, textarea, select, button {
  font-family: Noto Sans KR, Noto Sans CJK KR, Noto Sans Korean, SF Pro Display, Apple SD Gothic Neo, Malgun Gothic, sans-serif;
}
html, body {
  font-size: 16px;
  overflow-x: hidden;
}
html {
  color: #212529;
  background-color: white;
}
body {
  margin: 0;
}
* {
  box-sizing: border-box;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
.app-container {
  width: 100%;
  max-width: 1200px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  margin: 0 auto;
  zoom: 1;
}
.app-container:before, .app-container:after {
  content: "";
  display: table;
}
.app-container::after {
  clear: both;
}
@media (max-width: 768px) {
  .app-container {
    max-width: 1024px;
  }
}
.app-container--md {
  max-width: 1010px;
}
.app-show-in-mobile, .show-in-mobile {
  display: none;
}
@media (max-width: 768px) {
  .app-show-in-mobile, .show-in-mobile {
    display: unset !important;
  }
}
.app-hide-in-mobile, .hide-in-mobile {
  display: unset;
}
@media (max-width: 768px) {
  .app-hide-in-mobile, .hide-in-mobile {
    display: none !important;
  }
}
/* sourceMappingURL=ff1e976ced38c5fe4d6a797066029d6d0b3115a5.base.scss.map */

/* Original file: files/cache/assets/compiled/ff1e976ced38c5fe4d6a797066029d6d0b3115a5.text.scss.css */

.app-text-display-4, .app-text-display-3, .app-text-display-2, .app-text-display-1, .app-text-headline, .app-text-subhead {
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}
.app-text-display-4 {
  font-size: 3rem;
}
.app-text-display-3 {
  font-size: 2.25rem;
}
.app-text-display-2 {
  font-size: 2rem;
}
.app-text-display-1 {
  font-size: 1.5rem;
}
.app-text-headline {
  font-size: 1.25rem;
}
.app-text-subhead {
  font-size: 1.125rem;
}
.app-text-body, .app-text-body-sm, .app-text-body-xs {
  line-height: 180%;
  margin: 0;
}
.app-text-body {
  font-size: 1rem;
}
.app-text-body-sm {
  font-size: 0.875rem;
}
.app-text-body-xs {
  font-size: 0.75rem;
}
/* sourceMappingURL=ff1e976ced38c5fe4d6a797066029d6d0b3115a5.text.scss.map */

/* Original file: files/cache/assets/compiled/ff1e976ced38c5fe4d6a797066029d6d0b3115a5.button.scss.css */

.app-button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0;
  color: #212529;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  outline: none;
  border-radius: 6px;
  border: 1px solid #e9ecef;
  background-color: #ffffff;
  box-sizing: border-box;
  transition: 0.2s ease;
}
.app-button:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #dee2e6;
  text-decoration: none;
}
.app-button:active {
  background-color: #f1f3f5;
  border-color: #ced4da;
}
.app-button:focus {
  outline: none !important;
}
.app-button:disabled, .app-button[disabled] {
  background-color: #dee2e6;
  color: #495057;
  cursor: not-allowed;
}
.app-button:disabled:hover, .app-button[disabled]:hover {
  background-color: #ced4da;
  text-decoration: none;
}
.app-button > i {
  font-size: 0.875rem;
}
.app-button > i + * {
  margin-left: 0.5rem;
}
.app-button > * + i {
  margin-left: 0.75rem;
}
.app-button.app-next {
  margin-left: 0.25rem;
}
.app-button.app-fixedwidth {
  width: 140px;
}
.app-button.app-fixedwidth2 {
  width: 100px;
}
.app-button.app-rounded, .app-button--rounded {
  border-radius: 5rem;
}
.app-button.app-expand, .app-button--expand {
  display: flex;
  width: 100%;
}
.app-button.app-larger {
  padding-left: 2rem;
  padding-right: 2rem;
}
.app-button.app-small {
  height: 2.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.app-button.app-xs {
  height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
}
.app-button.app-primary {
  color: #ffffff;
  background-color: #13D592;
  border-color: #13D592;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.app-button.app-primary:hover {
  background-color: #11be82;
  border-color: #11be82;
}
.app-button.app-primary:active {
  background-color: #0fa672;
  border-color: #0fa672;
}
.app-button.app-primary, .app-button.app-primary:hover, .app-button.app-primary:active {
  color: #ffffff;
}
.app-button.app-secondary {
  color: #ffffff;
  background-color: #2957ff;
  border-color: #2957ff;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.app-button.app-secondary:hover {
  background-color: #1043ff;
  border-color: #1043ff;
}
.app-button.app-secondary:active {
  background-color: #0035f5;
  border-color: #0035f5;
}
.app-button.app-secondary, .app-button.app-secondary:hover, .app-button.app-secondary:active {
  color: #ffffff;
}
.app-button.app-black {
  color: #ffffff;
  color: #ffffff;
  background-color: #212529;
  border-color: #212529;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.app-button.app-black:hover {
  background-color: #16181b;
  border-color: #16181b;
}
.app-button.app-black:active {
  background-color: #0a0c0d;
  border-color: #0a0c0d;
}
.app-button.app-black, .app-button.app-black:hover, .app-button.app-black:active {
  color: #ffffff;
}
.app-button.app-red {
  color: #f44336;
  border: 1px solid #f44336;
  background-color: transparent;
}
.app-button.app-red:hover, .app-button.app-red:active {
  background-color: #feeceb;
}
.app-button.app-plain.app-primary {
  color: #4ED183;
  background-color: #edfaf3;
  border-color: #edfaf3;
}
.app-button.app-plain.app-primary:hover {
  background-color: #e4f8ec;
  border-color: #e4f8ec;
}
.app-button.app-plain.app-primary:active {
  background-color: #dcf6e6;
  border-color: #dcf6e6;
}
.app-button-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.app-button-group .app-button {
  border-radius: 0;
  border-right: 1px solid #ffffff;
}
.app-button-group > *:first-child, .app-button-group .al-first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.app-button-group > *:last-child, .app-button-group .al-last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-right: none;
}
.app-button, .app-button--default {
  color: #212529;
  background-color: #ffffff;
  border-color: #e9ecef;
}
.app-button:hover, .app-button--default:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #dee2e6;
  text-decoration: none;
}
.app-button:active, .app-button--default:active {
  background-color: #f1f3f5;
  border-color: #ced4da;
}
.app-button--gray {
  color: #212529;
  background-color: #f1f3f5;
  border-color: #f1f3f5;
}
.app-button--gray:hover {
  background-color: #f1f3f5;
  border-color: #f1f3f5;
}
.app-button--gray:active {
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.app-button--black {
  font-weight: 700;
  color: #ffffff;
  background-color: #212529;
  border-color: #212529;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.app-button--black:hover {
  background-color: #16181b;
  border-color: #16181b;
}
.app-button--black:active {
  background-color: #0a0c0d;
  border-color: #0a0c0d;
}
.app-button--black, .app-button--black:hover, .app-button--black:active {
  color: #ffffff;
}
.app-button--primary {
  font-weight: 700;
  color: #ffffff;
  background-color: #4ED183;
  border-color: #4ED183;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.app-button--primary:hover {
  background-color: #3acc75;
  border-color: #3acc75;
}
.app-button--primary:active {
  background-color: #31bb69;
  border-color: #31bb69;
}
.app-button--primary, .app-button--primary:hover, .app-button--primary:active {
  color: #ffffff;
}
.app-button--primary-light {
  font-weight: 700;
  color: #ffffff;
  background-color: #D7F9ED;
  border-color: #D7F9ED;
  border-width: 2px;
  transition: color 0.2s ease, border 0.2s ease, background 0.4s ease;
}
.app-button--primary-light:hover {
  background-color: #c1f6e3;
  border-color: #c1f6e3;
}
.app-button--primary-light:active {
  background-color: #abf2d9;
  border-color: #abf2d9;
}
.app-button--primary-light, .app-button--primary-light:hover, .app-button--primary-light:active {
  color: #009F68;
}
.app-button, .app-button--default {
  height: 48px;
  padding: 6px 1.5rem 7px;
  font-size: 1rem;
}
.app-button--xlarge {
  height: 52px;
  padding: 11px 24px 12px;
  font-size: 1rem;
}
.app-button--large {
  height: 42px;
  padding: 8px 16px 9px;
  font-size: 0.875rem;
}
.app-button--large i {
  font-size: 0.75rem;
}
.app-button--small {
  height: 30px;
  padding: 4px 12px;
  font-size: 0.75rem;
}
/* sourceMappingURL=ff1e976ced38c5fe4d6a797066029d6d0b3115a5.button.scss.map */

/* Original file: files/cache/assets/compiled/ff1e976ced38c5fe4d6a797066029d6d0b3115a5.link.scss.css */

.app-link {
  display: inline-flex;
  padding-bottom: 2px;
  color: #868e96;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  transition: 0.2s ease;
}
.app-link > i {
  font-size: 16px;
}
.app-link:hover {
  color: #495057;
  text-decoration: none !important;
  outline: none;
}
.app-link:active {
  color: #212529;
}
.app-link:focus {
  outline: none;
}
.app-link.app-primary {
  color: #13D592;
}
.app-link.app-primary:hover {
  color: #11c083;
}
.app-link.app-primary:hover {
  color: #0faa75;
}
/* sourceMappingURL=ff1e976ced38c5fe4d6a797066029d6d0b3115a5.link.scss.map */

/* Original file: files/cache/assets/compiled/ff1e976ced38c5fe4d6a797066029d6d0b3115a5.tab.scss.css */

.app-menutab-container {
  border-bottom: 1px solid #dee2e6;
  height: 43px;
  padding: 0;
  margin: 0 0 65px 0;
  position: relative;
}
@media (max-width: 768px) {
  .app-menutab-container {
    height: 37px;
    margin-bottom: 20px;
  }
}
.app-menutab-container .app-reset-container {
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.app-menutab-container .app-reset-container::-webkit-scrollbar {
  background: transparent;
  width: 0;
}
.app-menutab-container .app-reset-container.right {
  display: block;
  margin-top: -60px;
  text-align: right;
}
@media (max-width: 768px) {
  .app-menutab-container .app-reset-container.right {
    margin-top: -106px;
  }
}
.app-menutab-container .app-menutab {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #495057;
  margin-right: 1.25rem;
  list-style: none;
  position: relative;
  height: 42px;
}
@media (max-width: 768px) {
  .app-menutab-container .app-menutab {
    margin-right: 12px;
    height: 36px;
  }
}
.app-menutab-container .app-menutab a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  margin: 0 -4px;
  padding: 0 4px 12px 4px;
}
.app-menutab-container .app-menutab.active {
  color: #212529;
  font-weight: 700;
  border-bottom: 3px solid #212529;
}
.app-menutab-container .app-menutab.with-arrow {
  margin-right: 3.25rem;
}
@media (max-width: 768px) {
  .app-menutab-container .app-menutab.with-arrow {
    margin-right: 2.5rem;
  }
}
.app-menutab-container .app-menutab.with-arrow::after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-rendering: auto;
  content: "";
  color: #868e96;
  display: block;
  position: absolute;
  right: -33px;
  top: 4px;
}
@media (max-width: 768px) {
  .app-menutab-container .app-menutab.with-arrow::after {
    right: -25px;
  }
}
.app-menutab-container .app-menutab:last-child {
  margin-right: 1rem;
}
.app-menutab-container .app-menutab:last-child.with-arrow::after {
  display: none;
  content: "";
}
.app-segment-container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding: 0 0.25rem;
  margin: 0;
  outline: none;
  border-radius: 8px;
  border: none;
  background-color: #f1f3f5;
  box-sizing: border-box;
}
.app-segment-container .app-segment {
  height: 2rem;
  margin-right: 0.25rem;
  border-radius: 6px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #868e96;
  list-style: none;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
}
.app-segment-container .app-segment:last-child {
  margin-right: 0;
}
.app-segment-container .app-segment:hover {
  color: #495057;
  background-color: #dee2e6;
}
.app-segment-container .app-segment:active {
  background-color: #ced4da;
}
.app-segment-container .app-segment:focus {
  outline: none !important;
}
.app-segment-container .app-segment[disabled] {
  color: #495057;
  cursor: not-allowed;
}
.app-segment-container .app-segment.active {
  color: #212529;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.app-segment-container .app-segment.active:hover {
  background-color: #f8f9fa;
}
.app-segment-container .app-segment.active:active {
  background-color: #dee2e6;
}
.app-segment-container .app-segment a {
  display: block;
  height: 100%;
  padding: 0 1.5rem;
  color: inherit;
  line-height: 32px;
  text-decoration: none;
  white-space: nowrap;
}
.app-segment-container .app-segment i {
  font-size: 1rem;
}
.app-segment-container .app-segment i + span {
  margin-left: 0.5rem;
}
.app-segment-container .app-segment:hover {
  color: #212529;
}
.app-segment-container.app-expand {
  display: flex;
  width: 100%;
}
/* sourceMappingURL=ff1e976ced38c5fe4d6a797066029d6d0b3115a5.tab.scss.map */

/* Original file: files/cache/assets/compiled/87649f3dab54248346ef49c60210256c2b1aba84.header.scss.css */

.app-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 82px;
  transition: height 0.2s ease, box-shadow 0.2s ease;
}
.app-header__divider {
  flex: 1;
}
@media (max-width: 768px) {
  .app-header {
    height: 72px;
    padding: 0 0.5rem;
  }
}
.app-header-container {
  display: flex;
  align-items: center;
  height: 100%;
}
.app-header-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.app-header-logo > img {
  width: auto;
  height: 24px;
}
.app-header-logo .app-logo, .app-header-logo .app-logo-master {
  display: block;
}
.app-header-logo .app-logo--inverse, .app-header-logo .app-symbol, .app-header-logo .app-symbol--inverse {
  display: none;
}
@media (max-width: 768px) {
  .app-header-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
  }
  .app-header-logo > img {
    height: 18px;
  }
}
/* sourceMappingURL=87649f3dab54248346ef49c60210256c2b1aba84.header.scss.map */

/* Original file: files/cache/assets/compiled/858788d9db5d16435ce6ca782e9a0a2647cf35d0.note.scss.css */

.about-section {
  padding: 12.5rem 0;
}
@media (max-width: 768px) {
  .about-section {
    padding: 5rem 0;
  }
}
.about-section-subtitle {
  color: #46BD76;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 768px) {
  .about-section-subtitle {
    font-size: 1rem;
    margin: 0 1.25rem 1.5rem;
  }
}
.about-section-title {
  color: #868e96;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  word-break: keep-all;
  margin: 0 0 100px 0;
}
.about-section-title strong {
  color: #212529;
}
@media (max-width: 768px) {
  .about-section-title {
    font-size: 1.5rem;
    margin: 0 1.25rem 1.5rem;
  }
}
.about-section-desc {
  color: #868e96;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.9;
  word-break: keep-all;
  max-width: 400px;
  margin: 0 0 8rem 0;
}
@media (max-width: 768px) {
  .about-section-desc {
    font-size: 1rem;
    margin: 0 1rem 4rem;
  }
}
.about-section--muted {
  background-color: #f8f9fa;
}
.about-section--gray {
  background-color: #f1f3f5;
}
/* sourceMappingURL=858788d9db5d16435ce6ca782e9a0a2647cf35d0.note.scss.map */

/* Original file: files/cache/assets/compiled/9bf81380bf64c552977a5caaf4517877170f66d1.about-head.scss.css */

.about-head {
  width: 100%;
  height: 894px;
  padding-top: 154px;
  margin-bottom: 300px;
  text-align: center;
  background-color: #EDFAF3;
  zoom: 1;
}
.about-head:before, .about-head:after {
  content: "";
  display: table;
}
.about-head::after {
  clear: both;
}
@media (max-width: 768px) {
  .about-head {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1072px) {
  .about-head {
    position: relative;
    height: auto;
    margin-bottom: 0;
  }
}
.about-head-subtitle {
  color: #212529;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 14px;
}
.about-head-title {
  margin: 0 0 1.75rem 0;
  color: #212529;
  font-size: 3rem;
  line-height: 1.5;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .about-head-title {
    font-size: 2rem;
    text-align: center;
  }
}
.about-head-desc {
  margin: 0 0 3rem 0;
  color: #495057;
  font-size: 1.125rem;
  line-height: 180%;
  font-weight: 500;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .about-head-desc {
    font-size: 1rem;
  }
  .about-head-desc br {
    display: none;
  }
}
.about-head__image-wrap {
  position: relative;
  margin-top: 86px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1072px) {
  .about-head__image-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% + (1.25rem * 2));
    height: 50%;
    background-color: white;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media (max-width: 768px) {
  .about-head__image-wrap {
    margin-top: 2rem;
  }
  .about-head__image-wrap::after {
    content: none;
  }
}
.about-head__image {
  width: 1072px;
}
@media (max-width: 1072px) {
  .about-head__image {
    position: relative;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .about-head__image {
    margin-bottom: 2rem;
  }
}
/* sourceMappingURL=9bf81380bf64c552977a5caaf4517877170f66d1.about-head.scss.map */

/* Original file: files/cache/assets/compiled/2936237c326ac9336c525fbdcdca25395d9d47e2.section-intro.scss.css */

@media (max-width: 768px) {
  .section-intro {
    display: flex;
    align-items: flex-start;
    overflow-x: auto;
    padding-bottom: 2rem;
    padding-right: 1.25rem;
  }
  .section-intro .app-container {
    padding: 0;
  }
}
.section-intro-item h2 {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .section-intro-item {
    flex: 0 0 auto;
    width: calc(100vw - (1.25rem * 3));
    margin-left: 1.25rem;
    padding-top: 2rem;
    background-color: #f8f9fa;
    border-radius: 24px;
  }
  .section-intro-item h2 {
    height: calc(1.5rem * 2 * 1.5);
    color: #212529;
    margin-bottom: -0.25rem;
  }
  .section-intro-item img:not(.app-hide-in-mobile) {
    display: block !important;
    width: calc(100% + 1.75rem);
    margin-left: -0.875rem;
    margin-right: -0.875rem;
    margin-bottom: -1.5rem;
  }
}
.section-intro-item .section-intro-number {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: 2.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  background-color: #4ED183;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .section-intro-item .section-intro-number {
    display: inline-flex !important;
  }
}
.section-intro img {
  width: 1085px;
  margin-left: -64px;
}
@media (max-width: 1085px) {
  .section-intro img {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .section-intro .about-section-title {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (max-width: 768px) {
  .section-intro .about-section-title.app-show-in-mobile {
    display: block !important;
  }
}
/* sourceMappingURL=2936237c326ac9336c525fbdcdca25395d9d47e2.section-intro.scss.map */

/* Original file: files/cache/assets/compiled/2936237c326ac9336c525fbdcdca25395d9d47e2.section-outside.scss.css */

@media (max-width: 768px) {
  .section-outside .about-section-title {
    margin-bottom: 3rem;
  }
}
.section-outside__first-image {
  width: calc(100% + (8rem * 2));
  margin-left: -8rem;
}
.section-outside__first-image + .section-outside__text {
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .section-outside__first-image + .section-outside__text > p {
    width: 230px;
    padding-left: 1.25rem;
  }
}
@media (max-width: 768px) {
  .section-outside__first-image {
    width: 95%;
    margin-left: -1.25rem;
  }
}
.section-outside__second-image {
  margin-top: 8rem;
  width: 400px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .section-outside__second-image {
    width: 95%;
    margin-top: 5rem;
    margin-right: -1.25rem;
  }
}
.section-outside__text {
  display: flex;
  justify-content: flex-end;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .section-outside__text {
    padding-top: 2rem;
  }
}
.section-outside__text > p {
  width: 400px;
  margin: 0;
  color: #868e96;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section-outside__text > p {
    width: 95%;
    font-size: 1rem;
    padding-right: 1.25rem;
    margin-right: -1.25rem;
  }
}
.section-outside__text > p strong {
  color: #212529;
}
/* sourceMappingURL=2936237c326ac9336c525fbdcdca25395d9d47e2.section-outside.scss.map */

/* Original file: files/cache/assets/compiled/2936237c326ac9336c525fbdcdca25395d9d47e2.section-contact.scss.css */

.section-contact {
  text-align: center;
  margin-top: 16rem;
}
@media (max-width: 768px) {
  .section-contact {
    margin-top: 0;
  }
}
.section-contact > .app-container {
  position: relative;
  margin-top: -24rem;
}
@media (max-width: 768px) {
  .section-contact > .app-container {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0;
  }
}
.section-contact .about-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .section-contact .about-section-title {
    margin-bottom: 2.5rem;
  }
}
.section-contact .section-contact__image-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 14rem;
}
.section-contact .section-contact__image-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(#f8f9fa00, #f8f9fa);
}
.section-contact .section-contact__image-wrap img {
  width: 525px;
}
.section-contact .section-contact__image-wrap .card-wrap {
  position: absolute;
  z-index: 1;
  bottom: -104px;
  right: 140px;
}
@media (max-width: 768px) {
  .section-contact .section-contact__image-wrap {
    margin-bottom: 7rem;
  }
  .section-contact .section-contact__image-wrap img {
    width: 100%;
  }
  .section-contact .section-contact__image-wrap .card-wrap {
    z-index: 1;
    left: 0.5rem;
    right: 0.5rem;
  }
}
.section-contact .section-contact-card {
  display: flex;
  align-items: center;
  width: 350px;
  padding: 22px 24px;
  text-align: left;
  background-color: white;
  border-radius: 18px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 6px 32px, rgba(0, 0, 0, 0.1) 0 1px 2px;
}
.section-contact .section-contact-card:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .section-contact .section-contact-card {
    width: 100%;
    padding: 1rem 1rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0 6px 32px, rgba(0, 0, 0, 0.05) 0 1px 2px;
  }
  .section-contact .section-contact-card:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.section-contact .section-contact-card__thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  color: #8C97ED;
  font-size: 1.25rem;
  background-color: #EAECFD;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .section-contact .section-contact-card__thumbnail {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
}
.section-contact .section-contact-card__body {
  flex: 1;
  padding-left: 20px;
}
.section-contact .section-contact-card__body .tag {
  padding: 4px 6px;
  color: #425FF8;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background-color: #E9ECFF;
  border-radius: 4px;
  margin-right: 10px;
}
.section-contact .section-contact-card__body .tag[data-tag="관리사무소"] {
  color: #46BD76;
  background-color: #EDFAF3;
}
.section-contact .section-contact-card__body .title {
  display: flex;
  align-items: center;
  color: #343a40;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.section-contact .section-contact-card__body .phone-number {
  color: #868e96;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}
.section-contact .section-contact-card__phone {
  color: #adb5bd;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .section-contact .section-contact-card__phone {
    font-size: 1.25rem;
  }
}
/* sourceMappingURL=2936237c326ac9336c525fbdcdca25395d9d47e2.section-contact.scss.map */

/* Original file: files/cache/assets/compiled/2936237c326ac9336c525fbdcdca25395d9d47e2.section-calendar.scss.css */

.section-calendar .image-wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: -280px;
}
@media (max-width: 914px) {
  .section-calendar .image-wrap {
    display: block;
    margin-top: 0;
  }
}
.section-calendar .image-wrap > img {
  width: 914px;
}
@media (max-width: 914px) {
  .section-calendar .image-wrap > img {
    width: 100%;
  }
}
.section-calendar .image-wrap .text {
  position: absolute;
  bottom: 40px;
  right: 570px;
  width: 310px;
  color: #212529;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  word-break: keep-all;
}
@media (max-width: 914px) {
  .section-calendar .image-wrap .text {
    position: relative;
    bottom: auto;
    right: auto;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-top: 1rem;
    padding-right: 2.5rem;
    margin-left: 1.25rem;
    font-size: 1rem;
  }
  .section-calendar .image-wrap .text > div {
    width: 310px;
  }
}
/* sourceMappingURL=2936237c326ac9336c525fbdcdca25395d9d47e2.section-calendar.scss.map */

/* Original file: files/cache/assets/compiled/2936237c326ac9336c525fbdcdca25395d9d47e2.section-excel.scss.css */

.section-excel img {
  width: 1044px;
  margin-left: -44px;
}
@media (max-width: 1044px) {
  .section-excel img {
    width: 100%;
    margin-left: 0;
  }
}
/* sourceMappingURL=2936237c326ac9336c525fbdcdca25395d9d47e2.section-excel.scss.map */

/* Original file: files/cache/assets/compiled/2936237c326ac9336c525fbdcdca25395d9d47e2.section-channel.scss.css */

@media (max-width: 768px) {
  .section-channel {
    padding-bottom: 1.25rem;
  }
}
.section-channel .text {
  color: #212529;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .section-channel .text {
    padding-top: 1rem;
    padding-right: 2.5rem;
    margin-left: 1.25rem;
    font-size: 1rem;
  }
}
.section-channel img {
  width: 1020px;
  margin-left: -50px;
}
@media (max-width: 1020px) {
  .section-channel img {
    width: 100%;
    margin-left: 0;
  }
}
/* sourceMappingURL=2936237c326ac9336c525fbdcdca25395d9d47e2.section-channel.scss.map */

/* Original file: files/cache/assets/compiled/2936237c326ac9336c525fbdcdca25395d9d47e2.section-end.scss.css */

.section-guide {
  padding: 3rem;
  margin-bottom: 2rem;
  border-radius: 24px;
  background-color: #f8f9fa;
}
@media (min-width: 769px) {
  .section-guide {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .section-guide {
    margin-bottom: 1.25rem;
  }
}
.section-guide__icon {
  color: #6453ef;
  font-size: 3rem;
  margin-right: 2.25rem;
}
@media (max-width: 768px) {
  .section-guide__icon {
    margin-bottom: 2rem;
  }
}
.section-guide__body {
  flex: 1;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .section-guide__body {
    margin-bottom: 1.5rem;
  }
}
.section-guide .subtitle {
  color: #6453ef;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  word-break: keep-all;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .section-guide .subtitle {
    font-size: 0.875rem;
  }
}
.section-guide .title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  margin: 0;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .section-guide .title {
    font-size: 1.25rem;
  }
}
.section-end {
  padding: 80px 3rem;
  margin-bottom: 54px;
  border-radius: 24px;
  background-color: #EDFAF3;
  text-align: center;
}
@media (max-width: 768px) {
  .section-end {
    padding: 3rem;
    margin-bottom: 1.25rem;
  }
}
.section-end .subtitle {
  color: #46BD76;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  word-break: keep-all;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .section-end .subtitle {
    font-size: 1rem;
  }
}
.section-end .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.7;
  margin: 0;
  margin-bottom: 48px;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .section-end .title {
    font-size: 1.5rem;
  }
}
.section-end-test__title {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  color: #343a40;
  font-weight: 500;
}
.section-end-test__desc {
  color: #868e96;
  font-size: 0.875rem;
}
/* sourceMappingURL=2936237c326ac9336c525fbdcdca25395d9d47e2.section-end.scss.map */

/* Original file: files/cache/assets/compiled/9d68d51fd45759d456fccb60093160d2e18ac1cc.footer.scss.css */

.app-footer {
  padding-top: 3rem;
  border-top: 1px solid #212529;
  background-color: #212529;
}
.app-footer-top {
  display: flex;
  align-items: flex-start;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .app-footer-top {
    display: block;
  }
}
.app-footer-top__logo {
  flex: 0 0 auto;
}
.app-footer-top__logo img {
  display: block;
  width: auto;
  height: 24px;
}
@media (max-width: 768px) {
  .app-footer-top__logo {
    margin-bottom: 3rem;
  }
}
.app-footer-top__body {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .app-footer-top__body {
    justify-content: flex-start;
  }
}
.app-footer-item {
  margin-right: 3.75rem;
}
.app-footer-item:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .app-footer-item {
    max-width: 50%;
    flex-basis: 50%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .app-footer-item:last-child {
    margin-bottom: 0;
  }
}
.app-footer-item .app-footer-item__title {
  color: #868e96;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.app-footer-item .app-footer-item__menu {
  list-style-type: none;
  padding: 0 2rem 0 0;
  margin: 0;
}
.app-footer-item .app-footer-item__menu > li {
  position: relative;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}
.app-footer-item .app-footer-item__menu > li:last-child {
  margin-bottom: 0;
}
.app-footer-item .app-footer-item__menu > li > a {
  display: inline-block;
  color: #f8f9fa;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  line-height: normal;
  transition: 0.2s ease;
}
.app-footer-item .app-footer-item__menu > li > a:hover {
  text-decoration: underline;
}
.app-footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 1.375rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid #343a40;
}
@media (max-width: 768px) {
  .app-footer-bottom {
    flex-direction: column-reverse;
  }
}
.app-footer-bottom__copyright-area {
  display: flex;
  align-items: top;
  margin-right: 3.75rem;
}
@media (max-width: 768px) {
  .app-footer-bottom__copyright-area {
    flex-direction: column-reverse;
  }
}
.app-footer-bottom__copyright {
  flex: 0 0 auto;
  color: #495057;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
  margin-right: 1.5rem;
}
.app-footer-bottom__menu {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .app-footer-bottom__menu {
    margin-bottom: 0.5rem;
  }
}
.app-footer-bottom__menu > li {
  margin-right: 1.5rem;
}
.app-footer-bottom__menu > li:last-child {
  margin-right: 0;
}
.app-footer-bottom__menu > li > a {
  display: inline-block;
  color: #495057;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.app-footer-bottom__menu > li > a:hover {
  text-decoration: underline;
}
.app-footer-bottom__menu > li.privacy > a {
  color: #868e96;
}
.app-footer-bottom__info {
  max-width: 500px;
  flex: 0 0 auto;
  color: #868e96;
  font-size: 0.75rem;
  font-weight: 700;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .app-footer-bottom__info {
    margin-bottom: 1.5rem;
  }
}
.app-footer-bottom__info a {
  color: #868e96;
  text-decoration: none;
  transition: 0.2s ease;
}
.app-footer-bottom__info a:hover {
  color: #dee2e6;
}
.footer-banner {
  text-align: center;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
.footer-banner__container {
  padding: 2.5rem 1.25rem;
  background-color: #f8f9fa;
  border-radius: 6px;
}
.footer-banner .app-text-subhead {
  color: #868e96;
  margin-bottom: 0.625rem;
}
.footer-banner .app-text-display-1 {
  margin-bottom: 2.25rem;
}
/* sourceMappingURL=9d68d51fd45759d456fccb60093160d2e18ac1cc.footer.scss.map */

