@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/175a716344670ee3ffafbfd9dc15ad42921c1fef.explore.scss.css */

@media (max-width: 768px) {
  .about-explore .app-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.about-section {
  padding: 12.5rem 0;
}
@media (max-width: 768px) {
  .about-section {
    padding: 5rem 0;
  }
}
.about-section-subtitle {
  display: inline-block;
  padding: 6px 16px;
  margin: 0 0 1.25rem 0;
  color: #46BD76;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  background-color: rgba(78, 209, 131, 0.1);
  border-radius: 6px;
}
@media (max-width: 768px) {
  .about-section-subtitle {
    font-size: 1rem;
    margin: 0 1rem 1rem 0;
  }
}
.about-section-title {
  color: #212529;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  word-break: keep-all;
  margin: 0 0 2.5rem 0;
}
.about-section-title strong {
  color: #212529;
}
.about-section-title .text-muted {
  color: #868e96;
}
@media (max-width: 768px) {
  .about-section-title {
    font-size: 2rem;
    margin: 0 1rem 1.75rem 0;
  }
}
.about-section-desc {
  color: #343a40;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  word-break: keep-all;
  max-width: 416px;
  margin: 0 0 3rem 0;
}
@media (max-width: 768px) {
  .about-section-desc {
    font-size: 1rem;
    margin: 0 1rem 2rem 0;
  }
}
.about-section--muted {
  background-color: #f8f9fa;
}
.about-section--gray {
  background-color: #f1f3f5;
}
/* sourceMappingURL=175a716344670ee3ffafbfd9dc15ad42921c1fef.explore.scss.map */

/* Original file: files/cache/assets/compiled/b94adf0f41458768437a5456d6b5347a75ddfee1.explore-head.scss.css */

.explore-head {
  width: 100%;
  padding-bottom: 10rem;
  text-align: center;
  background-color: #ffffff;
  background-image: url("../../../../layouts/jootek_about/pages/explore/images/explore-head-bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  zoom: 1;
}
.explore-head:before, .explore-head:after {
  content: "";
  display: table;
}
.explore-head::after {
  clear: both;
}
@media (max-width: 768px) {
  .explore-head {
    min-height: 100vh;
    padding-top: 72px;
    padding-bottom: 5rem;
    background-attachment: scroll;
  }
  .explore-head::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100px;
    background: linear-gradient(#edf8fa, #edfaf300);
  }
}
.explore-head-subtitle {
  color: #212529;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 14px;
}
.explore-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) {
  .explore-head-title {
    font-size: 2rem;
    text-align: center;
  }
}
.explore-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) {
  .explore-head-desc {
    font-size: 1rem;
  }
}
.explore-head__image-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.explore-head__image {
  width: 1168px;
}
@media (max-width: 1168px) {
  .explore-head__image {
    width: 100%;
  }
}
/* sourceMappingURL=b94adf0f41458768437a5456d6b5347a75ddfee1.explore-head.scss.map */

/* Original file: files/cache/assets/compiled/140505154761a025b9a5ef9816a40b14a7b0e4b4.explore-intro.scss.css */

.explore-intro {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 704px;
  padding-bottom: 124px;
}
.explore-intro h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}
@media (max-width: 768px) {
  .explore-intro {
    height: 50vh;
    padding-bottom: 2rem;
  }
  .explore-intro h2 {
    font-size: 2rem;
  }
}
/* sourceMappingURL=140505154761a025b9a5ef9816a40b14a7b0e4b4.explore-intro.scss.map */

/* Original file: files/cache/assets/compiled/140505154761a025b9a5ef9816a40b14a7b0e4b4.explore-inspiration.scss.css */

.explore-inspiration img {
  width: 981px;
  margin-left: -3rem;
}
@media (max-width: 981px) {
  .explore-inspiration img {
    width: 186%;
    margin-left: -9%;
  }
}
.explore-inspiration-text {
  position: relative;
  max-width: 362px;
  margin: 0 0 0 auto;
  color: #343a40;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .explore-inspiration-text {
    font-size: 1rem;
    margin-left: 0;
  }
}
/* sourceMappingURL=140505154761a025b9a5ef9816a40b14a7b0e4b4.explore-inspiration.scss.map */

/* Original file: files/cache/assets/compiled/140505154761a025b9a5ef9816a40b14a7b0e4b4.explore-scrap.scss.css */

.explore-scrap img {
  width: 899px;
  margin-top: 5rem;
  margin-left: -4px;
}
@media (max-width: 899px) {
  .explore-scrap img {
    width: 100%;
    margin-top: 4rem;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .explore-scrap img {
    margin-top: 0;
  }
}
/* sourceMappingURL=140505154761a025b9a5ef9816a40b14a7b0e4b4.explore-scrap.scss.map */

/* Original file: files/cache/assets/compiled/140505154761a025b9a5ef9816a40b14a7b0e4b4.explore-cost.scss.css */

@media (max-width: 768px) {
  .explore-cost:not(.second) {
    padding-top: 7rem;
  }
}
.explore-cost .about-section-desc {
  max-width: 352px;
}
.explore-cost > .app-container {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .explore-cost > .app-container {
    flex-direction: column-reverse;
  }
}
.explore-cost-image img {
  width: 424px;
}
@media (max-width: 768px) {
  .explore-cost-image {
    position: relative;
    margin-right: -14%;
  }
  .explore-cost-image img {
    width: 100%;
  }
}
.explore-cost-body {
  flex: 1;
}
.explore-cost.second {
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .explore-cost.second .app-container {
    flex-direction: column;
  }
}
.explore-cost.second .explore-cost-body {
  margin-top: -15rem;
}
@media (max-width: 768px) {
  .explore-cost.second .explore-cost-body {
    margin-top: 0;
  }
}
/* sourceMappingURL=140505154761a025b9a5ef9816a40b14a7b0e4b4.explore-cost.scss.map */

/* Original file: files/cache/assets/compiled/140505154761a025b9a5ef9816a40b14a7b0e4b4.explore-master.scss.css */

.explore-master h2 > span {
  display: block;
}
.explore-master h2 > span:nth-child(1) {
  color: #adb5bd;
}
.explore-master h2 > span:nth-child(2) {
  color: #868e96;
}
.explore-master h2 > span:nth-child(3) {
  color: #495057;
}
.explore-master-container {
  user-select: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.explore-master__phone {
  position: relative;
  max-width: 482px;
}
@media (max-width: 768px) {
  .explore-master__phone {
    max-width: 100%;
  }
}
.explore-master__phone .phone-frame {
  position: absolute;
  z-index: 1;
}
.explore-master__phone .phone-image {
  width: 485px;
}
@media (max-width: 768px) {
  .explore-master__phone .phone-image {
    width: 100%;
  }
}
.explore-master__list {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.explore-master__list > img {
  width: 244px;
  margin: 0 -1.25rem;
}
@media (max-width: 768px) {
  .explore-master__list > img {
    position: relative;
    left: -237%;
    margin: 0 -9%;
    width: 100%;
  }
}
/* sourceMappingURL=140505154761a025b9a5ef9816a40b14a7b0e4b4.explore-master.scss.map */

/* Original file: files/cache/assets/compiled/140505154761a025b9a5ef9816a40b14a7b0e4b4.explore-end.scss.css */

.explore-end {
  margin-bottom: 60px;
  padding: 72px;
  text-align: center;
  background-color: #EDFAF3;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .explore-end {
    padding: 2rem;
    margin-bottom: 2rem;
    margin-top: -2rem;
  }
}
.explore-end .subtitle {
  color: #46BD76;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .explore-end .subtitle {
    font-size: 1rem;
  }
}
.explore-end .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 170%;
  margin-bottom: 48px;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .explore-end .title {
    font-size: 1.5rem;
  }
  .explore-end .title br {
    display: none;
  }
}
.explore-end a {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.explore-end a:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 18px;
}
/* sourceMappingURL=140505154761a025b9a5ef9816a40b14a7b0e4b4.explore-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 */

